aboutsummaryrefslogtreecommitdiffstats
path: root/init/main.c
AgeCommit message (Expand)Author
2023-06-28Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-06-27Merge tag 'objtool-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-06-16init, x86: Move mem_encrypt_init() into arch_cpu_finalize_init()Thomas Gleixner
2023-06-16init: Invoke arch_cpu_finalize_init() earlierThomas Gleixner
2023-06-16init: Remove check_bugs() leftoversThomas Gleixner
2023-06-16init: Provide arch_cpu_finalize_init()Thomas Gleixner
2023-06-09init: consolidate prototypes in linux/init.hArnd Bergmann
2023-05-16start_kernel: Omit prevent_tail_call_optimization() for newer toolchainsndesaulniers@google.com
2023-05-16start_kernel: Add __no_stack_protector function attributendesaulniers@google.com
2023-04-28Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-04-25Merge tag 'x86_sev_for_v6.4_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2023-04-24Merge tag 'v6.4/kernel.user_worker' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-04-14init: Mark start_kernel() __noreturnJosh Poimboeuf
2023-04-14init: Mark [arch_call_]rest_init() __noreturnJosh Poimboeuf
2023-04-05init,mm: fold late call to page_ext_init() to page_alloc_init_late()Mike Rapoport (IBM)
2023-04-05init,mm: move mm_init() to mm/mm_init.c and rename it to mm_core_init()Mike Rapoport (IBM)
2023-04-05init: fold build_all_zonelists() and page_alloc_init_cpuhp() to mm_init()Mike Rapoport (IBM)
2023-04-05mm/page_alloc: rename page_alloc_init() to page_alloc_init_cpuhp()Mike Rapoport (IBM)
2023-03-27init: Call mem_encrypt_init() after Hyper-V hypercall init is doneMichael Kelley
2023-03-22bootconfig: Change message if no bootconfig with CONFIG_BOOT_CONFIG_FORCE=yMasami Hiramatsu (Google)
2023-03-12kernel: Allow a kernel thread's name to be set in copy_processMike Christie
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-22Allow forcing unconditional bootconfig processingPaul E. McKenney
2023-02-02mm/page_ext: init page_ext early if there are no deferred struct pagesPasha Tatashin
2022-12-17Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-12-15x86/mm: Initialize text poking earlierPeter Zijlstra
2022-12-15mm: Move mm_cachep initialization to mm_init()Peter Zijlstra
2022-11-18proc: give /proc/cmdline sizeAlexey Dobriyan
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-03init/main.c: remove unnecessary (void*) conversionsZhou jie
2022-10-03init: kmsan: call KMSAN initialization routinesAlexander Potapenko
2022-09-29random: split initialization into early step and later stepJason A. Donenfeld
2022-09-26Maple Tree: add new data structureLiam R. Howlett
2022-09-11init: move from strlcpy with unused retval to strscpyWolfram Sang
2022-09-11page_ext: introduce boot parameter 'early_page_ext'Li Zhe
2022-08-23arm64: fix rodata=fullMark Rutland
2022-07-01stack: Declare {randomize_,}kstack_offset to fix Sparse warningsGONG, Ruiqi
2022-06-03Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-05-29Merge tag 'trace-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2022-05-18random: handle latent entropy and command line from random_init()Jason A. Donenfeld
2022-05-13init: call time_init() before rand_initialize()Jason A. Donenfeld
2022-05-06kthread: Don't allocate kthread_struct for init and umhEric W. Biederman
2022-04-26bootconfig: Support embedding a bootconfig file in kernelMasami Hiramatsu
2022-04-26bootconfig: Check the checksum before removing the bootconfig from initrdMasami Hiramatsu
2022-03-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2022-03-23init/main.c: return 1 from handled __setup() functionsRandy Dunlap
2022-03-23init: use ktime_us_delta() to make initcall_debug log more preciseMark-PK Tsai