1. 3ec8a5b kbuild: do not export LDFLAGS_vmlinux by Masahiro Yamada · 4 years, 6 months ago
  2. 893ab00 kbuild: remove cc-option test of -fno-stack-protector by Masahiro Yamada · 4 years, 6 months ago
  3. dcb7fd8 Linux 5.8-rc4 by Linus Torvalds · 4 years, 6 months ago
  4. 4bc9273 Merge tag 'kbuild-fixes-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years, 6 months ago
  5. 7f58b48 kbuild: make Clang build userprogs for target architecture by Masahiro Yamada · 4 years, 6 months ago
  6. 9ebcfad Linux 5.8-rc3 by Linus Torvalds · 4 years, 6 months ago
  7. 4877846 Linux 5.8-rc2 by Linus Torvalds · 4 years, 6 months ago
  8. 2c6d963 Revert "Makefile: install modules.builtin even if CONFIG_MODULES=n" by Masahiro Yamada · 4 years, 6 months ago
  9. 7b16994 Makefile: Improve compressed debug info support detection by Arvind Sankar · 4 years, 7 months ago
  10. b3a9e3b Linux 5.8-rc1 by Linus Torvalds · 4 years, 7 months ago
  11. 6adc19f Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years, 7 months ago
  12. 37d1a04 Rebase locking/kcsan to locking/urgent by Thomas Gleixner · 4 years, 7 months ago
  13. e4a42c8 kbuild: fix broken builds because of GZIP,BZIP2,LZOP variables by Denis Efremov · 4 years, 7 months ago
  14. cff11ab Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years, 7 months ago
  15. 8dfb61d kbuild: add variables for compression tools by Denis Efremov · 4 years, 7 months ago
  16. e0b250b Makefile: install modules.builtin even if CONFIG_MODULES=n by Jonas Zeiger · 4 years, 7 months ago
  17. 48a0f72 modpost: show warning if any of symbol dump files is missing by Masahiro Yamada · 4 years, 7 months ago
  18. 269a535 modpost: generate vmlinux.symvers and reuse it for the second modpost by Masahiro Yamada · 4 years, 7 months ago
  19. b2c8855 kbuild: update modules.order only when contained modules are updated by Masahiro Yamada · 4 years, 7 months ago
  20. f0d50ca kbuild: refactor KBUILD_VMLINUX_{OBJS,LIBS} calculation by Masahiro Yamada · 4 years, 7 months ago
  21. 533b220 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 4 years, 7 months ago
  22. 95fb631 kbuild: merge net-y and virt-y into drivers-y by Masahiro Yamada · 4 years, 7 months ago
  23. 23febe3 kbuild: merge init-y into core-y by Masahiro Yamada · 4 years, 7 months ago
  24. fb2d99b kbuild: merge two 'ifdef CONFIG_TRIM_UNUSED_KSYMS' blocks by Masahiro Yamada · 4 years, 7 months ago
  25. 4b50c8c kbuild: force to build vmlinux if CONFIG_MODVERSION=y by Masahiro Yamada · 4 years, 7 months ago
  26. 3d77e6a Linux 5.7 by Linus Torvalds · 4 years, 7 months ago
  27. 10e68b02 Makefile: support compressed debug info by Nick Desaulniers · 4 years, 7 months ago
  28. e9e81b6 kbuild: disallow multi-word in M= or KBUILD_EXTMOD by Masahiro Yamada · 4 years, 7 months ago
  29. b480fec kbuild: clear KBUILD_MODULES in top Makefile if CONFIG_MODULES=n by Masahiro Yamada · 4 years, 7 months ago
  30. 8451791 kbuild: make module name conflict fatal error by Masahiro Yamada · 4 years, 8 months ago
  31. 121c2a1 kbuild: error out if targets prefixed with '__' are directly run by Masahiro Yamada · 4 years, 8 months ago
  32. 93fdddf kbuild: add this-makefile as a shorthand for $(lastword $(MAKEFILE_LIST)) by Masahiro Yamada · 4 years, 8 months ago
  33. 0663c68 kbuild: remove {CLEAN,MRPROPER,DISTCLEAN}_DIRS by Masahiro Yamada · 4 years, 8 months ago
  34. 610134b kbuild: remove misleading stale FIXME comment by Masahiro Yamada · 4 years, 8 months ago
  35. 3044dd0 kbuild: invoke syncconfig if autoconf.h is missing by Masahiro Yamada · 4 years, 8 months ago
  36. 9cb1fd0 Linux 5.7-rc7 by Linus Torvalds · 4 years, 7 months ago
  37. b9bbe6e Linux 5.7-rc6 by Linus Torvalds · 4 years, 7 months ago
  38. 7f3a59d kbuild: add infrastructure to build userspace programs by Masahiro Yamada · 4 years, 8 months ago
  39. d08b9f0 scs: Add support for Clang's Shadow Call Stack (SCS) by Sami Tolvanen · 4 years, 8 months ago
  40. ea21e90 kbuild: remove '/' target by Masahiro Yamada · 4 years, 8 months ago
  41. 2ef96a5 Linux 5.7-rc5 by Linus Torvalds · 4 years, 8 months ago
  42. adc7192 gcc-10: disable 'restrict' warning for now by Linus Torvalds · 4 years, 8 months ago
  43. 5a76021 gcc-10: disable 'stringop-overflow' warning for now by Linus Torvalds · 4 years, 8 months ago
  44. 4472099 gcc-10: disable 'array-bounds' warning for now by Linus Torvalds · 4 years, 8 months ago
  45. 5c45de2 gcc-10: disable 'zero-length-bounds' warning for now by Linus Torvalds · 4 years, 8 months ago
  46. 78a5255 Stop the ad-hoc games with -Wno-maybe-initialized by Linus Torvalds · 4 years, 8 months ago
  47. 0e698df Linux 5.7-rc4 by Linus Torvalds · 4 years, 8 months ago
  48. 6a8b55e Linux 5.7-rc3 by Linus Torvalds · 4 years, 8 months ago
  49. ae83d0b Linux 5.7-rc2 by Linus Torvalds · 4 years, 8 months ago
  50. 3b02a05 Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refresh by Ingo Molnar · 4 years, 9 months ago
  51. 8f3d9f3 Linux 5.7-rc1 by Linus Torvalds · 4 years, 9 months ago
  52. a0d1c95 kbuild: support LLVM=1 to switch the default tools to Clang/LLVM by Masahiro Yamada · 4 years, 9 months ago
  53. 7e20e47 kbuild: replace AS=clang with LLVM_IAS=1 by Masahiro Yamada · 4 years, 9 months ago
  54. 7273ad2 kbuild: link lib-y objects to vmlinux forcibly when CONFIG_MODULES=y by Masahiro Yamada · 4 years, 10 months ago
  55. afe956c kbuild: Enable -Wtautological-compare by Nathan Chancellor · 4 years, 9 months ago
  56. 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
  57. e51d8da Makefile: Update kselftest help information by Shuah Khan · 4 years, 9 months ago
  58. 7111951 Linux 5.6 by Linus Torvalds · 4 years, 9 months ago
  59. 4623980 kbuild: add outputmakefile to no-dot-config-targets by David Engraf · 4 years, 9 months ago
  60. aa824e0 kbuild: remove AS variable by Masahiro Yamada · 4 years, 9 months ago
  61. f463c35 kbuild: add comment about grouped target by Masahiro Yamada · 4 years, 9 months ago
  62. 735aab1 kbuild: add -Wall to KBUILD_HOSTCXXFLAGS by Masahiro Yamada · 4 years, 9 months ago
  63. 2431f22 kbuild: compute the dtbs_install destination more simply by Masahiro Yamada · 4 years, 10 months ago
  64. 16fbf79 Linux 5.6-rc7 by Linus Torvalds · 4 years, 9 months ago
  65. df10846 Merge branch 'linus' into locking/kcsan, to pick up fixes by Ingo Molnar · 4 years, 9 months ago
  66. a4654e9 Merge branch 'x86/kdump' into locking/kcsan, to resolve conflicts by Ingo Molnar · 4 years, 9 months ago
  67. 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, 9 months ago
  68. b111213 Makefile: disallow data races on gcc-10 as well by Sergei Trofimovich · 4 years, 10 months ago
  69. fb33c65 Linux 5.6-rc6 by Linus Torvalds · 4 years, 10 months ago
  70. 9dffecc kbuild: allow to run dt_binding_check without kernel configuration by Masahiro Yamada · 4 years, 10 months ago
  71. e10c432 kbuild: allow to run dt_binding_check and dtbs_check in a single command by Masahiro Yamada · 4 years, 10 months ago
  72. b5154bf kbuild: avoid concurrency issue in parallel building dtbs and dtbs_check by Masahiro Yamada · 4 years, 10 months ago
  73. 46b7c49 kbuild: Fix inconsistent comment by SZ Lin (林上智) · 4 years, 10 months ago
  74. 2c523b3 Linux 5.6-rc5 by Linus Torvalds · 4 years, 10 months ago
  75. 88694cf kbuild: generate autoksyms.h early by Quentin Perret · 4 years, 10 months ago
  76. 2a86f66 kbuild: use KBUILD_DEFCONFIG as the fallback for DEFCONFIG_LIST by Masahiro Yamada · 4 years, 10 months ago
  77. a83e4ca kbuild: remove cc-option switch from -Wframe-larger-than= by Masahiro Yamada · 4 years, 11 months ago
  78. 98d54f8 Linux 5.6-rc4 by Linus Torvalds · 4 years, 10 months ago
  79. c473a8d kbuild: add dt_binding_check to PHONY in a correct place by Masahiro Yamada · 4 years, 10 months ago
  80. 964a596 kbuild: add dtbs_check to PHONY by Masahiro Yamada · 4 years, 10 months ago
  81. 505b12b kbuild: add comment for V=2 mode by Randy Dunlap · 4 years, 11 months ago
  82. f8788d8 Linux 5.6-rc3 by Linus Torvalds · 4 years, 10 months ago
  83. 11a48a5 Linux 5.6-rc2 by Linus Torvalds · 4 years, 11 months ago
  84. bb6d3fb Linux 5.6-rc1 by Linus Torvalds · 4 years, 11 months ago
  85. f566e1f kbuild: make multiple directory targets work by Masahiro Yamada · 5 years ago
  86. 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
  87. d5226fa Linux 5.5 by Linus Torvalds · 5 years ago
  88. 837171f Merge tag 'v5.5-rc7' into locking/kcsan, to refresh the tree by Ingo Molnar · 5 years ago
  89. def9d27 Linux 5.5-rc7 by Linus Torvalds · 5 years ago
  90. 94f7345 kbuild: remove PYTHON2 variable by Masahiro Yamada · 5 years ago
  91. b3a987b Linux 5.5-rc6 by Linus Torvalds · 5 years ago
  92. 8b41fc4 kbuild: create modules.builtin without Makefile.modbuiltin or tristate.conf by Masahiro Yamada · 5 years ago
  93. 31c7ac38 Merge tag 'v5.5-rc5' into locking/kcsan, to resolve conflict by Ingo Molnar · 5 years ago
  94. c79f46a Linux 5.5-rc5 by Linus Torvalds · 5 years ago
  95. 28336be Merge tag 'v5.5-rc4' into locking/kcsan, to resolve conflicts by Ingo Molnar · 5 years ago
  96. fd69884 Linux 5.5-rc4 by Linus Torvalds · 5 years ago
  97. 46cf053 Linux 5.5-rc3 by Linus Torvalds · 5 years ago
  98. 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
  99. d1eef1c Linux 5.5-rc2 by Linus Torvalds · 5 years ago
  100. eefb8c1 x86/boot: kbuild: allow readelf executable to be specified by Dmitry Golovin · 5 years ago