summaryrefslogtreecommitdiffstats
path: root/init
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-v5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-02-112-8/+30
|\
| * bootconfig: Use parse_args() to find bootconfig and '--'Steven Rostedt (VMware)2020-02-101-7/+30
| * bootconfig: Remove unneeded CONFIG_LIBXBCMasami Hiramatsu2020-02-101-1/+0
* | Merge tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2020-02-062-17/+226
|\ \ | |/
| * 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: Fix Kconfig help message for BOOT_CONFIGMasami Hiramatsu2020-01-211-1/+3
| * 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-132-0/+55
| * bootconfig: Add Extra Boot Config supportMasami Hiramatsu2020-01-131-0/+11
* | 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
* | | Merge tag 'for-linus-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-01-281-0/+1
|\ \ \
| * | | Revert "um: Enable CONFIG_CONSTRUCTORS"Johannes Berg2020-01-191-0/+1
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-01-281-0/+7
|\ \ \
| * \ \ Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-191-0/+1
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-091-20/+6
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-12-271-0/+7
| |\ \ \ \
| | * | | | bpf, x86, arm64: Enable jit by default when not built as always-onDaniel Borkmann2019-12-111-0/+7
* | | | | | Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-01-281-1/+1
|\ \ \ \ \ \
| * | | | | | scripts/sorttable: Rename 'sortextable' to 'sorttable'Shile Zhang2019-12-131-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'timers-core-2020-01-27' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-01-271-0/+8
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | lib/vdso: Prepare for time namespace supportThomas Gleixner2020-01-141-0/+1
| * | | | | ns: Introduce Time NamespaceAndrei Vagin2020-01-141-0/+7
| | |_|/ / | |/| | |
* | | | | 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
* | | Fix root mounting with no mount optionsLinus Torvalds2019-12-161-10/+13
| |/ |/|
* | fs: remove ksys_dup()Dominik Brodowski2019-12-121-6/+20
* | init: unify opening /dev/console as stdin/stdout/stderrDominik Brodowski2019-12-122-9/+13
* | init: use do_mount() instead of ksys_mount()Dominik Brodowski2019-12-121-6/+22
* | initrd: use do_mount() instead of ksys_mount()Dominik Brodowski2019-12-121-3/+3
* | devtmpfs: use do_mount() instead of ksys_mount()Dominik Brodowski2019-12-121-1/+1
|/
* init/Kconfig: fix indentationKrzysztof Kozlowski2019-12-041-38/+38
* Merge tag 'kbuild-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-12-021-21/+1
|\
| * kbuild: remove header compile testMasahiro Yamada2019-11-151-21/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2019-12-011-17/+0
|\ \
| * | sysctl: Remove the sysctl system callEric W. Biederman2019-11-261-17/+0
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2019-11-251-0/+49
|\ \
| * | init: Support mounting root file systems over SMBPaulo Alcantara (SUSE)2019-10-021-0/+49
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2019-11-251-0/+4
|\ \
| * | int128: move __uint128_t compiler test to KconfigArd Biesheuvel2019-11-171-0/+4
| |/
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-11-251-0/+8
|\ \
OpenPOWER on IntegriCloud