1. 0c5b6c28 kconfig: Clear "written" flag to avoid data loss by M. Vefa Bicakci · 5 years ago
  2. 8e2442a kconfig: fix missing choice values in auto.conf by Masahiro Yamada · 5 years ago
  3. e3cd513 kconfig: remove meaningless if-conditional in conf_read() by Masahiro Yamada · 5 years ago
  4. baa23ec kconfig: Fix spelling of sym_is_changable by Marco Ammon · 5 years ago
  5. b6f7e9f kconfig: require the argument of --defconfig by Masahiro Yamada · 6 years ago
  6. aff11cd kconfig: Terminate menu blocks with a comment in the generated config by Alexander Popov · 6 years ago
  7. 9b9f594 kconfig: make conf_get_autoconfig_name() static by Masahiro Yamada · 6 years ago
  8. b9d1a8e kconfig: use snprintf for formatting pathnames by Jacob Garber · 6 years ago
  9. 4cb7261 kconfig: remove useless NULL pointer check in conf_write_dep() by Masahiro Yamada · 6 years ago
  10. 580c5b3 kconfig: make parent directories for the saved .config as needed by Masahiro Yamada · 6 years ago
  11. 67424f6 kconfig: do not write .config if the content is the same by Masahiro Yamada · 6 years ago
  12. ceb7f32 kconfig: do not accept a directory for configuration output by Masahiro Yamada · 6 years ago
  13. 558e78e kconfig: split some C files out of zconf.y by Masahiro Yamada · 6 years ago
  14. 0c87410 kconfig: convert to SPDX License Identifier by Masahiro Yamada · 6 years ago
  15. 2aabbed kconfig: remove S_OTHER symbol type and correct dependency tracking by Masahiro Yamada · 6 years ago
  16. 1508fec kconfig: split out code touching a file to conf_touch_dep() by Masahiro Yamada · 6 years ago
  17. 0849d21 kconfig: rename conf_split_config() to conf_touch_deps() by Masahiro Yamada · 6 years ago
  18. 75889e9 kconfig: remove unneeded setsym label in conf_read_simple() by Masahiro Yamada · 6 years ago
  19. 00c864f kconfig: allow all config targets to write auto.conf if missing by Masahiro Yamada · 6 years ago
  20. 79123b1 kconfig: create directories needed for syncconfig by itself by Masahiro Yamada · 6 years ago
  21. 0608182 kconfig: split out useful helpers in confdata.c by Masahiro Yamada · 6 years ago
  22. a2ff404 kconfig: rename file_write_dep and move it to confdata.c by Masahiro Yamada · 6 years ago
  23. 5accd7f kconfig: handle format string before calling conf_message_callback() by Masahiro Yamada · 6 years ago
  24. 693359f kconfig: rename SYMBOL_AUTO to SYMBOL_NO_WRITE by Dirk Gouders · 6 years ago
  25. 2ae89c7 kconfig: Avoid format overflow warning from GCC 8.1 by Nathan Chancellor · 7 years ago
  26. 104daea kconfig: reference environment variables directly and remove 'option env=' by Masahiro Yamada · 7 years ago
  27. 694c49a kconfig: drop localization support by Sam Ravnborg · 7 years ago
  28. cd81fc8 kconfig: add xstrdup() helper by Masahiro Yamada · 7 years ago
  29. d717f24d kconfig: add xrealloc() helper by Masahiro Yamada · 7 years ago
  30. 84dd95d kconfig: make conf_unsaved a local variable of conf_read() by Masahiro Yamada · 7 years ago
  31. b92d804 kconfig: drop 'boolean' keyword by Masahiro Yamada · 7 years ago
  32. a466391 kconfig: add unexpected data itself to warning by Paul Bolle · 9 years ago
  33. 6b87b70 unbreak allmodconfig KCONFIG_ALLCONFIG=... by Al Viro · 9 years ago
  34. 35ffd08 kconfig: Delete unnecessary checks before the function call "sym_calc_value" by Markus Elfring · 9 years ago
  35. ad8d40c kconfig: Remove unnecessary prototypes from headers by Michal Marek · 10 years ago
  36. b6a2ab2 kconfig: use va_end to match corresponding va_start by Colin Ian King · 10 years ago
  37. 5d2acfc kconfig: make allnoconfig disable options behind EMBEDDED and EXPERT by Josh Triplett · 11 years ago
  38. 04b19b77 kconfig: silence warning when parsing auto.conf when a symbol has changed type by Yann E. MORIN · 11 years ago
  39. 490f161 Revert "kconfig: fix randomising choice entries in presence of KCONFIG_ALLCONFIG" by Yann E. MORIN · 12 years ago
  40. 8357b48 kconfig: fix randomising choice entries in presence of KCONFIG_ALLCONFIG by Yann E. MORIN · 12 years ago
  41. 3b9a19e kconfig: loop as long as we changed some symbols in randconfig by Yann E. MORIN · 12 years ago
  42. e6abf12 kconfig/conf: fix randconfig setting multiple symbols in a choice by Yann E. MORIN · 12 years ago
  43. fbe98bb9 kconfig: Fix defconfig when one choice menu selects options that another choice menu depends on by Arve Hjønnevåg · 12 years ago
  44. 23a5dfd Revert "kconfig: fix randomising choice entries in presence of KCONFIG_ALLCONFIG" by Yann E. MORIN · 12 years ago
  45. e43956e kconfig: implement KCONFIG_PROBABILITY for randconfig by Yann E. MORIN · 12 years ago
  46. 422c809 kconfig: fix randomising choice entries in presence of KCONFIG_ALLCONFIG by Yann E. MORIN · 12 years ago
  47. cfa98f2 kconfig: do not override symbols already set by Yann E. MORIN · 12 years ago
  48. 61fa0e1 kconfig: fix randconfig tristate detection by Yann E. MORIN · 12 years ago
  49. 1a7a8c6 kconfig: allow long lines in config file by Cody Schafer · 12 years ago
  50. e4757ca kconfig: delete last traces of __enabled_ from autoconf.h by Paul Gortmaker · 13 years ago
  51. a959613 Revert "kconfig: fix __enabled_ macros definition for invisible and un-selected symbols" by Paul Gortmaker · 13 years ago
  52. 5d09598 kconfig: fix new choices being skipped upon config update by Arnaud Lacombe · 13 years ago
  53. 70cc01e kconfig: use xfwrite wrapper function to silence warnings by Peter Foley · 13 years ago
  54. 953742c kconfig: fix __enabled_ macros definition for invisible and un-selected symbols by Arnaud Lacombe · 13 years ago
  55. 2a11c8e kconfig: Introduce IS_ENABLED(), IS_BUILTIN() and IS_MODULE() by Michal Marek · 13 years ago
  56. eb4cf5a6 kconfig: fix missing "0x" prefix from S_HEX symbol in autoconf.h by Arnaud Lacombe · 13 years ago
  57. e54e692 kconfig: introduce specialized printer by Arnaud Lacombe · 14 years ago
  58. 36fee53 Merge branch 'kconfig-trivial' of git://github.com/lacombar/linux-2.6 into kbuild/kconfig by Michal Marek · 14 years ago
  59. 5a6f8d2 kconfig: nuke LKC_DIRECT_LINK cruft by Arnaud Lacombe · 14 years ago
  60. 10a4b27 kconfig: add missing <stdarg.h> inclusion by Arnaud Lacombe · 14 years ago
  61. 75f1468 kconfig: fix return code for invalid boolean symbol in conf_set_sym_val() by Arnaud Lacombe · 14 years ago
  62. d8fc320 kconfig: annotate non-trivial fall-trough by Arnaud Lacombe · 14 years ago
  63. 4c54f0f kconfig: Only generate config_is_xxx for bool and tristate options by Michal Marek · 14 years ago
  64. 51f31af Merge branch 'kbuild/kconfig-for-40' into kbuild/kconfig by Michal Marek · 14 years ago
  65. bdebd48 kconfig: do not record timestamp in .config by Arnaud Lacombe · 14 years ago
  66. de12518 kconfig: autogenerated config_is_xxx macro by Jean-Christophe PLAGNIOL-VILLARD · 14 years ago
  67. c33724a kconfig: Do not record timestamp in auto.conf and autoconf.h by Michal Marek · 16 years ago
  68. 579fb8e kconfig: fix typos by Arnaud Lacombe · 14 years ago
  69. 0dce631 kconfig: nuke second argument of conf_write_symbol() by Arnaud Lacombe · 14 years ago
  70. 6e71fab kconfig: do not define AUTOCONF_INCLUDED by Arnaud Lacombe · 14 years ago
  71. 70c74e5 Merge branch 'message-callback' into kbuild/kconfig by Michal Marek · 14 years ago
  72. 1408b15 kconfig: Use PATH_MAX instead of 128 for path buffer sizes. by Will Newton · 14 years ago
  73. 8bea754 kconfig: Don't go out from read config loop when you read new symbol by Naohiro Aota · 14 years ago
  74. 0954828 kconfig: replace KERNELVERSION usage by the mainmenu's prompt by Arnaud Lacombe · 14 years ago
  75. ffb5957 kconfig: allow build-time definition of the internal config prefix by Arnaud Lacombe · 14 years ago
  76. 8baefd3 kconfig: replace a `switch()' statement by a more flexible `if()' statement by Arnaud Lacombe · 14 years ago
  77. 42368c3 kconfig: Allow frontends to display messages themselves by Michal Marek · 14 years ago
  78. 94bedec kbuild: confdata.c explicitly reference errno, thus need <errno.h> by Arnaud Lacombe · 14 years ago
  79. 84062dd kconfig: fix savedefconfig with choice marked optional by Sam Ravnborg · 14 years ago
  80. bf5e327 kconfig: Fix warning: ignoring return value of 'fwrite' by Jean Sacren · 14 years ago
  81. a64b44e kconfig: fix tristate choice with minimal config by Sam Ravnborg · 14 years ago
  82. 801690c kconfig: fix savedefconfig for tristate choices by Sam Ravnborg · 14 years ago
  83. 7cf3d73 kconfig: add savedefconfig by Sam Ravnborg · 14 years ago
  84. 49192f2 kconfig: code refactoring in confdata.c by Sam Ravnborg · 14 years ago
  85. ac1ffde kconfig: fix MODULES-related bug in case of no .config by Ulf Magnusson · 14 years ago
  86. 1244b41 kconfig: make randconfig fair for booleans by Peter Korsgaard · 14 years ago
  87. bc081dd kbuild: generate modules.builtin by Michal Marek · 15 years ago
  88. 264a268 kbuild: move autoconf.h to include/generated by Sam Ravnborg · 15 years ago
  89. 4356f48 kbuild: add static to prototypes by Trevor Keith · 15 years ago
  90. 12122f6 kconfig: do not hardcode "include/config/auto.conf" filename by Markus Heidelberg · 16 years ago
  91. 184832c kconfig: fix randconfig for choice blocks by Sam Ravnborg · 16 years ago
  92. ce97e13 fix allmodconfig breakage by Al Viro · 16 years ago
  93. 661b068 kconfig: readd lost change count by zippel@linux-m68k.org · 16 years ago
  94. f072181 kconfig: drop the ""trying to assign nonexistent symbol" warning by Sam Ravnborg · 16 years ago
  95. dc7862e kconfig: set all new symbols automatically by Roman Zippel · 17 years ago
  96. 7a96292 kconfig: explicitly introduce expression list by Roman Zippel · 17 years ago
  97. d6ee357 kconfig: rename E_OR & friends to avoid name clash by Sam Ravnborg · 17 years ago
  98. d84876f kconfig: allow overriding symbols by Jan Engelhardt · 17 years ago
  99. 6840999 x86: simplify "make ARCH=x86" and fix kconfig all.config by Sam Ravnborg · 17 years ago
  100. 0f855aa kconfig: add helper to set config symbol from environment variable by Sam Ravnborg · 17 years ago