Age | Commit message (Expand) | Author | Files | Lines |
2020-10-26 | Linux 5.10-rc1v5.10-rc1 | Linus Torvalds | 1 | -2/+2 |
2020-10-22 | Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -24/+70 |
2020-10-20 | kbuild: Only add -fno-var-tracking-assignments for old GCC versions | Mark Wielaard | 1 | -1/+5 |
2020-10-16 | Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 1 | -1/+3 |
2020-10-14 | Revert "kbuild: disable clang's default use of -fmerge-all-constants" | Nick Desaulniers | 1 | -9/+0 |
2020-10-12 | kbuild: enforce -Werror=return-type | Olaf Hering | 1 | -1/+1 |
2020-10-12 | Linux 5.9v5.9 | Linus Torvalds | 1 | -1/+1 |
2020-10-11 | scripts: remove namespace.pl | Jacob Keller | 1 | -5/+1 |
2020-10-09 | kbuild: explicitly specify the build id style | Bill Wendling | 1 | -2/+2 |
2020-10-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -1/+1 |
2020-10-05 | Linux 5.9-rc8v5.9-rc8 | Linus Torvalds | 1 | -1/+1 |
2020-09-28 | Linux 5.9-rc7v5.9-rc7 | Linus Torvalds | 1 | -1/+1 |
2020-09-24 | kbuild: remove cc-option test of -Werror=date-time | Masahiro Yamada | 1 | -1/+1 |
2020-09-24 | kbuild: remove cc-option test of -fno-stack-check | Masahiro Yamada | 1 | -1/+1 |
2020-09-24 | kbuild: remove cc-option test of -fno-strict-overflow | Masahiro Yamada | 1 | -1/+1 |
2020-09-24 | kbuild: move CFLAGS_{KASAN,UBSAN,KCSAN} exports to relevant Makefiles | Masahiro Yamada | 1 | -1/+0 |
2020-09-24 | kbuild: do not create built-in objects for external module builds | Masahiro Yamada | 1 | -1/+2 |
2020-09-24 | kbuild: preprocess module linker script | Masahiro Yamada | 1 | -4/+6 |
2020-09-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 1 | -1/+3 |
2020-09-23 | bpf: Check CONFIG_BPF option for resolve_btfids | Jiri Olsa | 1 | -1/+3 |
2020-09-21 | Linux 5.9-rc6v5.9-rc6 | Linus Torvalds | 1 | -1/+1 |
2020-09-14 | Linux 5.9-rc5v5.9-rc5 | Linus Torvalds | 1 | -1/+1 |
2020-09-08 | Merge tag 'livepatching-for-5.9-rc5' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -4/+0 |
2020-09-07 | Linux 5.9-rc4v5.9-rc4 | Linus Torvalds | 1 | -1/+1 |
2020-09-03 | Revert "kbuild: use -flive-patching when CONFIG_LIVEPATCH is enabled" | Josh Poimboeuf | 1 | -4/+0 |
2020-08-31 | Linux 5.9-rc3v5.9-rc3 | Linus Torvalds | 1 | -1/+1 |
2020-08-26 | Makefile: Add clang-tidy and static analyzer support to makefile | Nathan Huckleberry | 1 | -2/+18 |
2020-08-26 | kbuild: wire up the build rule of compile_commands.json to Makefile | Masahiro Yamada | 1 | -4/+25 |
2020-08-26 | kbuild: hide commands to run Kconfig, and show short log for syncconfig | Masahiro Yamada | 1 | -1/+4 |
2020-08-26 | kbuild: Simplify DEBUG_INFO Kconfig handling | Sedat Dilek | 1 | -1/+5 |
2020-08-24 | Linux 5.9-rc2v5.9-rc2 | Linus Torvalds | 1 | -1/+1 |
2020-08-18 | kbuild: remove redundant patterns in filter/filter-out | Masahiro Yamada | 1 | -3/+2 |
2020-08-16 | Linux 5.9-rc1v5.9-rc1 | Linus Torvalds | 1 | -2/+2 |
2020-08-12 | ./Makefile: add debug option to enable function aligned on 32 bytes | Feng Tang | 1 | -0/+4 |
2020-08-10 | Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 1 | -11/+15 |
2020-08-09 | kbuild: stop filtering out $(GCC_PLUGINS_CFLAGS) from cc-option base | Masahiro Yamada | 1 | -1/+4 |
2020-08-09 | kbuild: include scripts/Makefile.* only when relevant CONFIG is enabled | Masahiro Yamada | 1 | -7/+9 |
2020-08-09 | kbuild: do not export LDFLAGS_vmlinux | Masahiro Yamada | 1 | -2/+1 |
2020-08-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds | 1 | -5/+20 |
2020-08-04 | Merge tag 'var-init-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -2/+11 |
2020-08-04 | Merge tag 'x86-boot-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+2 |
2020-08-03 | Linux 5.8v5.8 | Linus Torvalds | 1 | -1/+1 |
2020-08-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -3/+3 |
2020-07-31 | init: Add support for zstd compressed kernel | Nick Terrell | 1 | -1/+2 |
2020-07-27 | Linux 5.8-rc7v5.8-rc7 | Linus Torvalds | 1 | -1/+1 |
2020-07-26 | Merge tag 'kbuild-fixes-v5.8-3' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -2/+2 |
2020-07-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -1/+1 |
2020-07-23 | Makefile: Fix GCC_TOOLCHAIN_DIR prefix for Clang cross compilation | Fangrui Song | 1 | -1/+1 |
2020-07-20 | Linux 5.8-rc6v5.8-rc6 | Linus Torvalds | 1 | -1/+1 |
2020-07-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 1 | -5/+20 |