1. 6efb943 Linux 5.13-rc1 by Linus Torvalds · 3 years, 8 months ago
  2. 0f979d8 Merge tag 'kbuild-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 3 years, 8 months ago
  3. 11122b8 kbuild: remove the unneeded comments for external module builds by Masahiro Yamada · 3 years, 8 months ago
  4. 7a02cec kbuild: make distclean remove tag files in sub-directories by Masahiro Yamada · 3 years, 8 months ago
  5. 19c8d912 kbuild: make distclean work against $(objtree) instead of $(srctree) by Masahiro Yamada · 3 years, 8 months ago
  6. 4579949 kbuild: remove ARCH=sh64 support from top Makefile by Masahiro Yamada · 3 years, 8 months ago
  7. e6f0bf0 Merge tag 'integrity-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity by Linus Torvalds · 3 years, 8 months ago
  8. 885480b Makefile: Move -Wno-unused-but-set-variable out of GCC only block by Nathan Chancellor · 3 years, 8 months ago
  9. 1476fee kbuild: add a script to remove stale generated files by Masahiro Yamada · 3 years, 8 months ago
  10. 8ca5297 Merge tag 'kconfig-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 3 years, 8 months ago
  11. b0030af Merge tag 'kbuild-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 3 years, 8 months ago
  12. 57fa236 Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 3 years, 8 months ago
  13. eea2647 Merge tag 'x86-entry-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 8 months ago
  14. 9f4ad9e4 Linux 5.12 by Linus Torvalds · 3 years, 8 months ago
  15. f634ca6 kbuild: Add $(KBUILD_HOSTLDFLAGS) to 'has_libelf' test by Nathan Chancellor · 3 years, 8 months ago
  16. 961ab4a kbuild: merge scripts/Makefile.modsign to scripts/Makefile.modinst by Masahiro Yamada · 3 years, 9 months ago
  17. 65ce9c3 kbuild: move module strip/compression code into scripts/Makefile.modinst by Masahiro Yamada · 3 years, 9 months ago
  18. ccae4cf kbuild: refactor scripts/Makefile.modinst by Masahiro Yamada · 3 years, 9 months ago
  19. 7f69180 kbuild: rename extmod-prefix to extmod_prefix by Masahiro Yamada · 3 years, 9 months ago
  20. 1a998be kbuild: check module name conflict for external modules as well by Masahiro Yamada · 3 years, 9 months ago
  21. 3ac42b2 kbuild: show the target directory for depmod log by Masahiro Yamada · 3 years, 9 months ago
  22. 3e3005d kbuild: unify modules(_install) for in-tree and external modules by Masahiro Yamada · 3 years, 9 months ago
  23. 4b97ec0 kbuild: remove unneeded mkdir for external modules_install by Masahiro Yamada · 3 years, 9 months ago
  24. 69bc8d3 kbuild: generate Module.symvers only when vmlinux exists by Masahiro Yamada · 3 years, 9 months ago
  25. ba64beb kbuild: check the minimum assembler version in Kconfig by Masahiro Yamada · 3 years, 10 months ago
  26. 6e0839f kbuild: replace sed with $(subst ) or $(patsubst ) by Masahiro Yamada · 3 years, 10 months ago
  27. eec0809 Makefile: Only specify '--prefix=' when building with clang + GNU as by Nathan Chancellor · 3 years, 10 months ago
  28. c91d4e4 Makefile: Remove '--gcc-toolchain' flag by Nathan Chancellor · 3 years, 10 months ago
  29. 0b956e2 kbuild: apply fixdep logic to link-vmlinux.sh by Rasmus Villemoes · 3 years, 10 months ago
  30. 609bbb4 kbuild: show warning if 'make headers_check' is used by Masahiro Yamada · 3 years, 10 months ago
  31. 805b2e1 kbuild: include Makefile.compiler only when compiler is needed by Masahiro Yamada · 3 years, 10 months ago
  32. 57fd251 kbuild: split cc-option and friends to scripts/Makefile.compiler by Masahiro Yamada · 3 years, 10 months ago
  33. bf05bf1 Linux 5.12-rc8 by Linus Torvalds · 3 years, 9 months ago
  34. f02aa48 kconfig: use /boot/config-* etc. as DEFCONFIG_LIST only for native build by Masahiro Yamada · 3 years, 9 months ago
  35. dd46599 kconfig: move default KBUILD_DEFCONFIG back to scripts/kconfig/Makefile by Masahiro Yamada · 3 years, 10 months ago
  36. d434405 Linux 5.12-rc7 by Linus Torvalds · 3 years, 9 months ago
  37. b31f2a4 keys: cleanup build time module signing keys by Nayna Jain · 3 years, 9 months ago
  38. cf68fff add support for Clang CFI by Sami Tolvanen · 3 years, 9 months ago
  39. 39218ff stack: Optionally randomize kernel stack offset each syscall by Kees Cook · 3 years, 9 months ago
  40. e49d033 Linux 5.12-rc6 by Linus Torvalds · 3 years, 9 months ago
  41. a5e13c6 Linux 5.12-rc5 by Linus Torvalds · 3 years, 9 months ago
  42. 0d02ec6 Linux 5.12-rc4 by Linus Torvalds · 3 years, 9 months ago
  43. 3204a7f kbuild: prefix $(srctree)/ to some included Makefiles by Masahiro Yamada · 3 years, 10 months ago
  44. 1e28eed Linux 5.12-rc3 by Linus Torvalds · 3 years, 10 months ago
  45. ce6ed1c kbuild: rebuild GCC plugins when the compiler is upgraded by Masahiro Yamada · 3 years, 10 months ago
  46. 993bdde kbuild: add image_name to no-sync-config-targets by Masahiro Yamada · 3 years, 10 months ago
  47. a38fd87 Linux 5.12-rc2 by Linus Torvalds · 3 years, 10 months ago
  48. fe07bfd Linux 5.12-rc1 by Linus Torvalds · 3 years, 10 months ago
  49. 207da4c kbuild: Fix <linux/version.h> for empty SUBLEVEL or PATCHLEVEL again by Masahiro Yamada · 3 years, 10 months ago
  50. 2214945 kbuild: make -s option take precedence over V=1 by Masahiro Yamada · 3 years, 10 months ago
  51. fe1072f Merge tag 'clang-lto-v5.12-rc1-fix1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 3 years, 10 months ago
  52. 4c7858b kbuild: Move .thinlto-cache removal to 'make clean' by Masahiro Yamada · 3 years, 10 months ago
  53. 6fbd6cf Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 3 years, 10 months ago
  54. bcf637f kbuild: parse C= and M= before changing the working directory by Masahiro Yamada · 3 years, 10 months ago
  55. 30cef68 kbuild: reuse this-makefile to define abs_srctree by Masahiro Yamada · 3 years, 10 months ago
  56. c75173a Makefile: Remove # characters from compiler string by Nathan Chancellor · 3 years, 11 months ago
  57. db07562 Makefile: reuse CC_VERSION_TEXT by Nick Desaulniers · 3 years, 11 months ago
  58. 414eece Merge tag 'clang-lto-v5.12-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 3 years, 10 months ago
  59. 5e95325 kbuild: lto: force rebuilds when switching CONFIG_LTO by Sami Tolvanen · 3 years, 10 months ago
  60. 22c8542 tracing: add support for objtool mcount by Sami Tolvanen · 4 years, 3 months ago
  61. 79db4d2 Merge tag 'clang-lto-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 3 years, 10 months ago
  62. a99163e Merge tag 'devicetree-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 3 years, 10 months ago
  63. 51e6d17 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 3 years, 10 months ago
  64. 2b86895 kbuild: prevent CC_FLAGS_LTO self-bloating on recursive rebuilds by Alexander Lobakin · 4 years ago
  65. b8af417 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years, 11 months ago
  66. 88a6867 kbuild: simplify access to the kernel's version by Sasha Levin · 3 years, 11 months ago
  67. 9b82f13 kbuild: clamp SUBLEVEL to 255 by Sasha Levin · 3 years, 11 months ago
  68. 98cd6f5 Kconfig: allow explicit opt in to DWARF v5 by Nick Desaulniers · 3 years, 11 months ago
  69. a66049e Kbuild: make DWARF version a choice by Nick Desaulniers · 3 years, 11 months ago
  70. 0dd77e9 kbuild: stop removing stale <linux/version.h> file by Masahiro Yamada · 4 years ago
  71. f40ddce Linux 5.11 by Linus Torvalds · 3 years, 11 months ago
  72. db4632c Makefile: use smaller dictionary size for xz module compression by Tor Vic · 4 years ago
  73. 0e1aa62 kbuild: Do not clean resolve_btfids if the output does not exist by Jiri Olsa · 3 years, 11 months ago
  74. dc9d875 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 3 years, 11 months ago
  75. 50d3a3f kbuild: Add resolve_btfids clean to root clean target by Jiri Olsa · 3 years, 11 months ago
  76. 92bf226 Linux 5.11-rc7 by Linus Torvalds · 3 years, 11 months ago
  77. e24f9c5 Merge tag 'x86_urgent_for_v5.11_rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 11 months ago
  78. 2db138b Merge tag 'kbuild-fixes-v5.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 3 years, 11 months ago
  79. 315da87 kbuild: fix duplicated flags in DEBUG_CFLAGS by Masahiro Yamada · 3 years, 11 months ago
  80. ce88c9c kbuild: Add support to build overlays (%.dtbo) by Viresh Kumar · 4 years ago
  81. d1e1355 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years ago
  82. d8d2d38 kbuild: remove PYTHON variable by Masahiro Yamada · 4 years ago
  83. 1048ba8 Linux 5.11-rc6 by Linus Torvalds · 4 years ago
  84. 20bf2b3 x86/build: Disable CET instrumentation in the kernel by Josh Poimboeuf · 4 years ago
  85. c358f95 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years ago
  86. 8b5f4eb net: move CONFIG_NET guard to top Makefile by Masahiro Yamada · 4 years ago
  87. 6ee1d74 Linux 5.11-rc5 by Linus Torvalds · 4 years ago
  88. 19c329f Linux 5.11-rc4 by Linus Torvalds · 4 years ago
  89. 22d429e kbuild: lto: limit inlining by Sami Tolvanen · 4 years, 1 month ago
  90. 38e8918 kbuild: lto: fix module versioning by Sami Tolvanen · 4 years, 1 month ago
  91. dc5723b kbuild: add support for Clang LTO by Sami Tolvanen · 4 years, 1 month ago
  92. 7c53f6b Linux 5.11-rc3 by Linus Torvalds · 4 years ago
  93. 3b15cdc1 tracing: move function tracer options to Kconfig by Sami Tolvanen · 4 years, 1 month ago
  94. e71ba94 Linux 5.11-rc2 by Linus Torvalds · 4 years ago
  95. 5c8fe58 Linux 5.11-rc1 by Linus Torvalds · 4 years ago
  96. 7b95f05 Merge tag 'kbuild-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years ago
  97. 436e980 kbuild: don't hardcode depmod path by Dominique Martinet · 4 years, 1 month ago
  98. 2c85ebc Linux 5.10 by Linus Torvalds · 4 years, 1 month ago
  99. 0477e92 Linux 5.10-rc7 by Linus Torvalds · 4 years, 1 month ago
  100. e6585a4 Merge tag 'kbuild-fixes-v5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years, 1 month ago