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