summaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Expand)Author
2020-08-19Linux 5.7.16v5.7.16Greg Kroah-Hartman
2020-08-11Linux 5.7.15v5.7.15Greg Kroah-Hartman
2020-08-07Linux 5.7.14v5.7.14Greg Kroah-Hartman
2020-08-05Linux 5.7.13v5.7.13Greg Kroah-Hartman
2020-07-31Linux 5.7.12v5.7.12Greg Kroah-Hartman
2020-07-29Linux 5.7.11v5.7.11Greg Kroah-Hartman
2020-07-29Makefile: Fix GCC_TOOLCHAIN_DIR prefix for Clang cross compilationFangrui Song
2020-07-29kbuild: fix single target builds for external modulesMasahiro Yamada
2020-07-22Linux 5.7.10v5.7.10Greg Kroah-Hartman
2020-07-16Linux 5.7.9v5.7.9Greg Kroah-Hartman
2020-07-09Linux 5.7.8v5.7.8Greg Kroah-Hartman
2020-06-30Linux 5.7.7v5.7.7Sasha Levin
2020-06-24Linux 5.7.6v5.7.6Greg Kroah-Hartman
2020-06-22Linux 5.7.5v5.7.5Greg Kroah-Hartman
2020-06-22kbuild: force to build vmlinux if CONFIG_MODVERSION=yMasahiro Yamada
2020-06-18Linux 5.7.4v5.7.4Greg Kroah-Hartman
2020-06-17Linux 5.7.3v5.7.3Greg Kroah-Hartman
2020-06-10Linux 5.7.2v5.7.2Greg Kroah-Hartman
2020-06-07Linux 5.7.1v5.7.1Greg Kroah-Hartman
2020-05-31Linux 5.7v5.7Linus Torvalds
2020-05-24Linux 5.7-rc7v5.7-rc7Linus Torvalds
2020-05-17Linux 5.7-rc6v5.7-rc6Linus Torvalds
2020-05-10Linux 5.7-rc5v5.7-rc5Linus Torvalds
2020-05-09gcc-10: disable 'restrict' warning for nowLinus Torvalds
2020-05-09gcc-10: disable 'stringop-overflow' warning for nowLinus Torvalds
2020-05-09gcc-10: disable 'array-bounds' warning for nowLinus Torvalds
2020-05-09gcc-10: disable 'zero-length-bounds' warning for nowLinus Torvalds
2020-05-09Stop the ad-hoc games with -Wno-maybe-initializedLinus Torvalds
2020-05-03Linux 5.7-rc4v5.7-rc4Linus Torvalds
2020-04-26Linux 5.7-rc3v5.7-rc3Linus Torvalds
2020-04-19Linux 5.7-rc2v5.7-rc2Linus Torvalds
2020-04-12Linux 5.7-rc1v5.7-rc1Linus Torvalds
2020-04-09kbuild: support LLVM=1 to switch the default tools to Clang/LLVMMasahiro Yamada
2020-04-09kbuild: replace AS=clang with LLVM_IAS=1Masahiro Yamada
2020-04-09kbuild: link lib-y objects to vmlinux forcibly when CONFIG_MODULES=yMasahiro Yamada
2020-04-09kbuild: Enable -Wtautological-compareNathan Chancellor
2020-03-31Merge tag 'kbuild-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2020-04-01Makefile: Update kselftest help informationShuah Khan
2020-03-29Linux 5.6v5.6Linus Torvalds
2020-03-29kbuild: add outputmakefile to no-dot-config-targetsDavid Engraf
2020-03-29kbuild: remove AS variableMasahiro Yamada
2020-03-29kbuild: add comment about grouped targetMasahiro Yamada
2020-03-29kbuild: add -Wall to KBUILD_HOSTCXXFLAGSMasahiro Yamada
2020-03-25kbuild: compute the dtbs_install destination more simplyMasahiro Yamada
2020-03-22Linux 5.6-rc7v5.6-rc7Linus Torvalds
2020-03-19Merge tag 'kbuild-fixes-v5.6-3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-03-20Makefile: disallow data races on gcc-10 as wellSergei Trofimovich
2020-03-15Linux 5.6-rc6v5.6-rc6Linus Torvalds
2020-03-13kbuild: allow to run dt_binding_check without kernel configurationMasahiro Yamada
2020-03-13kbuild: allow to run dt_binding_check and dtbs_check in a single commandMasahiro Yamada