1. 57dc19a Revert "kconfig: remove 'kvmconfig' and 'xenconfig' shorthands" by Greg Kroah-Hartman · 4 years ago
  2. 17a0868 kconfig: remove 'kvmconfig' and 'xenconfig' shorthands by Masahiro Yamada · 4 years, 1 month ago
  3. 87c0d2a kconfig: fix return value of do_error_if() by Masahiro Yamada · 4 years, 1 month ago
  4. f989335 Merge tag 'kconfig-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years, 3 months ago
  5. 746b25b Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years, 3 months ago
  6. f9a825a kconfig: qconf: create QApplication after option checks by Masahiro Yamada · 4 years, 4 months ago
  7. a0fce28 kconfig: qconf: remove Y, M, N columns by Masahiro Yamada · 4 years, 4 months ago
  8. 62ed165 kconfig: qconf: remove ConfigView class by Masahiro Yamada · 4 years, 4 months ago
  9. 7930dd9 kconfig: qconf: move setShowName/Range() to ConfigList from ConfigView by Masahiro Yamada · 4 years, 4 months ago
  10. f3eea29 kconfig: qconf: remove ConfigLineEdit class by Masahiro Yamada · 4 years, 4 months ago
  11. 37162a6 kconfig: qconf: allow to edit "int", "hex", "string" menus in-place by Masahiro Yamada · 4 years, 4 months ago
  12. 669a1ee kconfig: qconf: show data column all the time by Masahiro Yamada · 4 years, 4 months ago
  13. f9b918f kconfig: qconf: move ConfigView::updateList(All) to ConfigList class by Masahiro Yamada · 4 years, 4 months ago
  14. 6a14304 kconfig: qconf: remove unused ConfigItem::okRename() by Masahiro Yamada · 4 years, 4 months ago
  15. 1fb7524 kconfig: qconf: update the intro message to match to the current code by Masahiro Yamada · 4 years, 4 months ago
  16. 8c30e7e kconfig: qconf: reformat the intro message by Masahiro Yamada · 4 years, 4 months ago
  17. a46afd1 kconfig: qconf: revive help message in the info view by Masahiro Yamada · 4 years, 4 months ago
  18. 19b835a kconfig: qconf: fix incomplete type 'struct gstr' warning by Masahiro Yamada · 4 years, 4 months ago
  19. a608b6a kconfig: qconf: use delete[] instead of delete to free array (again) by Masahiro Yamada · 4 years, 4 months ago
  20. 163e0c2 kconfig: remove redundant assignment prompt = prompt by Denis Efremov · 4 years, 4 months ago
  21. a73fbfc kconfig: streamline_config.pl: check defined(ENV variable) before using it by Randy Dunlap · 4 years, 5 months ago
  22. 23cd88c kbuild: hide commands to run Kconfig, and show short log for syncconfig by Masahiro Yamada · 4 years, 5 months ago
  23. 510bc3c kconfig: qconf: replace deprecated QString::sprintf() with QTextStream by Masahiro Yamada · 4 years, 5 months ago
  24. 68fd110 kconfig: qconf: remove redundant help in the info view by Masahiro Yamada · 4 years, 5 months ago
  25. 53efe2e kconfig: qconf: remove qInfo() to get back Qt4 support by Masahiro Yamada · 4 years, 5 months ago
  26. 66c262b kconfig: qconf: remove unused colNr by Masahiro Yamada · 4 years, 5 months ago
  27. 7d1300e kconfig: qconf: fix the popup menu in the ConfigInfoView window by Masahiro Yamada · 4 years, 5 months ago
  28. d85de33 kconfig: qconf: fix signal connection to invalid slots by Masahiro Yamada · 4 years, 5 months ago
  29. d4bbe8a kconfig: qconf: move setOptionMode() to ConfigList from ConfigView by Masahiro Yamada · 4 years, 5 months ago
  30. fa8de0a kconfig: qconf: do not limit the pop-up menu to the first row by Masahiro Yamada · 4 years, 5 months ago
  31. 5cb255f kconfig: qconf: refactor icon setups by Masahiro Yamada · 4 years, 5 months ago
  32. 4fa91f5 kconfig: qconf: remove unused voidPix, menuInvPix by Masahiro Yamada · 4 years, 5 months ago
  33. 5ca534c kconfig: qconf: remove ConfigItem::text/setText by Masahiro Yamada · 4 years, 5 months ago
  34. abf741a kconfig: qconf: remove ConfigList::addColumn/removeColumn by Masahiro Yamada · 4 years, 5 months ago
  35. 711b875 kconfig: qconf: remove ConfigItem::pixmap/setPixmap by Masahiro Yamada · 4 years, 5 months ago
  36. 3c73ff0 kconfig: qconf: drop more localization code by Masahiro Yamada · 4 years, 5 months ago
  37. 5b75a6c kconfig: qconf: remove 'parent' from ConfigList::updateMenuList() by Masahiro Yamada · 4 years, 5 months ago
  38. 1031685 kconfig: qconf: remove unused argument from ConfigView::updateList() by Masahiro Yamada · 4 years, 5 months ago
  39. cb77043 kconfig: qconf: remove unused argument from ConfigList::updateList() by Masahiro Yamada · 4 years, 5 months ago
  40. 9264115 kconfig: qconf: omit parent to QHBoxLayout() by Masahiro Yamada · 4 years, 5 months ago
  41. 740fdef kconfig: qconf: remove name from ConfigSearchWindow constructor by Masahiro Yamada · 4 years, 5 months ago
  42. 1b4263e kconfig: qconf: remove unused ConfigList::listView() by Masahiro Yamada · 4 years, 5 months ago
  43. 860ec3f kconfig: qconf: overload addToolBar() to create and insert toolbar by Masahiro Yamada · 4 years, 5 months ago
  44. 2afb3e2 kconfig: qconf: remove toolBar from ConfigMainWindow members by Masahiro Yamada · 4 years, 5 months ago
  45. 93ebaac kconfig: qconf: use 'menu' variable for (QMenu *) by Masahiro Yamada · 4 years, 5 months ago
  46. d4b1cea kconfig: qconf: do not use 'menu' variable for (QMenuBar *) by Masahiro Yamada · 4 years, 5 months ago
  47. 614bf0a8 kconfig: qconf: remove ->addSeparator() to menuBar by Masahiro Yamada · 4 years, 5 months ago
  48. d41809f kconfig: add 'static' to some file-local data by Masahiro Yamada · 4 years, 6 months ago
  49. 7eb7c106f kconfig: qconf: Fix mouse events in search view by Maxime Chretien · 4 years, 6 months ago
  50. 8410e65 kconfig: constify XPM data by Masahiro Yamada · 4 years, 6 months ago
  51. f70f74d kconfig: remove '---help---' support by Masahiro Yamada · 4 years, 7 months ago
  52. ccf56e5 kconfig: qconf: remove wrong ConfigList::firstChild() by Masahiro Yamada · 4 years, 5 months ago
  53. 4b20e10 Revert "kconfig: qconf: don't show goback button on splitMode" by Masahiro Yamada · 4 years, 5 months ago
  54. 97bebbc Revert "kconfig: qconf: Change title for the item window" by Masahiro Yamada · 4 years, 5 months ago
  55. ce02397 kconfig: qconf: remove "goBack" debug message by Masahiro Yamada · 4 years, 5 months ago
  56. c9b09a92 kconfig: qconf: use delete[] instead of delete to free array by Masahiro Yamada · 4 years, 5 months ago
  57. 0e912c0 kconfig: qconf: compile moc object separately by Masahiro Yamada · 4 years, 5 months ago
  58. c3cd7cf kconfig: qconf: use if_changed for qconf.moc rule by Masahiro Yamada · 4 years, 5 months ago
  59. 8f8499a kconfig: qconf: parse newer types at debug info by Mauro Carvalho Chehab · 4 years, 6 months ago
  60. 8a3b6e5 kconfig: qconf: navigate menus on hyperlinks by Mauro Carvalho Chehab · 4 years, 6 months ago
  61. cc1c08e kconfig: qconf: don't show goback button on splitMode by Mauro Carvalho Chehab · 4 years, 6 months ago
  62. af737b4d kconfig: qconf: simplify the goBack() logic by Mauro Carvalho Chehab · 4 years, 6 months ago
  63. b06c3ec kconfig: qconf: re-implement setSelected() by Mauro Carvalho Chehab · 4 years, 6 months ago
  64. c4f7398 kconfig: qconf: make debug links work again by Mauro Carvalho Chehab · 4 years, 6 months ago
  65. c699eaa kconfig: qconf: make search fully work again on split mode by Mauro Carvalho Chehab · 4 years, 6 months ago
  66. cf81dfa kconfig: qconf: cleanup includes by Mauro Carvalho Chehab · 4 years, 6 months ago
  67. bcfefb6 kconfig: announce removal of 'kvmconfig' and 'xenconfig' shorthands by Masahiro Yamada · 4 years, 9 months ago
  68. c027b02 streamline_config.pl: add LMC_KEEP to preserve some kconfigs by Changbin Du · 4 years, 8 months ago
  69. 09d5873 kconfig: allow only 'config', 'comment', and 'if' inside 'choice' by Masahiro Yamada · 4 years, 9 months ago
  70. b754611 kconfig: tests: remove randconfig test for choice in choice by Masahiro Yamada · 4 years, 9 months ago
  71. 644a4b6 kconfig: do not assign a variable in the return statement by Masahiro Yamada · 4 years, 9 months ago
  72. cfc6eea kconfig: do not use OR-assignment for zero-cleared structure by Masahiro Yamada · 4 years, 9 months ago
  73. 60969f0 kconfig: qconf: Fix a few alignment issues by Mauro Carvalho Chehab · 4 years, 9 months ago
  74. e1f7769 kconfig: qconf: remove some old bogus TODOs by Mauro Carvalho Chehab · 4 years, 9 months ago
  75. b311142 kconfig: qconf: fix support for the split view mode by Mauro Carvalho Chehab · 4 years, 9 months ago
  76. cce1fab kconfig: qconf: fix the content of the main widget by Mauro Carvalho Chehab · 4 years, 9 months ago
  77. 5752ff0 kconfig: qconf: Change title for the item window by Mauro Carvalho Chehab · 4 years, 9 months ago
  78. cf497b9 kconfig: qconf: clean deprecated warnings by Mauro Carvalho Chehab · 4 years, 9 months ago
  79. ff2ae60 Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx by Linus Torvalds · 4 years, 9 months ago
  80. dbd3586 kconfig: remove unused variable in qconf.cc by Masahiro Yamada · 4 years, 10 months ago
  81. d198b34 .gitignore: add SPDX License Identifier by Masahiro Yamada · 4 years, 10 months ago
  82. 2985bed .gitignore: remove too obvious comments by Masahiro Yamada · 4 years, 10 months ago
  83. 3a9dd3e kconfig: make 'imply' obey the direct dependency by Masahiro Yamada · 4 years, 10 months ago
  84. def2fbf kconfig: allow symbols implied by y to become m by Masahiro Yamada · 4 years, 10 months ago
  85. 2a86f66 kbuild: use KBUILD_DEFCONFIG as the fallback for DEFCONFIG_LIST by Masahiro Yamada · 4 years, 11 months ago
  86. 089b7d8 kconfig: Invalidate all symbols after changing to y or m. by Tetsuo Handa · 5 years ago
  87. 5f2fb52 kbuild: rename hostprogs-y/always to hostprogs/always-y by Masahiro Yamada · 5 years ago
  88. c8fb7d7 kconfig: fix broken dependency in randconfig-generated .config by Masahiro Yamada · 5 years ago
  89. 14cd0bd Merge tag 'kconfig-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 5 years ago
  90. ba82f52 kconfig: fix an "implicit declaration of function" warning by Bartosz Golaszewski · 5 years ago
  91. a960968 kconfig: fix nesting of symbol help text by Thomas Hebb · 5 years ago
  92. 3460d0bc kconfig: distinguish between dependencies and visibility in help text by Thomas Hebb · 5 years ago
  93. edda15f kconfig: list all definitions of a symbol in help text by Thomas Hebb · 5 years ago
  94. 89b9060 kconfig: Add yes2modconfig and mod2yesconfig targets. by Tetsuo Handa · 5 years ago
  95. c8138a5 kconfig: use $(PERL) in Makefile by Masahiro Yamada · 5 years ago
  96. 1d13523 kconfig: fix too deep indentation in Makefile by Masahiro Yamada · 5 years ago
  97. 68f0d62 kconfig: localmodconfig: fix indentation for closing brace by Masahiro Yamada · 5 years ago
  98. 5edcef8 kconfig: localmodconfig: remove unused $config by Masahiro Yamada · 5 years ago
  99. adf7c5b kconfig: squash prop_alloc() into menu_add_prop() by Masahiro Yamada · 5 years ago
  100. 6397d96 kconfig: remove sym from struct property by Masahiro Yamada · 5 years ago