aboutsummaryrefslogtreecommitdiff
path: root/init/main.c
AgeCommit message (Expand)AuthorFilesLines
4 daysMerge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-0/+19
6 daysMerge tag 'bootconfig-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-7/+10
10 daysMerge tag 'locking-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+1
2024-04-25NUMA: early use of cpu_to_node() returns 0 instead of the correct node idGravatar Huang Shijie 1-0/+14
2024-04-25bootconfig: do not put quotes on cmdline items unless necessaryGravatar Rasmus Villemoes 1-3/+9
2024-04-13init/main.c: Minor cleanup for the setup_command_line() functionGravatar Yuntao Wang 1-3/+3
2024-04-13init/main.c: Remove redundant space from saved_command_lineGravatar Yuntao Wang 1-1/+3
2024-04-13bootconfig: do not put quotes on cmdline items unless necessaryGravatar Rasmus Villemoes 1-3/+4
2024-04-13init/main.c: Fix potential static_command_line memory overflowGravatar Yuntao Wang 1-0/+2
2024-04-09fs/proc: Skip bootloader comment if no embedded kernel parametersGravatar Masami Hiramatsu 1-0/+5
2024-03-22jump_label,module: Don't alloc static_key_mod for __ro_after_init keysGravatar Peter Zijlstra 1-0/+1
2024-03-14Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-7/+2
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-2/+5
2024-03-13Merge tag 'modules-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-14/+7
2024-03-11Merge tag 'x86-cleanups-2024-03-11' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+4
2024-03-11Merge tag 'x86-apic-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+0
2024-03-11Merge tag 'wq-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqGravatar Linus Torvalds 1-0/+1
2024-03-04modules: wait do_free_init correctlyGravatar Changbin Du 1-2/+3
2024-03-04smp: Consolidate smp_prepare_boot_cpu()Gravatar Thomas Gleixner 1-0/+4
2024-03-01pidfd: add pidfsGravatar Christian Brauner 1-0/+2
2024-02-27smp: Provide 'setup_max_cpus' definition on UP tooGravatar Ingo Molnar 1-1/+0
2024-02-22init: remove obsolete arch_call_rest_init() wrapperGravatar Geert Uytterhoeven 1-7/+2
2024-02-22arm64, powerpc, riscv, s390, x86: ptdump: refactor CONFIG_DEBUG_WXGravatar Christophe Leroy 1-0/+2
2024-02-09async: Use a dedicated unbound workqueue with raised min_activeGravatar Tejun Heo 1-0/+1
2024-02-02init: Declare rodata_enabled and mark_rodata_ro() at all timeGravatar Christophe Leroy 1-14/+7
2023-11-01proc: sysctl: prevent aliased sysctls from getting passed to initGravatar Krister Johansen 1-0/+4
2023-08-07workqueue: Initialize unbound CPU pods later in the bootGravatar Tejun Heo 1-0/+1
2023-06-28Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-18/+0
2023-06-27Merge tag 'objtool-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+8
2023-06-16init, x86: Move mem_encrypt_init() into arch_cpu_finalize_init()Gravatar Thomas Gleixner 1-13/+0
2023-06-16init: Invoke arch_cpu_finalize_init() earlierGravatar Thomas Gleixner 1-2/+2
2023-06-16init: Remove check_bugs() leftoversGravatar Thomas Gleixner 1-5/+0
2023-06-16init: Provide arch_cpu_finalize_init()Gravatar Thomas Gleixner 1-0/+4
2023-06-09init: consolidate prototypes in linux/init.hGravatar Arnd Bergmann 1-18/+0
2023-05-16start_kernel: Omit prevent_tail_call_optimization() for newer toolchainsGravatar ndesaulniers@google.com 1-0/+6
2023-05-16start_kernel: Add __no_stack_protector function attributeGravatar ndesaulniers@google.com 1-1/+2
2023-04-28Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-3/+3
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-72/+2
2023-04-25Merge tag 'x86_sev_for_v6.4_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-8/+11
2023-04-24Merge tag 'v6.4/kernel.user_worker' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2023-04-14init: Mark start_kernel() __noreturnGravatar Josh Poimboeuf 1-1/+1
2023-04-14init: Mark [arch_call_]rest_init() __noreturnGravatar Josh Poimboeuf 1-2/+2
2023-04-05init,mm: fold late call to page_ext_init() to page_alloc_init_late()Gravatar Mike Rapoport (IBM) 1-4/+0
2023-04-05init,mm: move mm_init() to mm/mm_init.c and rename it to mm_core_init()Gravatar Mike Rapoport (IBM) 1-69/+2
2023-04-05init: fold build_all_zonelists() and page_alloc_init_cpuhp() to mm_init()Gravatar Mike Rapoport (IBM) 1-3/+4
2023-04-05mm/page_alloc: rename page_alloc_init() to page_alloc_init_cpuhp()Gravatar Mike Rapoport (IBM) 1-1/+1
2023-03-27init: Call mem_encrypt_init() after Hyper-V hypercall init is doneGravatar Michael Kelley 1-8/+11
2023-03-22bootconfig: Change message if no bootconfig with CONFIG_BOOT_CONFIG_FORCE=yGravatar Masami Hiramatsu (Google) 1-3/+7
2023-03-12kernel: Allow a kernel thread's name to be set in copy_processGravatar Mike Christie 1-1/+1
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-3/+3