summaryrefslogtreecommitdiff
path: root/init/main.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-1/+10
|\ \
| * | init: kmsan: call KMSAN initialization routinesAlexander Potapenko2022-10-031-0/+3
| * | Maple Tree: add new data structureLiam R. Howlett2022-09-261-0/+2
| * | page_ext: introduce boot parameter 'early_page_ext'Li Zhe2022-09-111-1/+5
| |/
* | random: split initialization into early step and later stepJason A. Donenfeld2022-09-291-9/+8
|/
* arm64: fix rodata=fullMark Rutland2022-08-231-3/+15
* stack: Declare {randomize_,}kstack_offset to fix Sparse warningsGONG, Ruiqi2022-07-011-0/+1
* Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-06-031-1/+1
|\
| * kthread: Don't allocate kthread_struct for init and umhEric W. Biederman2022-05-061-1/+1
* | Merge tag 'trace-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2022-05-291-19/+19
|\ \
| * | bootconfig: Support embedding a bootconfig file in kernelMasami Hiramatsu2022-04-261-10/+12
| * | bootconfig: Check the checksum before removing the bootconfig from initrdMasami Hiramatsu2022-04-261-12/+10
| |/
* | random: handle latent entropy and command line from random_init()Jason A. Donenfeld2022-05-181-7/+3
* | init: call time_init() before rand_initialize()Jason A. Donenfeld2022-05-131-1/+2
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-241-8/+6
|\
| * init/main.c: return 1 from handled __setup() functionsRandy Dunlap2022-03-231-2/+4
| * init: use ktime_us_delta() to make initcall_debug log more preciseMark-PK Tsai2022-03-231-6/+2
* | Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-03-241-0/+2
|\ \
| * | net: initialize init_net earlierEric Dumazet2022-02-061-0/+2
| |/
* | stack: Introduce CONFIG_RANDOMIZE_KSTACK_OFFSETMarco Elver2022-02-141-1/+1
|/
* lib/stackdepot: allow optional init and stack_table allocation by kvmalloc()Vlastimil Babka2022-01-221-3/+6
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-091-1/+3
|\
| * init: make unknown command line param message clearerAndrew Halaney2021-11-091-1/+3
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-061-2/+4
|\ \ | |/
| * memblock: use memblock_free for freeing virtual pointersMike Rapoport2021-11-061-2/+2
| * mm: create a new system state and fix core_kernel_text()Christophe Leroy2021-11-061-0/+2
* | Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-11-011-12/+4
|\ \