1. 9d1a9e8 kconfig: Document 'if' flattening logic by Ulf Magnusson · 7 years ago
  2. d3465af kconfig: Clarify choice dependency propagation by Ulf Magnusson · 7 years ago
  3. 3e41ba0 kconfig: Document SYMBOL_OPTIONAL logic by Ulf Magnusson · 7 years ago
  4. 765f4cd kconfig: use default 'yy' prefix for lexer and parser by Masahiro Yamada · 7 years ago
  5. 84dd95d kconfig: make conf_unsaved a local variable of conf_read() by Masahiro Yamada · 7 years ago
  6. 5a3dc71 kconfig: make xfgets() really static by Masahiro Yamada · 7 years ago
  7. 52e58a3 kconfig: make input_mode static by Masahiro Yamada · 7 years ago
  8. 6479f32 kconfig: Warn if there is more than one help text by Ulf Magnusson · 7 years ago
  9. b92d804 kconfig: drop 'boolean' keyword by Masahiro Yamada · 7 years ago
  10. df60f4b kconfig: Remove menu_end_entry() by Ulf Magnusson · 7 years ago
  11. 0735f7e kconfig: Document important expression functions by Ulf Magnusson · 7 years ago
  12. 05cccce kconfig: Document automatic submenu creation code by Ulf Magnusson · 7 years ago
  13. 7cf33f8 kconfig: Fix choice symbol expression leak by Ulf Magnusson · 7 years ago
  14. 5b1374b kconfig: Fix expr_free() E_NOT leak by Ulf Magnusson · 7 years ago
  15. ae7440e kconfig: Fix automatic menu creation mem leak by Ulf Magnusson · 7 years ago
  16. 0724a7c kconfig: Don't leak main menus during parsing by Ulf Magnusson · 7 years ago
  17. bc28fe1 kconfig: Don't leak 'option' arguments during parsing by Ulf Magnusson · 7 years ago
  18. 24161a6 kconfig: Don't leak 'source' filenames during parsing by Ulf Magnusson · 7 years ago
  19. 26e47a3 kconfig: Don't leak symbol names during parsing by Ulf Magnusson · 7 years ago
  20. 29c8330 kconfig: generate lexer and parser during build instead of shipping by Masahiro Yamada · 7 years ago
  21. e3b03bf kconfig: display recursive dependency resolution hint just once by Masahiro Yamada · 7 years ago
  22. f77850d kconfig: Clean up modules handling and fix crash by Ulf Magnusson · 7 years ago
  23. fa8ceda kconfig: Clarify expression rewriting by Ulf Magnusson · 7 years ago
  24. 9a82684 kconfig: Rename menu_check_dep() to rewrite_m() by Ulf Magnusson · 7 years ago
  25. c873443 kconfig: Sync zconf.y with zconf.tab.c_shipped by Ulf Magnusson · 7 years ago
  26. 52aede4 kconfig: Document the 'symbol' struct by Ulf Magnusson · 7 years ago
  27. 33ca1a2 kconfig: Document the 'menu' struct by Ulf Magnusson · 7 years ago
  28. 2c37e08 kconfig: Warn if choice default is not in choice by Ulf Magnusson · 7 years ago
  29. 88127da kconfig/symbol.c: use correct pointer type argument for sizeof by Heinrich Schuchardt · 7 years ago
  30. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  31. bb3290d Remove gperf usage from toolchain by Linus Torvalds · 7 years ago
  32. 16ffc4c3 Merge tag 'kbuild-misc-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 8 years ago
  33. ad81810 kconfig: fix sparse warnings in nconfig by Randy Dunlap · 8 years ago
  34. ff85a1a kconfig: Check for libncurses before menuconfig by Borislav Petkov · 8 years ago
  35. cb77f0d scripts: Switch to more portable Perl shebang by Kamil Rytarowski · 8 years ago
  36. 9be3213 gconfig: remove misleading parentheses around a condition by Nicolas Iooss · 8 years ago
  37. 37861ff Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 8 years ago
  38. 9465d9c Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  39. 83c3a1b xconfig: fix missing suboption and help panels on first run by Boris Barbulovski · 8 years ago
  40. e039303 xconfig: fix 'Show Debug' functionality by Boris Barbulovski · 8 years ago
  41. 79e51b5 kconfig/nconf: Fix hang when editing symbol with a long prompt by Ben Hutchings · 8 years ago
  42. d3fc425 kbuild: make sure autoksyms.h exists early by Nicolas Pitre · 8 years ago
  43. 0eb4734 Scripts: kconfig: nconf: fix _GNU_SOURCE redefined warning by Cheah Kok Cheong · 8 years ago
  44. 32ce5ac Kconfig: Regenerate *.c_shipped files after previous changes by Nicolas Pitre · 8 years ago
  45. 237e3ad Kconfig: Introduce the "imply" keyword by Nicolas Pitre · 8 years ago
  46. f429d35 Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 9 years ago
  47. fa64e5f kconfig/symbol.c: handle choice_values that depend on 'm' symbols by Dirk Gouders · 9 years ago
  48. a466391 kconfig: add unexpected data itself to warning by Paul Bolle · 9 years ago
  49. 5bcba79 localmodconfig: Fix whitespace repeat count after "tristate" by Benjamin Poirier · 9 years ago
  50. 96bab35 localmodconfig: Reset certificate paths by Benjamin Poirier · 9 years ago
  51. 5169192 localmodconfig: Add missing $ to reference a variable by Benjamin Poirier · 9 years ago
  52. a77ed52 localmodconfig: Fix parsing of "help" text by Benjamin Poirier · 9 years ago
  53. 27b7156 localmodconfig: Recognize more keywords that end a menu entry by Benjamin Poirier · 9 years ago
  54. 296471a localmodconfig: Fix parsing of Kconfig "source" statements by Benjamin Poirier · 9 years ago
  55. 6b87b70 unbreak allmodconfig KCONFIG_ALLCONFIG=... by Al Viro · 9 years ago
  56. 42f9d3c scripts/kconfig: allow building with make 3.80 again by Jan Beulich · 9 years ago
  57. 5b61c7b kconfig: fix qconf segfault by deleting heap objects by Chris Bainbridge · 9 years ago
  58. aab24a8 kconfig: return 'false' instead of 'no' in bool function by Vegard Nossum · 9 years ago
  59. 74dba80 kconfig: allow kconfig to handle longer path names by Markus Mayer · 9 years ago
  60. 152813e Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 9 years ago
  61. be596aa Add current selection check. by Boris Barbulovski · 9 years ago
  62. 588446a Use pkg-config to find Qt 4 and 5 instead of direct qmake by Thiago Macieira · 9 years ago
  63. f6aad26 kconfig: Fix copy&paste error by Michal Sojka · 9 years ago
  64. bd960f0 scripts/kconfig/Makefile: Fix KBUILD_DEFCONFIG check when building with O= by Michael Ellerman · 9 years ago
  65. 2163e7b kconfig/merge_config.sh: Accept a single file by Gabriel de Perthuis · 9 years ago
  66. ed94fea kconfig/merge_config.sh: Support KCONFIG_CONFIG by Gabriel de Perthuis · 9 years ago
  67. d1b0dc9 Update the buildsystem for KConfig finding Qt by Thiago Macieira · 9 years ago
  68. b4ff1de Port xconfig to Qt5 - Update copyright. by Boris Barbulovski · 9 years ago
  69. ee7298f Port xconfig to Qt5 - Fix goParent issue. by Boris Barbulovski · 9 years ago
  70. 5df9da9 Port xconfig to Qt5 - on Back clicked, deselect old item. by Boris Barbulovski · 9 years ago
  71. 76d53cb Port xconfig to Qt5 - Add(back) one click checkbox toggle. by Boris Barbulovski · 9 years ago
  72. e336b9f Port xconfig to Qt5 - Add(back) lineedit editing. by Boris Barbulovski · 9 years ago
  73. 5c60014 Port xconfig to Qt5 - Remove some commented code. by Boris Barbulovski · 9 years ago
  74. b3c48f9 Port xconfig to Qt5 - Source format. by Boris Barbulovski · 9 years ago
  75. f999cc0 Port xconfig to Qt5 - Add horizontal scrollbar, and scroll per pixel. by Boris Barbulovski · 9 years ago
  76. d960b98 Port xconfig to Qt5 - Change ConfigItem constructor parent type. by Boris Barbulovski · 9 years ago
  77. a5225e9 Port xconfig to Qt5 - Disable ConfigList soring by Boris Barbulovski · 9 years ago
  78. 5c6f155 Port xconfig to Qt5 - Remove ConfigList::updateMenuList template. by Boris Barbulovski · 9 years ago
  79. dbf6293 Port xconfig to Qt5 - Add ConfigList::mode to initializer list. by Boris Barbulovski · 9 years ago
  80. 86c0528 Port xconfig to Qt5 - Add ConfigItem::nextItem to initializer list. by Boris Barbulovski · 9 years ago
  81. a52cb32 Port xconfig to Qt5 - Tree widget set column titles. by Boris Barbulovski · 9 years ago
  82. e484fe3 Port xconfig to Qt5 - Quick workaround to bypass app crash at startup. by Boris Barbulovski · 9 years ago
  83. 9bd36ed Port xconfig to Qt5 - Set ConfigView object name. by Boris Barbulovski · 9 years ago
  84. c14fa5e Port xconfig to Qt5 - Use correct signal names. by Boris Barbulovski · 9 years ago
  85. 9bfda0a Port xconfig to Qt5 - Remove Qt3Support from Makefile. by Boris Barbulovski · 9 years ago
  86. d5d973c Port xconfig to Qt5 - Put back some of the old implementation(part 2). by Boris Barbulovski · 9 years ago
  87. 59e5644 Port xconfig to Qt5 - Put back some of the old implementation. by Boris Barbulovski · 9 years ago
  88. 1019f1a Port xconfig to Qt5 - Introduce Qt4/5 version of ConfigList and ConfigItem by Boris Barbulovski · 9 years ago
  89. 9211993 Port xconfig to Qt5 - update signals by Boris Barbulovski · 9 years ago
  90. 68ccb7e Port xconfig to Qt5 - Fix the code so it compiles with Qt5 by Boris Barbulovski · 9 years ago
  91. 7653866 Port xconfig to Qt5 - Remove custom ListView classes. by Boris Barbulovski · 9 years ago
  92. 780505e Port xconfig to Qt5 - Make single/split/full actions checkable. by Boris Barbulovski · 9 years ago
  93. 9c86235 Port xconfig to Qt5 - Update QAction checkable by Boris Barbulovski · 9 years ago
  94. 92298b4 Port xconfig to Qt5 - Fix layout margin. by Boris Barbulovski · 9 years ago
  95. 29a7016 Port xconfig to Qt5 - Fix layout by Boris Barbulovski · 9 years ago
  96. 34d6320 Port xconfig to Qt5 - Replace Q3VBox with QWidget by Boris Barbulovski · 9 years ago
  97. 1ce6735 Port xconfig to Qt5 - Remove unused #include <q3dragobject.h> by Boris Barbulovski · 9 years ago
  98. 76bede8 Port xconfig to Qt5 - Use QMenu by Boris Barbulovski · 9 years ago
  99. 924bbb5 Port xconfig to Qt5 - Use QTextBrowser by Boris Barbulovski · 9 years ago
  100. 041fbdc Port xconfig to Qt5 - Use QList by Boris Barbulovski · 9 years ago