aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2020-04-12Linux 5.7-rc1v5.7-rc1Gravatar Linus Torvalds 1-2/+2
2020-04-09kbuild: support LLVM=1 to switch the default tools to Clang/LLVMGravatar Masahiro Yamada 1-6/+23
2020-04-09kbuild: replace AS=clang with LLVM_IAS=1Gravatar Masahiro Yamada 1-1/+1
2020-04-09kbuild: link lib-y objects to vmlinux forcibly when CONFIG_MODULES=yGravatar Masahiro Yamada 1-1/+6
2020-04-09kbuild: Enable -Wtautological-compareGravatar Nathan Chancellor 1-2/+0
2020-03-31Merge tag 'kbuild-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-18/+37
2020-04-01Makefile: Update kselftest help informationGravatar Shuah Khan 1-6/+9
2020-03-29Linux 5.6v5.6Gravatar Linus Torvalds 1-1/+1
2020-03-29kbuild: add outputmakefile to no-dot-config-targetsGravatar David Engraf 1-1/+2
2020-03-29kbuild: remove AS variableGravatar Masahiro Yamada 1-3/+2
2020-03-29kbuild: add comment about grouped targetGravatar Masahiro Yamada 1-0/+1
2020-03-29kbuild: add -Wall to KBUILD_HOSTCXXFLAGSGravatar Masahiro Yamada 1-1/+1
2020-03-25kbuild: compute the dtbs_install destination more simplyGravatar Masahiro Yamada 1-1/+1
2020-03-22Linux 5.6-rc7v5.6-rc7Gravatar Linus Torvalds 1-1/+1
2020-03-19Merge tag 'kbuild-fixes-v5.6-3' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2020-03-20Makefile: disallow data races on gcc-10 as wellGravatar Sergei Trofimovich 1-0/+1
2020-03-15Linux 5.6-rc6v5.6-rc6Gravatar Linus Torvalds 1-1/+1
2020-03-13kbuild: allow to run dt_binding_check without kernel configurationGravatar Masahiro Yamada 1-1/+1
2020-03-13kbuild: allow to run dt_binding_check and dtbs_check in a single commandGravatar Masahiro Yamada 1-1/+5
2020-03-13kbuild: avoid concurrency issue in parallel building dtbs and dtbs_checkGravatar Masahiro Yamada 1-2/+6
2020-03-12kbuild: Fix inconsistent commentGravatar SZ Lin (林上智) 1-1/+1
2020-03-08Linux 5.6-rc5v5.6-rc5Gravatar Linus Torvalds 1-1/+1
2020-03-03kbuild: generate autoksyms.h earlyGravatar Quentin Perret 1-2/+5
2020-03-03kbuild: use KBUILD_DEFCONFIG as the fallback for DEFCONFIG_LISTGravatar Masahiro Yamada 1-0/+3
2020-03-02kbuild: remove cc-option switch from -Wframe-larger-than=Gravatar Masahiro Yamada 1-1/+1
2020-03-01Linux 5.6-rc4v5.6-rc4Gravatar Linus Torvalds 1-1/+1
2020-02-27kbuild: add dt_binding_check to PHONY in a correct placeGravatar Masahiro Yamada 1-1/+2
2020-02-27kbuild: add dtbs_check to PHONYGravatar Masahiro Yamada 1-1/+1
2020-02-27kbuild: add comment for V=2 modeGravatar Randy Dunlap 1-0/+1
2020-02-23Linux 5.6-rc3v5.6-rc3Gravatar Linus Torvalds 1-1/+1
2020-02-16Linux 5.6-rc2v5.6-rc2Gravatar Linus Torvalds 1-1/+1
2020-02-09Linux 5.6-rc1v5.6-rc1Gravatar Linus Torvalds 1-2/+2
2020-02-06kbuild: make multiple directory targets workGravatar Masahiro Yamada 1-1/+1
2020-02-01Merge tag 'kbuild-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-18/+6
2020-01-26Linux 5.5v5.5Gravatar Linus Torvalds 1-1/+1
2020-01-19Linux 5.5-rc7v5.5-rc7Gravatar Linus Torvalds 1-1/+1
2020-01-16kbuild: remove PYTHON2 variableGravatar Masahiro Yamada 1-2/+1
2020-01-12Linux 5.5-rc6v5.5-rc6Gravatar Linus Torvalds 1-1/+1
2020-01-07kbuild: create modules.builtin without Makefile.modbuiltin or tristate.confGravatar Masahiro Yamada 1-16/+5
2020-01-05Linux 5.5-rc5v5.5-rc5Gravatar Linus Torvalds 1-1/+1
2019-12-29Linux 5.5-rc4v5.5-rc4Gravatar Linus Torvalds 1-1/+1
2019-12-22Linux 5.5-rc3v5.5-rc3Gravatar Linus Torvalds 1-1/+1
2019-12-21Merge tag 'kbuild-fixes-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+2
2019-12-15Linux 5.5-rc2v5.5-rc2Gravatar Linus Torvalds 1-1/+1
2019-12-14x86/boot: kbuild: allow readelf executable to be specifiedGravatar Dmitry Golovin 1-1/+2
2019-12-08Linux 5.5-rc1v5.5-rc1Gravatar Linus Torvalds 1-2/+2
2019-12-02Merge tag 'kbuild-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-62/+59
2019-11-24Linux 5.4v5.4Gravatar Linus Torvalds 1-1/+1
2019-11-23kbuild: make single target builds even fasterGravatar Masahiro Yamada 1-43/+47
2019-11-17Linux 5.4-rc8v5.4-rc8Gravatar Linus Torvalds 1-1/+1