summaryrefslogtreecommitdiffstats
path: root/init/main.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | init: move usermodehelper_enable() to populate_rootfs()Rasmus Villemoes2021-09-081-1/+0
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-191-2/+7
|\|
| * init: Suppress wrong warning for bootconfig cmdline parameterMasami Hiramatsu2021-08-121-2/+7
* | xsurf100: drop include of lib8390.cMichael Schmitz2021-08-031-3/+3
|/
* buildid: stash away kernels build ID on initStephen Boyd2021-07-081-0/+2
* Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-07-041-0/+2
|\
| * srcu: Initialize SRCU after timersFrederic Weisbecker2021-05-101-0/+2
* | Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-07-031-11/+1
|\ \
| * | bootconfig: Share the checksum function with toolsMasami Hiramatsu2021-06-101-11/+1
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-021-0/+42
|\ \ \
| * | | init: print out unknown kernel parametersAndrew Halaney2021-07-011-0/+42
| |/ /
* | | Merge branch 'sched/urgent' into sched/core, to resolve conflictsIngo Molnar2021-06-181-1/+1
|\| |
| * | pid: take a reference when initializing `cad_pid`Mark Rutland2021-06-051-1/+1
| |/
* | sched,init: Fix DEBUG_PREEMPT vs early bootPeter Zijlstra2021-06-011-5/+6
* | sched/core: Initialize the idle task with preemption disabledValentin Schneider2021-05-121-5/+1
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-05-071-0/+1
|\
| * init/initramfs.c: do unpacking asynchronouslyRasmus Villemoes2021-05-071-0/+1
* | Merge tag 'trace-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-05-031-3/+3
|\ \ | |/ |/|