summaryrefslogtreecommitdiff
path: root/init/main.c
AgeCommit message (Expand)AuthorFilesLines
2025-10-03Merge tag 'mm-nonmm-stable-2025-10-02-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+12
2025-09-29Merge tag 'namespace-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+2
2025-09-19time: support ns lookupChristian Brauner1-0/+2
2025-09-14init: handle bootloader identifier in kernel parametersHuacai Chen1-0/+12
2025-09-04init/main.c: fix boot time tracing crashMike Rapoport (Microsoft)1-1/+1
2025-08-04Merge tag 'mm-nonmm-stable-2025-08-03-12-47' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+5
2025-07-20init/main.c: add warning when file specified in rdinit is inaccessibleLillian Berry1-1/+5
2025-06-20x86/efi: Move runtime service initialization to arch/x86Alexander Shishkin1-5/+0
2025-06-12init: fix build warnings about export.hHuacai Chen1-0/+1
2025-06-01Merge tag 'mm-nonmm-stable-2025-05-31-15-28' of git://git.kernel.org/pub/scm/...Linus Torvalds1-2/+16
2025-06-01Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+2
2025-05-13mm/memcg: move mem_cgroup_init() ahead of cgroup_init()Huan Yang1-0/+2
2025-05-12init/main.c: log initcall level when initcall_debug is usedFrancesco Valla1-2/+16
2025-05-08timers: Rename init_timers() as timers_init()Ingo Molnar1-1/+1
2025-03-05rcu-tasks: Move RCU Tasks self-tests to core_initcall()Paul E. McKenney1-1/+0
2025-01-27Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-14/+4
2025-01-26mm/memblock: add memblock_alloc_or_panic interfaceGuo Weikang1-14/+4
2025-01-11rcu/kvfree: Initialize kvfree_rcu() separatelyUladzislau Rezki (Sony)1-0/+1
2024-10-01init: Don't proxy `console=` to earlyconRaul E Rangel1-4/+1
2024-08-20init/main.c: Initialize early LSMs after arch code, static keys and calls.KP Singh1-2/+4
2024-05-20Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+19
2024-05-18Merge tag 'bootconfig-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-7/+10
2024-05-14Merge tag 'locking-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2024-04-26NUMA: early use of cpu_to_node() returns 0 instead of the correct node idHuang Shijie1-0/+14
2024-04-26bootconfig: do not put quotes on cmdline items unless necessaryRasmus Villemoes1-3/+9
2024-04-12init/main.c: Minor cleanup for the setup_command_line() functionYuntao Wang1-3/+3
2024-04-12init/main.c: Remove redundant space from saved_command_lineYuntao Wang1-1/+3
2024-04-12bootconfig: do not put quotes on cmdline items unless necessaryRasmus Villemoes1-3/+4
2024-04-12init/main.c: Fix potential static_command_line memory overflowYuntao Wang1-0/+2
2024-04-09fs/proc: Skip bootloader comment if no embedded kernel parametersMasami Hiramatsu1-0/+5
2024-03-22jump_label,module: Don't alloc static_key_mod for __ro_after_init keysPeter Zijlstra1-0/+1
2024-03-15Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds1-7/+2
2024-03-15Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+5
2024-03-13Merge tag 'modules-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-14/+7
2024-03-12Merge tag 'x86-cleanups-2024-03-11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+4
2024-03-12Merge tag 'x86-apic-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+0
2024-03-11Merge tag 'wq-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-0/+1
2024-03-05modules: wait do_free_init correctlyChangbin Du1-2/+3
2024-03-04smp: Consolidate smp_prepare_boot_cpu()Thomas Gleixner1-0/+4
2024-03-01pidfd: add pidfsChristian Brauner1-0/+2
2024-02-27smp: Provide 'setup_max_cpus' definition on UP tooIngo Molnar1-1/+0
2024-02-23init: remove obsolete arch_call_rest_init() wrapperGeert Uytterhoeven1-7/+2
2024-02-22arm64, powerpc, riscv, s390, x86: ptdump: refactor CONFIG_DEBUG_WXChristophe Leroy1-0/+2
2024-02-10async: Use a dedicated unbound workqueue with raised min_activeTejun Heo1-0/+1
2024-02-02init: Declare rodata_enabled and mark_rodata_ro() at all timeChristophe Leroy1-14/+7
2023-11-01proc: sysctl: prevent aliased sysctls from getting passed to initKrister Johansen1-0/+4
2023-08-08workqueue: Initialize unbound CPU pods later in the bootTejun Heo1-0/+1
2023-06-28Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...Linus Torvalds1-18/+0
2023-06-28Merge tag 'objtool-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+8
2023-06-16init, x86: Move mem_encrypt_init() into arch_cpu_finalize_init()Thomas Gleixner1-13/+0