1. 9cb1fd0 Linux 5.7-rc7 by Linus Torvalds · 4 years, 7 months ago
  2. b9bbe6e Linux 5.7-rc6 by Linus Torvalds · 4 years, 8 months ago
  3. 2ef96a5 Linux 5.7-rc5 by Linus Torvalds · 4 years, 8 months ago
  4. adc7192 gcc-10: disable 'restrict' warning for now by Linus Torvalds · 4 years, 8 months ago
  5. 5a76021 gcc-10: disable 'stringop-overflow' warning for now by Linus Torvalds · 4 years, 8 months ago
  6. 4472099 gcc-10: disable 'array-bounds' warning for now by Linus Torvalds · 4 years, 8 months ago
  7. 5c45de2 gcc-10: disable 'zero-length-bounds' warning for now by Linus Torvalds · 4 years, 8 months ago
  8. 78a5255 Stop the ad-hoc games with -Wno-maybe-initialized by Linus Torvalds · 4 years, 8 months ago
  9. 0e698df Linux 5.7-rc4 by Linus Torvalds · 4 years, 8 months ago
  10. 6a8b55e Linux 5.7-rc3 by Linus Torvalds · 4 years, 8 months ago
  11. ae83d0b Linux 5.7-rc2 by Linus Torvalds · 4 years, 8 months ago
  12. 8f3d9f3 Linux 5.7-rc1 by Linus Torvalds · 4 years, 9 months ago
  13. a0d1c95 kbuild: support LLVM=1 to switch the default tools to Clang/LLVM by Masahiro Yamada · 4 years, 9 months ago
  14. 7e20e47 kbuild: replace AS=clang with LLVM_IAS=1 by Masahiro Yamada · 4 years, 9 months ago
  15. 7273ad2 kbuild: link lib-y objects to vmlinux forcibly when CONFIG_MODULES=y by Masahiro Yamada · 4 years, 10 months ago
  16. afe956c kbuild: Enable -Wtautological-compare by Nathan Chancellor · 4 years, 9 months ago
  17. 5b67fbf Merge tag 'kbuild-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years, 9 months ago
  18. e51d8da Makefile: Update kselftest help information by Shuah Khan · 4 years, 9 months ago
  19. 7111951 Linux 5.6 by Linus Torvalds · 4 years, 9 months ago
  20. 4623980 kbuild: add outputmakefile to no-dot-config-targets by David Engraf · 4 years, 9 months ago
  21. aa824e0 kbuild: remove AS variable by Masahiro Yamada · 4 years, 9 months ago
  22. f463c35 kbuild: add comment about grouped target by Masahiro Yamada · 4 years, 9 months ago
  23. 735aab1 kbuild: add -Wall to KBUILD_HOSTCXXFLAGS by Masahiro Yamada · 4 years, 9 months ago
  24. 2431f22 kbuild: compute the dtbs_install destination more simply by Masahiro Yamada · 4 years, 10 months ago
  25. 16fbf79 Linux 5.6-rc7 by Linus Torvalds · 4 years, 9 months ago
  26. 207f75c Merge tag 'kbuild-fixes-v5.6-3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years, 10 months ago
  27. b111213 Makefile: disallow data races on gcc-10 as well by Sergei Trofimovich · 4 years, 10 months ago
  28. fb33c65 Linux 5.6-rc6 by Linus Torvalds · 4 years, 10 months ago
  29. 9dffecc kbuild: allow to run dt_binding_check without kernel configuration by Masahiro Yamada · 4 years, 10 months ago
  30. e10c432 kbuild: allow to run dt_binding_check and dtbs_check in a single command by Masahiro Yamada · 4 years, 10 months ago
  31. b5154bf kbuild: avoid concurrency issue in parallel building dtbs and dtbs_check by Masahiro Yamada · 4 years, 10 months ago
  32. 46b7c49 kbuild: Fix inconsistent comment by SZ Lin (林上智) · 4 years, 10 months ago
  33. 2c523b3 Linux 5.6-rc5 by Linus Torvalds · 4 years, 10 months ago
  34. 88694cf kbuild: generate autoksyms.h early by Quentin Perret · 4 years, 10 months ago
  35. 2a86f66 kbuild: use KBUILD_DEFCONFIG as the fallback for DEFCONFIG_LIST by Masahiro Yamada · 4 years, 10 months ago
  36. a83e4ca kbuild: remove cc-option switch from -Wframe-larger-than= by Masahiro Yamada · 4 years, 11 months ago
  37. 98d54f8 Linux 5.6-rc4 by Linus Torvalds · 4 years, 10 months ago
  38. c473a8d kbuild: add dt_binding_check to PHONY in a correct place by Masahiro Yamada · 4 years, 10 months ago
  39. 964a596 kbuild: add dtbs_check to PHONY by Masahiro Yamada · 4 years, 10 months ago
  40. 505b12b kbuild: add comment for V=2 mode by Randy Dunlap · 4 years, 11 months ago
  41. f8788d8 Linux 5.6-rc3 by Linus Torvalds · 4 years, 10 months ago
  42. 11a48a5 Linux 5.6-rc2 by Linus Torvalds · 4 years, 11 months ago
  43. bb6d3fb Linux 5.6-rc1 by Linus Torvalds · 4 years, 11 months ago
  44. f566e1f kbuild: make multiple directory targets work by Masahiro Yamada · 5 years ago
  45. 368d060 Merge tag 'kbuild-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 5 years ago
  46. d5226fa Linux 5.5 by Linus Torvalds · 5 years ago
  47. def9d27 Linux 5.5-rc7 by Linus Torvalds · 5 years ago
  48. 94f7345 kbuild: remove PYTHON2 variable by Masahiro Yamada · 5 years ago
  49. b3a987b Linux 5.5-rc6 by Linus Torvalds · 5 years ago
  50. 8b41fc4 kbuild: create modules.builtin without Makefile.modbuiltin or tristate.conf by Masahiro Yamada · 5 years ago
  51. c79f46a Linux 5.5-rc5 by Linus Torvalds · 5 years ago
  52. fd69884 Linux 5.5-rc4 by Linus Torvalds · 5 years ago
  53. 46cf053 Linux 5.5-rc3 by Linus Torvalds · 5 years ago
  54. 6c1c79a Merge tag 'kbuild-fixes-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 5 years ago
  55. d1eef1c Linux 5.5-rc2 by Linus Torvalds · 5 years ago
  56. eefb8c1 x86/boot: kbuild: allow readelf executable to be specified by Dmitry Golovin · 5 years ago
  57. e42617b Linux 5.5-rc1 by Linus Torvalds · 5 years ago
  58. 76bb8b0 Merge tag 'kbuild-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 5 years ago
  59. 219d543 Linux 5.4 by Linus Torvalds · 5 years ago
  60. b1fbfcb kbuild: make single target builds even faster by Masahiro Yamada · 5 years ago
  61. af42d34 Linux 5.4-rc8 by Linus Torvalds · 5 years ago
  62. 7ecaf06 kbuild: move headers_check rule to usr/include/Makefile by Masahiro Yamada · 5 years ago
  63. fcbb846 kbuild: remove header compile test by Masahiro Yamada · 5 years ago
  64. 80591e6 kbuild: tell sparse about the $ARCH by Luc Van Oostenryck · 5 years ago
  65. bc35d4b scripts/nsdeps: support nsdeps for external module builds by Masahiro Yamada · 5 years ago
  66. bbc55bd modpost: dump missing namespaces into a single modules.nsdeps file by Masahiro Yamada · 5 years ago
  67. bff9c62 modpost: do not invoke extra modpost for nsdeps by Masahiro Yamada · 5 years ago
  68. 4234448 kbuild: Extend defconfig field size from 24 to 27 by Geert Uytterhoeven · 5 years ago
  69. a64c044 kbuild: Wrap long "make help" text lines by Geert Uytterhoeven · 5 years ago
  70. 35e046a kbuild: remove unneeded variable, single-all by Masahiro Yamada · 5 years ago
  71. 31f4f5b Linux 5.4-rc7 by Linus Torvalds · 5 years ago
  72. a99d808 Linux 5.4-rc6 by Linus Torvalds · 5 years ago
  73. d6d5df1 Linux 5.4-rc5 by Linus Torvalds · 5 years ago
  74. 7d194c2 Linux 5.4-rc4 by Linus Torvalds · 5 years ago
  75. 85f0ae7 kbuild: update comment about KBUILD_ALLDIRS by Masahiro Yamada · 5 years ago
  76. 4f5cafb Linux 5.4-rc3 by Linus Torvalds · 5 years ago
  77. c6f6ebd Merge tag 'modules-for-v5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 5 years ago
  78. f54e66a Merge tag 'linux-kselftest-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 5 years ago
  79. d85103a kbuild: fix build error of 'make nsdeps' in clean tree by Masahiro Yamada · 5 years ago
  80. da0c9ea Linux 5.4-rc2 by Linus Torvalds · 5 years ago
  81. 17eac6c selftests: Add kselftest-all and kselftest-install targets by Shuah Khan · 5 years ago
  82. 7e35b42 kbuild: remove SUBDIRS support by Masahiro Yamada · 5 years ago
  83. 13dc8c0 kbuild: remove ar-option and KBUILD_ARFLAGS by Masahiro Yamada · 5 years ago
  84. 54ecb8f Linux 5.4-rc1 by Linus Torvalds · 5 years ago
  85. e070355 Merge tag 'modules-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 5 years ago
  86. d7b0827 Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 5 years ago
  87. e3a008a Merge tag 'devicetree-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 5 years ago
  88. e77fafe Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 5 years ago
  89. 4d856f7 Linux 5.3 by Linus Torvalds · 5 years ago
  90. eb8305a scripts: Coccinelle script for namespace dependencies. by Matthias Maennich · 5 years ago
  91. 1d08277 modpost: add support for generating namespace dependencies by Matthias Maennich · 5 years ago
  92. f74c2bb Linux 5.3-rc8 by Linus Torvalds · 5 years ago
  93. e27128d kbuild: rename KBUILD_ENABLE_EXTRA_GCC_CHECKS to KBUILD_EXTRA_WARN by Masahiro Yamada · 5 years ago
  94. 858805b kbuild: add $(BASH) to run scripts with bash-extension by Masahiro Yamada · 5 years ago
  95. 8cc7af7 kbuild: remove ARCH_{CPP,A,C}FLAGS by Masahiro Yamada · 5 years ago
  96. 15f5db6 kbuild,arc: add CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE_O3 for ARC by Masahiro Yamada · 5 years ago
  97. 089cf7f Linux 5.3-rc7 by Linus Torvalds · 5 years ago
  98. e2079e9 kbuild: Do not enable -Wimplicit-fallthrough for clang for now by Nathan Chancellor · 5 years ago
  99. 36de077 kbuild: check clean srctree even earlier by Masahiro Yamada · 5 years ago
  100. a5139fb kbuild: remove prepare3 target by Masahiro Yamada · 5 years ago