summaryrefslogtreecommitdiffstats
path: root/init/main.c
Commit message (Expand)AuthorAgeFilesLines
* init/main.c: Fix potential static_command_line memory overflowYuntao Wang2024-04-131-0/+2
* fs/proc: Skip bootloader comment if no embedded kernel parametersMasami Hiramatsu2024-04-091-0/+5
* Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-03-141-7/+2
|\
| * init: remove obsolete arch_call_rest_init() wrapperGeert Uytterhoeven2024-02-221-7/+2
* | Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-141-2/+5
|\ \
| * | modules: wait do_free_init correctlyChangbin Du2024-03-041-2/+3
| * | arm64, powerpc, riscv, s390, x86: ptdump: refactor CONFIG_DEBUG_WXChristophe Leroy2024-02-221-0/+2
| |/
* | Merge tag 'modules-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-131-14/+7
|\ \
| * | init: Declare rodata_enabled and mark_rodata_ro() at all timeChristophe Leroy2024-02-021-14/+7
| |/
* | Merge tag 'x86-cleanups-2024-03-11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-03-111-0/+4
|\ \
| * | smp: Consolidate smp_prepare_boot_cpu()Thomas Gleixner2024-03-041-0/+4
| |/
* | Merge tag 'x86-apic-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-03-111-1/+0
|\ \
| * | smp: Provide 'setup_max_cpus' definition on UP tooIngo Molnar2024-02-271-1/+0
| |/
* | Merge tag 'wq-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2024-03-111-0/+1
|\ \
| * | async: Use a dedicated unbound workqueue with raised min_activeTejun Heo2024-02-091-0/+1
| |/
* / pidfd: add pidfsChristian Brauner2024-03-011-0/+2
|/
* proc: sysctl: prevent aliased sysctls from getting passed to initKrister Johansen2023-11-011-0/+4
* workqueue: Initialize unbound CPU pods later in the bootTejun Heo2023-08-071-0/+1
* Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-06-281-18/+0
|\
| * init: consolidate prototypes in linux/init.hArnd Bergmann2023-06-091-18/+0
* | Merge tag 'objtool-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-06-271-1/+8
|\ \
| * | start_kernel: Omit prevent_tail_call_optimization() for newer toolchainsndesaulniers@google.com2023-05-161-0/+6
| * | start_kernel: Add __no_stack_protector function attributendesaulniers@google.com2023-05-161-1/+2
| |/
* | init, x86: Move mem_encrypt_init() into arch_cpu_finalize_init()Thomas Gleixner2023-06-161-13/+0
* | init: Invoke arch_cpu_finalize_init() earlierThomas Gleixner2023-06-161-2/+2
* | init: Remove check_bugs() leftoversThomas Gleixner2023-06-161-5/+0
* | init: Provide arch_cpu_finalize_init()Thomas Gleixner2023-06-161-0/+4
|/
* Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-04-281-3/+3
|\
| * init: Mark start_kernel() __noreturnJosh Poimboeuf2023-04-141-1/+1
| * init: Mark [arch_call_]rest_init() __noreturnJosh Poimboeuf2023-04-141-2/+2
* | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-271-72/+2
|\ \
| * | init,mm: fold late call to page_ext_init() to page_alloc_init_late()Mike Rapoport (IBM)2023-04-051-4/+0
| * | init,mm: move mm_init() to mm/mm_init.c and rename it to mm_core_init()Mike Rapoport (IBM)2023-04-051-69/+2
| * | init: fold build_all_zonelists() and page_alloc_init_cpuhp() to mm_init()Mike Rapoport (IBM)2023-04-051-3/+4
| * | mm/page_alloc: rename page_alloc_init() to page_alloc_init_cpuhp()Mike Rapoport (IBM)2023-04-051-1/+1
* | | Merge tag 'x86_sev_for_v6.4_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-04-251-8/+11
|\ \ \
| * | | init: Call mem_encrypt_init() after Hyper-V hypercall init is doneMichael Kelley2023-03-271-8/+11
| | |/ | |/|
* | | Merge tag 'v6.4/kernel.user_worker' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-04-241-1/+1
|\ \ \ | |_|/ |/| |
| * | kernel: Allow a kernel thread's name to be set in copy_processMike Christie2023-03-121-1/+1
| |/
* / bootconfig: Change message if no bootconfig with CONFIG_BOOT_CONFIG_FORCE=yMasami Hiramatsu (Google)2023-03-221-3/+7
|/
* Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-231-3/+3
|\
| * mm/page_ext: init page_ext early if there are no deferred struct pagesPasha Tatashin2023-02-021-3/+3
* | Allow forcing unconditional bootconfig processingPaul E. McKenney2023-02-221-1/+1
|/
* Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-171-2/+2
|\
| * x86/mm: Initialize text poking earlierPeter Zijlstra2022-12-151-2/+1
| * mm: Move mm_cachep initialization to mm_init()Peter Zijlstra2022-12-151-0/+1
* | proc: give /proc/cmdline sizeAlexey Dobriyan2022-11-181-2/+5
|/
* Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-10-121-4/+4
|\
| * init/main.c: remove unnecessary (void*) conversionsZhou jie2022-10-031-2/+2
| * init: move from strlcpy with unused retval to strscpyWolfram Sang2022-09-111-2/+2