Age | Commit message (Expand) | Author | Files | Lines |
2020-06-06 | Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 1 | -91/+126 |
2020-06-06 | kbuild: add variables for compression tools | Denis Efremov | 1 | -2/+23 |
2020-06-06 | Makefile: install modules.builtin even if CONFIG_MODULES=n | Jonas Zeiger | 1 | -3/+11 |
2020-06-06 | modpost: show warning if any of symbol dump files is missing | Masahiro Yamada | 1 | -9/+1 |
2020-06-06 | modpost: generate vmlinux.symvers and reuse it for the second modpost | Masahiro Yamada | 1 | -1/+1 |
2020-06-03 | kbuild: update modules.order only when contained modules are updated | Masahiro Yamada | 1 | -3/+11 |
2020-06-03 | kbuild: refactor KBUILD_VMLINUX_{OBJS,LIBS} calculation | Masahiro Yamada | 1 | -9/+8 |
2020-06-02 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -0/+6 |
2020-06-01 | kbuild: merge net-y and virt-y into drivers-y | Masahiro Yamada | 1 | -8/+4 |
2020-06-01 | kbuild: merge init-y into core-y | Masahiro Yamada | 1 | -6/+4 |
2020-06-01 | kbuild: merge two 'ifdef CONFIG_TRIM_UNUSED_KSYMS' blocks | Masahiro Yamada | 1 | -7/+5 |
2020-06-01 | kbuild: force to build vmlinux if CONFIG_MODVERSION=y | Masahiro Yamada | 1 | -5/+8 |
2020-06-01 | Linux 5.7v5.7 | Linus Torvalds | 1 | -1/+1 |
2020-05-28 | Makefile: support compressed debug info | Nick Desaulniers | 1 | -0/+6 |
2020-05-28 | kbuild: disallow multi-word in M= or KBUILD_EXTMOD | Masahiro Yamada | 1 | -0/+3 |
2020-05-25 | kbuild: clear KBUILD_MODULES in top Makefile if CONFIG_MODULES=n | Masahiro Yamada | 1 | -0/+4 |
2020-05-25 | kbuild: make module name conflict fatal error | Masahiro Yamada | 1 | -2/+5 |
2020-05-25 | kbuild: error out if targets prefixed with '__' are directly run | Masahiro Yamada | 1 | -10/+13 |
2020-05-25 | kbuild: add this-makefile as a shorthand for $(lastword $(MAKEFILE_LIST)) | Masahiro Yamada | 1 | -2/+4 |
2020-05-25 | kbuild: remove {CLEAN,MRPROPER,DISTCLEAN}_DIRS | Masahiro Yamada | 1 | -16/+6 |
2020-05-25 | kbuild: remove misleading stale FIXME comment | Masahiro Yamada | 1 | -3/+0 |
2020-05-25 | kbuild: invoke syncconfig if autoconf.h is missing | Masahiro Yamada | 1 | -2/+3 |
2020-05-25 | Linux 5.7-rc7v5.7-rc7 | Linus Torvalds | 1 | -1/+1 |
2020-05-18 | Linux 5.7-rc6v5.7-rc6 | Linus Torvalds | 1 | -1/+1 |
2020-05-17 | kbuild: add infrastructure to build userspace programs | Masahiro Yamada | 1 | -3/+10 |
2020-05-15 | scs: Add support for Clang's Shadow Call Stack (SCS) | Sami Tolvanen | 1 | -0/+6 |
2020-05-12 | kbuild: remove '/' target | Masahiro Yamada | 1 | -4/+0 |
2020-05-11 | Linux 5.7-rc5v5.7-rc5 | Linus Torvalds | 1 | -1/+1 |
2020-05-10 | gcc-10: disable 'restrict' warning for now | Linus Torvalds | 1 | -0/+3 |
2020-05-10 | gcc-10: disable 'stringop-overflow' warning for now | Linus Torvalds | 1 | -0/+1 |
2020-05-10 | gcc-10: disable 'array-bounds' warning for now | Linus Torvalds | 1 | -0/+1 |
2020-05-10 | gcc-10: disable 'zero-length-bounds' warning for now | Linus Torvalds | 1 | -0/+3 |
2020-05-09 | Stop the ad-hoc games with -Wno-maybe-initialized | Linus Torvalds | 1 | -4/+3 |
2020-05-04 | Linux 5.7-rc4v5.7-rc4 | Linus Torvalds | 1 | -1/+1 |
2020-04-26 | Linux 5.7-rc3v5.7-rc3 | Linus Torvalds | 1 | -1/+1 |
2020-04-20 | Linux 5.7-rc2v5.7-rc2 | Linus Torvalds | 1 | -1/+1 |
2020-04-12 | Linux 5.7-rc1v5.7-rc1 | Linus Torvalds | 1 | -2/+2 |
2020-04-08 | kbuild: support LLVM=1 to switch the default tools to Clang/LLVM | Masahiro Yamada | 1 | -6/+23 |
2020-04-08 | kbuild: replace AS=clang with LLVM_IAS=1 | Masahiro Yamada | 1 | -1/+1 |
2020-04-08 | kbuild: link lib-y objects to vmlinux forcibly when CONFIG_MODULES=y | Masahiro Yamada | 1 | -1/+6 |
2020-04-08 | kbuild: Enable -Wtautological-compare | Nathan Chancellor | 1 | -2/+0 |
2020-04-01 | Merge tag 'kbuild-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 1 | -18/+37 |
2020-03-31 | Makefile: Update kselftest help information | Shuah Khan | 1 | -6/+9 |
2020-03-30 | Linux 5.6v5.6 | Linus Torvalds | 1 | -1/+1 |
2020-03-29 | kbuild: add outputmakefile to no-dot-config-targets | David Engraf | 1 | -1/+2 |
2020-03-29 | kbuild: remove AS variable | Masahiro Yamada | 1 | -3/+2 |
2020-03-29 | kbuild: add comment about grouped target | Masahiro Yamada | 1 | -0/+1 |
2020-03-29 | kbuild: add -Wall to KBUILD_HOSTCXXFLAGS | Masahiro Yamada | 1 | -1/+1 |
2020-03-25 | kbuild: compute the dtbs_install destination more simply | Masahiro Yamada | 1 | -1/+1 |
2020-03-23 | Linux 5.6-rc7v5.6-rc7 | Linus Torvalds | 1 | -1/+1 |