aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2018-07-22Linux 4.18-rc6v4.18-rc6Gravatar Linus Torvalds 1-1/+1
2018-07-15Linux 4.18-rc5v4.18-rc5Gravatar Linus Torvalds 1-1/+1
2018-07-13Merge tag 'kbuild-fixes-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-4/+4
2018-07-13kbuild: suppress warnings from 'getconf LFS_*'Gravatar Masahiro Yamada 1-3/+3
2018-07-08Linux 4.18-rc4v4.18-rc4Gravatar Linus Torvalds 1-1/+1
2018-07-06kbuild: .PHONY is not a variable, but PHONY isGravatar Ulf Magnusson 1-1/+1
2018-07-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-5/+0
2018-07-01Linux 4.18-rc3v4.18-rc3Gravatar Linus Torvalds 1-1/+1
2018-06-28bpfilter: check compiler capability in KconfigGravatar Masahiro Yamada 1-5/+0
2018-06-24Linux 4.18-rc2v4.18-rc2Gravatar Linus Torvalds 1-1/+1
2018-06-17Linux 4.18-rc1v4.18-rc1Gravatar Linus Torvalds 1-2/+2
2018-06-14Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variablesGravatar Linus Torvalds 1-2/+2
2018-06-11kcov: test compiler capability in Kconfig and correct dependencyGravatar Masahiro Yamada 1-1/+1
2018-06-08stack-protector: test compiler capability in Kconfig and drop AUTO modeGravatar Masahiro Yamada 1-87/+6
2018-06-08kbuild: fix endless syncconfig in case arch Makefile sets CROSS_COMPILEGravatar Masahiro Yamada 1-24/+30
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-0/+5
2018-06-06Merge tag 'kconfig-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 1-6/+4
2018-06-06Merge tag 'kbuild-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-4/+9
2018-06-05bpfilter: switch to CC from HOSTCCGravatar Alexei Starovoitov 1-0/+5
2018-06-03Linux 4.17v4.17Gravatar Linus Torvalds 1-1/+1
2018-06-01kbuild: add machine size to CHECKFLAGSGravatar Luc Van Oostenryck 1-0/+3
2018-05-29kbuild: add endianness flag to CHEKCFLAGSGravatar Luc Van Oostenryck 1-0/+3
2018-05-29kbuild: $(CHECK) doesnt need NOSTDINC_FLAGS twiceGravatar Luc Van Oostenryck 1-1/+0
2018-05-29kconfig: show compiler version text in the top commentGravatar Masahiro Yamada 1-0/+2
2018-05-29kconfig: replace $(UNAME_RELEASE) with function callGravatar Masahiro Yamada 1-2/+1
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-17kbuild: LD_DEAD_CODE_DATA_ELIMINATION no -ffunction-sections/-fdata-sections ...Gravatar Nicholas Piggin 1-2/+2
2018-05-17depmod.sh: remove symbol prefix supportGravatar Masahiro Yamada 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