1. c56ece1 kconfig: fix broken dependency in randconfig-generated .config by Masahiro Yamada · 4 years, 4 months ago
  2. 1ec1dfb kconfig: Avoid format overflow warning from GCC 8.1 by Nathan Chancellor · 6 years ago
  3. a466391 kconfig: add unexpected data itself to warning by Paul Bolle · 8 years ago
  4. 6b87b70 unbreak allmodconfig KCONFIG_ALLCONFIG=... by Al Viro · 8 years ago
  5. 35ffd08 kconfig: Delete unnecessary checks before the function call "sym_calc_value" by Markus Elfring · 9 years ago
  6. ad8d40c kconfig: Remove unnecessary prototypes from headers by Michal Marek · 9 years ago
  7. b6a2ab2 kconfig: use va_end to match corresponding va_start by Colin Ian King · 9 years ago
  8. 5d2acfc kconfig: make allnoconfig disable options behind EMBEDDED and EXPERT by Josh Triplett · 10 years ago
  9. 04b19b7 kconfig: silence warning when parsing auto.conf when a symbol has changed type by Yann E. MORIN · 11 years ago
  10. 490f161 Revert "kconfig: fix randomising choice entries in presence of KCONFIG_ALLCONFIG" by Yann E. MORIN · 11 years ago
  11. 8357b48 kconfig: fix randomising choice entries in presence of KCONFIG_ALLCONFIG by Yann E. MORIN · 11 years ago
  12. 3b9a19e kconfig: loop as long as we changed some symbols in randconfig by Yann E. MORIN · 11 years ago
  13. e6abf12 kconfig/conf: fix randconfig setting multiple symbols in a choice by Yann E. MORIN · 11 years ago
  14. fbe98bb kconfig: Fix defconfig when one choice menu selects options that another choice menu depends on by Arve Hjønnevåg · 11 years ago
  15. 23a5dfd Revert "kconfig: fix randomising choice entries in presence of KCONFIG_ALLCONFIG" by Yann E. MORIN · 11 years ago
  16. e43956e kconfig: implement KCONFIG_PROBABILITY for randconfig by Yann E. MORIN · 11 years ago
  17. 422c809 kconfig: fix randomising choice entries in presence of KCONFIG_ALLCONFIG by Yann E. MORIN · 11 years ago
  18. cfa98f2 kconfig: do not override symbols already set by Yann E. MORIN · 11 years ago
  19. 61fa0e1 kconfig: fix randconfig tristate detection by Yann E. MORIN · 11 years ago
  20. 1a7a8c6 kconfig: allow long lines in config file by Cody Schafer · 12 years ago
  21. e4757ca kconfig: delete last traces of __enabled_ from autoconf.h by Paul Gortmaker · 12 years ago
  22. a959613 Revert "kconfig: fix __enabled_ macros definition for invisible and un-selected symbols" by Paul Gortmaker · 12 years ago
  23. 5d09598 kconfig: fix new choices being skipped upon config update by Arnaud Lacombe · 12 years ago
  24. 70cc01e kconfig: use xfwrite wrapper function to silence warnings by Peter Foley · 13 years ago
  25. 953742c kconfig: fix __enabled_ macros definition for invisible and un-selected symbols by Arnaud Lacombe · 13 years ago
  26. 2a11c8e kconfig: Introduce IS_ENABLED(), IS_BUILTIN() and IS_MODULE() by Michal Marek · 13 years ago
  27. eb4cf5a kconfig: fix missing "0x" prefix from S_HEX symbol in autoconf.h by Arnaud Lacombe · 13 years ago
  28. e54e692 kconfig: introduce specialized printer by Arnaud Lacombe · 13 years ago
  29. 36fee53 Merge branch 'kconfig-trivial' of git://github.com/lacombar/linux-2.6 into kbuild/kconfig by Michal Marek · 13 years ago
  30. 5a6f8d2 kconfig: nuke LKC_DIRECT_LINK cruft by Arnaud Lacombe · 13 years ago
  31. 10a4b27 kconfig: add missing <stdarg.h> inclusion by Arnaud Lacombe · 13 years ago
  32. 75f1468 kconfig: fix return code for invalid boolean symbol in conf_set_sym_val() by Arnaud Lacombe · 13 years ago
  33. d8fc320 kconfig: annotate non-trivial fall-trough by Arnaud Lacombe · 13 years ago
  34. 4c54f0f kconfig: Only generate config_is_xxx for bool and tristate options by Michal Marek · 13 years ago
  35. 51f31af Merge branch 'kbuild/kconfig-for-40' into kbuild/kconfig by Michal Marek · 13 years ago
  36. bdebd48 kconfig: do not record timestamp in .config by Arnaud Lacombe · 13 years ago
  37. de12518 kconfig: autogenerated config_is_xxx macro by Jean-Christophe PLAGNIOL-VILLARD · 13 years ago
  38. c33724a kconfig: Do not record timestamp in auto.conf and autoconf.h by Michal Marek · 15 years ago
  39. 579fb8e kconfig: fix typos by Arnaud Lacombe · 13 years ago
  40. 0dce631 kconfig: nuke second argument of conf_write_symbol() by Arnaud Lacombe · 13 years ago
  41. 6e71fab kconfig: do not define AUTOCONF_INCLUDED by Arnaud Lacombe · 13 years ago
  42. 70c74e5 Merge branch 'message-callback' into kbuild/kconfig by Michal Marek · 14 years ago
  43. 1408b15 kconfig: Use PATH_MAX instead of 128 for path buffer sizes. by Will Newton · 14 years ago
  44. 8bea754 kconfig: Don't go out from read config loop when you read new symbol by Naohiro Aota · 14 years ago
  45. 0954828 kconfig: replace KERNELVERSION usage by the mainmenu's prompt by Arnaud Lacombe · 14 years ago
  46. ffb5957 kconfig: allow build-time definition of the internal config prefix by Arnaud Lacombe · 14 years ago
  47. 8baefd3 kconfig: replace a `switch()' statement by a more flexible `if()' statement by Arnaud Lacombe · 14 years ago
  48. 42368c3 kconfig: Allow frontends to display messages themselves by Michal Marek · 14 years ago
  49. 94bedec kbuild: confdata.c explicitly reference errno, thus need <errno.h> by Arnaud Lacombe · 14 years ago
  50. 84062dd kconfig: fix savedefconfig with choice marked optional by Sam Ravnborg · 14 years ago
  51. bf5e327 kconfig: Fix warning: ignoring return value of 'fwrite' by Jean Sacren · 14 years ago
  52. a64b44e kconfig: fix tristate choice with minimal config by Sam Ravnborg · 14 years ago
  53. 801690c kconfig: fix savedefconfig for tristate choices by Sam Ravnborg · 14 years ago
  54. 7cf3d73 kconfig: add savedefconfig by Sam Ravnborg · 14 years ago
  55. 49192f2 kconfig: code refactoring in confdata.c by Sam Ravnborg · 14 years ago
  56. ac1ffde kconfig: fix MODULES-related bug in case of no .config by Ulf Magnusson · 14 years ago
  57. 1244b41 kconfig: make randconfig fair for booleans by Peter Korsgaard · 14 years ago
  58. bc081dd kbuild: generate modules.builtin by Michal Marek · 14 years ago
  59. 264a268 kbuild: move autoconf.h to include/generated by Sam Ravnborg · 15 years ago
  60. 4356f48 kbuild: add static to prototypes by Trevor Keith · 15 years ago
  61. 12122f6 kconfig: do not hardcode "include/config/auto.conf" filename by Markus Heidelberg · 15 years ago
  62. 184832c kconfig: fix randconfig for choice blocks by Sam Ravnborg · 15 years ago
  63. ce97e13 fix allmodconfig breakage by Al Viro · 16 years ago
  64. 661b068 kconfig: readd lost change count by zippel@linux-m68k.org · 16 years ago
  65. f072181 kconfig: drop the ""trying to assign nonexistent symbol" warning by Sam Ravnborg · 16 years ago
  66. dc7862e kconfig: set all new symbols automatically by Roman Zippel · 16 years ago
  67. 7a96292 kconfig: explicitly introduce expression list by Roman Zippel · 16 years ago
  68. d6ee357 kconfig: rename E_OR & friends to avoid name clash by Sam Ravnborg · 16 years ago
  69. d84876f kconfig: allow overriding symbols by Jan Engelhardt · 16 years ago
  70. 6840999 x86: simplify "make ARCH=x86" and fix kconfig all.config by Sam Ravnborg · 17 years ago
  71. 0f855aa kconfig: add helper to set config symbol from environment variable by Sam Ravnborg · 17 years ago
  72. 9c900a9 kconfig: factor out code in confdata.c by Sam Ravnborg · 17 years ago
  73. d8982ba kconfig: reset generated values only if Kconfig and .config agree. by Roman Zippel · 17 years ago
  74. 3b354c5 [PATCH] kconfig: add "void conf_set_changed_callback(void (*fn)(void))", use it in qconf.cc by Karsten Wiese · 17 years ago
  75. bfc1000 [PATCH] kconfig: make sym_change_count static, let it be altered by 2 functions only by Karsten Wiese · 17 years ago
  76. b321429 [PATCH] kconfig: new function "bool conf_get_changed(void)" by Karsten Wiese · 17 years ago
  77. 9a3d0fe kconfig: fix saving alternate kconfig file in parent dir by Sam Ravnborg · 18 years ago
  78. d3660a8 kconfig: support DOS line endings by Matthew Wilcox · 18 years ago
  79. 002d27b kconfig: correct oldconfig for unset choice options by Roman Zippel · 18 years ago
  80. 14cdd3c kconfig: KCONFIG_OVERWRITECONFIG by Roman Zippel · 18 years ago
  81. face437 kconfig: add defconfig_list/module option by Roman Zippel · 18 years ago
  82. 2e3646e kconfig: integrate split config into silentoldconfig by Roman Zippel · 18 years ago
  83. 669bfad kconfig: allow loading multiple configurations by Roman Zippel · 18 years ago
  84. 0c1822e kconfig: allow multiple default values per symbol by Roman Zippel · 18 years ago
  85. c955cca kconfig: fix .config dependencies by Roman Zippel · 18 years ago
  86. ddc97ca kconfig: improve config load/save output by Roman Zippel · 18 years ago
  87. b5ac481 kconfig: fix typo in change count initialization by Roman Zippel · 18 years ago
  88. dc9a49a kconfig: fix time ordering of writes to .kconfig.d and include/linux/autoconf.h by Jan Beulich · 18 years ago
  89. 2244cbd kbuild: create .kernelrelease at *config step by Sam Ravnborg · 18 years ago
  90. c1a0f5e [PATCH] kconfig: stricter error checking for .config by Roman Zippel · 19 years ago
  91. 9038916 [PATCH] kconfig: preset config during all*config by Roman Zippel · 19 years ago
  92. 48b9d03 [PATCH] Kill signed chars by J.A. Magallon · 19 years ago
  93. 3b9fa09 [PATCH] Kconfig i18n support by Arnaldo Carvalho de Melo · 19 years ago
  94. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago