summaryrefslogtreecommitdiffstats
path: root/init/main.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * bootconfig: Set CONFIG_BOOT_CONFIG=n by defaultMasami Hiramatsu2020-02-201-0/+8
| * bootconfig: Mark boot_config_checksum() staticQiujun Huang2020-02-201-1/+1
* | Merge tag 'trace-v5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-02-111-7/+30
|\|
| * bootconfig: Use parse_args() to find bootconfig and '--'Steven Rostedt (VMware)2020-02-101-7/+30
* | Merge tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2020-02-061-17/+212
|\|
| * bootconfig: Show the number of nodes on boot messageMasami Hiramatsu2020-02-051-2/+4
| * bootconfig: Use bootconfig instead of boot configMasami Hiramatsu2020-02-051-3/+3
| * bootconfig: Only load bootconfig if "bootconfig" is on the kernel cmdlineSteven Rostedt (VMware)2020-02-051-7/+21
| * bootconfig: init: Allow admin to use bootconfig for init command lineMasami Hiramatsu2020-01-131-3/+28
| * bootconfig: init: Allow admin to use bootconfig for kernel command lineMasami Hiramatsu2020-01-131-5/+101
| * init/main.c: Alloc initcall_command_line in do_initcall() and free itMasami Hiramatsu2020-01-131-11/+15
| * bootconfig: Load boot config from the tail of initrdMasami Hiramatsu2020-01-131-0/+54
* | init/main.c: fix misleading "This architecture does not have kernel memory pr...Christophe Leroy2020-01-311-0/+5
* | init/main.c: fix quoted value handling in unknown_bootoptionArvind Sankar2020-01-311-3/+4
* | init/main.c: remove unnecessary repair_env_string in do_initcall_levelArvind Sankar2020-01-311-6/+10
* | init/main.c: log arguments and environment passed to initArvind Sankar2020-01-311-0/+8
* | Merge tag 'driver-core-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-01-291-1/+1
|\ \
| * | device.h: move 'struct driver' stuff out to device/driver.hGreg Kroah-Hartman2019-12-161-1/+1
* | | mm, debug_pagealloc: don't rely on static keys too earlyVlastimil Babka2020-01-131-0/+1
| |/ |/|
* | Revert "fs: remove ksys_dup()"Dominik Brodowski2020-01-021-20/+6
* | early init: fix error handling when opening /dev/consoleLinus Torvalds2019-12-171-1/+1
|/
* fs: remove ksys_dup()Dominik Brodowski2019-12-121-6/+20
* init: unify opening /dev/console as stdin/stdout/stderrDominik Brodowski2019-12-121-5/+12
* Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-281-0/+1
|\
| * security: Support early LSMsMatthew Garrett2019-08-191-0/+1
* | mm: use CPU_BITS_NONE to initialize init_mm.cpu_bitmaskMike Rapoport2019-09-241-1/+0
* | mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport2019-09-241-2/+1
* | mm: kmemleak: use the memory pool for early allocationsCatalin Marinas2019-09-241-1/+1
* | sched/preempt: Use CONFIG_PREEMPTION where appropriateThomas Gleixner2019-07-311-1/+1
* | Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-191-1/+0
|\ \
| * | mnt_init(): call shmem_init() unconditionallyAl Viro2019-07-041-1/+0
* | | mm: init: report memory auto-initialization features at boot timeAlexander Potapenko2019-07-121-0/+24
| |/ |/|
* | treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
|/
* init: free_initmem: poison freed init memoryMike Rapoport2019-05-141-1/+1
* init: provide a generic free_initmem implementationMike Rapoport2019-05-141-0/+5
* Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-05-071-7/+14
|\
| * random: move rand_initialize() earlierKees Cook2019-04-191-7/+14
* | Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-05-071-3/+3
|\ \
| * | treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus2019-04-091-3/+3
* | | x86/mm: Initialize PGD cache during mm initializationNadav Amit2019-05-051-0/+3
* | | x86/alternatives: Initialize temporary mm for patchingNadav Amit2019-04-301-0/+3