1. c86b1f9 kbuild: Fix LOADLIBES rename in Documentation/kbuild/makefiles.txt by Michal Suchanek · 6 years ago
  2. 5e8c529 kconfig: report recursive dependency involving 'imply' by Masahiro Yamada · 6 years ago
  3. 01f0e5cd Merge tag 'kconfig-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  4. 08b220b kconfig: fix typos in description of "choice" in kconfig-language.txt by Randy Dunlap · 6 years ago
  5. bb81955 kbuild: if_changed: document single use per target limitation by Dirk Gouders · 6 years ago
  6. f92d19e kbuild: Use HOST*FLAGS options from the command line by Laura Abbott · 6 years ago
  7. 96f14fe kbuild: Rename HOSTCFLAGS to KBUILD_HOSTCFLAGS by Laura Abbott · 6 years ago
  8. 00e0793 kbuild: document the KBUILD_KCONFIG env. variable by Randy Dunlap · 6 years ago
  9. 452d4c8 kconfig: update user kconfig tools doc. by Randy Dunlap · 6 years ago
  10. 3f9cdee kbuild: delete INSTALL_FW_PATH from kbuild documentation by Randy Dunlap · 6 years ago
  11. 5ba8009 kbuild: update ARCH alias info for sparc by Randy Dunlap · 6 years ago
  12. 09b1565 kbuild: update ARCH alias info for sh by Randy Dunlap · 6 years ago
  13. bdb6010 kconfig: document Kconfig source file comments by Randy Dunlap · 6 years ago
  14. 050e9ba Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variables by Linus Torvalds · 6 years ago
  15. 8373b7d Documentation: kconfig: add recommended way to describe compiler support by Masahiro Yamada · 6 years ago
  16. 316d55d Documentation: kconfig: document a new Kconfig macro language by Masahiro Yamada · 6 years ago
  17. 104daea kconfig: reference environment variables directly and remove 'option env=' by Masahiro Yamada · 6 years ago
  18. 147a89b Merge tag 'kconfig-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 7 years ago
  19. 911a91c kconfig: rename silentoldconfig to syncconfig by Masahiro Yamada · 7 years ago
  20. bd0f98e kbuild: remove internally used LDFLAGS_vmlinux from kbuild.txt by Masahiro Yamada · 7 years ago
  21. 35cd02be kbuild: remove command line interface LDFLAGS_MODULE from makefiles.txt by Masahiro Yamada · 7 years ago
  22. f49821e kbuild: rename built-in.o to built-in.a by Nicholas Piggin · 7 years ago
  23. 6358d6e kbuild: remove incremental linking option by Nicholas Piggin · 7 years ago
  24. 255442c Merge tag 'docs-4.16' of git://git.lwn.net/linux by Linus Torvalds · 7 years ago
  25. 9059a34 kconfig: fix relational operators for bool and tristate symbols by Nicolas Pitre · 7 years ago
  26. b7d4ec3 Documentation/kbuild: Add guidance for the use of default by Darren Hart (VMware) · 7 years ago
  27. 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
  28. 74ce189 kbuild: clean up *.dtb and *.dtb.S patterns from top-level Makefile by Masahiro Yamada · 7 years ago
  29. d87e47e kbuild doc: a bundle of fixes on makefiles.txt by Cao jin · 7 years ago
  30. 3d91a35 kbuild: Update example for ccflags-y usage by Sedat Dilek · 7 years ago
  31. 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
  32. 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
  33. 3a166fc kbuild: handle libs-y archives separately from built-in.o archives by Nicholas Piggin · 7 years ago
  34. 39a33ff kbuild: remove cc-option-align by Masahiro Yamada · 7 years ago
  35. ae3f415 kbuild: replace genhdr-y with generated-y by Masahiro Yamada · 7 years ago
  36. 468f876 Documentation, kbuild: fix typo "minimun" -> "minimum" by Tobias Klauser · 7 years ago
  37. 61562f9 uapi: export all arch specifics directories by Nicolas Dichtel · 8 years ago
  38. fcc8487 uapi: export all headers under uapi directories by Nicolas Dichtel · 8 years ago
  39. bd73a32 Makefile.headersinst: remove destination-y option by Nicolas Dichtel · 8 years ago
  40. 237e3ad Kconfig: Introduce the "imply" keyword by Nicolas Pitre · 8 years ago
  41. 84d6984 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 8 years ago
  42. fbe6e37 kbuild: add arch specific post-link Makefile by Nicholas Piggin · 8 years ago
  43. cfd7c61 kconfig-language: improve menuconfig usage description by Eugeniu Rosca · 8 years ago
  44. 54b880c kbuild, x86: Track generated headers with generated-y by James Hogan · 8 years ago
  45. 032a318 kconfig-language: elaborate on the type of a choice by Dirk Gouders · 8 years ago
  46. 3e2ba95 kconfig-language: fix comment on dependency-generated menu structures. by Dirk Gouders · 8 years ago
  47. 1c199f2 kbuild: document recursive dependency limitation / resolution by Luis R. Rodriguez · 9 years ago
  48. af1eb29 modsign: Allow password to be specified for signing key by David Woodhouse · 9 years ago
  49. 61754c1 kbuild: Allow arch Makefiles to override {cpp,ld,c}flags by Michal Marek · 9 years ago
  50. ed45d40 kbuild : Fix documentation of INSTALL_HDR_PATH by Anish Bhatt · 9 years ago
  51. bd55daf kbuild: edit explanation of clean-files variable by Jeffrey Rogers · 9 years ago
  52. 7734334 Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 10 years ago
  53. 6dcb4e5 kbuild: allow cc-ifversion to have the argument for false condition by Masahiro Yamada · 10 years ago
  54. 665d92e kbuild: do not add $(call ...) to invoke cc-version or cc-fullversion by Masahiro Yamada · 10 years ago
  55. 97659181 kbuild: Update documentation of clean-files and clean-dirs by Michal Marek · 10 years ago
  56. 39fed70 Documentation: kbuild: Improve grammar by Geert Uytterhoeven · 10 years ago
  57. cf6c53d Documentation: kbuild: Remove obsolete dtc_cpp section by Geert Uytterhoeven · 10 years ago
  58. ef80f0a Documentation: kbuild: Improve if_changed documentation by Geert Uytterhoeven · 10 years ago
  59. b22ae40 Documentation: kbuild: Remove obsolete include/asm symlink step by Geert Uytterhoeven · 10 years ago
  60. 899552d Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 10 years ago
  61. 3b7b3e6 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 10 years ago
  62. aa8dbee Documentation: headers_install.txt is part of kbuild by Yann Droneaud · 10 years ago
  63. 62e2210 kbuild: drop shared library support from Makefile.host by Masahiro Yamada · 10 years ago
  64. c141056 kbuild: fix a typo in a kbuild document by Masahiro Yamada · 10 years ago
  65. 4be7f0a kbuild: Fix a typo in documentation by Warren Turkal · 10 years ago
  66. 5d2acfc kconfig: make allnoconfig disable options behind EMBEDDED and EXPERT by Josh Triplett · 11 years ago
  67. 560909d Documentation/kbuild/kconfig.txt: 'make listnewconfig' replaces: yes "" | make oldconfig by Regid Ichira · 11 years ago
  68. e062781 kconfig: do not allow more than one symbol to have 'option modules' by Yann E. MORIN · 11 years ago
  69. c3286ee Merge branch 'yem-kconfig-rc-fixes' of git://gitorious.org/linux-kconfig/linux-kconfig into kbuild/kconfig by Michal Marek · 11 years ago
  70. 9e554dd Documentation/kconfig: more concise and straightforward search explanation by Yann E. MORIN · 11 years ago
  71. b202c0d Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 11 years ago
  72. 193b40a kconfig: sort found symbols by relevance by Yann E. MORIN · 11 years ago
  73. 40b3136 Finally eradicate CONFIG_HOTPLUG by Stephen Rothwell · 11 years ago
  74. b9e306e Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 11 years ago
  75. 685e56d Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 11 years ago
  76. e43956e kconfig: implement KCONFIG_PROBABILITY for randconfig by Yann E. MORIN · 12 years ago
  77. 0d8024c kconfig: allow specifying the seed for randconfig by Yann E. MORIN · 12 years ago
  78. ff4eb04 doc: change example to existing Makefile fragment by Paul Bolle · 12 years ago
  79. 5b83df2 kbuild: fix ld-option function by Antony Pavlov · 12 years ago
  80. 309667e Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 12 years ago
  81. e3900e7 Merge branch 'kbuild/rc-fixes' into kbuild/kconfig by Michal Marek · 12 years ago
  82. 22435f3 kbuild: create a rule to run the pre-processor on *.dts files by Stephen Warren · 12 years ago
  83. 1697432 kconfig: document use of CONFIG_ environment variable by Yann E. MORIN · 12 years ago
  84. a2013a1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  85. 169dfd8 Revert "kconfig-language: add to hints" by Yann E. MORIN · 12 years ago
  86. 90b335f kbuild: centralize .dts->.dtb rule by Stephen Warren · 12 years ago
  87. 4e79162a doc: fix quite a few typos within Documentation by Masanari Iida · 12 years ago
  88. 40f1d4c UAPI: Remove the objhdr-y export list by David Howells · 12 years ago
  89. da85d34 Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 12 years ago
  90. d27579a kbuild: document KBUILD_LDS, KBUILD_VMLINUX_{INIT,MAIN} and LDFLAGS_vmlinux by Sam Ravnborg · 12 years ago
  91. 5efe241 kconfig: Add error handling to KCONFIG_ALLCONFIG by Eric W. Biederman · 13 years ago
  92. 673d29f Documentation: mention scripts/diffconfig tool by Javi Merino · 13 years ago
  93. 40e4712 Documentation: Fix multiple typo in Documentation by Masanari Iida · 13 years ago
  94. 052ad27 kbuild: Add support for an "archheaders" target by H. Peter Anvin · 13 years ago
  95. 25eb650 doc: fix wrong arch/i386 references by Wanlong Gao · 13 years ago
  96. f3ae1c7 Merge branch 'kconfig-for-40' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 by Linus Torvalds · 13 years ago
  97. 2bb732c Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 by Linus Torvalds · 13 years ago
  98. bdebd48 kconfig: do not record timestamp in .config by Arnaud Lacombe · 13 years ago
  99. 8417da6f kbuild: Fix passing -Wno-* options to gcc 4.4+ by Michal Marek · 13 years ago
  100. 64b81ed kconfig-language: add to hints by Randy Dunlap · 14 years ago