aboutsummaryrefslogtreecommitdiff
path: root/init
AgeCommit message (Expand)AuthorFilesLines
2020-02-06Merge tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Gravatar Linus Torvalds 2-17/+226
2020-02-05bootconfig: Show the number of nodes on boot messageGravatar Masami Hiramatsu 1-2/+4
2020-02-05bootconfig: Use bootconfig instead of boot configGravatar Masami Hiramatsu 1-3/+3
2020-02-05bootconfig: Only load bootconfig if "bootconfig" is on the kernel cmdlineGravatar Steven Rostedt (VMware) 1-7/+21
2020-01-31init/main.c: fix misleading "This architecture does not have kernel memory pr...Gravatar Christophe Leroy 1-0/+5
2020-01-31init/main.c: fix quoted value handling in unknown_bootoptionGravatar Arvind Sankar 1-3/+4
2020-01-31init/main.c: remove unnecessary repair_env_string in do_initcall_levelGravatar Arvind Sankar 1-6/+10
2020-01-31init/main.c: log arguments and environment passed to initGravatar Arvind Sankar 1-0/+8
2020-01-29Merge tag 'driver-core-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2020-01-28Merge tag 'for-linus-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+1
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 1-0/+7
2020-01-28Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+1
2020-01-27Merge tag 'timers-core-2020-01-27' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+8
2020-01-21bootconfig: Fix Kconfig help message for BOOT_CONFIGGravatar Masami Hiramatsu 1-1/+3
2020-01-19Revert "um: Enable CONFIG_CONSTRUCTORS"Gravatar Johannes Berg 1-0/+1
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-0/+1
2020-01-14lib/vdso: Prepare for time namespace supportGravatar Thomas Gleixner 1-0/+1
2020-01-14ns: Introduce Time NamespaceGravatar Andrei Vagin 1-0/+7
2020-01-13mm, debug_pagealloc: don't rely on static keys too earlyGravatar Vlastimil Babka 1-0/+1
2020-01-13bootconfig: init: Allow admin to use bootconfig for init command lineGravatar Masami Hiramatsu 1-3/+28
2020-01-13bootconfig: init: Allow admin to use bootconfig for kernel command lineGravatar Masami Hiramatsu 1-5/+101
2020-01-13init/main.c: Alloc initcall_command_line in do_initcall() and free itGravatar Masami Hiramatsu 1-11/+15
2020-01-13bootconfig: Load boot config from the tail of initrdGravatar Masami Hiramatsu 2-0/+55
2020-01-13bootconfig: Add Extra Boot Config supportGravatar Masami Hiramatsu 1-0/+11
2020-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-20/+6
2020-01-02Revert "fs: remove ksys_dup()"Gravatar Dominik Brodowski 1-20/+6
2019-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar David S. Miller 1-0/+7
2019-12-17early init: fix error handling when opening /dev/consoleGravatar Linus Torvalds 1-1/+1
2019-12-16Fix root mounting with no mount optionsGravatar Linus Torvalds 1-10/+13
2019-12-16device.h: move 'struct driver' stuff out to device/driver.hGravatar Greg Kroah-Hartman 1-1/+1
2019-12-13scripts/sorttable: Rename 'sortextable' to 'sorttable'Gravatar Shile Zhang 1-1/+1
2019-12-12fs: remove ksys_dup()Gravatar Dominik Brodowski 1-6/+20
2019-12-12init: unify opening /dev/console as stdin/stdout/stderrGravatar Dominik Brodowski 2-9/+13
2019-12-12init: use do_mount() instead of ksys_mount()Gravatar Dominik Brodowski 1-6/+22
2019-12-12initrd: use do_mount() instead of ksys_mount()Gravatar Dominik Brodowski 1-3/+3
2019-12-12devtmpfs: use do_mount() instead of ksys_mount()Gravatar Dominik Brodowski 1-1/+1
2019-12-11bpf, x86, arm64: Enable jit by default when not built as always-onGravatar Daniel Borkmann 1-0/+7
2019-12-04init/Kconfig: fix indentationGravatar Krzysztof Kozlowski 1-38/+38
2019-12-02Merge tag 'kbuild-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-21/+1
2019-12-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-17/+0
2019-11-26sysctl: Remove the sysctl system callGravatar Eric W. Biederman 1-17/+0
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 1-0/+49
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 1-0/+4
2019-11-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-0/+8
2019-11-17int128: move __uint128_t compiler test to KconfigGravatar Ard Biesheuvel 1-0/+4
2019-11-15kbuild: remove header compile testGravatar Masahiro Yamada 1-21/+1
2019-10-29io_uring: replace workqueue usage with io-wqGravatar Jens Axboe 1-0/+1
2019-10-16arm64: use generic free_initrd_mem()Gravatar Mike Rapoport 1-0/+8
2019-10-02init: Support mounting root file systems over SMBGravatar Paulo Alcantara (SUSE) 1-0/+49
2019-09-28Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-0/+6