aboutsummaryrefslogtreecommitdiff
path: root/init
AgeCommit message (Expand)AuthorFilesLines
2020-04-11Merge tag 'kbuild-v5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 1-1/+1
2020-04-10printk: queue wake_up_klogd irq_work only if per-CPU areas are readyGravatar Sergey Senozhatsky 1-1/+0
2020-04-09Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 1-0/+4
2020-04-09kbuild: do not pass $(KBUILD_CFLAGS) to scripts/mkcompile_hGravatar Masahiro Yamada 1-1/+1
2020-04-09kbuild: mkcompile_h: Include $LD version in /proc/versionGravatar Kees Cook 1-1/+1
2020-04-07init/Kconfig: clean up ANON_INODES and old IO schedulers optionsGravatar Krzysztof Kozlowski 1-2/+1
2020-04-07userfaultfd: wp: add WP pagetable tracking to x86Gravatar Andrea Arcangeli 1-0/+5
2020-04-05Merge tag 'perf-urgent-2020-04-05' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+2
2020-04-05Merge tag 'trace-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 1-4/+10
2020-04-04Merge tag 'perf-urgent-for-mingo-5.7-20200403' of git://git.kernel.org/pub/sc...Gravatar Ingo Molnar 1-1/+2
2020-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-0/+1
2020-04-01init/kconfig: Add LD_VERSION KconfigGravatar Amit Daniel Kachhap 1-0/+4
2020-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 1-0/+13
2020-03-31Merge tag 'kbuild-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-2/+14
2020-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar David S. Miller 1-0/+13
2020-03-30Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+4
2020-03-30bpf, lsm: Make BPF_LSM depend on BPF_EVENTSGravatar KP Singh 1-0/+1
2020-03-30Merge tag 'for-5.7/block-2020-03-29' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-10/+2
2020-03-30bpf: Introduce BPF_PROG_TYPE_LSMGravatar KP Singh 1-0/+12
2020-03-27perf/core: Add PERF_SAMPLE_CGROUP featureGravatar Namhyung Kim 1-1/+2
2020-03-25exec: Add exec_update_mutex to replace cred_guard_mutexGravatar Eric W. Biederman 1-0/+1
2020-03-24block: remove __bdevnameGravatar Christoph Hellwig 1-10/+2
2020-03-12int128: fix __uint128_t compiler test in KconfigGravatar Masahiro Yamada 1-2/+1
2020-03-06sched/pelt: Add support to track thermal pressureGravatar Thara Gopinath 1-0/+4
2020-03-03tools/bootconfig: Show line and column in parse errorGravatar Masami Hiramatsu 1-4/+10
2020-03-03kbuild: allow symbol whitelisting with TRIM_UNUSED_KSYMSGravatar Quentin Perret 1-0/+13
2020-03-03kbuild: use KBUILD_DEFCONFIG as the fallback for DEFCONFIG_LISTGravatar Masahiro Yamada 1-2/+1
2020-02-26Merge tag 'trace-v5.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Gravatar Linus Torvalds 2-19/+24
2020-02-25bootconfig: Fix CONFIG_BOOTTIME_TRACING dependency issueGravatar Masami Hiramatsu 1-1/+1
2020-02-20bootconfig: Print array as multiple commands for legacy command lineGravatar Masami Hiramatsu 1-14/+8
2020-02-20bootconfig: Add bootconfig magic word for indicating bootconfig explicitlyGravatar Masami Hiramatsu 2-2/+6
2020-02-20bootconfig: Set CONFIG_BOOT_CONFIG=n by defaultGravatar Masami Hiramatsu 2-1/+8
2020-02-20bootconfig: Mark boot_config_checksum() staticGravatar Qiujun Huang 1-1/+1
2020-02-11Merge tag 'trace-v5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Gravatar Linus Torvalds 2-8/+30
2020-02-10bootconfig: Use parse_args() to find bootconfig and '--'Gravatar Steven Rostedt (VMware) 1-7/+30
2020-02-10bootconfig: Remove unneeded CONFIG_LIBXBCGravatar Masami Hiramatsu 1-1/+0
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