summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Linux 5.14-rc2Linus Torvalds2021-07-181-1/+1
* Merge tag 'kbuild-fixes-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-07-181-4/+5
|\
| * kbuild: do not suppress Kconfig prompts for silent buildMasahiro Yamada2021-07-181-4/+5
* | Revert "Makefile: Enable -Wimplicit-fallthrough for Clang"Linus Torvalds2021-07-151-3/+6
* | Makefile: Enable -Wimplicit-fallthrough for ClangGustavo A. R. Silva2021-07-141-6/+3
|/
* Linux 5.14-rc1Linus Torvalds2021-07-111-2/+2
* Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-07-101-75/+55
|\
| * kbuild: remove trailing slashes from $(KBUILD_EXTMOD)Masahiro Yamada2021-06-171-0/+5
| * kbuild: merge scripts/mkmakefile to top MakefileMasahiro Yamada2021-05-271-2/+9
| * kbuild: require all architectures to have arch/$(SRCARCH)/KbuildMasahiro Yamada2021-05-261-1/+1
| * kbuild: remove libelf checks from top MakefileMasahiro Yamada2021-05-241-56/+22
| * kbuild: hide tools/ build targets from external module buildsMasahiro Yamada2021-05-241-14/+16
| * Makefile: extend 32B aligned debug option to 64B alignedFeng Tang2021-05-241-2/+2
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2021-06-281-1/+1
|\ \
| * | Makefile: fix GDB warning with CONFIG_RELRNick Desaulniers2021-06-081-1/+1
| |/
* | Linux 5.13Linus Torvalds2021-06-271-1/+1
* | Linux 5.13-rc7Linus Torvalds2021-06-201-2/+2
* | Merge tag 'clang-features-v5.13-rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-06-161-1/+4
|\ \
| * | Makefile: lto: Pass -warn-stack-size only on LLD < 13.0.0Tor Vic2021-06-141-1/+4
* | | Linux 5.13-rc6Linus Torvalds2021-06-131-1/+1
|/ /
* | Linux 5.13-rc5Linus Torvalds2021-06-061-1/+1
* | Linux 5.13-rc4Linus Torvalds2021-05-301-1/+1
* | Merge tag 'clang-features-v5.13-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-05-281-0/+5
|\ \ | |/ |/|
| * Makefile: LTO: have linker check -Wframe-larger-thanNick Desaulniers2021-05-241-0/+5
* | Linux 5.13-rc3Linus Torvalds2021-05-231-1/+1
|/
* Linux 5.13-rc2Linus Torvalds2021-05-161-1/+1
* Linux 5.13-rc1Linus Torvalds2021-05-091-2/+2
* Merge tag 'kbuild-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2021-05-081-29/+13
|\
| * kbuild: remove the unneeded comments for external module buildsMasahiro Yamada2021-05-061-11/+1
| * kbuild: make distclean remove tag files in sub-directoriesMasahiro Yamada2021-05-061-7/+2
| * kbuild: make distclean work against $(objtree) instead of $(srctree)Masahiro Yamada2021-05-061-1/+1
| * kbuild: remove ARCH=sh64 support from top MakefileMasahiro Yamada2021-05-031-5/+0
| * Makefile: Move -Wno-unused-but-set-variable out of GCC only blockNathan Chancellor2021-05-021-4/+4
| * kbuild: add a script to remove stale generated filesMasahiro Yamada2021-05-021-1/+5
* | Merge tag 'integrity-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-05-011-3/+3
|\ \ | |/ |/|
| * keys: cleanup build time module signing keysNayna Jain2021-04-091-3/+3
* | Merge tag 'kconfig-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2021-04-291-3/+5
|\ \
| * | kconfig: use /boot/config-* etc. as DEFCONFIG_LIST only for native buildMasahiro Yamada2021-04-141-0/+5
| * | kconfig: move default KBUILD_DEFCONFIG back to scripts/kconfig/MakefileMasahiro Yamada2021-04-141-3/+0
| |/
* | Merge tag 'kbuild-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-04-291-127/+103
|\ \
| * | kbuild: Add $(KBUILD_HOSTLDFLAGS) to 'has_libelf' testNathan Chancellor2021-04-251-1/+1
| * | kbuild: merge scripts/Makefile.modsign to scripts/Makefile.modinstMasahiro Yamada2021-04-251-16/+20
| * | kbuild: move module strip/compression code into scripts/Makefile.modinstMasahiro Yamada2021-04-251-32/+0
| * | kbuild: refactor scripts/Makefile.modinstMasahiro Yamada2021-04-251-1/+1
| * | kbuild: rename extmod-prefix to extmod_prefixMasahiro Yamada2021-04-251-10/+10
| * | kbuild: check module name conflict for external modules as wellMasahiro Yamada2021-04-251-5/+5
| * | kbuild: show the target directory for depmod logMasahiro Yamada2021-04-251-1/+1
| * | kbuild: unify modules(_install) for in-tree and external modulesMasahiro Yamada2021-04-251-49/+36
| * | kbuild: remove unneeded mkdir for external modules_installMasahiro Yamada2021-04-251-2/+0
| * | kbuild: generate Module.symvers only when vmlinux existsMasahiro Yamada2021-04-251-1/+1