aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2022-02-15kbuild: replace $(if A,A,B) with $(or A,B)Gravatar Masahiro Yamada 1-4/+4
2022-02-14kbuild: Add environment variables for userprogs flagsGravatar Elliot Berman 1-4/+6
2022-02-13Makefile: Enable -Wzero-length-boundsGravatar Kees Cook 1-1/+0
2022-02-13Makefile: Enable -Warray-boundsGravatar Kees Cook 1-1/+0
2022-02-13Linux 5.17-rc4v5.17-rc4Gravatar Linus Torvalds 1-2/+2
2022-02-06Linux 5.17-rc3v5.17-rc3Gravatar Linus Torvalds 1-1/+1
2022-01-30Linux 5.17-rc2v5.17-rc2Gravatar Linus Torvalds 1-1/+1
2022-01-23Linux 5.17-rc1v5.17-rc1Gravatar Linus Torvalds 1-2/+2
2022-01-23Revert "Makefile: Do not quote value for CONFIG_CC_IMPLICIT_FALLTHROUGH"Gravatar Masahiro Yamada 1-1/+1
2022-01-19Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-12/+3
2022-01-12Merge tag 'x86_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-11/+0
2022-01-11Merge tag 'Wcast-function-type-5.17-rc1' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 1-0/+5
2022-01-09Linux 5.16v5.16Gravatar Linus Torvalds 1-1/+1
2022-01-08kbuild: do not quote string values in include/config/auto.confGravatar Masahiro Yamada 1-2/+2
2022-01-08certs: refactor file cleaningGravatar Masahiro Yamada 1-1/+1
2022-01-08kbuild: remove headers_check stubGravatar Masahiro Yamada 1-9/+0
2022-01-02Linux 5.16-rc8v5.16-rc8Gravatar Linus Torvalds 1-1/+1
2021-12-26Linux 5.16-rc7v5.16-rc7Gravatar Linus Torvalds 1-1/+1
2021-12-19Linux 5.16-rc6v5.16-rc6Gravatar Linus Torvalds 1-1/+1
2021-12-12Linux 5.16-rc5v5.16-rc5Gravatar Linus Torvalds 1-1/+1
2021-12-11Merge tag 'devicetree-fixes-for-5.16-2' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-5/+5
2021-12-08Revert "kbuild: Enable DT schema checks for %.dtb targets"Gravatar Rob Herring 1-5/+5
2021-12-08x86: Move RETPOLINE*_CFLAGS to arch MakefileGravatar Peter Zijlstra 1-11/+0
2021-12-06Makefile: Do not quote value for CONFIG_CC_IMPLICIT_FALLTHROUGHGravatar Salvatore Bonaccorso 1-1/+1
2021-12-05Linux 5.16-rc4v5.16-rc4Gravatar Linus Torvalds 1-1/+1
2021-11-28Linux 5.16-rc3v5.16-rc3Gravatar Linus Torvalds 1-1/+1
2021-11-25Merge tag 'drm-fixes-2021-11-26' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 1-1/+1
2021-11-21Linux 5.16-rc2v5.16-rc2Gravatar Linus Torvalds 1-1/+1
2021-11-15Makefile: Enable -Wcast-function-typeGravatar Gustavo A. R. Silva 1-0/+5
2021-11-14Linux 5.16-rc1v5.16-rc1Gravatar Linus Torvalds 1-2/+2
2021-11-14kconfig: Add support for -Wimplicit-fallthroughGravatar Gustavo A. R. Silva 1-5/+1
2021-11-08Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-39/+2
2021-11-06Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-0/+15
2021-11-06Compiler Attributes: add __alloc_size() for better bounds checkingGravatar Kees Cook 1-0/+15
2021-11-02Merge tag 'devicetree-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-5/+5
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+3
2021-11-01Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar Jakub Kicinski 1-0/+3
2021-11-01kbuild: Unify options for BTF generation for vmlinux and modulesGravatar Jiri Olsa 1-0/+3
2021-11-01Merge tag 'hardening-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-3/+3
2021-11-01Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+2
2021-10-31Linux 5.15v5.15Gravatar Linus Torvalds 1-2/+2
2021-10-25Linux 5.15-rc7v5.15-rc7Gravatar Linus Torvalds 1-1/+1
2021-10-24kbuild: split DEBUG_CFLAGS out to scripts/Makefile.debugGravatar Masahiro Yamada 1-38/+1
2021-10-18block: move CONFIG_BLOCK guard to top MakefileGravatar Masahiro Yamada 1-1/+2
2021-10-17Linux 5.15-rc6v5.15-rc6Gravatar Linus Torvalds 1-1/+1
2021-10-10Linux 5.15-rc5v5.15-rc5Gravatar Linus Torvalds 1-1/+1
2021-10-03Linux 5.15-rc4v5.15-rc4Gravatar Linus Torvalds 1-1/+1
2021-09-26Linux 5.15-rc3v5.15-rc3Gravatar Linus Torvalds 1-1/+1
2021-09-25hardening: Avoid harmless Clang option under CONFIG_INIT_STACK_ALL_ZEROGravatar Kees Cook 1-3/+3
2021-09-22isystem: delete global -isystem compile optionGravatar Alexey Dobriyan 1-1/+1