| Commit message (Expand) | Author | Age | Files | Lines |
* | Compiler Attributes: add __alloc_size() for better bounds checking | Kees Cook | 2021-11-06 | 1 | -0/+15 |
* | Linux 5.15v5.15 | Linus Torvalds | 2021-10-31 | 1 | -2/+2 |
* | Linux 5.15-rc7v5.15-rc7 | Linus Torvalds | 2021-10-25 | 1 | -1/+1 |
* | Linux 5.15-rc6v5.15-rc6 | Linus Torvalds | 2021-10-18 | 1 | -1/+1 |
* | Linux 5.15-rc5v5.15-rc5 | Linus Torvalds | 2021-10-11 | 1 | -1/+1 |
* | Linux 5.15-rc4v5.15-rc4 | Linus Torvalds | 2021-10-03 | 1 | -1/+1 |
* | Linux 5.15-rc3v5.15-rc3 | Linus Torvalds | 2021-09-26 | 1 | -1/+1 |
* | Linux 5.15-rc2v5.15-rc2 | Linus Torvalds | 2021-09-20 | 1 | -1/+1 |
* | Merge branch 'gcc-min-version-5.1' (make gcc-5.1 the minimum version) | Linus Torvalds | 2021-09-13 | 1 | -6/+0 |
|\ |
|
| * | Makefile: drop GCC < 5 -fno-var-tracking-assignments workaround | Nick Desaulniers | 2021-09-13 | 1 | -6/+0 |
* | | Linux 5.15-rc1v5.15-rc1 | Linus Torvalds | 2021-09-13 | 1 | -2/+2 |
|/ |
|
* | Makefile: use -Wno-main in the full kernel tree | Randy Dunlap | 2021-09-08 | 1 | -0/+2 |
* | Enable '-Werror' by default for all kernel builds | Linus Torvalds | 2021-09-05 | 1 | -0/+3 |
* | Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2021-09-04 | 1 | -41/+49 |
|\ |
|
| * | kbuild: Shuffle blank line to improve comment meaning | Nathan Chancellor | 2021-09-03 | 1 | -1/+1 |
| * | kbuild: Add a comment above -Wno-gnu | Nathan Chancellor | 2021-09-03 | 1 | -0/+1 |
| * | kbuild: Remove -Wno-format-invalid-specifier from clang block | Nathan Chancellor | 2021-09-03 | 1 | -1/+0 |
| * | Makefile: remove stale cc-option checks | Nick Desaulniers | 2021-09-03 | 1 | -19/+31 |
| * | kbuild: check CONFIG_AS_IS_LLVM instead of LLVM_IAS | Masahiro Yamada | 2021-08-10 | 1 | -1/+1 |
| * | Makefile: move initial clang flag handling into scripts/Makefile.clang | Nick Desaulniers | 2021-08-10 | 1 | -14/+1 |
| * | kbuild: warn if a different compiler is used for external module builds | Masahiro Yamada | 2021-08-10 | 1 | -2/+12 |
| * | kbuild: do not require sub-make for separate output tree builds | Masahiro Yamada | 2021-08-10 | 1 | -3/+2 |
* | | Merge tag 'for-5.15/parisc' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2021-09-02 | 1 | -0/+5 |
|\ \ |
|
| * | | parisc: Fix compile failure when building 64-bit kernel natively | Masahiro Yamada | 2021-09-01 | 1 | -0/+5 |
* | | | Merge tag 'hardening-v5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2021-09-02 | 1 | -0/+5 |
|\ \ \
| |/ /
|/| | |
|
| * | | hardening: Introduce CONFIG_ZERO_CALL_USED_REGS | Kees Cook | 2021-07-21 | 1 | -0/+5 |
* | | | Linux 5.14v5.14 | Linus Torvalds | 2021-08-30 | 1 | -1/+1 |
* | | | Linux 5.14-rc7v5.14-rc7 | Linus Torvalds | 2021-08-22 | 1 | -1/+1 |
* | | | Linux 5.14-rc6v5.14-rc6 | Linus Torvalds | 2021-08-16 | 1 | -1/+1 |
| |/
|/| |
|
* | | Linux 5.14-rc5v5.14-rc5 | Linus Torvalds | 2021-08-08 | 1 | -1/+1 |
* | | Merge tag 'kbuild-fixes-v5.14-2' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2021-08-07 | 1 | -0/+10 |
|\ \ |
|
| * | | kbuild: cancel sub_make_done for the install target to fix DKMS | Masahiro Yamada | 2021-08-05 | 1 | -0/+10 |
* | | | Merge tag 'trace-v5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2021-08-05 | 1 | -1/+0 |
|\ \ \
| |/ /
|/| | |
|
| * | | scripts/recordmcount.pl: Remove check_objcopy() and $can_use_local | Nathan Chancellor | 2021-08-04 | 1 | -1/+0 |
| |/ |
|
* | | Linux 5.14-rc4v5.14-rc4 | Linus Torvalds | 2021-08-02 | 1 | -1/+1 |
* | | Linux 5.14-rc3v5.14-rc3 | Linus Torvalds | 2021-07-26 | 1 | -1/+1 |
|/ |
|
* | Linux 5.14-rc2v5.14-rc2 | Linus Torvalds | 2021-07-18 | 1 | -1/+1 |
* | Merge tag 'kbuild-fixes-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2021-07-18 | 1 | -4/+5 |
|\ |
|
| * | kbuild: do not suppress Kconfig prompts for silent build | Masahiro Yamada | 2021-07-18 | 1 | -4/+5 |
* | | Revert "Makefile: Enable -Wimplicit-fallthrough for Clang" | Linus Torvalds | 2021-07-16 | 1 | -3/+6 |
* | | Makefile: Enable -Wimplicit-fallthrough for Clang | Gustavo A. R. Silva | 2021-07-14 | 1 | -6/+3 |
|/ |
|
* | Linux 5.14-rc1v5.14-rc1 | Linus Torvalds | 2021-07-12 | 1 | -2/+2 |
* | Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2021-07-10 | 1 | -75/+55 |
|\ |
|
| * | kbuild: remove trailing slashes from $(KBUILD_EXTMOD) | Masahiro Yamada | 2021-06-17 | 1 | -0/+5 |
| * | kbuild: merge scripts/mkmakefile to top Makefile | Masahiro Yamada | 2021-05-26 | 1 | -2/+9 |
| * | kbuild: require all architectures to have arch/$(SRCARCH)/Kbuild | Masahiro Yamada | 2021-05-26 | 1 | -1/+1 |
| * | kbuild: remove libelf checks from top Makefile | Masahiro Yamada | 2021-05-24 | 1 | -56/+22 |
| * | kbuild: hide tools/ build targets from external module builds | Masahiro Yamada | 2021-05-24 | 1 | -14/+16 |
| * | Makefile: extend 32B aligned debug option to 64B aligned | Feng Tang | 2021-05-24 | 1 | -2/+2 |
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2021-06-28 | 1 | -1/+1 |
|\ \ |
|