aboutsummaryrefslogtreecommitdiffstats
path: root/init/main.c
AgeCommit message (Expand)Author
2023-08-08Merge tag 'v5.4.252' into v5.4/standard/baseBruce Ashfield
2023-08-08x86/mm: Initialize text poking earlierPeter Zijlstra
2023-08-08mm: Move mm_cachep initialization to mm_init()Peter Zijlstra
2023-08-08init, x86: Move mem_encrypt_init() into arch_cpu_finalize_init()Thomas Gleixner
2023-08-08init: Invoke arch_cpu_finalize_init() earlierThomas Gleixner
2023-08-08init: Remove check_bugs() leftoversThomas Gleixner
2023-08-08init: Provide arch_cpu_finalize_init()Thomas Gleixner
2022-07-05Merge tag 'v5.4.200' into v5.4/standard/baseBruce Ashfield
2022-06-22random: handle latent entropy and command line from random_init()Jason A. Donenfeld
2022-06-22init: call time_init() before rand_initialize()Jason A. Donenfeld
2022-04-20Merge tag 'v5.4.189' into v5.4/standard/baseBruce Ashfield
2022-04-15init/main.c: return 1 from handled __setup() functionsRandy Dunlap
2021-06-15Merge tag 'v5.4.125' into v5.4/standard/baseBruce Ashfield
2021-06-10pid: take a reference when initializing `cad_pid`Mark Rutland
2020-10-05Merge tag 'v5.4.69' into v5.4/standard/baseBruce Ashfield
2020-10-01kprobes: tracing/kprobes: Fix to kill kprobes on initmem after bootMasami Hiramatsu
2020-05-25Merge tag 'v5.4.42' into v5.4/standard/baseBruce Ashfield
2020-05-20x86: Fix early boot crash on gcc-10, third tryBorislav Petkov
2020-05-02Merge tag 'v5.4.37' into v5.4/standard/baseBruce Ashfield
2020-05-02printk: queue wake_up_klogd irq_work only if per-CPU areas are readySergey Senozhatsky
2020-01-27Merge tag 'v5.4.14' into v5.4/standard/baseBruce Ashfield
2020-01-23mm, debug_pagealloc: don't rely on static keys too earlyVlastimil Babka
2020-01-13check console device file on fs when bootingBruce Ashfield
2019-09-28Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-09-24mm: use CPU_BITS_NONE to initialize init_mm.cpu_bitmaskMike Rapoport
2019-09-24mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport
2019-09-24mm: kmemleak: use the memory pool for early allocationsCatalin Marinas
2019-08-19security: Support early LSMsMatthew Garrett
2019-07-31sched/preempt: Use CONFIG_PREEMPTION where appropriateThomas Gleixner
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-07-12mm: init: report memory auto-initialization features at boot timeAlexander Potapenko
2019-07-04mnt_init(): call shmem_init() unconditionallyAl Viro
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-05-14init: free_initmem: poison freed init memoryMike Rapoport
2019-05-14init: provide a generic free_initmem implementationMike Rapoport
2019-05-07Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-05-07Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2019-05-05x86/mm: Initialize PGD cache during mm initializationNadav Amit
2019-04-30x86/alternatives: Initialize temporary mm for patchingNadav Amit
2019-04-19random: move rand_initialize() earlierKees Cook
2019-04-19init: initialize jump labels before command line option parsingDan Williams
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus
2019-03-12init/main: add checks for the return value of memblock_alloc*()Mike Rapoport
2019-02-12Revert "mm: use early_pfn_to_nid in page_ext_init"Qian Cai
2019-01-04fork: fix some -Wmissing-prototypes warningsYi Wang
2019-01-04init/main.c: make "initcall_level_names[]" const char *Alexey Dobriyan
2018-12-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-12-28Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-12-28debugobjects: call debug_objects_mem_init earilerQian Cai
2018-12-26Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds