summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Linux 4.16Linus Torvalds2018-04-011-1/+1
* Merge tag 'kbuild-fixes-v4.16-3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-03-311-2/+2
|\
| * kbuild: set no-integrated-as before incl. arch MakefileStefan Agner2018-03-211-2/+2
* | Linux 4.16-rc7Linus Torvalds2018-03-261-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-211-0/+9
* | | Linux 4.16-rc6Linus Torvalds2018-03-191-1/+1
| |/ |/|
* | Linux 4.16-rc5Linus Torvalds2018-03-121-1/+1
|/
* Linux 4.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/+5Star
|\
| * kbuild: test --build-id linker flag by ld-option instead of cc-ldoptionMasahiro Yamada2018-03-021-2/+1Star
| * kbuild: disable sparse warnings about unknown attributesLuc Van Oostenryck2018-03-011-1/+1
| * Makefile: Fix lying comment re. silentoldconfigUlf Magnusson2018-03-011-4/+3Star
* | 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-rc3Linus Torvalds2018-02-261-1/+1
* | Linux 4.16-rc2Linus Torvalds2018-02-191-1/+1
|/
* Linux 4.16-rc1Linus Torvalds2018-02-121-2/+2
* Merge tag 'kbuild-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2018-02-101-2/+1Star
|\
| * kbuild: clang: disable unused variable warnings only when constantSodagudi Prasad2018-02-071-2/+1Star
* | Makefile: introduce CONFIG_CC_STACKPROTECTOR_AUTOKees Cook2018-02-071-3/+34
* | Makefile: move stack-protector availability out of KconfigKees Cook2018-02-071-1/+5
* | Makefile: move stack-protector compiler breakage test earlierKees Cook2018-02-071-3/+7
* | kasan: don't emit builtin calls when sanitization is offAndrey Konovalov2018-02-071-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.15Linus Torvalds2018-01-281-1/+1
* | Linux 4.15-rc9Linus Torvalds2018-01-211-1/+1
* | Linux 4.15-rc8Linus Torvalds2018-01-151-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-rc7Linus Torvalds2018-01-071-1/+1
* | Linux 4.15-rc6Linus Torvalds2017-12-311-1/+1
* | kbuild: add '-fno-stack-check' to kernel build optionsLinus Torvalds2017-12-301-0/+3
* | Linux 4.15-rc5Linus Torvalds2017-12-241-1/+1
* | Linux 4.15-rc4Linus Torvalds2017-12-181-1/+1
* | Linux 4.15-rc3Linus Torvalds2017-12-111-1/+1
|/
* Linux 4.15-rc2Linus Torvalds2017-12-031-1/+1
* Linux 4.15-rc1Linus Torvalds2017-11-271-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-181-150/+147Star
|\
| * kbuild: move coccicheck help from scripts/Makefile.help to top MakefileMasahiro Yamada2017-11-161-1/+1
| * kbuild: remove redundant $(wildcard ...) for cmd_files calculationMasahiro Yamada2017-11-161-2/+1Star
| * 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