summaryrefslogtreecommitdiffstats
path: root/init
AgeCommit message (Expand)Author
2020-05-02printk: queue wake_up_klogd irq_work only if per-CPU areas are readySergey Senozhatsky
2020-03-12int128: fix __uint128_t compiler test in KconfigMasahiro Yamada
2020-02-26Merge tag 'trace-v5.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2020-02-25bootconfig: Fix CONFIG_BOOTTIME_TRACING dependency issueMasami Hiramatsu
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-10bootconfig: Remove unneeded CONFIG_LIBXBCMasami Hiramatsu
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-28Merge tag 'for-linus-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-01-28Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-01-27Merge tag 'timers-core-2020-01-27' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-01-21bootconfig: Fix Kconfig help message for BOOT_CONFIGMasami Hiramatsu
2020-01-19Revert "um: Enable CONFIG_CONSTRUCTORS"Johannes Berg
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-01-14lib/vdso: Prepare for time namespace supportThomas Gleixner
2020-01-14ns: Introduce Time NamespaceAndrei Vagin
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-13bootconfig: Add Extra Boot Config supportMasami Hiramatsu
2020-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-01-02Revert "fs: remove ksys_dup()"Dominik Brodowski
2019-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-12-17early init: fix error handling when opening /dev/consoleLinus Torvalds
2019-12-16Fix root mounting with no mount optionsLinus Torvalds
2019-12-16device.h: move 'struct driver' stuff out to device/driver.hGreg Kroah-Hartman
2019-12-13scripts/sorttable: Rename 'sortextable' to 'sorttable'Shile Zhang
2019-12-12fs: remove ksys_dup()Dominik Brodowski
2019-12-12init: unify opening /dev/console as stdin/stdout/stderrDominik Brodowski
2019-12-12init: use do_mount() instead of ksys_mount()Dominik Brodowski
2019-12-12initrd: use do_mount() instead of ksys_mount()Dominik Brodowski
2019-12-12devtmpfs: use do_mount() instead of ksys_mount()Dominik Brodowski
2019-12-11bpf, x86, arm64: Enable jit by default when not built as always-onDaniel Borkmann
2019-12-04init/Kconfig: fix indentationKrzysztof Kozlowski
2019-12-02Merge tag 'kbuild-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds