1. d05377e kconfig: Create links to main menu items in search by Ariel Marcovitch · 3 years, 4 months ago
  2. a77a05d kconfig: split menu.c out of parser.y by Masahiro Yamada · 3 years, 9 months ago
  3. 6dd85ff kconfig: change "modules" from sub-option to first-level attribute by Masahiro Yamada · 3 years, 10 months ago
  4. ab83857 kconfig: remove allnoconfig_y option by Masahiro Yamada · 3 years, 10 months ago
  5. b75b0a8 kconfig: change defconfig_list option to environment variable by Masahiro Yamada · 3 years, 10 months ago
  6. 644a4b6 kconfig: do not assign a variable in the return statement by Masahiro Yamada · 4 years, 9 months ago
  7. a960968 kconfig: fix nesting of symbol help text by Thomas Hebb · 5 years ago
  8. 3460d0bc kconfig: distinguish between dependencies and visibility in help text by Thomas Hebb · 5 years ago
  9. edda15f kconfig: list all definitions of a symbol in help text by Thomas Hebb · 5 years ago
  10. adf7c5b kconfig: squash prop_alloc() into menu_add_prop() by Masahiro Yamada · 5 years ago
  11. 2ffeef6 kconfig: remove 'prompt' argument from menu_add_prop() by Masahiro Yamada · 5 years ago
  12. 024352ff kconfig: move prompt handling to menu_add_prompt() from menu_add_prop() by Masahiro Yamada · 5 years ago
  13. de026ca kconfig: use parent->dep as the parentdep of 'menu' by Masahiro Yamada · 5 years ago
  14. f64048a kconfig: remove the rootmenu check in menu_add_prop() by Masahiro Yamada · 5 years ago
  15. 0c87410 kconfig: convert to SPDX License Identifier by Masahiro Yamada · 6 years ago
  16. ce2164a kconfig: refactor scanning and parsing "option" properties by Masahiro Yamada · 6 years ago
  17. 693359f kconfig: rename SYMBOL_AUTO to SYMBOL_NO_WRITE by Dirk Gouders · 6 years ago
  18. 104daea kconfig: reference environment variables directly and remove 'option env=' by Masahiro Yamada · 7 years ago
  19. 694c49a kconfig: drop localization support by Sam Ravnborg · 7 years ago
  20. d9119b5 kconfig: Print reverse dependencies in groups by Eugeniu Rosca · 7 years ago
  21. 9a47cee kconfig: clean-up reverse dependency help implementation by Masahiro Yamada · 7 years ago
  22. f4bc1ee kconfig: set SYMBOL_AUTO to the symbol marked with defconfig_list by Masahiro Yamada · 7 years ago
  23. 1ccb271 kconfig: make "Selected by:" and "Implied by:" readable by Petr Vorel · 7 years ago
  24. b536880 kconfig: Clarify menu and 'if' dependency propagation by Ulf Magnusson · 7 years ago
  25. 9d1a9e8 kconfig: Document 'if' flattening logic by Ulf Magnusson · 7 years ago
  26. d3465af kconfig: Clarify choice dependency propagation by Ulf Magnusson · 7 years ago
  27. 3e41ba0 kconfig: Document SYMBOL_OPTIONAL logic by Ulf Magnusson · 7 years ago
  28. b92d804 kconfig: drop 'boolean' keyword by Masahiro Yamada · 7 years ago
  29. df60f4b kconfig: Remove menu_end_entry() by Ulf Magnusson · 7 years ago
  30. 05cccce kconfig: Document automatic submenu creation code by Ulf Magnusson · 7 years ago
  31. 7cf33f8 kconfig: Fix choice symbol expression leak by Ulf Magnusson · 7 years ago
  32. ae7440e kconfig: Fix automatic menu creation mem leak by Ulf Magnusson · 7 years ago
  33. f77850d kconfig: Clean up modules handling and fix crash by Ulf Magnusson · 7 years ago
  34. fa8ceda kconfig: Clarify expression rewriting by Ulf Magnusson · 7 years ago
  35. 9a82684 kconfig: Rename menu_check_dep() to rewrite_m() by Ulf Magnusson · 7 years ago
  36. 2c37e08 kconfig: Warn if choice default is not in choice by Ulf Magnusson · 7 years ago
  37. 237e3ad Kconfig: Introduce the "imply" keyword by Nicolas Pitre · 8 years ago
  38. aab24a8 kconfig: return 'false' instead of 'no' in bool function by Vegard Nossum · 9 years ago
  39. ad8d40c kconfig: Remove unnecessary prototypes from headers by Michal Marek · 10 years ago
  40. 2d56030 kconfig: Fix warning "‘jump’ may be used uninitialized" by Peter Kümmel · 10 years ago
  41. bb66fc6 kbuild: trivial - use tabs for code indent where possible by Masahiro Yamada · 11 years ago
  42. 5d2acfc kconfig: make allnoconfig disable options behind EMBEDDED and EXPERT by Josh Triplett · 11 years ago
  43. 503c823 kconfig: fix bug in search results string: use strlen(gstr->s), not gstr->len by Martin Walch · 11 years ago
  44. 57540f1d kconfig: adjust warning message for conflicting types by Martin Walch · 11 years ago
  45. 8d9dfe8 kconfig: fix trivial typos and update mconf documentation by Martin Walch · 11 years ago
  46. e062781 kconfig: do not allow more than one symbol to have 'option modules' by Yann E. MORIN · 11 years ago
  47. 6902dcc kconfig: do not special-case 'MODULES' symbol by Yann E. MORIN · 11 years ago
  48. b202c0d Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 11 years ago
  49. 1278ebd mconf/nconf: mark empty menus/menuconfigs different from non-empty ones by Dirk Gouders · 12 years ago
  50. e983b7b kconfig/menu.c: fix multiple references to expressions in menu_add_prop() by Dirk Gouders · 12 years ago
  51. 383da76 menuconfig: fix NULL pointer dereference when searching a symbol by Li Zefan · 12 years ago
  52. bcdedcc menuconfig: print more info for symbol without prompts by Wengmeiling · 12 years ago
  53. e3900e7 Merge branch 'kbuild/rc-fixes' into kbuild/kconfig by Michal Marek · 12 years ago
  54. 177acf7 kconfig: Fix malloc handling in conf tools by Alan Cox · 12 years ago
  55. bad9955 menuconfig: Replace CIRCLEQ by list_head-style lists. by Benjamin Poirier · 12 years ago
  56. 95ac9b3 menuconfig: Assign jump keys per-page instead of globally by Benjamin Poirier · 12 years ago
  57. 5e609ad menuconfig: Add jump keys to search results by Benjamin Poirier · 12 years ago
  58. 57e6292 kconfig: factor code in menu_get_ext_help() by Arnaud Lacombe · 13 years ago
  59. 3f198df kbuild: Fix help text not displayed in choice option. by Srinivas Kandagatla · 13 years ago
  60. ec6452a kconfig: do not overwrite symbol direct dependency in assignment by Arnaud Lacombe · 14 years ago
  61. 5a6f8d2 kconfig: nuke LKC_DIRECT_LINK cruft by Arnaud Lacombe · 14 years ago
  62. dd00330 kconfig: add missing <ctype.h> inclusion by Arnaud Lacombe · 14 years ago
  63. 10a4b27 kconfig: add missing <stdarg.h> inclusion by Arnaud Lacombe · 14 years ago
  64. f28b1c8 Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 by Linus Torvalds · 14 years ago
  65. 7ad1227 kconfig: fix undesirable side effect of adding "visible" menu attribute by Jan Beulich · 14 years ago
  66. ab60bd0 kconfig: add more S_INT and S_HEX consistency checks by Arnaud Lacombe · 14 years ago
  67. 86e187f kconfig: add an option to determine a menu's visibility by Arnaud Lacombe · 14 years ago
  68. 239060b Merge branch 'kbuild/rc-fixes' into kbuild/kconfig by Michal Marek · 14 years ago
  69. ff5ff60 kconfig: delay symbol direct dependency initialization by Arnaud Lacombe · 14 years ago
  70. ba6ff60 kconfig: don't emit warning upon rootmenu's prompt redefinition by Arnaud Lacombe · 14 years ago
  71. 652cf98 kconfig: rephrase help texts/comments not to include the package name by Arnaud Lacombe · 14 years ago
  72. ffb5957 kconfig: allow build-time definition of the internal config prefix by Arnaud Lacombe · 14 years ago
  73. 59e89e3 kconfig: save location of config symbols by Sam Ravnborg · 14 years ago
  74. 246cf9c kbuild: Warn on selecting symbols with unmet direct dependencies by Catalin Marinas · 15 years ago
  75. 3fb9acb kconfig: fix to tag NEW symbols correctly by Li Zefan · 15 years ago
  76. 70ed074 kconfig: print the range of integer/hex symbol in help text by Li Zefan · 15 years ago
  77. b040b44 kconfig: print symbol type in help text by Li Zefan · 15 years ago
  78. 22c7eca menuconfig: add support to show hidden options which have prompts by Li Zefan · 15 years ago
  79. 4280eae kconfig: some small fixes by Li Zefan · 15 years ago
  80. 692d97c kconfig: new configuration interface (nconfig) by nir.tzachar@gmail.com · 15 years ago
  81. 4356f48 kbuild: add static to prototypes by Trevor Keith · 15 years ago
  82. 4779105 kconfig: make use of menu_get_ext_help in gconfig by Cheng Renquan · 15 years ago
  83. 6bd5999 kconfig: add menu_get_ext_help function to display more information by Cheng Renquan · 15 years ago
  84. 5a1aa8a kconfig: add named choice group by Roman Zippel · 17 years ago
  85. 603d498 kconfig: ignore select of unknown symbol by Sam Ravnborg · 17 years ago
  86. f5eaa32 kconfig: tristate choices with mixed tristate and boolean values by Jan Beulich · 17 years ago
  87. 9344908 kconfig: environment symbol support by Roman Zippel · 17 years ago
  88. 7a96292 kconfig: explicitly introduce expression list by Roman Zippel · 17 years ago
  89. 01771b0 kconfig: macro fix in menu.c by EGRY Gabor · 17 years ago
  90. e8b8c97 Revert "kconfig: tristate choices with mixed tristate and boolean values" by Linus Torvalds · 17 years ago
  91. a5bf3d8 kconfig: tristate choices with mixed tristate and boolean values by Jan Beulich · 17 years ago
  92. 03d2912 kconfig: attach help text to menus by Sam Ravnborg · 17 years ago
  93. 1e093ec kconfig: correct minor typo in Kconfig warning message. by Robert P. J. Day · 18 years ago
  94. f001f7f kconfig: warn about leading whitespace for menu prompts by Roman Zippel · 19 years ago
  95. face437 kconfig: add defconfig_list/module option by Roman Zippel · 19 years ago
  96. f6a88aa kconfig: add symbol option config syntax by Roman Zippel · 19 years ago
  97. a02f057 [PATCH] kconfig: improve error handling in the parser by Roman Zippel · 19 years ago
  98. 4cf3cbe [PATCH] kconfig: allow variable argumnts for range by Roman Zippel · 19 years ago
  99. fb7f6ff [PATCH] kconfig: trivial cleanup by blaisorblade@yahoo.it · 19 years ago
  100. 3b9fa09 [PATCH] Kconfig i18n support by Arnaldo Carvalho de Melo · 20 years ago