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