| Commit message (Expand) | Author | Age | Files | Lines |
* | Linux 5.16-rc2v5.16-rc2 | Linus Torvalds | 2021-11-21 | 1 | -1/+1 |
* | Linux 5.16-rc1v5.16-rc1 | Linus Torvalds | 2021-11-14 | 1 | -2/+2 |
* | kconfig: Add support for -Wimplicit-fallthrough | Gustavo A. R. Silva | 2021-11-14 | 1 | -5/+1 |
* | Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2021-11-08 | 1 | -39/+2 |
|\ |
|
| * | kbuild: split DEBUG_CFLAGS out to scripts/Makefile.debug | Masahiro Yamada | 2021-10-24 | 1 | -38/+1 |
| * | isystem: delete global -isystem compile option | Alexey Dobriyan | 2021-09-22 | 1 | -1/+1 |
* | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2021-11-06 | 1 | -0/+15 |
|\ \ |
|
| * | | Compiler Attributes: add __alloc_size() for better bounds checking | Kees Cook | 2021-11-06 | 1 | -0/+15 |
* | | | Merge tag 'devicetree-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2021-11-03 | 1 | -5/+5 |
|\ \ \ |
|
| * | | | kbuild: Enable DT schema checks for %.dtb targets | Rob Herring | 2021-09-13 | 1 | -5/+5 |
* | | | | Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2021-11-02 | 1 | -0/+3 |
|\ \ \ \ |
|
| * \ \ \ | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 2021-11-02 | 1 | -0/+3 |
| |\ \ \ \ |
|
| | * | | | | kbuild: Unify options for BTF generation for vmlinux and modules | Jiri Olsa | 2021-11-02 | 1 | -0/+3 |
* | | | | | | Merge tag 'hardening-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2021-11-02 | 1 | -3/+3 |
|\ \ \ \ \ \ |
|
| * | | | | | | hardening: Avoid harmless Clang option under CONFIG_INIT_STACK_ALL_ZERO | Kees Cook | 2021-09-25 | 1 | -3/+3 |
| | |_|_|_|/
| |/| | | | |
|
* | | | | | | Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-block | Linus Torvalds | 2021-11-01 | 1 | -1/+2 |
|\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | | |
|
| * | | | | | block: move CONFIG_BLOCK guard to top Makefile | Masahiro Yamada | 2021-10-18 | 1 | -1/+2 |
* | | | | | | 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 |
| |/ |
|