aboutsummaryrefslogtreecommitdiff
path: root/init/main.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-23init/main.c: return 1 from handled __setup() functionsGravatar Randy Dunlap 1-2/+4
2022-03-23init: use ktime_us_delta() to make initcall_debug log more preciseGravatar Mark-PK Tsai 1-6/+2
2022-02-14stack: Introduce CONFIG_RANDOMIZE_KSTACK_OFFSETGravatar Marco Elver 1-1/+1
2022-02-06net: initialize init_net earlierGravatar Eric Dumazet 1-0/+2
2022-01-22lib/stackdepot: allow optional init and stack_table allocation by kvmalloc()Gravatar Vlastimil Babka 1-3/+6
2021-11-09Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+3
2021-11-09init: make unknown command line param message clearerGravatar Andrew Halaney 1-1/+3
2021-11-06Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-2/+4
2021-11-06memblock: use memblock_free for freeing virtual pointersGravatar Mike Rapoport 1-2/+2
2021-11-06mm: create a new system state and fix core_kernel_text()Gravatar Christophe Leroy 1-0/+2
2021-11-01Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 1-12/+4
2021-10-18block: move elevator.h to block/Gravatar Christoph Hellwig 1-1/+0
2021-10-10bootconfig: init: Fix memblock leak in xbc_make_cmdline()Gravatar Masami Hiramatsu 1-0/+1
2021-10-10bootconfig: Rename xbc_destroy_all() to xbc_exit()Gravatar Masami Hiramatsu 1-1/+1
2021-10-10bootconfig: Add xbc_get_info() for the node informationGravatar Masami Hiramatsu 1-0/+1
2021-10-10bootconfig: Allocate xbc_data inside xbc_init()Gravatar Masami Hiramatsu 1-11/+2
2021-09-22init: Revert accidental changes to print irqs_disabled()Gravatar Geert Uytterhoeven 1-3/+3
2021-09-14memblock: introduce saner 'memblock_free_ptr()' interfaceGravatar Linus Torvalds 1-1/+1
2021-09-09Merge tag 'trace-v5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Gravatar Linus Torvalds 1-11/+26
2021-09-08Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+2
2021-09-08init/bootconfig: Reorder init parameter from bootconfig and cmdlineGravatar Masami Hiramatsu 1-9/+14
2021-09-08init: bootconfig: Remove all bootconfig data when the init memory is removedGravatar Masami Hiramatsu 1-2/+12
2021-09-08trap: cleanup trap_init()Gravatar Kefeng Wang 1-0/+2
2021-09-08init: move usermodehelper_enable() to populate_rootfs()Gravatar Rasmus Villemoes 1-1/+0
2021-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-2/+7
2021-08-12init: Suppress wrong warning for bootconfig cmdline parameterGravatar Masami Hiramatsu 1-2/+7
2021-08-03xsurf100: drop include of lib8390.cGravatar Michael Schmitz 1-3/+3
2021-07-08buildid: stash away kernels build ID on initGravatar Stephen Boyd 1-0/+2
2021-07-04Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+2
2021-07-03Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 1-11/+1
2021-07-02Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-0/+42
2021-07-01init: print out unknown kernel parametersGravatar Andrew Halaney 1-0/+42
2021-06-18Merge branch 'sched/urgent' into sched/core, to resolve conflictsGravatar Ingo Molnar 1-1/+1
2021-06-10bootconfig: Share the checksum function with toolsGravatar Masami Hiramatsu 1-11/+1
2021-06-05pid: take a reference when initializing `cad_pid`Gravatar Mark Rutland 1-1/+1
2021-06-01sched,init: Fix DEBUG_PREEMPT vs early bootGravatar Peter Zijlstra 1-5/+6
2021-05-12sched/core: Initialize the idle task with preemption disabledGravatar Valentin Schneider 1-5/+1
2021-05-10srcu: Initialize SRCU after timersGravatar Frederic Weisbecker 1-0/+2
2021-05-07Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-0/+1
2021-05-07init/initramfs.c: do unpacking asynchronouslyGravatar Rasmus Villemoes 1-0/+1
2021-05-03Merge tag 'trace-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 1-3/+3
2021-04-30mm: move mem_init_print_info() into mm_init()Gravatar Kefeng Wang 1-0/+1
2021-04-30mm: HUGE_VMAP arch support cleanupGravatar Nicholas Piggin 1-1/+0
2021-04-08stack: Optionally randomize kernel stack offset each syscallGravatar Kees Cook 1-0/+23
2021-03-18bootconfig: Update prototype of setup_boot_config()Gravatar Cao jin 1-3/+3
2021-02-26kgdb: fix to kill breakpoints on initmem after bootGravatar Sumit Garg 1-0/+1
2021-02-26lib: stackdepot: add support to disable stack depotGravatar Vijayanand Jitta 1-0/+2
2021-02-26mm: add Kernel Electric-Fence infrastructureGravatar Alexander Potapenko 1-0/+3
2021-02-15sfi: Remove framework for deprecated firmwareGravatar Andy Shevchenko 1-2/+0
2021-02-05init/gcov: allow CONFIG_CONSTRUCTORS on UML to fix module gcovGravatar Johannes Berg 1-1/+7