Age | Commit message (Expand) | Author | Files | Lines |
2021-03-15 | Linux 5.12-rc3v5.12-rc3 | Linus Torvalds | 1 | -1/+1 |
2021-03-11 | kbuild: rebuild GCC plugins when the compiler is upgraded | Masahiro Yamada | 1 | -0/+1 |
2021-03-09 | kbuild: add image_name to no-sync-config-targets | Masahiro Yamada | 1 | -1/+2 |
2021-03-06 | Linux 5.12-rc2v5.12-rc2 | Linus Torvalds | 1 | -1/+1 |
2021-03-01 | Linux 5.12-rc1v5.12-rc1-dontusev5.12-rc1 | Linus Torvalds | 1 | -3/+3 |
2021-02-28 | kbuild: Fix <linux/version.h> for empty SUBLEVEL or PATCHLEVEL again | Masahiro Yamada | 1 | -2/+4 |
2021-02-28 | kbuild: make -s option take precedence over V=1 | Masahiro Yamada | 1 | -0/+1 |
2021-02-26 | Merge tag 'clang-lto-v5.12-rc1-fix1' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -2/+2 |
2021-02-25 | kbuild: Move .thinlto-cache removal to 'make clean' | Masahiro Yamada | 1 | -2/+2 |
2021-02-25 | Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -48/+57 |
2021-02-24 | kbuild: parse C= and M= before changing the working directory | Masahiro Yamada | 1 | -30/+31 |
2021-02-24 | kbuild: reuse this-makefile to define abs_srctree | Masahiro Yamada | 1 | -3/+2 |
2021-02-24 | Makefile: Remove # characters from compiler string | Nathan Chancellor | 1 | -1/+1 |
2021-02-24 | Makefile: reuse CC_VERSION_TEXT | Nick Desaulniers | 1 | -7/+7 |
2021-02-24 | Merge tag 'clang-lto-v5.12-rc1-part2' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -1/+9 |
2021-02-24 | kbuild: lto: force rebuilds when switching CONFIG_LTO | Sami Tolvanen | 1 | -1/+2 |
2021-02-23 | tracing: add support for objtool mcount | Sami Tolvanen | 1 | -0/+7 |
2021-02-23 | Merge tag 'clang-lto-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -15/+30 |
2021-02-22 | Merge tag 'devicetree-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+4 |
2021-02-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds | 1 | -2/+14 |
2021-02-17 | kbuild: prevent CC_FLAGS_LTO self-bloating on recursive rebuilds | Alexander Lobakin | 1 | -2/+2 |
2021-02-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 1 | -1/+12 |
2021-02-16 | kbuild: simplify access to the kernel's version | Sasha Levin | 1 | -1/+4 |
2021-02-16 | kbuild: clamp SUBLEVEL to 255 | Sasha Levin | 1 | -3/+9 |
2021-02-16 | Kconfig: allow explicit opt in to DWARF v5 | Nick Desaulniers | 1 | -0/+1 |
2021-02-16 | Kbuild: make DWARF version a choice | Nick Desaulniers | 1 | -2/+3 |
2021-02-16 | kbuild: stop removing stale <linux/version.h> file | Masahiro Yamada | 1 | -2/+0 |
2021-02-15 | Linux 5.11v5.11 | Linus Torvalds | 1 | -2/+2 |
2021-02-11 | Makefile: use smaller dictionary size for xz module compression | Tor Vic | 1 | -1/+1 |
2021-02-11 | kbuild: Do not clean resolve_btfids if the output does not exist | Jiri Olsa | 1 | -1/+7 |
2021-02-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -10/+5 |
2021-02-09 | kbuild: Add resolve_btfids clean to root clean target | Jiri Olsa | 1 | -1/+6 |
2021-02-08 | Linux 5.11-rc7v5.11-rc7 | Linus Torvalds | 1 | -1/+1 |
2021-02-07 | Merge tag 'x86_urgent_for_v5.11_rc7' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -6/+0 |
2021-02-07 | Merge tag 'kbuild-fixes-v5.11-2' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -3/+4 |
2021-02-05 | kbuild: fix duplicated flags in DEBUG_CFLAGS | Masahiro Yamada | 1 | -1/+3 |
2021-02-04 | kbuild: Add support to build overlays (%.dtbo) | Viresh Kumar | 1 | -1/+4 |
2021-02-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
2021-02-01 | kbuild: remove PYTHON variable | Masahiro Yamada | 1 | -2/+1 |
2021-02-01 | Linux 5.11-rc6v5.11-rc6 | Linus Torvalds | 1 | -1/+1 |
2021-01-29 | x86/build: Disable CET instrumentation in the kernel | Josh Poimboeuf | 1 | -6/+0 |
2021-01-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
2021-01-28 | net: move CONFIG_NET guard to top Makefile | Masahiro Yamada | 1 | -1/+2 |
2021-01-25 | Linux 5.11-rc5v5.11-rc5 | Linus Torvalds | 1 | -1/+1 |
2021-01-18 | Linux 5.11-rc4v5.11-rc4 | Linus Torvalds | 1 | -1/+1 |
2021-01-14 | kbuild: lto: limit inlining | Sami Tolvanen | 1 | -0/+3 |
2021-01-14 | kbuild: lto: fix module versioning | Sami Tolvanen | 1 | -1/+2 |
2021-01-14 | kbuild: add support for Clang LTO | Sami Tolvanen | 1 | -2/+17 |
2021-01-11 | Linux 5.11-rc3v5.11-rc3 | Linus Torvalds | 1 | -1/+1 |
2021-01-09 | tracing: move function tracer options to Kconfig | Sami Tolvanen | 1 | -12/+8 |