summaryrefslogtreecommitdiffstats
path: root/init/main.c
Commit message (Expand)AuthorAgeFilesLines
* x86/mm: Initialize text poking earlierPeter Zijlstra2023-08-081-3/+1
* mm: Move mm_cachep initialization to mm_init()Peter Zijlstra2023-08-081-0/+1
* init, x86: Move mem_encrypt_init() into arch_cpu_finalize_init()Thomas Gleixner2023-08-081-11/+0
* init: Invoke arch_cpu_finalize_init() earlierThomas Gleixner2023-08-081-2/+3
* init: Remove check_bugs() leftoversThomas Gleixner2023-08-081-5/+0
* init: Provide arch_cpu_finalize_init()Thomas Gleixner2023-08-081-0/+5
* random: handle latent entropy and command line from random_init()Jason A. Donenfeld2022-05-301-7/+3
* init: call time_init() before rand_initialize()Jason A. Donenfeld2022-05-301-1/+2
* init/main.c: return 1 from handled __setup() functionsRandy Dunlap2022-04-131-2/+4
* bootconfig: init: Fix memblock leak in xbc_make_cmdline()Masami Hiramatsu2021-11-211-0/+1
* sched/core: Initialize the idle task with preemption disabledValentin Schneider2021-07-141-5/+1
* pid: take a reference when initializing `cad_pid`Mark Rutland2021-06-101-1/+1
* kgdb: fix to kill breakpoints on initmem after bootSumit Garg2021-03-041-0/+1
* rcu-tasks: Move RCU-tasks initialization to before early_initcall()Uladzislau Rezki (Sony)2021-01-191-0/+1
* 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
| |_|_|_|_|_|/ |/| | | | | |