summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Linux 5.19-rc2v5.19-rc2Linus Torvalds2022-06-121-1/+1
* gcc-12: disable '-Warray-bounds' universally for nowLinus Torvalds2022-06-091-0/+1
* gcc-12: disable '-Wdangling-pointer' warning for nowLinus Torvalds2022-06-091-0/+3
* Linux 5.19-rc1v5.19-rc1Linus Torvalds2022-06-051-2/+2
* kbuild: clean .tmp_* pattern by make cleanMasahiro Yamada2022-06-051-2/+2
* Merge tag 'kbuild-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2022-05-261-6/+10
|\
| * kbuild: factor out the common installation code into scripts/install.shMasahiro Yamada2022-05-111-1/+2
| * Makefile: fix 2 typosRandy Dunlap2022-05-081-2/+2
| * kbuild: support W=e to make build abort in case of warningYann Droneaud2022-05-081-0/+1
| * kbuild: make *.mod not depend on *.oMasahiro Yamada2022-05-081-1/+2
| * kbuild: split the second line of *.mod into *.usymsMasahiro Yamada2022-05-081-1/+1
| * kbuild: Allow kernel installation packaging to override pkg-configChun-Tse Shao2022-04-051-1/+2
* | Merge tag 'kernel-hardening-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-05-241-0/+1
|\ \
| * | randstruct: Split randstruct Makefile and CFLAGSKees Cook2022-05-081-0/+1
* | | Merge tag 'objtool-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-05-241-1/+1
|\ \ \
| * | | objtool: Add CONFIG_OBJTOOLJosh Poimboeuf2022-04-221-1/+1
* | | | Linux 5.18v5.18Linus Torvalds2022-05-221-1/+1
* | | | Linux 5.18-rc7v5.18-rc7Linus Torvalds2022-05-151-1/+1
* | | | Linux 5.18-rc6v5.18-rc6Linus Torvalds2022-05-081-1/+1
* | | | Linux 5.18-rc5v5.18-rc5Linus Torvalds2022-05-011-1/+1
* | | | Linux 5.18-rc4v5.18-rc4Linus Torvalds2022-04-241-1/+1
|/ / /
* / / Linux 5.18-rc3v5.18-rc3Linus Torvalds2022-04-171-1/+1
|/ /
* / Linux 5.18-rc2v5.18-rc2Linus Torvalds2022-04-101-1/+1
|/
* Linux 5.18-rc1v5.18-rc1Linus Torvalds2022-04-031-2/+2
* kbuild: Remove '-mno-global-merge'Nathan Chancellor2022-04-021-4/+0
* Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-03-311-19/+27
|\
| * kbuild: Make $(LLVM) more flexibleNathan Chancellor2022-03-311-10/+16
| * kbuild: replace $(if A,A,B) with $(or A,B)Masahiro Yamada2022-02-151-4/+4
| * kbuild: Add environment variables for userprogs flagsElliot Berman2022-02-141-4/+6
* | Merge tag 'array-bounds-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-03-261-2/+0
|\ \
| * | Makefile: Enable -Wzero-length-boundsKees Cook2022-02-131-1/+0
| * | Makefile: Enable -Warray-boundsKees Cook2022-02-131-1/+0
* | | Merge tag 'kbuild-gnu11-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-251-3/+4
|\ \ \
| * | | Kbuild: use -std=gnu11 for KBUILD_USERCFLAGSArnd Bergmann2022-03-131-1/+1
| * | | Kbuild: move to -std=gnu11Arnd Bergmann2022-03-131-2/+2
| * | | Kbuild: use -Wdeclaration-after-statementMark Rutland2022-03-131-1/+2
| | |/ | |/|
* | | Linux 5.17v5.17Linus Torvalds2022-03-201-1/+1
* | | Linux 5.17-rc8v5.17-rc8Linus Torvalds2022-03-131-1/+1
* | | Linux 5.17-rc7v5.17-rc7Linus Torvalds2022-03-061-1/+1
* | | Linux 5.17-rc6v5.17-rc6Linus Torvalds2022-02-271-1/+1
* | | Linux 5.17-rc5v5.17-rc5Linus Torvalds2022-02-201-1/+1
|/ /
* / Linux 5.17-rc4v5.17-rc4Linus Torvalds2022-02-131-2/+2
|/
* 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