summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Linux 4.16-rc7v4.16-rc7Linus Torvalds2018-03-251-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-03-221-0/+9
|\
| * kbuild: disable clang's default use of -fmerge-all-constantsDaniel Borkmann2018-03-201-0/+9
* | Linux 4.16-rc6v4.16-rc6Linus Torvalds2018-03-181-1/+1
* | Linux 4.16-rc5v4.16-rc5Linus Torvalds2018-03-111-1/+1
|/
* Linux 4.16-rc4v4.16-rc4Linus Torvalds2018-03-041-1/+1
* Merge tag 'kbuild-fixes-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-03-031-7/+5
|\
| * kbuild: test --build-id linker flag by ld-option instead of cc-ldoptionMasahiro Yamada2018-03-021-2/+1
| * kbuild: disable sparse warnings about unknown attributesLuc Van Oostenryck2018-03-021-1/+1
| * Makefile: Fix lying comment re. silentoldconfigUlf Magnusson2018-03-021-4/+3
* | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-261-0/+5
|\ \ | |/ |/|
| * objtool, retpolines: Integrate objtool with retpoline support more closelyPeter Zijlstra2018-02-211-0/+5
* | Linux 4.16-rc3v4.16-rc3Linus Torvalds2018-02-251-1/+1
* | Linux 4.16-rc2v4.16-rc2Linus Torvalds2018-02-181-1/+1
|/
* Linux 4.16-rc1v4.16-rc1Linus Torvalds2018-02-111-2/+2
* Merge tag 'kbuild-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2018-02-091-2/+1
|\
| * kbuild: clang: disable unused variable warnings only when constantSodagudi Prasad2018-02-071-2/+1
* | Makefile: introduce CONFIG_CC_STACKPROTECTOR_AUTOKees Cook2018-02-061-3/+34
* | Makefile: move stack-protector availability out of KconfigKees Cook2018-02-061-1/+5
* | Makefile: move stack-protector compiler breakage test earlierKees Cook2018-02-061-3/+7
* | kasan: don't emit builtin calls when sanitization is offAndrey Konovalov2018-02-061-1/+2
|/
* Merge tag 'kconfig-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2018-02-011-1/+3
|\
| * kbuild: add LEX and YACC variablesMasahiro Yamada2017-12-161-1/+3
* | Linux 4.15v4.15Linus Torvalds2018-01-281-1/+1
* | Linux 4.15-rc9v4.15-rc9Linus Torvalds2018-01-211-1/+1
* | Linux 4.15-rc8v4.15-rc8Linus Torvalds2018-01-141-1/+1
* | Merge tag 'kbuild-fixes-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-01-131-20/+23
|\ \
| * | kbuild: move cc-option and cc-disable-warning after incl. arch MakefileMasahiro Yamada2017-12-061-20/+23
| |/
* | Linux 4.15-rc7v4.15-rc7Linus Torvalds2018-01-071-1/+1
* | Linux 4.15-rc6v4.15-rc6Linus Torvalds2017-12-311-1/+1
* | kbuild: add '-fno-stack-check' to kernel build optionsLinus Torvalds2017-12-301-0/+3
* | Linux 4.15-rc5v4.15-rc5Linus Torvalds2017-12-231-1/+1
* | Linux 4.15-rc4v4.15-rc4Linus Torvalds2017-12-171-1/+1
* | Linux 4.15-rc3v4.15-rc3Linus Torvalds2017-12-101-1/+1
|/
* Linux 4.15-rc2v4.15-rc2Linus Torvalds2017-12-031-1/+1
* Linux 4.15-rc1v4.15-rc1Linus Torvalds2017-11-261-2/+2
* kbuild: clean up *.i and *.lst patterns by make cleanMasahiro Yamada2017-11-231-2/+2
* kbuild: rpm: prompt to use "rpm-pkg" if "rpm" target is usedMasahiro Yamada2017-11-231-2/+3
* kbuild: Set KBUILD_CFLAGS before incl. arch MakefileChris Fries2017-11-231-32/+32
* kbuild: create built-in.o automatically if parent directory wants itMasahiro Yamada2017-11-181-1/+1
* kbuild: /bin/pwd -> pwdBjørn Forsman2017-11-181-1/+1
* Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2017-11-171-150/+147
|\
| * kbuild: move coccicheck help from scripts/Makefile.help to top MakefileMasahiro Yamada2017-11-171-1/+1
| * kbuild: remove redundant $(wildcard ...) for cmd_files calculationMasahiro Yamada2017-11-161-2/+1
| * kbuild: do not call cc-option before KBUILD_CFLAGS initializationMasahiro Yamada2017-11-131-10/+11
| * kbuild: Cache a few more calls to the compilerDouglas Anderson2017-11-131-2/+2
| * kbuild: Add a cache for generated variablesDouglas Anderson2017-11-131-0/+1
| * kbuild: clang: remove crufty HOSTCFLAGSNick Desaulniers2017-10-261-5/+0
| * kbuild: re-order the code to not parse unnecessary variablesMasahiro Yamada2017-10-101-115/+118
| * kbuild: move "_all" target out of $(KBUILD_SRC) conditionalMasahiro Yamada2017-10-101-4/+4
OpenPOWER on IntegriCloud