summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Linux 4.17-rc6v4.17-rc6Linus Torvalds2018-05-201-1/+1
* Linux 4.17-rc5v4.17-rc5Linus Torvalds2018-05-131-1/+1
* Linux 4.17-rc4v4.17-rc4Linus Torvalds2018-05-061-2/+2
* Linux v4.17-rc3v4.17-rc3Linus Torvalds2018-04-291-1/+1
* Linux 4.17-rc2v4.17-rc2Linus Torvalds2018-04-221-1/+1
* Linux 4.17-rc1v4.17-rc1Linus Torvalds2018-04-151-2/+2
* kbuild: use -fmacro-prefix-map to make __FILE__ a relative pathMasahiro Yamada2018-04-071-0/+3
* kbuild: rename *-asn1.[ch] to *.asn1.[ch]Masahiro Yamada2018-04-071-1/+1
* kbuild: clean up *-asn1.[ch] patterns from top-level MakefileMasahiro Yamada2018-04-071-0/+1
* kbuild: clean up *.lex.c and *.tab.[ch] patterns from top-level MakefileMasahiro Yamada2018-04-071-0/+1
* Merge tag 'kconfig-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2018-04-031-2/+4
|\
| * kbuild: add PYTHON2 and PYTHON3 variablesMasahiro Yamada2018-03-261-1/+3
| * kconfig: rename silentoldconfig to syncconfigMasahiro Yamada2018-03-261-1/+1
* | Merge tag 'kbuild-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-04-031-40/+49
|\ \
| * | kbuild: link vmlinux only once for CONFIG_TRIM_UNUSED_KSYMSMasahiro Yamada2018-03-261-12/+10
| * | kbuild: move include/config/ksym/* to include/ksym/*Masahiro Yamada2018-03-261-1/+1
| * | kbuild: move CONFIG_TRIM_UNUSED_KSYMS code unneeded for external moduleMasahiro Yamada2018-03-261-7/+7
| * | kbuild: restore autoksyms.h touch to the top MakefileMasahiro Yamada2018-03-261-5/+7
| * | kbuild: move 'scripts' target belowMasahiro Yamada2018-03-261-8/+7
| * | kbuild: clear LDFLAGS in the top MakefileMasahiro Yamada2018-03-261-0/+1
| * | kbuild: process mixture of clean/build targets one by oneMasahiro Yamada2018-03-261-1/+10
| * | kbuild: rename built-in.o to built-in.aNicholas Piggin2018-03-261-7/+7
| |/
* | Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds2018-04-021-8/+0
|\ \
| * | arch: remove tile portArnd Bergmann2018-03-161-8/+0
* | | Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-04-021-6/+7
|\ \ \
| * | | x86: Force asm-gotoPeter Zijlstra2018-03-201-6/+7
* | | | Linux 4.16v4.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-301-2/+2
|\ \ \ \
| * | | | kbuild: set no-integrated-as before incl. arch MakefileStefan Agner2018-03-211-2/+2
| | |_|/ | |/| |
* | | | 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
|/
OpenPOWER on IntegriCloud