1. cd81fc8 kconfig: add xstrdup() helper by Masahiro Yamada · 7 years ago
  2. 523ca58 kconfig: remove const qualifier from sym_expand_string_value() by Masahiro Yamada · 7 years ago
  3. d717f24 kconfig: add xrealloc() helper by Masahiro Yamada · 7 years ago
  4. 9e3e10c kconfig: send error messages to stderr by Masahiro Yamada · 7 years ago
  5. cb67ab2 kconfig: do not write choice values when their dependency becomes n by Masahiro Yamada · 7 years ago
  6. b92d804 kconfig: drop 'boolean' keyword by Masahiro Yamada · 7 years ago
  7. 24161a6 kconfig: Don't leak 'source' filenames during parsing by Ulf Magnusson · 7 years ago
  8. e3b03bf kconfig: display recursive dependency resolution hint just once by Masahiro Yamada · 7 years ago
  9. 88127da kconfig/symbol.c: use correct pointer type argument for sizeof by Heinrich Schuchardt · 7 years ago
  10. 237e3ad Kconfig: Introduce the "imply" keyword by Nicolas Pitre · 8 years ago
  11. fa64e5f kconfig/symbol.c: handle choice_values that depend on 'm' symbols by Dirk Gouders · 9 years ago
  12. 1c199f2 kbuild: document recursive dependency limitation / resolution by Luis R. Rodriguez · 9 years ago
  13. 35ffd08 kconfig: Delete unnecessary checks before the function call "sym_calc_value" by Markus Elfring · 9 years ago
  14. 31847b6 kconfig: allow use of relations other than (in)equality by Jan Beulich · 10 years ago
  15. ad8d40c kconfig: Remove unnecessary prototypes from headers by Michal Marek · 10 years ago
  16. 8d9dfe8 kconfig: fix trivial typos and update mconf documentation by Martin Walch · 11 years ago
  17. 129784a kconfig: switch to "long long" for sanity by Kees Cook · 11 years ago
  18. 508382a kconfig: simplify symbol-search code by Yann E. MORIN · 11 years ago
  19. 1407f97a kconfig: don't allocate n+1 elements in temporary array by Yann E. MORIN · 11 years ago
  20. 803b351 kconfig: minor style fixes in symbol-search code by Yann E. MORIN · 11 years ago
  21. 26e933e kconfig: avoid multiple calls to strlen by Yann E. MORIN · 11 years ago
  22. b57caaa kconfig: allow "hex" and "range" to support longs by Kees Cook · 12 years ago
  23. 193b40a kconfig: sort found symbols by relevance by Yann E. MORIN · 12 years ago
  24. fbe98bb9 kconfig: Fix defconfig when one choice menu selects options that another choice menu depends on by Arve Hjønnevåg · 12 years ago
  25. 177acf7 kconfig: Fix malloc handling in conf tools by Alan Cox · 12 years ago
  26. 5d09598 kconfig: fix new choices being skipped upon config update by Arnaud Lacombe · 13 years ago
  27. e54e692 kconfig: introduce specialized printer by Arnaud Lacombe · 14 years ago
  28. 5a6f8d2 kconfig: nuke LKC_DIRECT_LINK cruft by Arnaud Lacombe · 14 years ago
  29. f28b1c8 Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 by Linus Torvalds · 14 years ago
  30. 1137c56 kconfig: simplify select-with-unmet-direct-dependency warning by Arnaud Lacombe · 14 years ago
  31. 579fb8e kconfig: fix typos by Arnaud Lacombe · 14 years ago
  32. 020e773 kconfig: sym_expand_string_value: allow for string termination when reallocing by Andy Whitcroft · 14 years ago
  33. b1f7d6e Revert "kconfig: Temporarily disable dependency warnings" by Michal Marek · 14 years ago
  34. 239060b Merge branch 'kbuild/rc-fixes' into kbuild/kconfig by Michal Marek · 14 years ago
  35. 71ebc01 kconfig: Temporarily disable dependency warnings by Michal Marek · 14 years ago
  36. 19c29f3 kconfig: Fix realloc usage() by Michal Marek · 14 years ago
  37. 76a5409 kconfig: add a symbol string expansion helper by Arnaud Lacombe · 14 years ago
  38. 3643f84 kconfig: fix segfault when detecting recursive dependency by Sam Ravnborg · 14 years ago
  39. 7cf3d73 kconfig: add savedefconfig by Sam Ravnborg · 14 years ago
  40. c252147 kconfig: refactor code in symbol.c by Sam Ravnborg · 14 years ago
  41. d595cea kconfig: print more info when we see a recursive dependency by Roman Zippel · 14 years ago
  42. 59e89e3 kconfig: save location of config symbols by Sam Ravnborg · 14 years ago
  43. 0a28c47 kconfig: Don't write invisible choice values by Jan Beulich · 15 years ago
  44. 246cf9c kbuild: Warn on selecting symbols with unmet direct dependencies by Catalin Marinas · 15 years ago
  45. da6df87 kconfig: recalc symbol value before showing search results by Li Zefan · 15 years ago
  46. e66f25d Improve kconfig symbol hashing by Andi Kleen · 15 years ago
  47. 4356f48 kbuild: add static to prototypes by Trevor Keith · 15 years ago
  48. 5a1aa8a kconfig: add named choice group by Roman Zippel · 17 years ago
  49. 4898117 kconfig: fix choice dependency check by Roman Zippel · 17 years ago
  50. 587c906 kconfig: fix select in combination with default by Roman Zippel · 17 years ago
  51. 80daa56 kconfig: use environment option by Roman Zippel · 17 years ago
  52. 9344908 kconfig: environment symbol support by Roman Zippel · 17 years ago
  53. 7a96292 kconfig: explicitly introduce expression list by Roman Zippel · 17 years ago
  54. d6ee357 kconfig: rename E_OR & friends to avoid name clash by Sam Ravnborg · 17 years ago
  55. 5447d34 kconfig: error out if recursive dependencies are found by Sam Ravnborg · 18 years ago
  56. bfc1000 [PATCH] kconfig: make sym_change_count static, let it be altered by 2 functions only by Karsten Wiese · 18 years ago
  57. face437 kconfig: add defconfig_list/module option by Roman Zippel · 19 years ago
  58. 669bfad9 kconfig: allow loading multiple configurations by Roman Zippel · 19 years ago
  59. 0c1822e kconfig: allow multiple default values per symbol by Roman Zippel · 19 years ago
  60. c0e150ac kconfig: remove SYMBOL_{YES,MOD,NO} by Roman Zippel · 19 years ago
  61. 2244cbd kbuild: create .kernelrelease at *config step by Sam Ravnborg · 19 years ago
  62. 4cf3cbe [PATCH] kconfig: allow variable argumnts for range by Roman Zippel · 19 years ago
  63. 3f23ca2 [PATCH] kconfig: fix restart for choice symbols by Roman Zippel · 19 years ago
  64. 3f04e7d [PATCH] kconfig: Fix Kconfig performance bug by David Gibson · 19 years ago
  65. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago