aboutsummaryrefslogtreecommitdiffstats
path: root/init/main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-08buildid: stash away kernels build ID on initStephen Boyd1-0/+2
2021-07-04Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcuLinus Torvalds1-0/+2
2021-07-03Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-11/+1
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+42
2021-07-01init: print out unknown kernel parametersAndrew Halaney1-0/+42
2021-06-18Merge branch 'sched/urgent' into sched/core, to resolve conflictsIngo Molnar1-1/+1
2021-06-10bootconfig: Share the checksum function with toolsMasami Hiramatsu1-11/+1
2021-06-05pid: take a reference when initializing `cad_pid`Mark Rutland1-1/+1
2021-06-01sched,init: Fix DEBUG_PREEMPT vs early bootPeter Zijlstra1-5/+6
2021-05-12sched/core: Initialize the idle task with preemption disabledValentin Schneider1-5/+1
2021-05-10srcu: Initialize SRCU after timersFrederic Weisbecker1-0/+2
2021-05-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+1
2021-05-07init/initramfs.c: do unpacking asynchronouslyRasmus Villemoes1-0/+1
2021-05-03Merge tag 'trace-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-3/+3
2021-04-30mm: move mem_init_print_info() into mm_init()Kefeng Wang1-0/+1
2021-04-30mm: HUGE_VMAP arch support cleanupNicholas Piggin1-1/+0
2021-04-08stack: Optionally randomize kernel stack offset each syscallKees Cook1-0/+23
2021-03-18bootconfig: Update prototype of setup_boot_config()Cao jin1-3/+3
2021-02-26kgdb: fix to kill breakpoints on initmem after bootSumit Garg1-0/+1
2021-02-26lib: stackdepot: add support to disable stack depotVijayanand Jitta1-0/+2
2021-02-26mm: add Kernel Electric-Fence infrastructureAlexander Potapenko1-0/+3
2021-02-15sfi: Remove framework for deprecated firmwareAndy Shevchenko1-2/+0
2021-02-05init/gcov: allow CONFIG_CONSTRUCTORS on UML to fix module gcovJohannes Berg1-1/+7
2021-01-08Revert "init/console: Use ttynull as a fallback when there is no console"Petr Mladek1-8/+2
2021-01-04Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcuLinus Torvalds1-0/+1
2020-12-16Merge tag 'printk-for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linuxLinus Torvalds1-2/+8
2020-12-15mm, page_alloc: do not rely on the order of page_poison and init_on_alloc/free parametersVlastimil Babka1-1/+1
2020-12-15init/main: fix broken buffer_init when DEFERRED_STRUCT_PAGE_INIT setLin Feng1-2/+0
2020-12-15mm: fix page_owner initializing issue for arm32Zhenhua Huang1-0/+2
2020-12-14rcu-tasks: Move RCU-tasks initialization to before early_initcall()Uladzislau Rezki (Sony)1-0/+1
2020-12-14Merge branch 'for-5.11-null-console' into for-linusPetr Mladek1-2/+8
2020-11-30bootconfig: Load size and checksum in the footer as le32Masami Hiramatsu1-2/+2
2020-11-20init/console: Use ttynull as a fallback when there is no consolePetr Mladek1-2/+8
2020-11-12bootconfig: Extend the magic check range to the preceding 3 bytesMasami Hiramatsu1-2/+12
2020-10-18Merge tag 'linux-kselftest-kunit-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds1-0/+4
2020-10-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2020-10-09init: main: add KUnit to kernel initBrendan Higgins1-0/+4
2020-09-18bootconfig: 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-07Merge tag 'trace-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus 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/viro/vfsLinus Torvalds1-14/+14
2020-08-04init: add an init_dup helperChristoph Hellwig1-4/+4
2020-08-04Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus 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