aboutsummaryrefslogtreecommitdiff
path: root/init
AgeCommit message (Expand)AuthorFilesLines
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 2-22/+3
2019-07-17Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-2/+2
2019-07-16init/Kconfig: fix neighboring typosGravatar Kees Cook 1-2/+2
2019-07-15docs: cgroup-v1: add it to the admin-guide bookGravatar Mauro Carvalho Chehab 1-2/+2
2019-07-15docs: accounting: convert to ReSTGravatar Mauro Carvalho Chehab 1-1/+1
2019-07-12Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-0/+33
2019-07-12mm: init: report memory auto-initialization features at boot timeGravatar Alexander Potapenko 1-0/+24
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-3/+3
2019-07-09Merge tag 'for-5.3/block-20190708' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-8/+0
2019-07-09kbuild: compile-test kernel headers to ensure they are self-containedGravatar Masahiro Yamada 1-0/+11
2019-07-08Merge branch 'for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Gravatar Linus Torvalds 1-1/+1
2019-07-08Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-1/+55
2019-07-08Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+2
2019-07-08kbuild: compile-test exported headers to ensure they are self-containedGravatar Masahiro Yamada 1-0/+10
2019-07-08init/Kconfig: add CONFIG_CC_CAN_LINKGravatar Masahiro Yamada 1-0/+3
2019-07-04mnt_init(): call shmem_init() unconditionallyGravatar Al Viro 2-8/+2
2019-07-04don't bother with registering rootfsGravatar Al Viro 1-13/+2
2019-07-04init_rootfs(): don't bother with init_ramfs_fs()Gravatar Al Viro 1-2/+0
2019-06-29initramfs: fix populate_initrd_image() section mismatchGravatar Geert Uytterhoeven 1-2/+2
2019-06-24sched/uclamp: Add CPU's clamp buckets refcountingGravatar Patrick Bellasi 1-0/+53
2019-06-20block: rename CONFIG_DEBUG_BLK_CGROUP to CONFIG_BFQ_CGROUP_DEBUGGravatar Christoph Hellwig 1-8/+0
2019-06-17Merge tag 'v5.2-rc5' into sched/core, to pick up fixesGravatar Ingo Molnar 1-9/+8
2019-06-17Merge tag 'v5.2-rc5' into locking/core, to pick up fixesGravatar Ingo Molnar 1-9/+8
2019-06-15kbuild: add support for ensuring headers are self-containedGravatar Jani Nikula 1-0/+9
2019-06-14docs: scheduler: convert docs to ReST and rename to *.rstGravatar Mauro Carvalho Chehab 1-3/+3
2019-06-14docs: cgroup-v1: convert docs to ReST and rename to *.rstGravatar Mauro Carvalho Chehab 1-1/+1
2019-06-08Merge tag 'char-misc-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-9/+8
2019-06-03locking/lockdep: Define INITIAL_CHAIN_KEY for chain keys to start withGravatar Yuyang Du 1-1/+1
2019-06-03locking/lockdep: Use lockdep_init_task for task initiation consistentlyGravatar Yuyang Du 1-0/+2
2019-06-03sched/core: Provide a pointer to the valid CPU maskGravatar Sebastian Andrzej Siewior 1-1/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 167Gravatar Thomas Gleixner 1-13/+1
2019-05-24kheaders: Move from proc to sysfsGravatar Joel Fernandes (Google) 1-9/+8
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2019-05-21treewide: Add SPDX license identifier for missed filesGravatar Thomas Gleixner 3-0/+3
2019-05-18initramfs: don't free a non-existent initrdGravatar Steven Price 1-1/+1
2019-05-14mm: shuffle initial free memory to improve memory-side-cache utilizationGravatar Dan Williams 1-0/+24
2019-05-14init: free_initmem: poison freed init memoryGravatar Mike Rapoport 1-1/+1
2019-05-14init: provide a generic free_initmem implementationGravatar Mike Rapoport 1-0/+5
2019-05-14initramfs: poison freed initrd memoryGravatar Christoph Hellwig 1-1/+2
2019-05-14initramfs: provide a generic free_initrd_mem implementationGravatar Christoph Hellwig 1-0/+5
2019-05-14initramfs: move the legacy keepinitrd parameter to core codeGravatar Christoph Hellwig 1-0/+9
2019-05-14initramfs: cleanup populate_rootfsGravatar Christoph Hellwig 1-17/+20
2019-05-14initramfs: factor out a helper to populate the initrd imageGravatar Christoph Hellwig 1-17/+23
2019-05-14initramfs: cleanup initrd freeingGravatar Christoph Hellwig 1-23/+30
2019-05-14initramfs: free initrd memory if opening /initrd.image failsGravatar Christoph Hellwig 1-8/+6
2019-05-07Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-7/+14
2019-05-07Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+10
2019-05-07Merge tag 'pidfd-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Gravatar Linus Torvalds 1-10/+0
2019-05-07Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-3/+3
2019-05-05x86/mm: Initialize PGD cache during mm initializationGravatar Nadav Amit 1-0/+3