1. a334378 kconfig: Fix automatic menu creation mem leak by Ulf Magnusson · 7 years ago
  2. aab24a8 kconfig: return 'false' instead of 'no' in bool function by Vegard Nossum · 8 years ago
  3. ad8d40c kconfig: Remove unnecessary prototypes from headers by Michal Marek · 9 years ago
  4. 2d56030 kconfig: Fix warning "‘jump’ may be used uninitialized" by Peter Kümmel · 10 years ago
  5. bb66fc6 kbuild: trivial - use tabs for code indent where possible by Masahiro Yamada · 10 years ago
  6. 5d2acfc kconfig: make allnoconfig disable options behind EMBEDDED and EXPERT by Josh Triplett · 10 years ago
  7. 503c823 kconfig: fix bug in search results string: use strlen(gstr->s), not gstr->len by Martin Walch · 11 years ago
  8. 57540f1d kconfig: adjust warning message for conflicting types by Martin Walch · 11 years ago
  9. 8d9dfe8 kconfig: fix trivial typos and update mconf documentation by Martin Walch · 11 years ago
  10. e062781 kconfig: do not allow more than one symbol to have 'option modules' by Yann E. MORIN · 11 years ago
  11. 6902dcc kconfig: do not special-case 'MODULES' symbol by Yann E. MORIN · 11 years ago
  12. b202c0d Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 11 years ago
  13. 1278ebd mconf/nconf: mark empty menus/menuconfigs different from non-empty ones by Dirk Gouders · 11 years ago
  14. e983b7b kconfig/menu.c: fix multiple references to expressions in menu_add_prop() by Dirk Gouders · 11 years ago
  15. 383da76 menuconfig: fix NULL pointer dereference when searching a symbol by Li Zefan · 11 years ago
  16. bcdedcc menuconfig: print more info for symbol without prompts by Wengmeiling · 11 years ago
  17. e3900e7 Merge branch 'kbuild/rc-fixes' into kbuild/kconfig by Michal Marek · 11 years ago
  18. 177acf7 kconfig: Fix malloc handling in conf tools by Alan Cox · 12 years ago
  19. bad9955 menuconfig: Replace CIRCLEQ by list_head-style lists. by Benjamin Poirier · 12 years ago
  20. 95ac9b3 menuconfig: Assign jump keys per-page instead of globally by Benjamin Poirier · 12 years ago
  21. 5e609ad menuconfig: Add jump keys to search results by Benjamin Poirier · 12 years ago
  22. 57e6292 kconfig: factor code in menu_get_ext_help() by Arnaud Lacombe · 13 years ago
  23. 3f198df kbuild: Fix help text not displayed in choice option. by Srinivas Kandagatla · 13 years ago
  24. ec6452a kconfig: do not overwrite symbol direct dependency in assignment by Arnaud Lacombe · 13 years ago
  25. 5a6f8d2 kconfig: nuke LKC_DIRECT_LINK cruft by Arnaud Lacombe · 13 years ago
  26. dd00330 kconfig: add missing <ctype.h> inclusion by Arnaud Lacombe · 13 years ago
  27. 10a4b27 kconfig: add missing <stdarg.h> inclusion by Arnaud Lacombe · 13 years ago
  28. f28b1c8 Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 by Linus Torvalds · 13 years ago
  29. 7ad1227 kconfig: fix undesirable side effect of adding "visible" menu attribute by Jan Beulich · 14 years ago
  30. ab60bd0 kconfig: add more S_INT and S_HEX consistency checks by Arnaud Lacombe · 14 years ago
  31. 86e187f kconfig: add an option to determine a menu's visibility by Arnaud Lacombe · 14 years ago
  32. 239060b Merge branch 'kbuild/rc-fixes' into kbuild/kconfig by Michal Marek · 14 years ago
  33. ff5ff60 kconfig: delay symbol direct dependency initialization by Arnaud Lacombe · 14 years ago
  34. ba6ff60 kconfig: don't emit warning upon rootmenu's prompt redefinition by Arnaud Lacombe · 14 years ago
  35. 652cf98 kconfig: rephrase help texts/comments not to include the package name by Arnaud Lacombe · 14 years ago
  36. ffb5957 kconfig: allow build-time definition of the internal config prefix by Arnaud Lacombe · 14 years ago
  37. 59e89e3 kconfig: save location of config symbols by Sam Ravnborg · 14 years ago
  38. 246cf9c kbuild: Warn on selecting symbols with unmet direct dependencies by Catalin Marinas · 14 years ago
  39. 3fb9acb kconfig: fix to tag NEW symbols correctly by Li Zefan · 14 years ago
  40. 70ed074 kconfig: print the range of integer/hex symbol in help text by Li Zefan · 14 years ago
  41. b040b44 kconfig: print symbol type in help text by Li Zefan · 14 years ago
  42. 22c7eca menuconfig: add support to show hidden options which have prompts by Li Zefan · 14 years ago
  43. 4280eae kconfig: some small fixes by Li Zefan · 14 years ago
  44. 692d97c kconfig: new configuration interface (nconfig) by nir.tzachar@gmail.com · 15 years ago
  45. 4356f48 kbuild: add static to prototypes by Trevor Keith · 15 years ago
  46. 4779105 kconfig: make use of menu_get_ext_help in gconfig by Cheng Renquan · 15 years ago
  47. 6bd5999 kconfig: add menu_get_ext_help function to display more information by Cheng Renquan · 15 years ago
  48. 5a1aa8a kconfig: add named choice group by Roman Zippel · 16 years ago
  49. 603d498 kconfig: ignore select of unknown symbol by Sam Ravnborg · 16 years ago
  50. f5eaa32 kconfig: tristate choices with mixed tristate and boolean values by Jan Beulich · 16 years ago
  51. 9344908 kconfig: environment symbol support by Roman Zippel · 16 years ago
  52. 7a96292 kconfig: explicitly introduce expression list by Roman Zippel · 16 years ago
  53. 01771b0 kconfig: macro fix in menu.c by EGRY Gabor · 16 years ago
  54. e8b8c97 Revert "kconfig: tristate choices with mixed tristate and boolean values" by Linus Torvalds · 17 years ago
  55. a5bf3d8 kconfig: tristate choices with mixed tristate and boolean values by Jan Beulich · 17 years ago
  56. 03d2912 kconfig: attach help text to menus by Sam Ravnborg · 17 years ago
  57. 1e093ec kconfig: correct minor typo in Kconfig warning message. by Robert P. J. Day · 17 years ago
  58. f001f7f kconfig: warn about leading whitespace for menu prompts by Roman Zippel · 18 years ago
  59. face437 kconfig: add defconfig_list/module option by Roman Zippel · 18 years ago
  60. f6a88aa kconfig: add symbol option config syntax by Roman Zippel · 18 years ago
  61. a02f057 [PATCH] kconfig: improve error handling in the parser by Roman Zippel · 19 years ago
  62. 4cf3cbe [PATCH] kconfig: allow variable argumnts for range by Roman Zippel · 19 years ago
  63. fb7f6ff [PATCH] kconfig: trivial cleanup by blaisorblade@yahoo.it · 19 years ago
  64. 3b9fa09 [PATCH] Kconfig i18n support by Arnaldo Carvalho de Melo · 19 years ago
  65. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago