summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Linux 4.18-rc1v4.18-rc1Linus Torvalds2018-06-171-2/+2
* Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variablesLinus Torvalds2018-06-141-2/+2
* kcov: test compiler capability in Kconfig and correct dependencyMasahiro Yamada2018-06-111-1/+1
* stack-protector: test compiler capability in Kconfig and drop AUTO modeMasahiro Yamada2018-06-081-87/+6
* kbuild: fix endless syncconfig in case arch Makefile sets CROSS_COMPILEMasahiro Yamada2018-06-081-24/+30
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-061-0/+5
|\
| * bpfilter: switch to CC from HOSTCCAlexei Starovoitov2018-06-051-0/+5
* | Merge tag 'kconfig-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2018-06-061-6/+4
|\ \
| * | kconfig: show compiler version text in the top commentMasahiro Yamada2018-05-291-0/+2
| * | kconfig: replace $(UNAME_RELEASE) with function callMasahiro Yamada2018-05-291-2/+1
| * | kconfig: reference environment variables directly and remove 'option env='Masahiro Yamada2018-05-291-1/+2
| * | kbuild: remove CONFIG_CROSS_COMPILE supportMasahiro Yamada2018-05-291-3/+0
| * | kbuild: remove kbuild cacheMasahiro Yamada2018-05-291-3/+2
| |/
* | Merge tag 'kbuild-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-06-061-4/+9
|\ \
| * | kbuild: add machine size to CHECKFLAGSLuc Van Oostenryck2018-06-011-0/+3
| * | kbuild: add endianness flag to CHEKCFLAGSLuc Van Oostenryck2018-05-291-0/+3
| * | kbuild: $(CHECK) doesnt need NOSTDINC_FLAGS twiceLuc Van Oostenryck2018-05-291-1/+0
| * | kbuild: LD_DEAD_CODE_DATA_ELIMINATION no -ffunction-sections/-fdata-sections ...Nicholas Piggin2018-05-171-2/+2
| * | depmod.sh: remove symbol prefix supportMasahiro Yamada2018-05-171-1/+1
* | | Linux 4.17v4.17Linus Torvalds2018-06-031-1/+1
| |/ |/|
* | Linux 4.17-rc7v4.17-rc7Linus Torvalds2018-05-271-1/+1
* | Merge tag 'kbuild-fixes-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-05-271-3/+6
|\ \
| * | Makefile: disable PIE before testing asm gotoMichal Kubecek2018-05-171-2/+3
| * | kbuild: gcov: enable -fno-tree-loop-im if supportedNick Desaulniers2018-05-171-1/+3
| |/
* | 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
OpenPOWER on IntegriCloud