1. d1b1f1e streamline_config.pl: add softtabstop=4 for vim users by Steven Rostedt (VMware) · 3 years, 6 months ago
  2. b83c8ba streamline_config.pl: make spacing consistent by Steven Rostedt (VMware) · 3 years, 6 months ago
  3. 8ca5297 Merge tag 'kconfig-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 3 years, 8 months ago
  4. 8ac27f2 kconfig: refactor .gitignore by Masahiro Yamada · 3 years, 9 months ago
  5. 0e0345b kbuild: redo fake deps at include/config/*.h by Alexey Dobriyan · 3 years, 9 months ago
  6. 92f8a92 kconfig: highlight xconfig 'comment' lines with '***' by Randy Dunlap · 3 years, 9 months ago
  7. 5fb35ec kconfig: highlight gconfig 'comment' lines with '***' by Randy Dunlap · 3 years, 9 months ago
  8. ed63ef7 kconfig: gconf: remove unused code by Masahiro Yamada · 3 years, 9 months ago
  9. 989e5d4 kconfig: remove unused PACKAGE definition by Masahiro Yamada · 3 years, 9 months ago
  10. 8c94b43 kconfig: nconf: stop endless search loops by Mihai Moldovan · 3 years, 9 months ago
  11. a77a05d kconfig: split menu.c out of parser.y by Masahiro Yamada · 3 years, 9 months ago
  12. 0871874 kconfig: nconf: refactor in print_in_middle() by Masahiro Yamada · 3 years, 9 months ago
  13. 0a94768 kconfig: nconf: remove meaningless wattrset() call from show_menu() by Masahiro Yamada · 3 years, 9 months ago
  14. ecdb733 kconfig: nconf: change set_config_filename() to void function by Masahiro Yamada · 3 years, 9 months ago
  15. 93487b1 kconfig: nconf: refactor attributes setup code by Masahiro Yamada · 3 years, 9 months ago
  16. 16b0e10 kconfig: nconf: remove unneeded default for menu prompt by Masahiro Yamada · 3 years, 9 months ago
  17. 2ba50da kconfig: nconf: get rid of (void) casts from wattrset() calls by Masahiro Yamada · 3 years, 9 months ago
  18. 7f5ff55 kconfig: nconf: fix NORMAL attributes by Masahiro Yamada · 3 years, 9 months ago
  19. 68876c3 kconfig: mconf,nconf: remove unneeded '\0' termination after snprintf() by Masahiro Yamada · 3 years, 9 months ago
  20. f02aa48 kconfig: use /boot/config-* etc. as DEFCONFIG_LIST only for native build by Masahiro Yamada · 3 years, 9 months ago
  21. 5ee5465 kconfig: change sym_change_count to a boolean flag by Masahiro Yamada · 3 years, 9 months ago
  22. 1f035a5 kconfig: nconf: fix core dump when searching in empty menu by Masahiro Yamada · 3 years, 9 months ago
  23. bffbf6e kconfig: lxdialog: A spello fix and a punctuation added by Bhaskar Chowdhury · 3 years, 9 months ago
  24. 21f8b32 kconfig: streamline_config.pl: Couple of typo fixes by Bhaskar Chowdhury · 3 years, 10 months ago
  25. a69b191 kconfig: use true and false for bool variable by Yang Li · 3 years, 10 months ago
  26. 6dd85ff kconfig: change "modules" from sub-option to first-level attribute by Masahiro Yamada · 3 years, 10 months ago
  27. ab83857 kconfig: remove allnoconfig_y option by Masahiro Yamada · 3 years, 10 months ago
  28. f8f0d06 kconfig: do not use allnoconfig_y option by Masahiro Yamada · 3 years, 10 months ago
  29. dd46599 kconfig: move default KBUILD_DEFCONFIG back to scripts/kconfig/Makefile by Masahiro Yamada · 3 years, 10 months ago
  30. b75b0a8 kconfig: change defconfig_list option to environment variable by Masahiro Yamada · 3 years, 10 months ago
  31. 4066162 kconfig: move JUMP_NB to mconf.c by Masahiro Yamada · 3 years, 10 months ago
  32. 98f8475 kconfig: move conf_set_all_new_symbols() to conf.c by Masahiro Yamada · 3 years, 10 months ago
  33. 15e68d0 kconfig: move conf_rewrite_mod_or_yes() to conf.c by Masahiro Yamada · 3 years, 10 months ago
  34. 9a3c3bc kconfig: remove assignment for Kconfig file by Masahiro Yamada · 3 years, 10 months ago
  35. ee4c6f0 kconfig: add help messages for --help (-h) and --silent (-s) by Masahiro Yamada · 3 years, 10 months ago
  36. bafc479 kconfig: add long options --help and --silent by Masahiro Yamada · 3 years, 10 months ago
  37. ed562c5 kconfig: refactor option parse code by Masahiro Yamada · 3 years, 10 months ago
  38. 8914564 kconfig: split randconfig setup code into set_randconfig_seed() by Masahiro Yamada · 3 years, 10 months ago
  39. f91e46b kconfig: unify rule of config, menuconfig, nconfig, gconfig, xconfig by Masahiro Yamada · 3 years, 11 months ago
  40. ae8da72 kconfig: omit --oldaskconfig option for 'make config' by Masahiro Yamada · 3 years, 11 months ago
  41. a2af62c kconfig: fix 'invalid option' for help option by Masahiro Yamada · 3 years, 11 months ago
  42. 102a1a7 kconfig: remove dead code in conf_askvalue() by Masahiro Yamada · 3 years, 11 months ago
  43. a4cff32 kconfig: clean up nested if-conditionals in check_conf() by Masahiro Yamada · 3 years, 11 months ago
  44. f82bd80 kconfig: Remove duplicate call to sym_get_string_value() by Mickaël Salaün · 3 years, 11 months ago
  45. cf81c3a kconfig: mconf: fix HOSTCC call by Enrico Weigelt, metux IT consult · 4 years ago
  46. 9bba03d kconfig: remove 'kvmconfig' and 'xenconfig' shorthands by Masahiro Yamada · 4 years ago
  47. c0f975a kconfig: Support building mconf with vendor sysroot ncurses by John Millikin · 4 years ago
  48. 135b495 kconfig: fix return value of do_error_if() by Masahiro Yamada · 4 years, 1 month ago
  49. 78cb090 kconfig: clean up header inclusion by Boris Kolpackov · 4 years, 1 month ago
  50. f463269 kconfig: qconf: show Qt version in the About dialog by Masahiro Yamada · 4 years, 2 months ago
  51. 98ebea7 kconfig: make lkc.h self-sufficient #include-wise by Boris Kolpackov · 4 years, 2 months ago
  52. a2574c1 kconfig: qconf: convert to Qt5 new signal/slot connection syntax by Masahiro Yamada · 4 years, 2 months ago
  53. 7cd0158 kconfig: qconf: use a variable to pass packages to pkg-config by Masahiro Yamada · 4 years, 2 months ago
  54. 7b67564 kconfig: qconf: drop Qt4 support by Masahiro Yamada · 4 years, 2 months ago
  55. f989335 Merge tag 'kconfig-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years, 2 months ago
  56. 746b25b Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years, 2 months ago
  57. f9a825a kconfig: qconf: create QApplication after option checks by Masahiro Yamada · 4 years, 4 months ago
  58. a0fce28 kconfig: qconf: remove Y, M, N columns by Masahiro Yamada · 4 years, 4 months ago
  59. 62ed165 kconfig: qconf: remove ConfigView class by Masahiro Yamada · 4 years, 4 months ago
  60. 7930dd9 kconfig: qconf: move setShowName/Range() to ConfigList from ConfigView by Masahiro Yamada · 4 years, 4 months ago
  61. f3eea29 kconfig: qconf: remove ConfigLineEdit class by Masahiro Yamada · 4 years, 4 months ago
  62. 37162a6 kconfig: qconf: allow to edit "int", "hex", "string" menus in-place by Masahiro Yamada · 4 years, 4 months ago
  63. 669a1ee kconfig: qconf: show data column all the time by Masahiro Yamada · 4 years, 4 months ago
  64. f9b918f kconfig: qconf: move ConfigView::updateList(All) to ConfigList class by Masahiro Yamada · 4 years, 4 months ago
  65. 6a14304 kconfig: qconf: remove unused ConfigItem::okRename() by Masahiro Yamada · 4 years, 4 months ago
  66. 1fb7524 kconfig: qconf: update the intro message to match to the current code by Masahiro Yamada · 4 years, 4 months ago
  67. 8c30e7e kconfig: qconf: reformat the intro message by Masahiro Yamada · 4 years, 4 months ago
  68. a46afd1 kconfig: qconf: revive help message in the info view by Masahiro Yamada · 4 years, 4 months ago
  69. 19b835a kconfig: qconf: fix incomplete type 'struct gstr' warning by Masahiro Yamada · 4 years, 4 months ago
  70. a608b6a kconfig: qconf: use delete[] instead of delete to free array (again) by Masahiro Yamada · 4 years, 4 months ago
  71. 163e0c2 kconfig: remove redundant assignment prompt = prompt by Denis Efremov · 4 years, 4 months ago
  72. a73fbfc kconfig: streamline_config.pl: check defined(ENV variable) before using it by Randy Dunlap · 4 years, 4 months ago
  73. 23cd88c kbuild: hide commands to run Kconfig, and show short log for syncconfig by Masahiro Yamada · 4 years, 5 months ago
  74. 510bc3cb kconfig: qconf: replace deprecated QString::sprintf() with QTextStream by Masahiro Yamada · 4 years, 5 months ago
  75. 68fd110 kconfig: qconf: remove redundant help in the info view by Masahiro Yamada · 4 years, 5 months ago
  76. 53efe2e kconfig: qconf: remove qInfo() to get back Qt4 support by Masahiro Yamada · 4 years, 5 months ago
  77. 66c262b kconfig: qconf: remove unused colNr by Masahiro Yamada · 4 years, 5 months ago
  78. 7d1300e kconfig: qconf: fix the popup menu in the ConfigInfoView window by Masahiro Yamada · 4 years, 5 months ago
  79. d85de33 kconfig: qconf: fix signal connection to invalid slots by Masahiro Yamada · 4 years, 5 months ago
  80. d4bbe8a kconfig: qconf: move setOptionMode() to ConfigList from ConfigView by Masahiro Yamada · 4 years, 5 months ago
  81. fa8de0a kconfig: qconf: do not limit the pop-up menu to the first row by Masahiro Yamada · 4 years, 5 months ago
  82. 5cb255f kconfig: qconf: refactor icon setups by Masahiro Yamada · 4 years, 5 months ago
  83. 4fa91f5 kconfig: qconf: remove unused voidPix, menuInvPix by Masahiro Yamada · 4 years, 5 months ago
  84. 5ca534c kconfig: qconf: remove ConfigItem::text/setText by Masahiro Yamada · 4 years, 5 months ago
  85. abf741a kconfig: qconf: remove ConfigList::addColumn/removeColumn by Masahiro Yamada · 4 years, 5 months ago
  86. 711b875 kconfig: qconf: remove ConfigItem::pixmap/setPixmap by Masahiro Yamada · 4 years, 5 months ago
  87. 3c73ff0 kconfig: qconf: drop more localization code by Masahiro Yamada · 4 years, 5 months ago
  88. 5b75a6c kconfig: qconf: remove 'parent' from ConfigList::updateMenuList() by Masahiro Yamada · 4 years, 5 months ago
  89. 1031685 kconfig: qconf: remove unused argument from ConfigView::updateList() by Masahiro Yamada · 4 years, 5 months ago
  90. cb77043 kconfig: qconf: remove unused argument from ConfigList::updateList() by Masahiro Yamada · 4 years, 5 months ago
  91. 9264115 kconfig: qconf: omit parent to QHBoxLayout() by Masahiro Yamada · 4 years, 5 months ago
  92. 740fdef kconfig: qconf: remove name from ConfigSearchWindow constructor by Masahiro Yamada · 4 years, 5 months ago
  93. 1b4263e kconfig: qconf: remove unused ConfigList::listView() by Masahiro Yamada · 4 years, 5 months ago
  94. 860ec3f kconfig: qconf: overload addToolBar() to create and insert toolbar by Masahiro Yamada · 4 years, 5 months ago
  95. 2afb3e2 kconfig: qconf: remove toolBar from ConfigMainWindow members by Masahiro Yamada · 4 years, 5 months ago
  96. 93ebaac kconfig: qconf: use 'menu' variable for (QMenu *) by Masahiro Yamada · 4 years, 5 months ago
  97. d4b1cea kconfig: qconf: do not use 'menu' variable for (QMenuBar *) by Masahiro Yamada · 4 years, 5 months ago
  98. 614bf0a8 kconfig: qconf: remove ->addSeparator() to menuBar by Masahiro Yamada · 4 years, 5 months ago
  99. d41809f kconfig: add 'static' to some file-local data by Masahiro Yamada · 4 years, 5 months ago
  100. 7eb7c106f kconfig: qconf: Fix mouse events in search view by Maxime Chretien · 4 years, 6 months ago