1. 80f7bc7 kconfig: move sym_escape_string_value() to confdata.c by Masahiro Yamada · 3 years, 3 months ago
  2. 229d0cf kconfig: remove 'const' from the return type of sym_escape_string_value() by Masahiro Yamada · 3 years, 3 months ago
  3. 5ee5465 kconfig: change sym_change_count to a boolean flag by Masahiro Yamada · 3 years, 9 months ago
  4. b75b0a8 kconfig: change defconfig_list option to environment variable by Masahiro Yamada · 3 years, 10 months ago
  5. 78cb090 kconfig: clean up header inclusion by Boris Kolpackov · 4 years, 1 month ago
  6. d41809f kconfig: add 'static' to some file-local data by Masahiro Yamada · 4 years, 5 months ago
  7. cfc6eea kconfig: do not use OR-assignment for zero-cleared structure by Masahiro Yamada · 4 years, 9 months ago
  8. 3a9dd3e kconfig: make 'imply' obey the direct dependency by Masahiro Yamada · 4 years, 10 months ago
  9. def2fbf kconfig: allow symbols implied by y to become m by Masahiro Yamada · 4 years, 10 months ago
  10. adf7c5b kconfig: squash prop_alloc() into menu_add_prop() by Masahiro Yamada · 5 years ago
  11. 6397d96 kconfig: remove sym from struct property by Masahiro Yamada · 5 years ago
  12. 106f146 Merge tag 'kconfig-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 5 years ago
  13. baa23ec kconfig: Fix spelling of sym_is_changable by Marco Ammon · 5 years ago
  14. cd238ef docs: kbuild: convert docs to ReST and rename to *.rst by Mauro Carvalho Chehab · 6 years ago
  15. 558e78e kconfig: split some C files out of zconf.y by Masahiro Yamada · 6 years ago
  16. 0c87410 kconfig: convert to SPDX License Identifier by Masahiro Yamada · 6 years ago
  17. 2aabbed kconfig: remove S_OTHER symbol type and correct dependency tracking by Masahiro Yamada · 6 years ago
  18. f498926 kconfig: improve the recursive dependency report by Masahiro Yamada · 6 years ago
  19. 5e8c529 kconfig: report recursive dependency involving 'imply' by Masahiro Yamada · 6 years ago
  20. f157559 kconfig: error out when seeing recursive dependency by Masahiro Yamada · 6 years ago
  21. 1880861 kconfig: remove P_ENV property type by Masahiro Yamada · 6 years ago
  22. c151272 kconfig: remove unused sym_get_env_prop() function by Masahiro Yamada · 6 years ago
  23. 693359f kconfig: rename SYMBOL_AUTO to SYMBOL_NO_WRITE by Dirk Gouders · 6 years ago
  24. 5b31a97 kconfig: remove sym_expand_string_value() by Masahiro Yamada · 7 years ago
  25. 104daea kconfig: reference environment variables directly and remove 'option env=' by Masahiro Yamada · 7 years ago
  26. f8f69dc kconfig: make unmet dependency warnings readable by Masahiro Yamada · 7 years ago
  27. f622f82 kconfig: warn unmet direct dependency of tristate symbols selected by y by Masahiro Yamada · 7 years ago
  28. f467c56 kconfig: only write '# CONFIG_FOO is not set' for visible symbols by Ulf Magnusson · 7 years ago
  29. cd81fc8 kconfig: add xstrdup() helper by Masahiro Yamada · 7 years ago
  30. 523ca58 kconfig: remove const qualifier from sym_expand_string_value() by Masahiro Yamada · 7 years ago
  31. d717f24d kconfig: add xrealloc() helper by Masahiro Yamada · 7 years ago
  32. 9e3e10c kconfig: send error messages to stderr by Masahiro Yamada · 7 years ago
  33. cb67ab2 kconfig: do not write choice values when their dependency becomes n by Masahiro Yamada · 7 years ago
  34. b92d804 kconfig: drop 'boolean' keyword by Masahiro Yamada · 7 years ago
  35. 24161a6 kconfig: Don't leak 'source' filenames during parsing by Ulf Magnusson · 7 years ago
  36. e3b03bf kconfig: display recursive dependency resolution hint just once by Masahiro Yamada · 7 years ago
  37. 88127da kconfig/symbol.c: use correct pointer type argument for sizeof by Heinrich Schuchardt · 7 years ago
  38. 237e3ad Kconfig: Introduce the "imply" keyword by Nicolas Pitre · 8 years ago
  39. fa64e5f kconfig/symbol.c: handle choice_values that depend on 'm' symbols by Dirk Gouders · 9 years ago
  40. 1c199f2 kbuild: document recursive dependency limitation / resolution by Luis R. Rodriguez · 9 years ago
  41. 35ffd08 kconfig: Delete unnecessary checks before the function call "sym_calc_value" by Markus Elfring · 9 years ago
  42. 31847b6 kconfig: allow use of relations other than (in)equality by Jan Beulich · 10 years ago
  43. ad8d40c kconfig: Remove unnecessary prototypes from headers by Michal Marek · 10 years ago
  44. 8d9dfe8 kconfig: fix trivial typos and update mconf documentation by Martin Walch · 11 years ago
  45. 129784a kconfig: switch to "long long" for sanity by Kees Cook · 11 years ago
  46. 508382a kconfig: simplify symbol-search code by Yann E. MORIN · 11 years ago
  47. 1407f97a kconfig: don't allocate n+1 elements in temporary array by Yann E. MORIN · 11 years ago
  48. 803b351 kconfig: minor style fixes in symbol-search code by Yann E. MORIN · 11 years ago
  49. 26e933e kconfig: avoid multiple calls to strlen by Yann E. MORIN · 11 years ago
  50. b57caaa kconfig: allow "hex" and "range" to support longs by Kees Cook · 12 years ago
  51. 193b40a kconfig: sort found symbols by relevance by Yann E. MORIN · 12 years ago
  52. fbe98bb9 kconfig: Fix defconfig when one choice menu selects options that another choice menu depends on by Arve Hjønnevåg · 12 years ago
  53. 177acf7 kconfig: Fix malloc handling in conf tools by Alan Cox · 12 years ago
  54. 5d09598 kconfig: fix new choices being skipped upon config update by Arnaud Lacombe · 13 years ago
  55. e54e692 kconfig: introduce specialized printer by Arnaud Lacombe · 14 years ago
  56. 5a6f8d2 kconfig: nuke LKC_DIRECT_LINK cruft by Arnaud Lacombe · 14 years ago
  57. f28b1c8 Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 by Linus Torvalds · 14 years ago
  58. 1137c56 kconfig: simplify select-with-unmet-direct-dependency warning by Arnaud Lacombe · 14 years ago
  59. 579fb8e kconfig: fix typos by Arnaud Lacombe · 14 years ago
  60. 020e773 kconfig: sym_expand_string_value: allow for string termination when reallocing by Andy Whitcroft · 14 years ago
  61. b1f7d6e Revert "kconfig: Temporarily disable dependency warnings" by Michal Marek · 14 years ago
  62. 239060b Merge branch 'kbuild/rc-fixes' into kbuild/kconfig by Michal Marek · 14 years ago
  63. 71ebc01 kconfig: Temporarily disable dependency warnings by Michal Marek · 14 years ago
  64. 19c29f3 kconfig: Fix realloc usage() by Michal Marek · 14 years ago
  65. 76a5409 kconfig: add a symbol string expansion helper by Arnaud Lacombe · 14 years ago
  66. 3643f84 kconfig: fix segfault when detecting recursive dependency by Sam Ravnborg · 14 years ago
  67. 7cf3d73 kconfig: add savedefconfig by Sam Ravnborg · 14 years ago
  68. c252147 kconfig: refactor code in symbol.c by Sam Ravnborg · 14 years ago
  69. d595cea kconfig: print more info when we see a recursive dependency by Roman Zippel · 14 years ago
  70. 59e89e3 kconfig: save location of config symbols by Sam Ravnborg · 14 years ago
  71. 0a28c47 kconfig: Don't write invisible choice values by Jan Beulich · 15 years ago
  72. 246cf9c kbuild: Warn on selecting symbols with unmet direct dependencies by Catalin Marinas · 15 years ago
  73. da6df87 kconfig: recalc symbol value before showing search results by Li Zefan · 15 years ago
  74. e66f25d Improve kconfig symbol hashing by Andi Kleen · 15 years ago
  75. 4356f48 kbuild: add static to prototypes by Trevor Keith · 15 years ago
  76. 5a1aa8a kconfig: add named choice group by Roman Zippel · 17 years ago
  77. 4898117 kconfig: fix choice dependency check by Roman Zippel · 17 years ago
  78. 587c906 kconfig: fix select in combination with default by Roman Zippel · 17 years ago
  79. 80daa560 kconfig: use environment option by Roman Zippel · 17 years ago
  80. 9344908 kconfig: environment symbol support by Roman Zippel · 17 years ago
  81. 7a96292 kconfig: explicitly introduce expression list by Roman Zippel · 17 years ago
  82. d6ee357 kconfig: rename E_OR & friends to avoid name clash by Sam Ravnborg · 17 years ago
  83. 5447d34 kconfig: error out if recursive dependencies are found by Sam Ravnborg · 18 years ago
  84. bfc1000 [PATCH] kconfig: make sym_change_count static, let it be altered by 2 functions only by Karsten Wiese · 18 years ago
  85. face437 kconfig: add defconfig_list/module option by Roman Zippel · 19 years ago
  86. 669bfad9 kconfig: allow loading multiple configurations by Roman Zippel · 19 years ago
  87. 0c1822e kconfig: allow multiple default values per symbol by Roman Zippel · 19 years ago
  88. c0e150ac kconfig: remove SYMBOL_{YES,MOD,NO} by Roman Zippel · 19 years ago
  89. 2244cbd kbuild: create .kernelrelease at *config step by Sam Ravnborg · 19 years ago
  90. 4cf3cbe [PATCH] kconfig: allow variable argumnts for range by Roman Zippel · 19 years ago
  91. 3f23ca2 [PATCH] kconfig: fix restart for choice symbols by Roman Zippel · 19 years ago
  92. 3f04e7d [PATCH] kconfig: Fix Kconfig performance bug by David Gibson · 19 years ago
  93. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago v2.6.12-rc2