1. c0ddc8c localmodconfig: Use Kbuild files too by Richard Weinberger · 9 years ago
  2. a95cb3c Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 9 years ago
  3. 6c66850 kconfig: add xenconfig defconfig helper by Luis R. Rodriguez · 9 years ago
  4. 9bcd776 kconfig: clarify kvmconfig is for kvm by Luis R. Rodriguez · 9 years ago
  5. 4a47f1e kconfig: re-generate *.c_shipped files after previous change by Jan Beulich · 9 years ago
  6. 31847b6 kconfig: allow use of relations other than (in)equality by Jan Beulich · 9 years ago
  7. 2e0d737 kconfig: don't silently ignore unhandled characters by Jan Beulich · 9 years ago
  8. fa75a72 kconfig: Wrap long "make help" text lines by Geert Uytterhoeven · 9 years ago
  9. 39c3f1b scripts/kconfig/Makefile: Cosmetic fixes by Diego Viola · 9 years ago
  10. 092373c scripts/kconfig/Makefile: Fix spelling of Qt by Diego Viola · 9 years ago
  11. e911503 Kconfig: Remove bad inference rules expr_eliminate_dups2() by Martin Walch · 9 years ago
  12. 0a1f00a kconfig: Do not print status messages in make -s mode by Michal Marek · 9 years ago
  13. 1cba0c3 kconfig: Simplify Makefile by Michal Marek · 9 years ago
  14. 63a9103 kbuild: add generic mergeconfig target, %.config by Masahiro Yamada · 9 years ago
  15. bc8f8f5 merge_config.sh: rename MAKE to RUNMAKE by Masahiro Yamada · 9 years ago
  16. 3a975b8 merge_config.sh: improve indentation by Masahiro Yamada · 9 years ago
  17. 371cfd4 kbuild: mergeconfig: remove redundant $(objtree) by Masahiro Yamada · 9 years ago
  18. b9fe99c kbuild: mergeconfig: move an error check to merge_config.sh by Masahiro Yamada · 9 years ago
  19. de46199 kbuild: mergeconfig: fix "jobserver unavailable" warning by Masahiro Yamada · 9 years ago
  20. ad8d40c kconfig: Remove unnecessary prototypes from headers by Michal Marek · 9 years ago
  21. 4631574 kconfig: Remove dead code by Michal Marek · 9 years ago
  22. 70529b1 kconfig: Get rid of the P() macro in headers by Michal Marek · 9 years ago
  23. 4980bdf kconfig: fix a misspelling in scripts/kconfig/merge_config.sh by Masahiro Yamada · 10 years ago
  24. b6a2ab2 kconfig: use va_end to match corresponding va_start by Colin Ian King · 9 years ago
  25. 09950bc merge_config.sh: Display usage if given too few arguments by Olof Johansson · 10 years ago
  26. d08372c Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 10 years ago
  27. 88a5766 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  28. e4e458b calloc/xcalloc: Fix argument order by Arjun Sreedharan · 10 years ago
  29. 2d56030 kconfig: Fix warning "‘jump’ may be used uninitialized" by Peter Kümmel · 10 years ago
  30. 3943f42 Replace mentions of "list_struct" to "list_head" by Andrey Utkin · 10 years ago
  31. f33a3fa Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 10 years ago
  32. be8af2d kconfig/lxdialog: get ncurses CFLAGS with pkg-config by Bjørn Forsman · 10 years ago
  33. 7285996 kconfig: nconfig: fix multi-byte UTF handling by Brian Norris · 10 years ago
  34. c40724d kconfig: lxdialog: fix spelling by Brian Norris · 10 years ago
  35. 06ed5c2 kbuild: Make scripts executable by Michal Marek · 10 years ago
  36. 221ecca kbuild: remove redundant clean-files from scripts/kconfig/Makefile by Masahiro Yamada · 10 years ago
  37. 022af62 kbuild: refactor script/kconfig/Makefile by Masahiro Yamada · 10 years ago
  38. 0da1d4a x86: Add "make tinyconfig" to configure the tiniest possible kernel by Josh Triplett · 10 years ago
  39. 3aaefce x86, platform, kconfig: move kvmconfig functionality to a helper by Josh Triplett · 10 years ago
  40. c1fdb2d Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 10 years ago
  41. bb66fc6 kbuild: trivial - use tabs for code indent where possible by Masahiro Yamada · 10 years ago
  42. 9815594 kbuild: create include/config directory in scripts/kconfig/Makefile by Masahiro Yamada · 10 years ago
  43. 7eb6e34 kbuild: trivial - remove trailing empty lines by Masahiro Yamada · 10 years ago
  44. 38385f8 kbuild: trivial - remove trailing spaces by Masahiro Yamada · 10 years ago
  45. 5d2acfc kconfig: make allnoconfig disable options behind EMBEDDED and EXPERT by Josh Triplett · 10 years ago
  46. 95edca5 localmodconfig: Add config depends by default settings by Steven Rostedt (Red Hat) · 11 years ago
  47. 00d4f8f xconfig: Fix the filename for GUI settings by Ben Hutchings · 11 years ago
  48. 503c823 kconfig: fix bug in search results string: use strlen(gstr->s), not gstr->len by Martin Walch · 11 years ago
  49. 3381960 kconfig: remove unused definition from scanner by Martin Walch · 11 years ago
  50. 57540f1d kconfig: adjust warning message for conflicting types by Martin Walch · 11 years ago
  51. 8d9dfe8 kconfig: fix trivial typos and update mconf documentation by Martin Walch · 11 years ago
  52. 31bfb10 kconfig: add short explanation to SYMBOL_WRITE by Martin Walch · 11 years ago
  53. e062781 kconfig: do not allow more than one symbol to have 'option modules' by Yann E. MORIN · 11 years ago
  54. c80de52 kconfig: regenerate bison parser by Yann E. MORIN · 11 years ago
  55. 6902dcc kconfig: do not special-case 'MODULES' symbol by Yann E. MORIN · 11 years ago
  56. 04b19b7 kconfig: silence warning when parsing auto.conf when a symbol has changed type by Yann E. MORIN · 11 years ago
  57. 129784a kconfig: switch to "long long" for sanity by Kees Cook · 11 years ago
  58. c3286ee Merge branch 'yem-kconfig-rc-fixes' of git://gitorious.org/linux-kconfig/linux-kconfig into kbuild/kconfig by Michal Marek · 11 years ago
  59. 508382a kconfig: simplify symbol-search code by Yann E. MORIN · 11 years ago
  60. 1407f97 kconfig: don't allocate n+1 elements in temporary array by Yann E. MORIN · 11 years ago
  61. 803b351 kconfig: minor style fixes in symbol-search code by Yann E. MORIN · 11 years ago
  62. f6eb6e4 kconfig/[mn]conf: shorten title in search-box by Yann E. MORIN · 11 years ago
  63. 26e933e kconfig: avoid multiple calls to strlen by Yann E. MORIN · 11 years ago
  64. b202c0d Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 11 years ago
  65. b57caaa kconfig: allow "hex" and "range" to support longs by Kees Cook · 11 years ago
  66. 490f161 Revert "kconfig: fix randomising choice entries in presence of KCONFIG_ALLCONFIG" by Yann E. MORIN · 11 years ago
  67. 8357b48 kconfig: fix randomising choice entries in presence of KCONFIG_ALLCONFIG by Yann E. MORIN · 11 years ago
  68. 3b9a19e kconfig: loop as long as we changed some symbols in randconfig by Yann E. MORIN · 11 years ago
  69. a1ce636 kconfig/[mn]conf: make it explicit in the search box that a regexp is possible by Yann E. MORIN · 11 years ago
  70. 193b40a kconfig: sort found symbols by relevance by Yann E. MORIN · 11 years ago
  71. a5f6d79 kconfig/conf: print the seed used to initialise the RNG for randconfig by Yann E. MORIN · 11 years ago
  72. e85ac12 kconfig/conf: accept a base-16 seed for randconfig by Yann E. MORIN · 11 years ago
  73. e6abf12 kconfig/conf: fix randconfig setting multiple symbols in a choice by Yann E. MORIN · 11 years ago
  74. 1278ebd mconf/nconf: mark empty menus/menuconfigs different from non-empty ones by Dirk Gouders · 11 years ago
  75. e0b4260 nconf: use function calls instead of ncurses' variables LINES and COLS by Dirk Gouders · 11 years ago
  76. 4f2de3e1 mconf: use function calls instead of ncurses' variables LINES and COLS by Dirk Gouders · 11 years ago
  77. 1376391 kconfig/lxdialog: handle newline characters in print_autowrap() by Dirk Gouders · 11 years ago
  78. ff7b0c2 kconfig/lxdialog: Use new mininimum resize definitions in conf_choice() by Sedat Dilek · 11 years ago
  79. 851f665 kconfig/lxdialog: Add definitions for mininimum (re)size values by Sedat Dilek · 11 years ago
  80. fbe98bb kconfig: Fix defconfig when one choice menu selects options that another choice menu depends on by Arve Hjønnevåg · 11 years ago
  81. e983b7b kconfig/menu.c: fix multiple references to expressions in menu_add_prop() by Dirk Gouders · 11 years ago
  82. 063f466 mconf: handle keys in empty dialogs by Dirk Gouders · 11 years ago
  83. 685e56d Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 11 years ago
  84. 383da76 menuconfig: fix NULL pointer dereference when searching a symbol by Li Zefan · 11 years ago
  85. bcdedcc menuconfig: print more info for symbol without prompts by Wengmeiling · 11 years ago
  86. ced9cb1 localmodconfig: Process source kconfig files as they are found by Steven Rostedt · 11 years ago
  87. bc20d12 localmodconfig: Add debug prints for dependencies of module configs by Steven Rostedt · 11 years ago
  88. 21ca352 kconfig: fix lists definition for C++ by Yann E. MORIN · 11 years ago
  89. 23a5dfd Revert "kconfig: fix randomising choice entries in presence of KCONFIG_ALLCONFIG" by Yann E. MORIN · 11 years ago
  90. e43956e kconfig: implement KCONFIG_PROBABILITY for randconfig by Yann E. MORIN · 11 years ago
  91. 0d8024c kconfig: allow specifying the seed for randconfig by Yann E. MORIN · 11 years ago
  92. 422c809 kconfig: fix randomising choice entries in presence of KCONFIG_ALLCONFIG by Yann E. MORIN · 11 years ago
  93. cfa98f2 kconfig: do not override symbols already set by Yann E. MORIN · 11 years ago
  94. 61fa0e1 kconfig: fix randconfig tristate detection by Yann E. MORIN · 11 years ago
  95. cdf0c2c kconfig/lxdialog: rationalise the include paths where to find {.n}curses{,w}.h by Yann E. MORIN · 11 years ago
  96. 9a69abf menuconfig: Add "breadcrumbs" navigation aid by Benjamin Poirier · 11 years ago
  97. edb749f menuconfig: Fix memory leak introduced by jump keys feature by Benjamin Poirier · 11 years ago
  98. a45c7df merge_config.sh: Avoid creating unnessary source softlinks by John Stultz · 11 years ago
  99. 544e7e5 kconfig: optionally use pkg-config to detect ncurses libs by Justin Lecher · 11 years ago
  100. fc9c6e0 menuconfig: optionally use pkg-config to detect ncurses libs by Justin Lecher · 11 years ago