summaryrefslogtreecommitdiffstats
path: root/init/main.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-191-1/+0Star
|\
| * mnt_init(): call shmem_init() unconditionallyAl Viro2019-07-051-1/+0Star
* | mm: init: report memory auto-initialization features at boot timeAlexander Potapenko2019-07-121-0/+24
* | treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
|/
* init: free_initmem: poison freed init memoryMike Rapoport2019-05-141-1/+1
* init: provide a generic free_initmem implementationMike Rapoport2019-05-141-0/+5
* Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-05-081-7/+14
|\
| * random: move rand_initialize() earlierKees Cook2019-04-201-7/+14
* | Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-05-071-3/+3
|\ \
| * | treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus2019-04-091-3/+3
* | | x86/mm: Initialize PGD cache during mm initializationNadav Amit2019-05-051-0/+3
* | | x86/alternatives: Initialize temporary mm for patchingNadav Amit2019-04-301-0/+3
* | | init: initialize jump labels before command line option parsingDan Williams2019-04-191-2/+2
| |/ |/|
* | init/main: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-121-6/+20
|/
* Revert "mm: use early_pfn_to_nid in page_ext_init"Qian Cai2019-02-131-1/+2
* fork: fix some -Wmissing-prototypes warningsYi Wang2019-01-041-1/+0Star
* init/main.c: make "initcall_level_names[]" const char *Alexey Dobriyan2019-01-041-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-12-291-1/+1
|\
| * debugobjects: call debug_objects_mem_init earilerQian Cai2018-12-281-1/+1
* | Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds2018-12-281-12/+0Star
|\ \ | |/ |/|
| * block: remove dead elevator codeJens Axboe2018-11-071-12/+0Star
* | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-12-261-4/+0Star
|\ \
| * | x86/efi: Move efi_<reserve/free>_boot_services() to arch/x86Sai Praneeth Prakhya2018-11-301-4/+0Star
| |/
* / main: Replace rcu_barrier_sched() with rcu_barrier()Paul E. McKenney2018-11-271-3/+3
|/
* memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport2018-10-311-5/+8
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+1
* memblock: replace alloc_bootmem with memblock_allocMike Rapoport2018-10-311-2/+2
* memblock: remove _virt from APIs returning virtual addressMike Rapoport2018-10-311-3/+3
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-10-231-1/+0Star
|\
| * jump_label: Annotate entries that operate on __init code earlierArd Biesheuvel2018-09-271-1/+0Star
* | init: add arch_call_rest_init to allow stack switchingMartin Schwidefsky2018-10-091-2/+7
|/
* init/main.c: log init process file namePaul Menzel2018-08-221-0/+1
* init: allow initcall tables to be emitted using relative referencesArd Biesheuvel2018-08-221-16/+16
* Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-08-211-1/+2
|\
| * tracing: Partial revert of "tracing: Centralize preemptirq tracepoints and un...Steven Rostedt (VMware)2018-08-101-2/+0Star
| * tracing: Centralize preemptirq tracepoints and unify their usageJoel Fernandes (Google)2018-07-311-1/+4
* | Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-08-141-2/+2
|\ \
| * | sched/clock: Enable sched clock earlyPavel Tatashin2018-07-201-1/+1
| * | sched/clock: Move sched clock initialization and merge with generic clockPavel Tatashin2018-07-201-2/+2
| |/
* | Merge branch 'x86/pti' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2018-08-141-0/+7
|\ \
| * | x86/mm/pti: Introduce pti_finalize()Joerg Roedel2018-07-201-0/+7
| |/
* / init: rename and re-order boot_cpu_state_init()Linus Torvalds2018-08-121-1/+1
|/
* init/main.c: include <linux/mem_encrypt.h>Mathieu Malaterre2018-05-261-0/+1
* init: fix false positives in W+X checkingJeffrey Hugo2018-05-121-0/+7
* Fix typo in comment.Florian La Roche2018-05-071-1/+1
* seq_file: allocate seq_file from kmem_cacheAlexey Dobriyan2018-04-111-0/+1
* uts: create "struct uts_namespace" from kmem_cacheAlexey Dobriyan2018-04-111-0/+2
* Merge tag 'trace-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-04-101-17/+67
|\
| * init: Have initcall_debug still work without CONFIG_TRACEPOINTSSteven Rostedt (VMware)2018-04-081-2/+26
| * init, tracing: Have printk come through the trace events for initcall_debugSteven Rostedt (VMware)2018-04-061-16/+35