aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2020-06-06Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2020-06-06kbuild: add variables for compression toolsDenis Efremov
2020-06-06Makefile: install modules.builtin even if CONFIG_MODULES=nJonas Zeiger
2020-06-06modpost: show warning if any of symbol dump files is missingMasahiro Yamada
2020-06-06modpost: generate vmlinux.symvers and reuse it for the second modpostMasahiro Yamada
2020-06-03kbuild: update modules.order only when contained modules are updatedMasahiro Yamada
2020-06-03kbuild: refactor KBUILD_VMLINUX_{OBJS,LIBS} calculationMasahiro Yamada
2020-06-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2020-06-01kbuild: merge net-y and virt-y into drivers-yMasahiro Yamada
2020-06-01kbuild: merge init-y into core-yMasahiro Yamada
2020-06-01kbuild: merge two 'ifdef CONFIG_TRIM_UNUSED_KSYMS' blocksMasahiro Yamada
2020-06-01kbuild: force to build vmlinux if CONFIG_MODVERSION=yMasahiro Yamada
2020-05-31Linux 5.7Linus Torvalds
2020-05-29Makefile: support compressed debug infoNick Desaulniers
2020-05-29kbuild: disallow multi-word in M= or KBUILD_EXTMODMasahiro Yamada
2020-05-26kbuild: clear KBUILD_MODULES in top Makefile if CONFIG_MODULES=nMasahiro Yamada
2020-05-26kbuild: make module name conflict fatal errorMasahiro Yamada
2020-05-26kbuild: error out if targets prefixed with '__' are directly runMasahiro Yamada
2020-05-26kbuild: add this-makefile as a shorthand for $(lastword $(MAKEFILE_LIST))Masahiro Yamada
2020-05-26kbuild: remove {CLEAN,MRPROPER,DISTCLEAN}_DIRSMasahiro Yamada
2020-05-26kbuild: remove misleading stale FIXME commentMasahiro Yamada
2020-05-26kbuild: invoke syncconfig if autoconf.h is missingMasahiro Yamada
2020-05-24Linux 5.7-rc7Linus Torvalds
2020-05-17Linux 5.7-rc6Linus Torvalds
2020-05-17kbuild: add infrastructure to build userspace programsMasahiro Yamada
2020-05-15scs: Add support for Clang's Shadow Call Stack (SCS)Sami Tolvanen
2020-05-12kbuild: remove '/' targetMasahiro Yamada
2020-05-10Linux 5.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-rc4Linus Torvalds
2020-04-26Linux 5.7-rc3Linus Torvalds
2020-04-19Linux 5.7-rc2Linus Torvalds
2020-04-12Linux 5.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.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-rc7Linus Torvalds