summaryrefslogtreecommitdiffstats
path: root/init/main.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/ |/|
| * bootconfig: Update prototype of setup_boot_config()Cao jin2021-03-181-3/+3
* | mm: move mem_init_print_info() into mm_init()Kefeng Wang2021-04-301-0/+1
* | mm: HUGE_VMAP arch support cleanupNicholas Piggin2021-04-301-1/+0
* | stack: Optionally randomize kernel stack offset each syscallKees Cook2021-04-081-0/+23
|/
* kgdb: fix to kill breakpoints on initmem after bootSumit Garg2021-02-261-0/+1
* lib: stackdepot: add support to disable stack depotVijayanand Jitta2021-02-261-0/+2
* mm: add Kernel Electric-Fence infrastructureAlexander Potapenko2021-02-261-0/+3
* sfi: Remove framework for deprecated firmwareAndy Shevchenko2021-02-151-2/+0
* init/gcov: allow CONFIG_CONSTRUCTORS on UML to fix module gcovJohannes Berg2021-02-051-1/+7
* Revert "init/console: Use ttynull as a fallback when there is no console"Petr Mladek2021-01-081-8/+2
* Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds2021-01-041-0/+1
|\
| * rcu-tasks: Move RCU-tasks initialization to before early_initcall()Uladzislau Rezki (Sony)2020-12-141-0/+1
* | Merge tag 'printk-for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-12-161-2/+8
|\ \
| * \ Merge branch 'for-5.11-null-console' into for-linusPetr Mladek2020-12-141-2/+8
| |\ \
| | * | init/console: Use ttynull as a fallback when there is no consolePetr Mladek2020-11-201-2/+8
* | | | mm, page_alloc: do not rely on the order of page_poison and init_on_alloc/fre...Vlastimil Babka2020-12-151-1/+1
* | | | init/main: fix broken buffer_init when DEFERRED_STRUCT_PAGE_INIT setLin Feng2020-12-151-2/+0
* | | | mm: fix page_owner initializing issue for arm32Zhenhua Huang2020-12-151-0/+2
| |_|/ |/| |
* | | bootconfig: Load size and checksum in the footer as le32Masami Hiramatsu2020-11-301-2/+2
|/ /
* | bootconfig: Extend the magic check range to the preceding 3 bytesMasami Hiramatsu2020-11-121-2/+12
* | Merge tag 'linux-kselftest-kunit-5.10-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds2020-10-181-0/+4
|\ \ | |/ |/|
| * init: main: add KUnit to kernel initBrendan Higgins2020-10-091-0/+4
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2020-10-151-1/+1
|\ \
| * | bootconfig: Fix kernel message mentioning CONFIG_BOOT_CONFIGShaokun Zhang2020-09-011-1/+1
| |/
* | bootconfig: init: make xbc_namebuf staticJason Yan2020-09-181-1/+1
* | kprobes: tracing/kprobes: Fix to kill kprobes on initmem after bootMasami Hiramatsu2020-09-181-0/+2
|/
* Merge tag 'trace-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2020-08-071-6/+8
|\