| Commit message (Expand) | Author | Age | Files | Lines |
* | Linux 5.4-rc4v5.4-rc4 | Linus Torvalds | 2019-10-20 | 1 | -1/+1 |
* | kbuild: update comment about KBUILD_ALLDIRS | Masahiro Yamada | 2019-10-15 | 1 | -1/+1 |
* | Linux 5.4-rc3v5.4-rc3 | Linus Torvalds | 2019-10-14 | 1 | -1/+1 |
* | Merge tag 'modules-for-v5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2019-10-11 | 1 | -1/+1 |
|\ |
|
| * | kbuild: fix build error of 'make nsdeps' in clean tree | Masahiro Yamada | 2019-10-07 | 1 | -1/+1 |
* | | Merge tag 'linux-kselftest-5.4-rc3' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2019-10-08 | 1 | -3/+2 |
|\ \ |
|
| * | | selftests: Add kselftest-all and kselftest-install targets | Shuah Khan | 2019-10-01 | 1 | -3/+2 |
| |/ |
|
* | | Linux 5.4-rc2v5.4-rc2 | Linus Torvalds | 2019-10-06 | 1 | -2/+2 |
* | | kbuild: remove SUBDIRS support | Masahiro Yamada | 2019-10-01 | 1 | -18/+2 |
* | | kbuild: remove ar-option and KBUILD_ARFLAGS | Masahiro Yamada | 2019-10-01 | 1 | -4/+0 |
|/ |
|
* | Linux 5.4-rc1v5.4-rc1 | Linus Torvalds | 2019-09-30 | 1 | -2/+2 |
* | Merge tag 'modules-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2019-09-22 | 1 | -1/+13 |
|\ |
|
| * | scripts: Coccinelle script for namespace dependencies. | Matthias Maennich | 2019-09-10 | 1 | -0/+12 |
| * | modpost: add support for generating namespace dependencies | Matthias Maennich | 2019-09-10 | 1 | -1/+1 |
* | | Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 2019-09-20 | 1 | -145/+151 |
|\ \ |
|
| * | | kbuild: rename KBUILD_ENABLE_EXTRA_GCC_CHECKS to KBUILD_EXTRA_WARN | Masahiro Yamada | 2019-09-06 | 1 | -1/+1 |
| * | | kbuild: add $(BASH) to run scripts with bash-extension | Masahiro Yamada | 2019-09-04 | 1 | -6/+5 |
| * | | kbuild: remove ARCH_{CPP,A,C}FLAGS | Masahiro Yamada | 2019-09-04 | 1 | -10/+4 |
| * | | kbuild,arc: add CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE_O3 for ARC | Masahiro Yamada | 2019-09-04 | 1 | -4/+6 |
| * | | kbuild: Do not enable -Wimplicit-fallthrough for clang for now | Nathan Chancellor | 2019-08-29 | 1 | -3/+5 |
| * | | kbuild: check clean srctree even earlier | Masahiro Yamada | 2019-08-29 | 1 | -3/+3 |
| * | | kbuild: remove prepare3 target | Masahiro Yamada | 2019-08-29 | 1 | -6/+4 |
| * | | kbuild: move the clean srctree check to the outputmakefile target | Masahiro Yamada | 2019-08-29 | 1 | -14/+10 |
| * | | kbuild: clarify where to run make mrproper when out-of-tree fails | Masahiro Yamada | 2019-08-29 | 1 | -2/+4 |
| * | | kbuild: Inform user to pass ARCH= for make mrproper only when necessary | Masahiro Yamada | 2019-08-29 | 1 | -1/+1 |
| * | | kbuild: remove 'Using ... as source for kernel' message | Masahiro Yamada | 2019-08-29 | 1 | -1/+0 |
| * | | kbuild: remove unneeded dependency for $(DOC_TARGETS) | Masahiro Yamada | 2019-08-29 | 1 | -1/+1 |
| * | | kbuild: remove unneeded '+' marker from kselftest-merge | Masahiro Yamada | 2019-08-25 | 1 | -1/+1 |
| * | | kbuild: pkg: rename scripts/package/Makefile to scripts/Makefile.package | Masahiro Yamada | 2019-08-25 | 1 | -5/+3 |
| * | | kbuild: pkg: clean up package files/dirs from the top Makefile | Masahiro Yamada | 2019-08-25 | 1 | -2/+4 |
| * | | kbuild: split final module linking out into Makefile.modfinal | Masahiro Yamada | 2019-08-21 | 1 | -2/+0 |
| * | | kbuild: rebuild modules when module linker scripts are updated | Masahiro Yamada | 2019-08-21 | 1 | -1/+2 |
| * | | kbuild: make single targets work more correctly | Masahiro Yamada | 2019-08-21 | 1 | -31/+50 |
| * | | kbuild: unify clean-dirs rule for in-kernel and external module | Masahiro Yamada | 2019-08-21 | 1 | -10/+8 |
| * | | kbuild: unify vmlinux-dirs and module-dirs rules | Masahiro Yamada | 2019-08-21 | 1 | -22/+21 |
| * | | kbuild: unset variables in top Makefile instead of setting 0 | Masahiro Yamada | 2019-08-21 | 1 | -23/+23 |
| * | | kbuild: do not descend to ./Kbuild when cleaning | Masahiro Yamada | 2019-08-21 | 1 | -1/+1 |
| * | | kbuild: remove 'make /' support | Masahiro Yamada | 2019-08-14 | 1 | -5/+4 |
| * | | kbuild: move the Module.symvers check for external module build | Masahiro Yamada | 2019-08-14 | 1 | -2/+2 |
* | | | Merge tag 'devicetree-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2019-09-19 | 1 | -2/+4 |
|\ \ \ |
|
| * | | | devicetree: Expose dtbs_check and dt_binding_check some more | Stephen Boyd | 2019-08-14 | 1 | -2/+4 |
* | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2019-09-16 | 1 | -0/+4 |
|\ \ \ \ |
|
| * | | | | arm64: Add support for relocating the kernel with RELR relocations | Peter Collingbourne | 2019-08-05 | 1 | -0/+4 |
* | | | | | Linux 5.3v5.3 | Linus Torvalds | 2019-09-15 | 1 | -1/+1 |
* | | | | | Linux 5.3-rc8v5.3-rc8 | Linus Torvalds | 2019-09-08 | 1 | -1/+1 |
| |_|_|/
|/| | | |
|
* | | | | Linux 5.3-rc7v5.3-rc7 | Linus Torvalds | 2019-09-02 | 1 | -1/+1 |
* | | | | Linux 5.3-rc6v5.3-rc6 | Linus Torvalds | 2019-08-25 | 1 | -1/+1 |
* | | | | Linux 5.3-rc5v5.3-rc5 | Linus Torvalds | 2019-08-18 | 1 | -1/+1 |
| |_|/
|/| | |
|
* | | | Linux 5.3-rc4v5.3-rc4 | Linus Torvalds | 2019-08-11 | 1 | -1/+1 |
* | | | Makefile: Convert -Wimplicit-fallthrough=3 to just -Wimplicit-fallthrough for... | Joe Perches | 2019-08-10 | 1 | -1/+1 |