1. 09bd7c7 Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 7 years ago
  2. d677a4d Makefile: support flag -fsanitizer-coverage=trace-cmp by Victor Chibotaru · 7 years ago
  3. 7f855fc8 kbuild: move coccicheck help from scripts/Makefile.help to top Makefile by Masahiro Yamada · 7 years ago
  4. 2982c95 kbuild: remove redundant $(wildcard ...) for cmd_files calculation by Masahiro Yamada · 7 years ago
  5. b293fca Merge tag 'riscv-for-linus-4.15-arch-v9-premerge' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/linux by Linus Torvalds · 7 years ago
  6. 37cb8e1 Merge tag 'devicetree-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 7 years ago
  7. d6ec9d9 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  8. 7832681 Merge tag 'docs-4.15' of git://git.lwn.net/linux by Linus Torvalds · 7 years ago
  9. 433dc2e kbuild: do not call cc-option before KBUILD_CFLAGS initialization by Masahiro Yamada · 7 years ago
  10. 4e56207 kbuild: Cache a few more calls to the compiler by Douglas Anderson · 7 years ago
  11. 3298b69 kbuild: Add a cache for generated variables by Douglas Anderson · 7 years ago
  12. bebc608 Linux 4.14 by Linus Torvalds · 7 years ago
  13. 74ce189 kbuild: clean up *.dtb and *.dtb.S patterns from top-level Makefile by Masahiro Yamada · 7 years ago
  14. b3d9a13 Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflicts by Ingo Molnar · 7 years ago
  15. 39dae59 Linux 4.14-rc8 by Linus Torvalds · 7 years ago
  16. ead7515 Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 7 years ago
  17. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  18. 3357b0d Merge branch 'x86/mpx/prep' into x86/asm by Ingo Molnar · 7 years ago
  19. 0b07194 Linux 4.14-rc7 by Linus Torvalds · 7 years ago
  20. 25a5d23 Merge tag 'kbuild-fixes-v4.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 7 years ago
  21. df16aaa kbuild: clang: remove crufty HOSTCFLAGS by Nick Desaulniers · 7 years ago
  22. bb3f38c kbuild: clang: fix build failures with sparse check by David Lin · 7 years ago
  23. f95b23a Merge branch 'x86/urgent' into x86/asm, to pick up dependent fixes by Ingo Molnar · 7 years ago
  24. bb176f6 Linux 4.14-rc6 by Linus Torvalds · 7 years ago
  25. 33d930e Linux 4.14-rc5 by Linus Torvalds · 7 years ago
  26. a515d05 Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  27. 11af847 x86/unwind: Rename unwinder config options to 'CONFIG_UNWINDER_*' by Josh Poimboeuf · 7 years ago
  28. e893922 Documentation: add script and build target to check for broken file references by Jani Nikula · 7 years ago
  29. 8d73c51 Makefile: enable dochelp run from main make level by Shuah Khan · 7 years ago
  30. 2c1f4f1 kbuild: re-order the code to not parse unnecessary variables by Masahiro Yamada · 7 years ago
  31. ba634ec kbuild: move "_all" target out of $(KBUILD_SRC) conditional by Masahiro Yamada · 7 years ago
  32. 9d022c5 kbuild: replace $(hdr-arch) with $(SRCARCH) by Masahiro Yamada · 7 years ago
  33. 278ae60 kbuild: link-vmlinux.sh: simplify .version increment by Masahiro Yamada · 7 years ago
  34. 8a5776a Linux 4.14-rc4 by Linus Torvalds · 7 years ago
  35. bbfe63b Makefile: kselftest: fix grammar typo by Randy Dunlap · 7 years ago
  36. 028568d kbuild: revert $(realpath ...) to $(shell cd ... && /bin/pwd) by Masahiro Yamada · 7 years ago
  37. 3dd40cb objtool: Upgrade libelf-devel warning to error for CONFIG_ORC_UNWINDER by Josh Poimboeuf · 7 years ago
  38. 9e66317 Linux 4.14-rc3 by Linus Torvalds · 7 years ago
  39. 225d3b6 Merge tag 'linux-kselftest-4.14-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 7 years ago
  40. fbe934d RISC-V: Build Infrastructure by Palmer Dabbelt · 7 years ago
  41. e19b205 Linux 4.14-rc2 by Linus Torvalds · 7 years ago
  42. 2bc8452 Makefile: kselftest and kselftest-clean fail for make O=dir case by Shuah Khan · 7 years ago
  43. 2bd6bf0 Linux 4.14-rc1 by Linus Torvalds · 7 years ago
  44. df85b2d firmware: Restore support for built-in firmware by Markus Trippelsdorf · 7 years ago
  45. b38923a Merge tag 'firmware_removal-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 7 years ago
  46. 5620a0d firmware: delete in-kernel firmware by Greg Kroah-Hartman · 7 years ago
  47. a2bc8de Merge tag 'kbuild-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 7 years ago
  48. 81a84ad Merge branch 'docs-next' of git://git.lwn.net/linux by Linus Torvalds · 7 years ago
  49. 569dbb8 Linux 4.13 by Linus Torvalds · 7 years ago
  50. 8e9b466 kbuild: use $(abspath ...) instead of $(shell cd ... && /bin/pwd) by Masahiro Yamada · 7 years ago
  51. cc4a41f Linux 4.13-rc7 by Linus Torvalds · 7 years ago
  52. f7bbf07 Merge tag 'kbuild-fixes-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 7 years ago
  53. 801d2e9 Makefile: add kselftest-clean to PHONY target list by Shuah Khan · 7 years ago
  54. 8c97023 Kbuild: use -fshort-wchar globally by Arnd Bergmann · 7 years ago
  55. 14ccee7 Linux 4.13-rc6 by Linus Torvalds · 7 years ago
  56. ef95484 Linux 4.13-rc5 by Linus Torvalds · 7 years ago
  57. 312a3d0 kbuild: trivial cleanups on the comments by Cao jin · 7 years ago
  58. aae4e7a Linux 4.13-rc4 by Linus Torvalds · 7 years ago
  59. 16f73eb Linux 4.13-rc3 by Linus Torvalds · 7 years ago
  60. 520eccd Linux 4.13-rc2 by Linus Torvalds · 7 years ago
  61. 18afab8 docs: Makefile: remove no-ops targets by Mauro Carvalho Chehab · 7 years ago
  62. 5771a8c Linux v4.13-rc1 by Linus Torvalds · 7 years ago
  63. 80fc623 Merge tag 'kbuild-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 7 years ago
  64. bd664f6 disable new gcc-7.1.1 warnings for now by Linus Torvalds · 7 years ago
  65. d7f14c6 kbuild: Enable Large File Support for hostprogs by Uwe Kleine-König · 7 years ago
  66. a9d9a40 kbuild: split exported generic header creation into uapi-asm-generic by Masahiro Yamada · 7 years ago
  67. a8ff49a kbuild: pass dst= to Makefile.headersinst from top Makefile by Masahiro Yamada · 7 years ago
  68. 0f042ee kbuild: fix comment about dst of headers_{install, check}_all by Masahiro Yamada · 7 years ago
  69. 98ced88 Merge tag 'kbuild-thinar-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 7 years ago
  70. 58f051f Merge tag 'kbuild-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 7 years ago
  71. 650fc87 Merge tag 'docs-4.13' of git://git.lwn.net/linux by Linus Torvalds · 7 years ago
  72. 6f7da29 Linux 4.12 by Linus Torvalds · 7 years ago
  73. c4e6fff kbuild: improve comments on KBUILD_SRC by Cao jin · 7 years ago
  74. 3a166fc kbuild: handle libs-y archives separately from built-in.o archives by Nicholas Piggin · 7 years ago
  75. c0bc126 Linux 4.12-rc7 by Linus Torvalds · 7 years ago
  76. 9f3f1fd kbuild: Add __cc-option macro by Matthias Kaehlcke · 7 years ago
  77. bb9b8fd Merge tag 'kbuild-fixes-v4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 7 years ago
  78. 52b3f23 Docs: clean up some DocBook loose ends by Jonathan Corbet · 7 years ago
  79. bfb3898 kbuild: clang: Disable 'address-of-packed-member' warning by Matthias Kaehlcke · 7 years ago
  80. 41f1830 Linux 4.12-rc6 by Linus Torvalds · 7 years ago
  81. 32c1431 Linux 4.12-rc5 by Linus Torvalds · 7 years ago
  82. f8224f7 kbuild: remove duplicated arch/*/include/generated/uapi include path by Masahiro Yamada · 7 years ago
  83. 9ba26a7 Kbuild: tiny correction on `make help` by Cao jin · 7 years ago
  84. 6f0fa58 kbuild: simplify silent build (-s) detection by Masahiro Yamada · 7 years ago
  85. 3c2993b Linux 4.12-rc4 by Linus Torvalds · 7 years ago
  86. 5ed02db Linux 4.12-rc3 by Linus Torvalds · 7 years ago
  87. 0833289 Linux 4.12-rc2 by Linus Torvalds · 7 years ago
  88. 6312811 Merge remote-tracking branch 'mauro-exp/docbook3' into death-to-docbook by Jonathan Corbet · 7 years ago
  89. 05d8cba kbuild: skip install/check of headers right under uapi directories by Masahiro Yamada · 7 years ago
  90. cb43fb5 docs: remove DocBook from the building system by Mauro Carvalho Chehab · 7 years ago
  91. 2ea659a Linux 4.12-rc1 by Linus Torvalds · 7 years ago
  92. 791a9a6 Merge tag 'kbuild-uapi-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 7 years ago
  93. 593043d Merge tag 'kbuild-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 7 years ago
  94. 61562f9 uapi: export all arch specifics directories by Nicolas Dichtel · 8 years ago
  95. 31b8cc8 make help: add tools help target by Randy Dunlap · 7 years ago
  96. bd74370 Makefile: evaluate LDFLAGS_BUILD_ID only once by Rabin Vincent · 7 years ago
  97. c58d405 Merge tag 'docs-4.12' of git://git.lwn.net/linux by Linus Torvalds · 7 years ago
  98. a351e9b Linux 4.11 by Linus Torvalds · 7 years ago
  99. a37c45c kbuild: clang: add -no-integrated-as to KBUILD_[AC]FLAGS by Michael Davidson · 7 years ago
  100. 433db3e kbuild: Add support to generate LLVM assembly files by Vinícius Tinti · 7 years ago