summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* kbuild: remove cc-name variableMasahiro Yamada2018-11-021-1/+1
* kbuild: replace cc-name test with CONFIG_CC_IS_CLANGMasahiro Yamada2018-11-021-1/+1
* Merge tag 'vla-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds2018-10-281-0/+3
|\
| * Makefile: Globally enable VLA warningKees Cook2018-10-111-0/+3
* | Merge tag 'kbuild-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-10-281-14/+17
|\ \
| * | kbuild: add -Wno-unused-but-set-variable flag unconditionallyMasahiro Yamada2018-10-191-1/+1
| * | kbuild: add -Wdeclaration-after-statement flag unconditionallyMasahiro Yamada2018-10-191-1/+1
| * | kbuild: add -Wno-pointer-sign flag unconditionallyMasahiro Yamada2018-10-191-1/+1
| * | kbuild: do not pass $(objtree) to scripts/mkmakefileMasahiro Yamada2018-10-041-1/+1
| * | kbuild: remove VERSION and PATCHLEVEL from $(objtree)/MakefileMasahiro Yamada2018-10-041-2/+1
| * | kbuild: add --include-dir flag only for out-of-tree buildMasahiro Yamada2018-10-041-4/+10
| * | kbuild: remove dead code in cmd_files calculation in top MakefileMasahiro Yamada2018-09-141-2/+1
| * | kbuild: hide most of targets when running config or mixed targetsMasahiro Yamada2018-09-141-3/+2
* | | Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-10-261-1/+36
|\ \ \
| * | | kbuild: consolidate Devicetree dtb build rulesRob Herring2018-10-021-1/+36
| | |/ | |/|
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-10-231-2/+7
|\ \ \
| * | | kbuild/Makefile: Prepare for using macros in inline assembly code to work aro...Nadav Amit2018-10-041-2/+7
* | | | Linux 4.19Greg Kroah-Hartman2018-10-221-2/+2
* | | | Linux 4.19-rc8Greg Kroah-Hartman2018-10-151-1/+1
* | | | Merge tag 'kbuild-fixes-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2018-10-111-3/+5
|\ \ \ \
| * | | | kbuild: allow to use GCC toolchain not in Clang search pathStefan Agner2018-09-191-3/+5
| | |_|/ | |/| |
* | | | Linux 4.19-rc7Greg Kroah-Hartman2018-10-071-1/+1
| |/ / |/| |
* | | Linux 4.19-rc6Greg Kroah-Hartman2018-09-301-1/+1
* | | Linux 4.19-rc5Greg Kroah-Hartman2018-09-231-1/+1
* | | Merge tag 'linux-kselftest-4.19-rc5' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2018-09-171-13/+1
|\ \ \
| * | | selftests: add headers_install to lib.mkAnders Roxell2018-09-051-13/+1
* | | | Linux 4.19-rc4Linus Torvalds2018-09-161-1/+1
* | | | tracing/Makefile: Fix handling redefinition of CC_FLAGS_FTRACEPaulo Zanoni2018-09-121-3/+5
| |/ / |/| |
* | | Linux 4.19-rc3Linus Torvalds2018-09-091-1/+1
| |/ |/|
* | Linux 4.19-rc2Linus Torvalds2018-09-021-1/+1
* | disable stringop truncation warnings for nowStephen Rothwell2018-08-301-0/+3
|/
* Linux 4.19-rc1Linus Torvalds2018-08-261-2/+2
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-08-261-0/+4
|\
| * x86/vdso: Fix vDSO build if a retpoline is emittedAndy Lutomirski2018-08-201-0/+4
* | kbuild: rename LDFLAGS to KBUILD_LDFLAGSMasahiro Yamada2018-08-241-3/+3
* | kbuild: test dead code/data elimination support in KconfigMasahiro Yamada2018-08-241-6/+2
* | kbuild: remove "rpm" target, which is alias of "rpm-pkg"Masahiro Yamada2018-08-221-4/+0
* | Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-08-201-4/+20
|\ \ | |/ |/|
| * tracing: Add -mcount-nop option supportVasily Gorbik2018-08-151-0/+6
| * tracing: Avoid calling cc-option -mrecord-mcount for every MakefileVasily Gorbik2018-08-151-0/+7
| * tracing: Handle CC_FLAGS_FTRACE more accuratelyVasily Gorbik2018-08-151-4/+7
* | Merge tag 'kconfig-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2018-08-151-18/+26
|\ \
| * | kbuild: remove auto.conf from prerequisite of phony targetsMasahiro Yamada2018-07-251-10/+4
| * | kbuild: do not update config for 'make kernelrelease'Masahiro Yamada2018-07-251-1/+2
| * | kbuild: do not update config when running install targetsMasahiro Yamada2018-07-251-7/+20
| * | kbuild: use 'include' directive to load auto.conf from top MakefileMasahiro Yamada2018-07-251-1/+1
* | | Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-08-151-11/+13
|\ \ \
| * | | kbuild: make samples really depend on headers_installMasahiro Yamada2018-08-091-1/+2
| * | | kbuild: add %asm-generic to no-dot-config-targetsMasahiro Yamada2018-08-071-1/+1
| * | | kbuild: do not redirect the first prerequisite for filechkMasahiro Yamada2018-07-281-1/+1