aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2022-06-09gcc-12: disable '-Warray-bounds' universally for nowLinus Torvalds
2022-06-09gcc-12: disable '-Wdangling-pointer' warning for nowLinus Torvalds
2022-06-05Linux 5.19-rc1Linus Torvalds
2022-06-05kbuild: clean .tmp_* pattern by make cleanMasahiro Yamada
2022-05-26Merge tag 'kbuild-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2022-05-24Merge tag 'kernel-hardening-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-05-24Merge tag 'objtool-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-05-22Linux 5.18Linus Torvalds
2022-05-15Linux 5.18-rc7Linus Torvalds
2022-05-11kbuild: factor out the common installation code into scripts/install.shMasahiro Yamada
2022-05-08Linux 5.18-rc6Linus Torvalds
2022-05-08randstruct: Split randstruct Makefile and CFLAGSKees Cook
2022-05-08Makefile: fix 2 typosRandy Dunlap
2022-05-08kbuild: support W=e to make build abort in case of warningYann Droneaud
2022-05-08kbuild: make *.mod not depend on *.oMasahiro Yamada
2022-05-08kbuild: split the second line of *.mod into *.usymsMasahiro Yamada
2022-05-01Linux 5.18-rc5Linus Torvalds
2022-04-24Linux 5.18-rc4Linus Torvalds
2022-04-22objtool: Add CONFIG_OBJTOOLJosh Poimboeuf
2022-04-17Linux 5.18-rc3Linus Torvalds
2022-04-10Linux 5.18-rc2Linus Torvalds
2022-04-05kbuild: Allow kernel installation packaging to override pkg-configChun-Tse Shao
2022-04-03Linux 5.18-rc1Linus Torvalds
2022-04-02kbuild: Remove '-mno-global-merge'Nathan Chancellor
2022-03-31Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-03-31kbuild: Make $(LLVM) more flexibleNathan Chancellor
2022-03-26Merge tag 'array-bounds-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-03-25Merge tag 'kbuild-gnu11-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-03-20Linux 5.17Linus Torvalds
2022-03-13Linux 5.17-rc8Linus Torvalds
2022-03-13Kbuild: use -std=gnu11 for KBUILD_USERCFLAGSArnd Bergmann
2022-03-13Kbuild: move to -std=gnu11Arnd Bergmann
2022-03-13Kbuild: use -Wdeclaration-after-statementMark Rutland
2022-03-06Linux 5.17-rc7Linus Torvalds
2022-02-27Linux 5.17-rc6Linus Torvalds
2022-02-20Linux 5.17-rc5Linus Torvalds
2022-02-15kbuild: replace $(if A,A,B) with $(or A,B)Masahiro Yamada
2022-02-14kbuild: Add environment variables for userprogs flagsElliot Berman
2022-02-13Makefile: Enable -Wzero-length-boundsKees Cook
2022-02-13Makefile: Enable -Warray-boundsKees Cook
2022-02-13Linux 5.17-rc4Linus Torvalds
2022-02-06Linux 5.17-rc3Linus Torvalds
2022-01-30Linux 5.17-rc2Linus Torvalds
2022-01-23Linux 5.17-rc1Linus Torvalds
2022-01-23Revert "Makefile: Do not quote value for CONFIG_CC_IMPLICIT_FALLTHROUGH"Masahiro Yamada
2022-01-19Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2022-01-12Merge tag 'x86_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-01-11Merge tag 'Wcast-function-type-5.17-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2022-01-09Linux 5.16Linus Torvalds
2022-01-08kbuild: do not quote string values in include/config/auto.confMasahiro Yamada