aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2018-09-09Linux 4.19-rc3v4.19-rc3Gravatar Linus Torvalds 1-1/+1
2018-09-02Linux 4.19-rc2v4.19-rc2Gravatar Linus Torvalds 1-1/+1
2018-08-30disable stringop truncation warnings for nowGravatar Stephen Rothwell 1-0/+3
2018-08-26Linux 4.19-rc1v4.19-rc1Gravatar Linus Torvalds 1-2/+2
2018-08-26Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+4
2018-08-24kbuild: rename LDFLAGS to KBUILD_LDFLAGSGravatar Masahiro Yamada 1-3/+3
2018-08-24kbuild: test dead code/data elimination support in KconfigGravatar Masahiro Yamada 1-6/+2
2018-08-22kbuild: remove "rpm" target, which is alias of "rpm-pkg"Gravatar Masahiro Yamada 1-4/+0
2018-08-20Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 1-4/+20
2018-08-20x86/vdso: Fix vDSO build if a retpoline is emittedGravatar Andy Lutomirski 1-0/+4
2018-08-15tracing: Add -mcount-nop option supportGravatar Vasily Gorbik 1-0/+6
2018-08-15tracing: Avoid calling cc-option -mrecord-mcount for every MakefileGravatar Vasily Gorbik 1-0/+7
2018-08-15tracing: Handle CC_FLAGS_FTRACE more accuratelyGravatar Vasily Gorbik 1-4/+7
2018-08-15Merge tag 'kconfig-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 1-18/+26
2018-08-15Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-11/+13
2018-08-12Linux 4.18v4.18Gravatar Linus Torvalds 1-1/+1
2018-08-09kbuild: make samples really depend on headers_installGravatar Masahiro Yamada 1-1/+2
2018-08-07kbuild: add %asm-generic to no-dot-config-targetsGravatar Masahiro Yamada 1-1/+1
2018-08-05Linux 4.18-rc8v4.18-rc8Gravatar Linus Torvalds 1-1/+1
2018-07-29Linux 4.18-rc7v4.18-rc7Gravatar Linus Torvalds 1-1/+1
2018-07-28kbuild: do not redirect the first prerequisite for filechkGravatar Masahiro Yamada 1-1/+1
2018-07-25kbuild: remove auto.conf from prerequisite of phony targetsGravatar Masahiro Yamada 1-10/+4
2018-07-25kbuild: do not update config for 'make kernelrelease'Gravatar Masahiro Yamada 1-1/+2
2018-07-25kbuild: do not update config when running install targetsGravatar Masahiro Yamada 1-7/+20
2018-07-25kbuild: use 'include' directive to load auto.conf from top MakefileGravatar Masahiro Yamada 1-1/+1
2018-07-22Linux 4.18-rc6v4.18-rc6Gravatar Linus Torvalds 1-1/+1
2018-07-18kbuild: Use HOST*FLAGS options from the command lineGravatar Laura Abbott 1-4/+5
2018-07-18kbuild: Rename HOST_LOADLIBES to KBUILD_HOSTLDLIBSGravatar Laura Abbott 1-2/+2
2018-07-18kbuild: Rename HOSTLDFLAGS to KBUILD_HOSTLDFLAGSGravatar Laura Abbott 1-2/+2
2018-07-18kbuild: Rename HOSTCXXFLAGS to KBUILD_HOSTCXXFLAGSGravatar Laura Abbott 1-2/+2
2018-07-18kbuild: Rename HOSTCFLAGS to KBUILD_HOSTCFLAGSGravatar Laura Abbott 1-2/+2
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