1. 694c49a kconfig: drop localization support by Sam Ravnborg · 6 years ago
  2. 17baab6 kconfig: extend output of 'listnewconfig' by Don Zickus · 7 years ago
  3. 911a91c kconfig: rename silentoldconfig to syncconfig by Masahiro Yamada · 7 years ago
  4. 2aad9b8 kconfig: hide irrelevant sub-menus for oldconfig by Masahiro Yamada · 7 years ago
  5. 99f0b65 kconfig: remove redundant input_mode test for check_conf() loop by Masahiro Yamada · 7 years ago
  6. 4bb3a5b kconfig: remove unneeded input_mode test in conf() by Masahiro Yamada · 7 years ago
  7. 59a80b5 kconfig: do not call check_conf() for olddefconfig by Masahiro Yamada · 7 years ago
  8. 9e3e10c kconfig: send error messages to stderr by Masahiro Yamada · 7 years ago
  9. f3ff6fb kconfig: echo stdin to stdout if either is redirected by Masahiro Yamada · 7 years ago
  10. d2a0464 kconfig: remove check_stdin() by Masahiro Yamada · 7 years ago
  11. 4f208f3 kconfig: show '?' prompt even if no help text is available by Masahiro Yamada · 7 years ago
  12. cedd55d kconfig: Remove silentoldconfig from help and docs; fix kconfig/conf's help by Marc Herbert · 7 years ago
  13. 5a3dc71 kconfig: make xfgets() really static by Masahiro Yamada · 7 years ago
  14. 52e58a3 kconfig: make input_mode static by Masahiro Yamada · 7 years ago
  15. 74dba80 kconfig: allow kconfig to handle longer path names by Markus Mayer · 9 years ago
  16. 0a1f00a kconfig: Do not print status messages in make -s mode by Michal Marek · 10 years ago
  17. bb66fc6 kbuild: trivial - use tabs for code indent where possible by Masahiro Yamada · 10 years ago
  18. 3b9a19e kconfig: loop as long as we changed some symbols in randconfig by Yann E. MORIN · 12 years ago
  19. a5f6d79 kconfig/conf: print the seed used to initialise the RNG for randconfig by Yann E. MORIN · 12 years ago
  20. e85ac12 kconfig/conf: accept a base-16 seed for randconfig by Yann E. MORIN · 12 years ago
  21. 0d8024c kconfig: allow specifying the seed for randconfig by Yann E. MORIN · 12 years ago
  22. 62dc989 kbuild: Fix missing '\n' for NEW symbols in yes "" | make oldconfig >conf.new by Ben Hutchings · 12 years ago
  23. fb16d89 kconfig: replace 'oldnoconfig' with 'olddefconfig', and keep the old name as an alias by Adam Lee · 12 years ago
  24. 1d52a4a kconfig: document oldnoconfig to what it really does in conf.c by Adam Lee · 12 years ago
  25. 9f420bf kbuild: all{no,yes,mod,def,rand}config only read files when instructed to. by Eric W. Biederman · 13 years ago
  26. 5efe241 kconfig: Add error handling to KCONFIG_ALLCONFIG by Eric W. Biederman · 13 years ago
  27. ab63f58 kconfig/conf: mark xfgets() private by Arnaud Lacombe · 13 years ago
  28. 3254399 kconfig/conf: add command line options' description by Arnaud Lacombe · 14 years ago
  29. 275744c kconfig/conf: reduce the scope of `defconfig_file' by Arnaud Lacombe · 14 years ago
  30. 5a6f8d2 kconfig: nuke LKC_DIRECT_LINK cruft by Arnaud Lacombe · 13 years ago
  31. d8fc320 kconfig: annotate non-trivial fall-trough by Arnaud Lacombe · 13 years ago
  32. 3ba4162 kconfig: Avoid buffer underrun in choice input by Ben Hutchings · 14 years ago
  33. bf128f5 kconfig/conf: merge duplicate switch's case by Arnaud Lacombe · 14 years ago
  34. 239060b Merge branch 'kbuild/rc-fixes' into kbuild/kconfig by Michal Marek · 14 years ago
  35. e9203c9 kbuild: fix oldnoconfig to do the right thing by Kyle McMartin · 14 years ago
  36. 652cf98 kconfig: rephrase help texts/comments not to include the package name by Arnaud Lacombe · 14 years ago
  37. ffb5957 kconfig: allow build-time definition of the internal config prefix by Arnaud Lacombe · 14 years ago
  38. 71d8066 kbuild: fix oldnoconfig to do the right thing by Kyle McMartin · 14 years ago
  39. c94d3fb kbuild: use getopt_long(), not its _only() variant by Arnaud Lacombe · 14 years ago
  40. 090b710 Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 by Linus Torvalds · 14 years ago
  41. 4418a2b kconfig: Fix warning: ignoring return value of 'fgets' by Jean Sacren · 14 years ago
  42. 1482834 kconfig: fix make oldconfig by Sam Ravnborg · 14 years ago
  43. 7cf3d73 kconfig: add savedefconfig by Sam Ravnborg · 14 years ago
  44. 0748cb3 kconfig: add alldefconfig by Sam Ravnborg · 14 years ago
  45. 861b4ea kconfig: change nonint_oldconfig to listnewconfig by Sam Ravnborg · 14 years ago
  46. ef61ca8 kconfig: rename loose_nonint_oldconfig => oldnoconfig by Sam Ravnborg · 14 years ago
  47. 4062f1a kconfig: use long options in conf by Sam Ravnborg · 14 years ago
  48. 60c8eca scripts:conf.c Fix warning: variable 'type' set but not used by Justin P. Mattock · 14 years ago
  49. f0778c8 kconfig: introduce nonint_oldconfig and loose_nonint_oldconfig by Aristeu Rozanski · 15 years ago
  50. 4356f48 kbuild: add static to prototypes by Trevor Keith · 15 years ago
  51. 66c4bd8 kconfig: make use of menu_get_ext_help in "make config" by Cheng Renquan · 15 years ago
  52. 284026c kconfig: do not hardcode ".config" filename by Markus Heidelberg · 16 years ago
  53. b0fe551 kconfig: improve seed in randconfig by Ingo Molnar · 16 years ago
  54. 204c96f kconfig: fix silentoldconfig by zippel@linux-m68k.org · 16 years ago
  55. 22127f2 kconfig: always write out .config by Sam Ravnborg · 16 years ago
  56. 09748e1 kconfig: make defconfig is no longer chatty by Sam Ravnborg · 16 years ago
  57. cd9140e1e kconfig: make oldconfig is now less chatty by Sam Ravnborg · 16 years ago
  58. f443d2e kconfig: speed up all*config + randconfig by Sam Ravnborg · 16 years ago
  59. f5eaa32 kconfig: tristate choices with mixed tristate and boolean values by Jan Beulich · 17 years ago
  60. 534a450 kconfig: gettext support for config by EGRY Gabor · 17 years ago
  61. 07f7668 kconfig: use C89 random functions in conf.c by Ladislav Michl · 17 years ago
  62. 75ff430 kconfig: fix whitespace and sort includes in conf.c by Ladislav Michl · 17 years ago
  63. 2f4b489 kconfig: use getopt() in conf.c for handling command line arguments by Andres Salomon · 17 years ago
  64. 870e6f7 kconfig: obey KCONFIG_ALLCONFIG choices with randconfig. by Paul Mundt · 17 years ago
  65. 6840999 x86: simplify "make ARCH=x86" and fix kconfig all.config by Sam Ravnborg · 17 years ago
  66. 2a11328 kconfig: use $K64BIT to set 64BIT with all*config targets by Sam Ravnborg · 17 years ago
  67. f82f3f9 kconfig: oldconfig shall not set symbols if it does not need to by Roman Zippel · 17 years ago
  68. 03d2912 kconfig: attach help text to menus by Sam Ravnborg · 17 years ago
  69. 7ac1c14 kbuild: be more explicit on missing .config file by Randy Dunlap · 18 years ago
  70. b321429 [PATCH] kconfig: new function "bool conf_get_changed(void)" by Karsten Wiese · 18 years ago
  71. 250725a kconfig: exit if no beginning filename by Randy Dunlap · 18 years ago
  72. 669bfad kconfig: allow loading multiple configurations by Roman Zippel · 18 years ago
  73. c955cca kconfig: fix .config dependencies by Roman Zippel · 18 years ago
  74. 9dfb563 [PATCH] config: update usage/help info by Randy Dunlap · 19 years ago
  75. 59c6a3f kconfig: revert conf behaviour change by Roman Zippel · 19 years ago
  76. 40aee72 kconfig: fix default value for choice input by Roman Zippel · 19 years ago
  77. 96e9dd1 [PATCH] kconf: Check for eof from input stream. by Ben Collins · 19 years ago
  78. 9038916 [PATCH] kconfig: preset config during all*config by Roman Zippel · 19 years ago
  79. 3f23ca2 [PATCH] kconfig: fix restart for choice symbols by Roman Zippel · 19 years ago
  80. 48b9d03 [PATCH] Kill signed chars by J.A. Magallon · 19 years ago
  81. 3b9fa09 [PATCH] Kconfig i18n support by Arnaldo Carvalho de Melo · 20 years ago
  82. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago