summaryrefslogtreecommitdiff
path: root/init/main.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-30random: handle latent entropy and command line from random_init()Jason A. Donenfeld1-7/+3
2022-05-30init: call time_init() before rand_initialize()Jason A. Donenfeld1-1/+2
2022-04-13init/main.c: return 1 from handled __setup() functionsRandy Dunlap1-2/+4
2021-11-21bootconfig: init: Fix memblock leak in xbc_make_cmdline()Masami Hiramatsu1-0/+1
2021-07-14sched/core: Initialize the idle task with preemption disabledValentin Schneider1-5/+1
2021-06-10pid: take a reference when initializing `cad_pid`Mark Rutland1-1/+1
2021-03-04kgdb: fix to kill breakpoints on initmem after bootSumit Garg1-0/+1
2021-01-19rcu-tasks: Move RCU-tasks initialization to before early_initcall()Uladzislau Rezki (Sony)1-0/+1
2020-12-01bootconfig: Load size and checksum in the footer as le32Masami Hiramatsu1-2/+2
2020-11-13bootconfig: Extend the magic check range to the preceding 3 bytesMasami Hiramatsu1-2/+12
2020-10-19Merge tag 'linux-kselftest-kunit-5.10-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-0/+4
2020-10-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2020-10-09init: main: add KUnit to kernel initBrendan Higgins1-0/+4
2020-09-19bootconfig: init: make xbc_namebuf staticJason Yan1-1/+1
2020-09-18kprobes: tracing/kprobes: Fix to kill kprobes on initmem after bootMasami Hiramatsu1-0/+2
2020-09-01bootconfig: Fix kernel message mentioning CONFIG_BOOT_CONFIGShaokun Zhang1-1/+1
2020-08-08Merge tag 'trace-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds1-6/+8
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2020-08-07kasan, arm64: don't instrument functions that enable kasanAndrey Konovalov1-1/+1
2020-08-07Merge branch 'hch.init_path' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-14/+14
2020-08-05init: add an init_dup helperChristoph Hellwig1-4/+4
2020-08-05Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds1-3/+1
2020-08-04bootconfig: Fix to find the initargs correctlyMasami Hiramatsu1-6/+8
2020-07-31init: add an init_eaccess helperChristoph Hellwig1-2/+2
2020-07-31init: mark console_on_rootfs as __initChristoph Hellwig1-1/+1
2020-07-31init: initialize ramdisk_execute_command at compile timeChristoph Hellwig1-5/+1
2020-07-31init: open code setting up stdin/stdout/stderrChristoph Hellwig1-6/+10
2020-07-21exec: Implement kernel_execveEric W. Biederman1-3/+1
2020-06-16security: allow using Clang's zero initialization for stack variablesglider@google.com1-5/+7
2020-06-11Rebase locking/kcsan to locking/urgentThomas Gleixner1-0/+2
2020-06-08kernel/sysctl: support setting sysctl parameters from kernel command lineVlastimil Babka1-0/+2
2020-06-05init: allow distribution configuration of default initChris Down1-0/+10
2020-06-04padata: initialize earlierDaniel Jordan1-0/+2
2020-05-17Merge tag 'x86_urgent_for_v5.7-rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+2
2020-05-15x86: Fix early boot crash on gcc-10, third tryBorislav Petkov1-0/+2
2020-05-12bootconfig: Fix to prevent warning message if no bootconfig optionMasami Hiramatsu1-4/+6
2020-05-06bootconfig: Fix to remove bootconfig data from initrd while bootMasami Hiramatsu1-17/+52
2020-04-13Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refreshIngo Molnar1-5/+10
2020-04-10printk: queue wake_up_klogd irq_work only if per-CPU areas are readySergey Senozhatsky1-1/+0
2020-03-21Merge branch 'linus' into locking/kcsan, to pick up fixesIngo Molnar1-16/+22
2020-03-21Merge branch 'x86/kdump' into locking/kcsan, to resolve conflictsIngo Molnar1-27/+263
2020-03-04tools/bootconfig: Show line and column in parse errorMasami Hiramatsu1-4/+10
2020-02-26Merge tag 'trace-v5.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-16/+22
2020-02-21bootconfig: Print array as multiple commands for legacy command lineMasami Hiramatsu1-14/+8
2020-02-21bootconfig: Add bootconfig magic word for indicating bootconfig explicitlyMasami Hiramatsu1-1/+5
2020-02-21bootconfig: Set CONFIG_BOOT_CONFIG=n by defaultMasami Hiramatsu1-0/+8
2020-02-21bootconfig: Mark boot_config_checksum() staticQiujun Huang1-1/+1
2020-02-12Merge tag 'trace-v5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-7/+30
2020-02-10bootconfig: Use parse_args() to find bootconfig and '--'Steven Rostedt (VMware)1-7/+30
2020-02-06Merge tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds1-17/+212