summaryrefslogtreecommitdiffstats
path: root/init
AgeCommit message (Expand)Author
2020-08-21bootconfig: Fix to find the initargs correctlyMasami Hiramatsu
2020-07-02kbuild: fix CONFIG_CC_CAN_LINK(_STATIC) for cross-compilation with ClangMasahiro Yamada
2020-06-13Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-06-13Merge tag 'notifications-20200601' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-06-11Rebase locking/kcsan to locking/urgentThomas Gleixner
2020-06-10Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2020-06-08kernel/sysctl: support setting sysctl parameters from kernel command lineVlastimil Babka
2020-06-06Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2020-06-04Kconfig: add config option for asm goto w/ outputsNick Desaulniers
2020-06-04init: allow distribution configuration of default initChris Down
2020-06-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-06-03mm: memcontrol: make swap tracking an integral part of memory controlJohannes Weiner
2020-06-03padata: initialize earlierDaniel Jordan
2020-06-03Merge tag 'mips_5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds
2020-06-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2020-06-01Merge tag 'x86-boot-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-06-01Merge tag 'core-rcu-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-05-19pipe: Add general notification queue supportDavid Howells
2020-05-19Merge tag 'noinstr-lds-2020-05-19' into core/rcuThomas Gleixner
2020-05-17Merge tag 'x86_urgent_for_v5.7-rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-05-17bpfilter: check if $(CC) can link static libc in KconfigMasahiro Yamada
2020-05-17bpfilter: match bit size of bpfilter_umh to that of the kernelMasahiro Yamada
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-05-15scs: Add support for Clang's Shadow Call Stack (SCS)Sami Tolvanen
2020-05-15bpf: Restrict bpf_probe_read{, str}() only to archs where they workDaniel Borkmann
2020-05-15x86: Fix early boot crash on gcc-10, third tryBorislav Petkov
2020-05-12Merge tag 'trace-v5.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2020-05-12bootconfig: Fix to prevent warning message if no bootconfig optionMasami Hiramatsu
2020-05-12kbuild: add CONFIG_LD_IS_LLDSami Tolvanen
2020-05-12kbuild: use CONFIG_CC_VERSION_TEXT to construct LINUX_COMPILER macroMasahiro Yamada
2020-05-12kbuild: ensure full rebuild when the compiler is updatedMasahiro Yamada
2020-05-12kbuild: use $(CC_VERSION_TEXT) to evaluate CC_IS_GCC and CC_IS_CLANGMasahiro Yamada
2020-05-09gcc-10: mark more functions __init to avoid section mismatch warningsLinus Torvalds
2020-05-09Stop the ad-hoc games with -Wno-maybe-initializedLinus Torvalds
2020-05-08Merge branch 'kcsan-for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git...Thomas Gleixner
2020-05-06bootconfig: Fix to remove bootconfig data from initrd while bootMasami Hiramatsu
2020-04-27rcu-tasks: Split ->trc_reader_need_endPaul E. McKenney
2020-04-27rcu-tasks: Add an RCU Tasks Trace to simplify protection of tracing hooksPaul E. McKenney
2020-04-27x86/setup: Add an initrdmem= option to specify initrd physical addressRonald G. Minnich
2020-04-15compiler/gcc: Raise minimum GCC version for kernel builds to 4.8Will Deacon
2020-04-13kcsan: Add support for scoped accessesMarco Elver
2020-04-13Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refreshIngo Molnar
2020-04-11Merge tag 'kbuild-v5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2020-04-10printk: queue wake_up_klogd irq_work only if per-CPU areas are readySergey Senozhatsky
2020-04-09Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2020-04-09kbuild: do not pass $(KBUILD_CFLAGS) to scripts/mkcompile_hMasahiro Yamada
2020-04-09kbuild: mkcompile_h: Include $LD version in /proc/versionKees Cook
2020-04-07init/Kconfig: clean up ANON_INODES and old IO schedulers optionsKrzysztof Kozlowski