summaryrefslogtreecommitdiffstats
path: root/init/main.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | bootconfig: Rename xbc_destroy_all() to xbc_exit()Masami Hiramatsu2021-10-101-1/+1
| * | bootconfig: Add xbc_get_info() for the node informationMasami Hiramatsu2021-10-101-0/+1
| * | bootconfig: Allocate xbc_data inside xbc_init()Masami Hiramatsu2021-10-101-11/+2
* | | block: move elevator.h to block/Christoph Hellwig2021-10-181-1/+0
| |/ |/|
* | bootconfig: init: Fix memblock leak in xbc_make_cmdline()Masami Hiramatsu2021-10-101-0/+1
|/
* init: Revert accidental changes to print irqs_disabled()Geert Uytterhoeven2021-09-221-3/+3
* memblock: introduce saner 'memblock_free_ptr()' interfaceLinus Torvalds2021-09-141-1/+1
* Merge tag 'trace-v5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2021-09-091-11/+26
|\
| * init/bootconfig: Reorder init parameter from bootconfig and cmdlineMasami Hiramatsu2021-09-081-9/+14
| * init: bootconfig: Remove all bootconfig data when the init memory is removedMasami Hiramatsu2021-09-081-2/+12
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-081-1/+2
|\ \
| * | trap: cleanup trap_init()Kefeng Wang2021-09-081-0/+2