summaryrefslogtreecommitdiffstats
path: root/init/main.c
AgeCommit message (Expand)Author
2020-02-26Merge tag 'trace-v5.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2020-02-20bootconfig: Print array as multiple commands for legacy command lineMasami Hiramatsu
2020-02-20bootconfig: Add bootconfig magic word for indicating bootconfig explicitlyMasami Hiramatsu
2020-02-20bootconfig: Set CONFIG_BOOT_CONFIG=n by defaultMasami Hiramatsu
2020-02-20bootconfig: Mark boot_config_checksum() staticQiujun Huang
2020-02-11Merge tag 'trace-v5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2020-02-10bootconfig: Use parse_args() to find bootconfig and '--'Steven Rostedt (VMware)
2020-02-06Merge tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds
2020-02-05bootconfig: Show the number of nodes on boot messageMasami Hiramatsu
2020-02-05bootconfig: Use bootconfig instead of boot configMasami Hiramatsu
2020-02-05bootconfig: Only load bootconfig if "bootconfig" is on the kernel cmdlineSteven Rostedt (VMware)
2020-01-31init/main.c: fix misleading "This architecture does not have kernel memory pr...Christophe Leroy
2020-01-31init/main.c: fix quoted value handling in unknown_bootoptionArvind Sankar
2020-01-31init/main.c: remove unnecessary repair_env_string in do_initcall_levelArvind Sankar
2020-01-31init/main.c: log arguments and environment passed to initArvind Sankar
2020-01-29Merge tag 'driver-core-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-01-13mm, debug_pagealloc: don't rely on static keys too earlyVlastimil Babka
2020-01-13bootconfig: init: Allow admin to use bootconfig for init command lineMasami Hiramatsu
2020-01-13bootconfig: init: Allow admin to use bootconfig for kernel command lineMasami Hiramatsu
2020-01-13init/main.c: Alloc initcall_command_line in do_initcall() and free itMasami Hiramatsu
2020-01-13bootconfig: Load boot config from the tail of initrdMasami Hiramatsu
2020-01-02Revert "fs: remove ksys_dup()"Dominik Brodowski
2019-12-17early init: fix error handling when opening /dev/consoleLinus Torvalds
2019-12-16device.h: move 'struct driver' stuff out to device/driver.hGreg Kroah-Hartman
2019-12-12fs: remove ksys_dup()Dominik Brodowski
2019-12-12init: unify opening /dev/console as stdin/stdout/stderrDominik Brodowski
2019-09-28Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-09-24mm: use CPU_BITS_NONE to initialize init_mm.cpu_bitmaskMike Rapoport
2019-09-24mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport
2019-09-24mm: kmemleak: use the memory pool for early allocationsCatalin Marinas
2019-08-19security: Support early LSMsMatthew Garrett
2019-07-31sched/preempt: Use CONFIG_PREEMPTION where appropriateThomas Gleixner
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-07-12mm: init: report memory auto-initialization features at boot timeAlexander Potapenko
2019-07-04mnt_init(): call shmem_init() unconditionallyAl Viro
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-05-14init: free_initmem: poison freed init memoryMike Rapoport
2019-05-14init: provide a generic free_initmem implementationMike Rapoport
2019-05-07Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-05-07Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2019-05-05x86/mm: Initialize PGD cache during mm initializationNadav Amit
2019-04-30x86/alternatives: Initialize temporary mm for patchingNadav Amit
2019-04-19random: move rand_initialize() earlierKees Cook
2019-04-19init: initialize jump labels before command line option parsingDan Williams
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus
2019-03-12init/main: add checks for the return value of memblock_alloc*()Mike Rapoport
2019-02-12Revert "mm: use early_pfn_to_nid in page_ext_init"Qian Cai
2019-01-04fork: fix some -Wmissing-prototypes warningsYi Wang
2019-01-04init/main.c: make "initcall_level_names[]" const char *Alexey Dobriyan
2018-12-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds