aboutsummaryrefslogtreecommitdiff
path: root/init
AgeCommit message (Expand)AuthorFilesLines
2019-01-06jump_label: move 'asm goto' support test to KconfigGravatar Masahiro Yamada 1-0/+3
2019-01-05Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 2-0/+2
2019-01-04initramfs: cleanup incomplete rootfsGravatar David Engraf 1-3/+3
2019-01-04fork: fix some -Wmissing-prototypes warningsGravatar Yi Wang 1-1/+0
2019-01-04init/main.c: make "initcall_level_names[]" const char *Gravatar Alexey Dobriyan 1-1/+1
2018-12-28Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+20
2018-12-28Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+1
2018-12-28Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 3-21/+0
2018-12-28debugobjects: call debug_objects_mem_init earilerGravatar Qian Cai 1-1/+1
2018-12-27Merge tag 'audit-pr-20181224' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-9/+0
2018-12-26Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-4/+0
2018-12-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-3/+3
2018-12-20vfs: Suppress MS_* flag defs within the kernel unless explicitly enabledGravatar David Howells 2-0/+2
2018-12-14psi: fix reference to kernel commandline enableGravatar Baruch Siach 1-2/+2
2018-12-04Merge tag 'v4.20-rc5' into for-4.21/blockGravatar Jens Axboe 2-10/+21
2018-12-04Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Gravatar Ingo Molnar 1-3/+3
2018-11-30initramfs: clean old path before creating a hardlinkGravatar Li Zhijian 1-10/+12
2018-11-30psi: make disabling/enabling easier for vendor kernelsGravatar Johannes Weiner 1-0/+9
2018-11-30x86/efi: Move efi_<reserve/free>_boot_services() to arch/x86Gravatar Sai Praneeth Prakhya 1-4/+0
2018-11-27main: Replace rcu_barrier_sched() with rcu_barrier()Gravatar Paul E. McKenney 1-3/+3
2018-11-26arch: Move initrd= parsing into do_mounts_initrd.cGravatar Florian Fainelli 1-0/+17
2018-11-26arch: Make phys_initrd_start and phys_initrd_size global variablesGravatar Florian Fainelli 1-0/+3
2018-11-19audit: remove WATCH and TREE config optionsGravatar Richard Guy Briggs 1-9/+0
2018-11-07block: remove dead elevator codeGravatar Jens Axboe 3-21/+0
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESGravatar Mike Rapoport 1-5/+8
2018-10-31mm: remove include/linux/bootmem.hGravatar Mike Rapoport 1-1/+1
2018-10-31memblock: replace alloc_bootmem with memblock_allocGravatar Mike Rapoport 1-2/+2
2018-10-31memblock: remove _virt from APIs returning virtual addressGravatar Mike Rapoport 1-3/+3
2018-10-31init/do_mounts.c: add root=PARTLABEL=<name> supportGravatar Nikolaus Voss 1-0/+31
2018-10-26psi: cgroup supportGravatar Johannes Weiner 1-0/+4
2018-10-26psi: pressure stall information for CPU, memory, and IOGravatar Johannes Weiner 1-0/+15
2018-10-23Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+5
2018-10-23Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+0
2018-10-09init: add arch_call_rest_init to allow stack switchingGravatar Martin Schwidefsky 1-2/+7
2018-10-02sched/pelt: Fix warning and clean up IRQ PELT configGravatar Vincent Guittot 1-0/+5
2018-09-27jump_label: Annotate entries that operate on __init code earlierGravatar Ard Biesheuvel 1-1/+0
2018-08-25Merge tag 'kbuild-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Linus Torvalds 1-0/+2
2018-08-24kbuild: test dead code/data elimination support in KconfigGravatar Masahiro Yamada 1-0/+2
2018-08-22Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 7-80/+31
2018-08-22init/Kconfig: remove EXPERT from CHECKPOINT_RESTOREGravatar Adrian Reber 1-12/+12
2018-08-22init/main.c: log init process file nameGravatar Paul Menzel 1-0/+1
2018-08-22init/Kconfig: fix its typosGravatar Randy Dunlap 1-2/+2
2018-08-22init/: remove ineffective sparse disablingGravatar Luc Van Oostenryck 5-50/+0
2018-08-22init: allow initcall tables to be emitted using relative referencesGravatar Ard Biesheuvel 1-16/+16
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-5/+8
2018-08-20Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 1-1/+2
2018-08-17mm: introduce CONFIG_MEMCG_KMEM as combination of CONFIG_MEMCG && !CONFIG_SLOBGravatar Kirill Tkhai 1-0/+5
2018-08-15Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-3/+11
2018-08-15Merge tag 'kconfig-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 1-2/+2
2018-08-15Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 2-0/+12