summaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Expand)Author
2021-04-27Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds
2021-04-26Merge tag 'x86-entry-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-04-25Linux 5.12v5.12Linus Torvalds
2021-04-25kbuild: Add $(KBUILD_HOSTLDFLAGS) to 'has_libelf' testNathan Chancellor
2021-04-25kbuild: merge scripts/Makefile.modsign to scripts/Makefile.modinstMasahiro Yamada
2021-04-25kbuild: move module strip/compression code into scripts/Makefile.modinstMasahiro Yamada
2021-04-25kbuild: refactor scripts/Makefile.modinstMasahiro Yamada
2021-04-25kbuild: rename extmod-prefix to extmod_prefixMasahiro Yamada
2021-04-25kbuild: check module name conflict for external modules as wellMasahiro Yamada
2021-04-25kbuild: show the target directory for depmod logMasahiro Yamada
2021-04-25kbuild: unify modules(_install) for in-tree and external modulesMasahiro Yamada
2021-04-25kbuild: remove unneeded mkdir for external modules_installMasahiro Yamada
2021-04-25kbuild: generate Module.symvers only when vmlinux existsMasahiro Yamada
2021-04-25kbuild: check the minimum assembler version in KconfigMasahiro Yamada
2021-04-25kbuild: replace sed with $(subst ) or $(patsubst )Masahiro Yamada
2021-04-25Makefile: Only specify '--prefix=' when building with clang + GNU asNathan Chancellor
2021-04-25Makefile: Remove '--gcc-toolchain' flagNathan Chancellor
2021-04-25kbuild: apply fixdep logic to link-vmlinux.shRasmus Villemoes
2021-04-25kbuild: show warning if 'make headers_check' is usedMasahiro Yamada
2021-04-25kbuild: include Makefile.compiler only when compiler is neededMasahiro Yamada
2021-04-25kbuild: split cc-option and friends to scripts/Makefile.compilerMasahiro Yamada
2021-04-18Linux 5.12-rc8v5.12-rc8Linus Torvalds
2021-04-14kconfig: use /boot/config-* etc. as DEFCONFIG_LIST only for native buildMasahiro Yamada
2021-04-14kconfig: move default KBUILD_DEFCONFIG back to scripts/kconfig/MakefileMasahiro Yamada
2021-04-11Linux 5.12-rc7v5.12-rc7Linus Torvalds
2021-04-09keys: cleanup build time module signing keysNayna Jain
2021-04-08add support for Clang CFISami Tolvanen
2021-04-08stack: Optionally randomize kernel stack offset each syscallKees Cook
2021-04-04Linux 5.12-rc6v5.12-rc6Linus Torvalds
2021-03-28Linux 5.12-rc5v5.12-rc5Linus Torvalds
2021-03-21Linux 5.12-rc4v5.12-rc4Linus Torvalds
2021-03-15kbuild: prefix $(srctree)/ to some included MakefilesMasahiro Yamada
2021-03-14Linux 5.12-rc3v5.12-rc3Linus Torvalds
2021-03-11kbuild: rebuild GCC plugins when the compiler is upgradedMasahiro Yamada
2021-03-10kbuild: add image_name to no-sync-config-targetsMasahiro Yamada
2021-03-05Linux 5.12-rc2v5.12-rc2Linus Torvalds
2021-02-28Linux 5.12-rc1v5.12-rc1-dontusev5.12-rc1Linus Torvalds
2021-02-28kbuild: Fix <linux/version.h> for empty SUBLEVEL or PATCHLEVEL againMasahiro Yamada
2021-02-28kbuild: make -s option take precedence over V=1Masahiro Yamada
2021-02-26Merge tag 'clang-lto-v5.12-rc1-fix1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-02-25kbuild: Move .thinlto-cache removal to 'make clean'Masahiro Yamada
2021-02-25Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2021-02-24kbuild: parse C= and M= before changing the working directoryMasahiro Yamada
2021-02-24kbuild: reuse this-makefile to define abs_srctreeMasahiro Yamada
2021-02-24Makefile: Remove # characters from compiler stringNathan Chancellor
2021-02-24Makefile: reuse CC_VERSION_TEXTNick Desaulniers
2021-02-23Merge tag 'clang-lto-v5.12-rc1-part2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2021-02-23kbuild: lto: force rebuilds when switching CONFIG_LTOSami Tolvanen
2021-02-23tracing: add support for objtool mcountSami Tolvanen
2021-02-23Merge tag 'clang-lto-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds