summaryrefslogtreecommitdiffstats
path: root/init/main.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * bootconfig: Fix to find the initargs correctlyMasami Hiramatsu2020-08-041-6/+8
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-071-1/+1
|\ \
| * | kasan, arm64: don't instrument functions that enable kasanAndrey Konovalov2020-08-071-1/+1
* | | Merge branch 'hch.init_path' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-071-14/+14
|\ \ \ | |/ / |/| |
| * | init: add an init_dup helperChristoph Hellwig2020-08-041-4/+4
| * | init: add an init_eaccess helperChristoph Hellwig2020-07-311-2/+2
| * | init: mark console_on_rootfs as __initChristoph Hellwig2020-07-311-1/+1
| * | init: initialize ramdisk_execute_command at compile timeChristoph Hellwig2020-07-311-5/+1
| * | init: open code setting up stdin/stdout/stderrChristoph Hellwig2020-07-311-6/+10
| |/
* | Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds2020-08-041-3/+1
|\ \
| * | exec: Implement kernel_execveEric W. Biederman2020-07-211-3/+1
| |/
* / security: allow using Clang's zero initialization for stack variablesglider@google.com2020-06-161-5/+7
|/
* Rebase locking/kcsan to locking/urgentThomas Gleixner2020-06-111-0/+2
|\
| * Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refreshIngo Molnar2020-04-131-5/+10
| |\
| * \ Merge branch 'linus' into locking/kcsan, to pick up fixesIngo Molnar2020-03-211-16/+22
| |\ \
| * \ \ Merge branch 'x86/kdump' into locking/kcsan, to resolve conflictsIngo Molnar2020-03-211-27/+263
| |\ \ \
| * \ \ \ Merge tag 'v5.5-rc7' into locking/kcsan, to refresh the treeIngo Molnar2020-01-201-0/+1
| |\ \ \ \
| * \ \ \ \ Merge tag 'v5.5-rc5' into locking/kcsan, to resolve conflictIngo Molnar2020-01-061-20/+6
| |\ \ \ \ \
| * \ \ \ \ \ Merge tag 'v5.5-rc4' into locking/kcsan, to resolve conflictsIngo Molnar2019-12-301-5/+26
| |\ \ \ \ \ \
| * | | | | | | kcsan: Add Kernel Concurrency Sanitizer infrastructureMarco Elver2019-11-161-0/+2
* | | | | | | | kernel/sysctl: support setting sysctl parameters from kernel command lineVlastimil Babka2020-06-081-0/+2
* | | | | | | | init: allow distribution configuration of default initChris Down2020-06-041-0/+10
* | | | | | | | padata: initialize earlierDaniel Jordan2020-06-031-0/+2
* | | | | | | | Merge tag 'x86_urgent_for_v5.7-rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-05-171-0/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | x86: Fix early boot crash on gcc-10, third tryBorislav Petkov2020-05-151-0/+2
* | | | | | | | | bootconfig: Fix to prevent warning message if no bootconfig optionMasami Hiramatsu2020-05-121-4/+6
|/ / / / / / / /
* | | | | | | / bootconfig: Fix to remove bootconfig data from initrd while bootMasami Hiramatsu2020-05-061-17/+52
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | printk: queue wake_up_klogd irq_work only if per-CPU areas are readySergey Senozhatsky2020-04-101-1/+0
* | | | | | | tools/bootconfig: Show line and column in parse errorMasami Hiramatsu2020-03-031-4/+10
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge tag 'trace-v5.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-02-261-16/+22
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | bootconfig: Print array as multiple commands for legacy command lineMasami Hiramatsu2020-02-201-14/+8
| * | | | | bootconfig: Add bootconfig magic word for indicating bootconfig explicitlyMasami Hiramatsu2020-02-201-1/+5