summaryrefslogtreecommitdiffstats
path: root/init
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-192-22/+3
|\
| * mnt_init(): call shmem_init() unconditionallyAl Viro2019-07-042-8/+2
| * don't bother with registering rootfsAl Viro2019-07-041-13/+2
| * init_rootfs(): don't bother with init_ramfs_fs()Al Viro2019-07-041-2/+0
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-07-171-2/+2
|\ \
| * | init/Kconfig: fix neighboring typosKees Cook2019-07-161-2/+2
* | | docs: cgroup-v1: add it to the admin-guide bookMauro Carvalho Chehab2019-07-151-2/+2
* | | docs: accounting: convert to ReSTMauro Carvalho Chehab2019-07-151-1/+1
|/ /
* | Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-07-121-0/+33
|\ \
| * | kbuild: compile-test kernel headers to ensure they are self-containedMasahiro Yamada2019-07-091-0/+11
| * | kbuild: compile-test exported headers to ensure they are self-containedMasahiro Yamada2019-07-081-0/+10
| * | init/Kconfig: add CONFIG_CC_CAN_LINKMasahiro Yamada2019-07-081-0/+3
| * | kbuild: add support for ensuring headers are self-containedJani Nikula2019-06-151-0/+9
* | | mm: init: report memory auto-initialization features at boot timeAlexander Potapenko2019-07-121-0/+24
* | | Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds2019-07-091-3/+3
|\ \ \
| * | | docs: scheduler: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-141-3/+3
| |/ /
* | | Merge tag 'for-5.3/block-20190708' of git://git.kernel.dk/linux-blockLinus Torvalds2019-07-091-8/+0
|\ \ \
| * | | block: rename CONFIG_DEBUG_BLK_CGROUP to CONFIG_BFQ_CGROUP_DEBUGChristoph Hellwig2019-06-201-8/+0
| |/ /
* | | Merge branch 'for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2019-07-081-1/+1
|\ \ \
| * | | docs: cgroup-v1: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-141-1/+1
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-082-1/+55
|\ \ \ \
| * | | | sched/uclamp: Add CPU's clamp buckets refcountingPatrick Bellasi2019-06-241-0/+53
| * | | | Merge tag 'v5.2-rc5' into sched/core, to pick up fixesIngo Molnar2019-06-171-9/+8
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | sched/core: Provide a pointer to the valid CPU maskSebastian Andrzej Siewior2019-06-031-1/+2
* | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-081-0/+2
|\ \ \ \ \
| * \ \ \ \ Merge tag 'v5.2-rc5' into locking/core, to pick up fixesIngo Molnar2019-06-171-9/+8
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | locking/lockdep: Define INITIAL_CHAIN_KEY for chain keys to start withYuyang Du2019-06-031-1/+1
| * | | | | locking/lockdep: Use lockdep_init_task for task initiation consistentlyYuyang Du2019-06-031-0/+2
| | |/ / / | |/| | |
* | | | | initramfs: fix populate_initrd_image() section mismatchGeert Uytterhoeven2019-06-291-2/+2
| |/ / / |/| | |
* | | | Merge tag 'char-misc-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-06-081-9/+8
|\ \ \ \ | |/ / / |/| | |
| * | | kheaders: Move from proc to sysfsJoel Fernandes (Google)2019-05-241-9/+8
| | |/ | |/|
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 167Thomas Gleixner2019-05-301-13/+1
| |/ |/|
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* | treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-213-0/+3
|/
* initramfs: don't free a non-existent initrdSteven Price2019-05-181-1/+1
* mm: shuffle initial free memory to improve memory-side-cache utilizationDan Williams2019-05-141-0/+24
* init: free_initmem: poison freed init memoryMike Rapoport2019-05-141-1/+1
* init: provide a generic free_initmem implementationMike Rapoport2019-05-141-0/+5
* initramfs: poison freed initrd memoryChristoph Hellwig2019-05-141-1/+2
* initramfs: provide a generic free_initrd_mem implementationChristoph Hellwig2019-05-141-0/+5
* initramfs: move the legacy keepinitrd parameter to core codeChristoph Hellwig2019-05-141-0/+9
* initramfs: cleanup populate_rootfsChristoph Hellwig2019-05-141-17/+20
* initramfs: factor out a helper to populate the initrd imageChristoph Hellwig2019-05-141-17/+23
* initramfs: cleanup initrd freeingChristoph Hellwig2019-05-141-23/+30
* initramfs: free initrd memory if opening /initrd.image failsChristoph Hellwig2019-05-141-8/+6
* Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-05-071-7/+14
|\
| * random: move rand_initialize() earlierKees Cook2019-04-191-7/+14
* | Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-05-071-1/+10
|\ \
| * | init/config: Do not select BUILD_BIN2C for IKCONFIGJoel Fernandes (Google)2019-04-291-1/+0
| * | Provide in-kernel headers to make extending kernel easierJoel Fernandes (Google)2019-04-291-0/+10
| |/