aboutsummaryrefslogtreecommitdiff
path: root/init/main.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-1/+0
2019-07-12mm: init: report memory auto-initialization features at boot timeGravatar Alexander Potapenko 1-0/+24
2019-07-04mnt_init(): call shmem_init() unconditionallyGravatar Al Viro 1-1/+0
2019-05-21treewide: Add SPDX license identifier for missed filesGravatar Thomas Gleixner 1-0/+1
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-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 '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
2019-04-30x86/alternatives: Initialize temporary mm for patchingGravatar Nadav Amit 1-0/+3
2019-04-19random: move rand_initialize() earlierGravatar Kees Cook 1-7/+14
2019-04-19init: initialize jump labels before command line option parsingGravatar Dan Williams 1-2/+2
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelyGravatar Sakari Ailus 1-3/+3
2019-03-12init/main: add checks for the return value of memblock_alloc*()Gravatar Mike Rapoport 1-6/+20
2019-02-12Revert "mm: use early_pfn_to_nid in page_ext_init"Gravatar Qian Cai 1-1/+2
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 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 1-12/+0
2018-12-28debugobjects: call debug_objects_mem_init earilerGravatar Qian Cai 1-1/+1
2018-12-26Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-4/+0
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-07block: remove dead elevator codeGravatar Jens Axboe 1-12/+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-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-09-27jump_label: Annotate entries that operate on __init code earlierGravatar Ard Biesheuvel 1-1/+0
2018-08-22init/main.c: log init process file nameGravatar Paul Menzel 1-0/+1
2018-08-22init: allow initcall tables to be emitted using relative referencesGravatar Ard Biesheuvel 1-16/+16
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-13Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-2/+2
2018-08-13Merge branch 'x86/pti' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipGravatar Linus Torvalds 1-0/+7
2018-08-12init: rename and re-order boot_cpu_state_init()Gravatar Linus Torvalds 1-1/+1
2018-08-10tracing: Partial revert of "tracing: Centralize preemptirq tracepoints and un...Gravatar Steven Rostedt (VMware) 1-2/+0
2018-07-31tracing: Centralize preemptirq tracepoints and unify their usageGravatar Joel Fernandes (Google) 1-1/+4
2018-07-20x86/mm/pti: Introduce pti_finalize()Gravatar Joerg Roedel 1-0/+7
2018-07-20sched/clock: Enable sched clock earlyGravatar Pavel Tatashin 1-1/+1
2018-07-20sched/clock: Move sched clock initialization and merge with generic clockGravatar Pavel Tatashin 1-2/+2
2018-05-25init/main.c: include <linux/mem_encrypt.h>Gravatar Mathieu Malaterre 1-0/+1
2018-05-11init: fix false positives in W+X checkingGravatar Jeffrey Hugo 1-0/+7
2018-05-07Fix typo in comment.Gravatar Florian La Roche 1-1/+1
2018-04-11seq_file: allocate seq_file from kmem_cacheGravatar Alexey Dobriyan 1-0/+1
2018-04-11uts: create "struct uts_namespace" from kmem_cacheGravatar Alexey Dobriyan 1-0/+2
2018-04-10Merge tag 'trace-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 1-17/+67
2018-04-07init: Have initcall_debug still work without CONFIG_TRACEPOINTSGravatar Steven Rostedt (VMware) 1-2/+26
2018-04-06init, tracing: Have printk come through the trace events for initcall_debugGravatar Steven Rostedt (VMware) 1-16/+35