aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2021-06-28Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-1/+1
2021-06-27Linux 5.13v5.13Gravatar Linus Torvalds 1-1/+1
2021-06-20Linux 5.13-rc7v5.13-rc7Gravatar Linus Torvalds 1-2/+2
2021-06-16Merge tag 'clang-features-v5.13-rc7' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+4
2021-06-14Makefile: lto: Pass -warn-stack-size only on LLD < 13.0.0Gravatar Tor Vic 1-1/+4
2021-06-13Linux 5.13-rc6v5.13-rc6Gravatar Linus Torvalds 1-1/+1
2021-06-08Makefile: fix GDB warning with CONFIG_RELRGravatar Nick Desaulniers 1-1/+1
2021-06-06Linux 5.13-rc5v5.13-rc5Gravatar Linus Torvalds 1-1/+1
2021-05-30Linux 5.13-rc4v5.13-rc4Gravatar Linus Torvalds 1-1/+1
2021-05-28Merge tag 'clang-features-v5.13-rc4' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+5
2021-05-24Makefile: LTO: have linker check -Wframe-larger-thanGravatar Nick Desaulniers 1-0/+5
2021-05-23Linux 5.13-rc3v5.13-rc3Gravatar Linus Torvalds 1-1/+1
2021-05-16Linux 5.13-rc2v5.13-rc2Gravatar Linus Torvalds 1-1/+1
2021-05-09Linux 5.13-rc1v5.13-rc1Gravatar Linus Torvalds 1-2/+2
2021-05-08Merge tag 'kbuild-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Linus Torvalds 1-29/+13
2021-05-06kbuild: remove the unneeded comments for external module buildsGravatar Masahiro Yamada 1-11/+1
2021-05-06kbuild: make distclean remove tag files in sub-directoriesGravatar Masahiro Yamada 1-7/+2
2021-05-06kbuild: make distclean work against $(objtree) instead of $(srctree)Gravatar Masahiro Yamada 1-1/+1
2021-05-03kbuild: remove ARCH=sh64 support from top MakefileGravatar Masahiro Yamada 1-5/+0
2021-05-01Merge tag 'integrity-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-3/+3
2021-05-02Makefile: Move -Wno-unused-but-set-variable out of GCC only blockGravatar Nathan Chancellor 1-4/+4
2021-05-02kbuild: add a script to remove stale generated filesGravatar Masahiro Yamada 1-1/+5
2021-04-29Merge tag 'kconfig-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 1-3/+5
2021-04-29Merge tag 'kbuild-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-127/+103
2021-04-27Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Gravatar Linus Torvalds 1-0/+17
2021-04-26Merge tag 'x86-entry-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+4
2021-04-25Linux 5.12v5.12Gravatar Linus Torvalds 1-1/+1
2021-04-25kbuild: Add $(KBUILD_HOSTLDFLAGS) to 'has_libelf' testGravatar Nathan Chancellor 1-1/+1
2021-04-25kbuild: merge scripts/Makefile.modsign to scripts/Makefile.modinstGravatar Masahiro Yamada 1-16/+20
2021-04-25kbuild: move module strip/compression code into scripts/Makefile.modinstGravatar Masahiro Yamada 1-32/+0
2021-04-25kbuild: refactor scripts/Makefile.modinstGravatar Masahiro Yamada 1-1/+1
2021-04-25kbuild: rename extmod-prefix to extmod_prefixGravatar Masahiro Yamada 1-10/+10
2021-04-25kbuild: check module name conflict for external modules as wellGravatar Masahiro Yamada 1-5/+5
2021-04-25kbuild: show the target directory for depmod logGravatar Masahiro Yamada 1-1/+1
2021-04-25kbuild: unify modules(_install) for in-tree and external modulesGravatar Masahiro Yamada 1-49/+36
2021-04-25kbuild: remove unneeded mkdir for external modules_installGravatar Masahiro Yamada 1-2/+0
2021-04-25kbuild: generate Module.symvers only when vmlinux existsGravatar Masahiro Yamada 1-1/+1
2021-04-25kbuild: check the minimum assembler version in KconfigGravatar Masahiro Yamada 1-1/+3
2021-04-25kbuild: replace sed with $(subst ) or $(patsubst )Gravatar Masahiro Yamada 1-1/+1
2021-04-25Makefile: Only specify '--prefix=' when building with clang + GNU asGravatar Nathan Chancellor 1-2/+2
2021-04-25Makefile: Remove '--gcc-toolchain' flagGravatar Nathan Chancellor 1-4/+0
2021-04-25kbuild: apply fixdep logic to link-vmlinux.shGravatar Rasmus Villemoes 1-1/+1
2021-04-25kbuild: show warning if 'make headers_check' is usedGravatar Masahiro Yamada 1-1/+5
2021-04-25kbuild: include Makefile.compiler only when compiler is neededGravatar Masahiro Yamada 1-0/+13
2021-04-25kbuild: split cc-option and friends to scripts/Makefile.compilerGravatar Masahiro Yamada 1-0/+4
2021-04-18Linux 5.12-rc8v5.12-rc8Gravatar Linus Torvalds 1-1/+1
2021-04-14kconfig: use /boot/config-* etc. as DEFCONFIG_LIST only for native buildGravatar Masahiro Yamada 1-0/+5
2021-04-14kconfig: move default KBUILD_DEFCONFIG back to scripts/kconfig/MakefileGravatar Masahiro Yamada 1-3/+0
2021-04-11Linux 5.12-rc7v5.12-rc7Gravatar Linus Torvalds 1-1/+1
2021-04-09keys: cleanup build time module signing keysGravatar Nayna Jain 1-3/+3