aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2018-05-29kconfig: reference environment variables directly and remove 'option env='Gravatar Masahiro Yamada 1-1/+2
2018-05-29kbuild: remove CONFIG_CROSS_COMPILE supportGravatar Masahiro Yamada 1-3/+0
2018-05-29kbuild: remove kbuild cacheGravatar Masahiro Yamada 1-3/+2
2018-05-27Linux 4.17-rc7v4.17-rc7Gravatar Linus Torvalds 1-1/+1
2018-05-27Merge tag 'kbuild-fixes-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-3/+6
2018-05-20Linux 4.17-rc6v4.17-rc6Gravatar Linus Torvalds 1-1/+1
2018-05-17Makefile: disable PIE before testing asm gotoGravatar Michal Kubecek 1-2/+3
2018-05-17kbuild: gcov: enable -fno-tree-loop-im if supportedGravatar Nick Desaulniers 1-1/+3
2018-05-13Linux 4.17-rc5v4.17-rc5Gravatar Linus Torvalds 1-1/+1
2018-05-06Linux 4.17-rc4v4.17-rc4Gravatar Linus Torvalds 1-2/+2
2018-04-29Linux v4.17-rc3v4.17-rc3Gravatar Linus Torvalds 1-1/+1
2018-04-22Linux 4.17-rc2v4.17-rc2Gravatar Linus Torvalds 1-1/+1
2018-04-15Linux 4.17-rc1v4.17-rc1Gravatar Linus Torvalds 1-2/+2
2018-04-07kbuild: use -fmacro-prefix-map to make __FILE__ a relative pathGravatar Masahiro Yamada 1-0/+3
2018-04-07kbuild: rename *-asn1.[ch] to *.asn1.[ch]Gravatar Masahiro Yamada 1-1/+1
2018-04-07kbuild: clean up *-asn1.[ch] patterns from top-level MakefileGravatar Masahiro Yamada 1-0/+1
2018-04-07kbuild: clean up *.lex.c and *.tab.[ch] patterns from top-level MakefileGravatar Masahiro Yamada 1-0/+1
2018-04-03Merge tag 'kconfig-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 1-2/+4
2018-04-03Merge tag 'kbuild-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-40/+49
2018-04-02Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Gravatar Linus Torvalds 1-8/+0
2018-04-02Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-6/+7
2018-04-01Linux 4.16v4.16Gravatar Linus Torvalds 1-1/+1
2018-03-30Merge tag 'kbuild-fixes-v4.16-3' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-2/+2
2018-03-25Linux 4.16-rc7v4.16-rc7Gravatar Linus Torvalds 1-1/+1
2018-03-26kbuild: add PYTHON2 and PYTHON3 variablesGravatar Masahiro Yamada 1-1/+3
2018-03-26kconfig: rename silentoldconfig to syncconfigGravatar Masahiro Yamada 1-1/+1
2018-03-26kbuild: link vmlinux only once for CONFIG_TRIM_UNUSED_KSYMSGravatar Masahiro Yamada 1-12/+10
2018-03-26kbuild: move include/config/ksym/* to include/ksym/*Gravatar Masahiro Yamada 1-1/+1
2018-03-26kbuild: move CONFIG_TRIM_UNUSED_KSYMS code unneeded for external moduleGravatar Masahiro Yamada 1-7/+7
2018-03-26kbuild: restore autoksyms.h touch to the top MakefileGravatar Masahiro Yamada 1-5/+7
2018-03-26kbuild: move 'scripts' target belowGravatar Masahiro Yamada 1-8/+7
2018-03-26kbuild: clear LDFLAGS in the top MakefileGravatar Masahiro Yamada 1-0/+1
2018-03-26kbuild: process mixture of clean/build targets one by oneGravatar Masahiro Yamada 1-1/+10
2018-03-26kbuild: rename built-in.o to built-in.aGravatar Nicholas Piggin 1-7/+7
2018-03-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-0/+9
2018-03-21kbuild: set no-integrated-as before incl. arch MakefileGravatar Stefan Agner 1-2/+2
2018-03-20kbuild: disable clang's default use of -fmerge-all-constantsGravatar Daniel Borkmann 1-0/+9
2018-03-20x86: Force asm-gotoGravatar Peter Zijlstra 1-6/+7
2018-03-18Linux 4.16-rc6v4.16-rc6Gravatar Linus Torvalds 1-1/+1
2018-03-16arch: remove tile portGravatar Arnd Bergmann 1-8/+0
2018-03-11Linux 4.16-rc5v4.16-rc5Gravatar Linus Torvalds 1-1/+1
2018-03-04Linux 4.16-rc4v4.16-rc4Gravatar Linus Torvalds 1-1/+1
2018-03-03Merge tag 'kbuild-fixes-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-7/+5
2018-03-02kbuild: test --build-id linker flag by ld-option instead of cc-ldoptionGravatar Masahiro Yamada 1-2/+1
2018-03-02kbuild: disable sparse warnings about unknown attributesGravatar Luc Van Oostenryck 1-1/+1
2018-03-02Makefile: Fix lying comment re. silentoldconfigGravatar Ulf Magnusson 1-4/+3
2018-02-26Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+5
2018-02-25Linux 4.16-rc3v4.16-rc3Gravatar Linus Torvalds 1-1/+1
2018-02-21objtool, retpolines: Integrate objtool with retpoline support more closelyGravatar Peter Zijlstra 1-0/+5
2018-02-18Linux 4.16-rc2v4.16-rc2Gravatar Linus Torvalds 1-1/+1