summaryrefslogtreecommitdiffstats
path: root/init
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refreshIngo Molnar2020-04-135-21/+57
|\
| * Merge tag 'kbuild-v5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-04-111-1/+1
| |\
| | * kbuild: do not pass $(KBUILD_CFLAGS) to scripts/mkcompile_hMasahiro Yamada2020-04-091-1/+1
| | * kbuild: mkcompile_h: Include $LD version in /proc/versionKees Cook2020-04-091-1/+1
| * | printk: queue wake_up_klogd irq_work only if per-CPU areas are readySergey Senozhatsky2020-04-101-1/+0
| * | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2020-04-091-0/+4
| |\ \ | | |/ | |/|
| | * init/kconfig: Add LD_VERSION KconfigAmit Daniel Kachhap2020-04-011-0/+4
| * | init/Kconfig: clean up ANON_INODES and old IO schedulers optionsKrzysztof Kozlowski2020-04-071-2/+1
| * | userfaultfd: wp: add WP pagetable tracking to x86Andrea Arcangeli2020-04-071-0/+5
| * | Merge tag 'perf-urgent-2020-04-05' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-04-051-1/+2
| |\ \
| | * \ Merge tag 'perf-urgent-for-mingo-5.7-20200403' of git://git.kernel.org/pub/sc...Ingo Molnar2020-04-041-1/+2
| | |\ \
| | | * | perf/core: Add PERF_SAMPLE_CGROUP featureNamhyung Kim2020-03-271-1/+2
| * | | | Merge tag 'trace-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2020-04-051-4/+10
| |\ \ \ \
| | * | | | tools/bootconfig: Show line and column in parse errorMasami Hiramatsu2020-03-031-4/+10
| | | |/ / | | |/| |
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2020-04-021-0/+1
| |\ \ \ \
| | * | | | exec: Add exec_update_mutex to replace cred_guard_mutexEric W. Biederman2020-03-251-0/+1
| | | |_|/ | | |/| |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-03-311-0/+13
| |\ \ \ \
| | * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-03-301-0/+13
| | |\ \ \ \
| | | * | | | bpf, lsm: Make BPF_LSM depend on BPF_EVENTSKP Singh2020-03-301-0/+1
| | | * | | | bpf: Introduce BPF_PROG_TYPE_LSMKP Singh2020-03-301-0/+12
| | | | |/ / | | | |/| |
| * | | | | Merge tag 'kbuild-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2020-03-311-2/+14
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | kbuild: allow symbol whitelisting with TRIM_UNUSED_KSYMSQuentin Perret2020-03-031-0/+13
| | * | | | kbuild: use KBUILD_DEFCONFIG as the fallback for DEFCONFIG_LISTMasahiro Yamada2020-03-031-2/+1
| | | |/ / | | |/| |
| * | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-03-301-0/+4
| |\ \ \ \
| | * | | | sched/pelt: Add support to track thermal pressureThara Gopinath2020-03-061-0/+4
| | |/ / /
| * | | | Merge tag 'for-5.7/block-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds2020-03-301-10/+2
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | block: remove __bdevnameChristoph Hellwig2020-03-241-10/+2
| | |/ /
* | | | kcsan: Add kcsan_set_access_mask() supportMarco Elver2020-03-211-0/+1
* | | | Merge branch 'linus' into locking/kcsan, to pick up fixesIngo Molnar2020-03-212-21/+25
|\| | |
| * | | int128: fix __uint128_t compiler test in KconfigMasahiro Yamada2020-03-121-2/+1
| |/ /
| * | Merge tag 'trace-v5.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-02-262-19/+24
| |\ \ | | |/ | |/|
| | * bootconfig: Fix CONFIG_BOOTTIME_TRACING dependency issueMasami Hiramatsu2020-02-251-1/+1
| | * bootconfig: Print array as multiple commands for legacy command lineMasami Hiramatsu2020-02-201-14/+8
| | * bootconfig: Add bootconfig magic word for indicating bootconfig explicitlyMasami Hiramatsu2020-02-202-2/+6
| | * bootconfig: Set CONFIG_BOOT_CONFIG=n by defaultMasami Hiramatsu2020-02-202-1/+8
| | * bootconfig: Mark boot_config_checksum() staticQiujun Huang2020-02-201-1/+1
* | | Merge branch 'x86/kdump' into locking/kcsan, to resolve conflictsIngo Molnar2020-03-212-28/+293
|\| |
| * | 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