summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rust-next' of https://github.com/Rust-for-Linux/linux.gitStephen Rothwell2022-02-111-8/+148
|\
| * Kbuild: add Rust supportMiguel Ojeda2022-02-111-8/+148
* | Makefile: Enable -Wzero-length-boundsKees Cook2022-02-091-1/+0
* | Makefile: Enable -Warray-boundsKees Cook2022-02-091-1/+0
|/
* Linux 5.17-rc3v5.17-rc3Linus Torvalds2022-02-061-1/+1
* Linux 5.17-rc2v5.17-rc2Linus Torvalds2022-01-301-1/+1
* Linux 5.17-rc1v5.17-rc1Linus Torvalds2022-01-231-2/+2
* Revert "Makefile: Do not quote value for CONFIG_CC_IMPLICIT_FALLTHROUGH"Masahiro Yamada2022-01-231-1/+1
* Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2022-01-191-12/+3
|\
| * kbuild: do not quote string values in include/config/auto.confMasahiro Yamada2022-01-081-2/+2
| * certs: refactor file cleaningMasahiro Yamada2022-01-081-1/+1
| * kbuild: remove headers_check stubMasahiro Yamada2022-01-081-9/+0
* | Merge tag 'x86_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-01-121-11/+0
|\ \
| * | x86: Move RETPOLINE*_CFLAGS to arch MakefilePeter Zijlstra2021-12-081-11/+0
* | | Merge tag 'Wcast-function-type-5.17-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-01-111-0/+5
|\ \ \
| * | | Makefile: Enable -Wcast-function-typeGustavo A. R. Silva2021-11-151-0/+5
* | | | Linux 5.16v5.16Linus Torvalds2022-01-091-1/+1
* | | | Linux 5.16-rc8v5.16-rc8Linus Torvalds2022-01-021-1/+1
* | | | Linux 5.16-rc7v5.16-rc7Linus Torvalds2021-12-261-1/+1
* | | | Linux 5.16-rc6v5.16-rc6Linus Torvalds2021-12-191-1/+1
* | | | Linux 5.16-rc5v5.16-rc5Linus Torvalds2021-12-121-1/+1
* | | | Merge tag 'devicetree-fixes-for-5.16-2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2021-12-111-5/+5
|\ \ \ \
| * | | | Revert "kbuild: Enable DT schema checks for %.dtb targets"Rob Herring2021-12-081-5/+5
| |/ / /
* | / / Makefile: Do not quote value for CONFIG_CC_IMPLICIT_FALLTHROUGHSalvatore Bonaccorso2021-12-061-1/+1
| |/ / |/| |
* | | Linux 5.16-rc4v5.16-rc4Linus Torvalds2021-12-051-1/+1
| |/ |/|
* | Linux 5.16-rc3v5.16-rc3Linus Torvalds2021-11-281-1/+1
* | Merge tag 'drm-fixes-2021-11-26' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-11-251-1/+1
* | Linux 5.16-rc2v5.16-rc2Linus Torvalds2021-11-211-1/+1
|/
* Linux 5.16-rc1v5.16-rc1Linus Torvalds2021-11-141-2/+2
* kconfig: Add support for -Wimplicit-fallthroughGustavo A. R. Silva2021-11-141-5/+1
* Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-11-081-39/+2
|\
| * kbuild: split DEBUG_CFLAGS out to scripts/Makefile.debugMasahiro Yamada2021-10-241-38/+1
| * isystem: delete global -isystem compile optionAlexey Dobriyan2021-09-221-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-061-0/+15
|\ \
| * | Compiler Attributes: add __alloc_size() for better bounds checkingKees Cook2021-11-061-0/+15
* | | Merge tag 'devicetree-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-11-021-5/+5
|\ \ \
| * | | kbuild: Enable DT schema checks for %.dtb targetsRob Herring2021-09-131-5/+5
* | | | Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-021-0/+3
|\ \ \ \
| * \ \ \ Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-11-011-0/+3
| |\ \ \ \
| | * | | | kbuild: Unify options for BTF generation for vmlinux and modulesJiri Olsa2021-11-011-0/+3
* | | | | | Merge tag 'hardening-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-11-011-3/+3
|\ \ \ \ \ \
| * | | | | | hardening: Avoid harmless Clang option under CONFIG_INIT_STACK_ALL_ZEROKees Cook2021-09-251-3/+3
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-011-1/+2
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | block: move CONFIG_BLOCK guard to top MakefileMasahiro Yamada2021-10-181-1/+2
* | | | | | Linux 5.15v5.15Linus Torvalds2021-10-311-2/+2
| |_|/ / / |/| | | |
* | | | | Linux 5.15-rc7v5.15-rc7Linus Torvalds2021-10-251-1/+1
|/ / / /
* | | | Linux 5.15-rc6v5.15-rc6Linus Torvalds2021-10-171-1/+1
* | | | Linux 5.15-rc5v5.15-rc5Linus Torvalds2021-10-101-1/+1
* | | | Linux 5.15-rc4v5.15-rc4Linus Torvalds2021-10-031-1/+1
| |/ / |/| |
* | | Linux 5.15-rc3v5.15-rc3Linus Torvalds2021-09-261-1/+1
|/ /