| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-04-29 | kconfig: fix potential NULL pointer dereference in conf_askvalue | Xingjing Deng | 1 | -4/+2 |
| 2025-06-30 | kconfig: rename menu_get_parent_menu() to menu_get_menu_or_parent_menu() | Masahiro Yamada | 1 | -1/+1 |
| 2024-11-06 | kconfig: document the positional argument in the help message | Masahiro Yamada | 1 | -1/+4 |
| 2024-07-16 | kconfig: remove sym_get_choice_value() | Masahiro Yamada | 1 | -4/+2 |
| 2024-07-16 | kconfig: refactor choice value calculation | Masahiro Yamada | 1 | -68/+61 |
| 2024-07-16 | kconfig: introduce choice_set_value() helper | Masahiro Yamada | 1 | -1/+1 |
| 2024-07-16 | kconfig: refactor conf_set_all_new_symbols() to reduce indentation level | Masahiro Yamada | 1 | -31/+30 |
| 2024-07-16 | kconfig: remove tristate choice support | Masahiro Yamada | 1 | -50/+6 |
| 2024-05-10 | kconfig: turn conf_choice() into void function | Masahiro Yamada | 1 | -6/+5 |
| 2024-05-02 | kconfig: remove unneeded if-conditional in conf_choice() | Masahiro Yamada | 1 | -3/+2 |
| 2024-03-28 | kconfig: do not reparent the menu inside a choice block | Masahiro Yamada | 1 | -5/+0 |
| 2024-02-20 | kconfig: use generic macros to implement symbol hashtable | Masahiro Yamada | 1 | -6/+6 |
| 2023-12-29 | kconfig: WERROR unmet symbol dependency | Sergey Senozhatsky | 1 | -0/+6 |
| 2022-09-29 | Kconfig: remove sym_set_choice_value | Zeng Heng | 1 | -1/+1 |
| 2021-12-02 | kconfig: Add `make mod2noconfig` to disable module options | Josh Triplett | 1 | -7/+10 |
| 2021-10-11 | kconfig: refactor listnewconfig code | Masahiro Yamada | 1 | -12/+2 |
| 2021-10-01 | kconfig: remove 'const' from the return type of sym_escape_string_value() | Masahiro Yamada | 1 | -8/+7 |
| 2021-06-05 | kconfig: constify long_opts | Masahiro Yamada | 1 | -1/+1 |
| 2021-04-14 | kconfig: remove allnoconfig_y option | Masahiro Yamada | 1 | -4/+1 |
| 2021-04-14 | kconfig: move conf_set_all_new_symbols() to conf.c | Masahiro Yamada | 1 | -0/+193 |
| 2021-03-25 | kconfig: move conf_rewrite_mod_or_yes() to conf.c | Masahiro Yamada | 1 | -0/+15 |
| 2021-03-25 | kconfig: remove assignment for Kconfig file | Masahiro Yamada | 1 | -2/+1 |
| 2021-03-25 | kconfig: add help messages for --help (-h) and --silent (-s) | Masahiro Yamada | 1 | -3/+7 |
| 2021-03-25 | kconfig: add long options --help and --silent | Masahiro Yamada | 1 | -0/+2 |
| 2021-03-25 | kconfig: refactor option parse code | Masahiro Yamada | 1 | -48/+43 |
| 2021-03-25 | kconfig: split randconfig setup code into set_randconfig_seed() | Masahiro Yamada | 1 | -23/+31 |
| 2021-02-24 | kconfig: omit --oldaskconfig option for 'make config' | Masahiro Yamada | 1 | -0/+1 |
| 2021-02-24 | kconfig: fix 'invalid option' for help option | Masahiro Yamada | 1 | -2/+2 |
| 2021-02-24 | kconfig: remove dead code in conf_askvalue() | Masahiro Yamada | 1 | -15/+1 |
| 2021-02-24 | kconfig: clean up nested if-conditionals in check_conf() | Masahiro Yamada | 1 | -25/+28 |
| 2021-02-24 | kconfig: Remove duplicate call to sym_get_string_value() | Mickaël Salaün | 1 | -1/+1 |
| 2020-12-08 | kconfig: clean up header inclusion | Boris Kolpackov | 1 | -1/+0 |
| 2020-01-07 | kconfig: Add yes2modconfig and mod2yesconfig targets. | Tetsuo Handa | 1 | -0/+16 |
| 2019-11-11 | kconfig: Add option to get the full help text with listnewconfig | Laura Abbott | 1 | -1/+12 |
| 2019-07-06 | kconfig: Fix spelling of sym_is_changable | Marco Ammon | 1 | -3/+3 |
| 2019-06-09 | kconfig: require the argument of --defconfig | Masahiro Yamada | 1 | -3/+1 |
| 2019-02-27 | kbuild: move ".config not found!" message from Kconfig to Makefile | Masahiro Yamada | 1 | -13/+0 |
| 2018-12-28 | kconfig: convert to SPDX License Identifier | Masahiro Yamada | 1 | -1/+1 |
| 2018-11-02 | kconfig: remove oldnoconfig target | Masahiro Yamada | 1 | -7/+0 |
| 2018-08-22 | kconfig: suppress "configuration written to .config" for syncconfig | Masahiro Yamada | 1 | -0/+5 |
| 2018-07-25 | kconfig: allow all config targets to write auto.conf if missing | Masahiro Yamada | 1 | -14/+17 |
| 2018-07-25 | kconfig: make syncconfig update .config regardless of sym_change_count | Masahiro Yamada | 1 | -4/+6 |
| 2018-05-28 | kconfig: drop localization support | Sam Ravnborg | 1 | -28/+23 |
| 2018-04-13 | kconfig: extend output of 'listnewconfig' | Don Zickus | 1 | -2/+12 |
| 2018-03-26 | kconfig: rename silentoldconfig to syncconfig | Masahiro Yamada | 1 | -10/+10 |
| 2018-03-26 | kconfig: hide irrelevant sub-menus for oldconfig | Masahiro Yamada | 1 | -3/+6 |
| 2018-03-26 | kconfig: remove redundant input_mode test for check_conf() loop | Masahiro Yamada | 1 | -1/+1 |
| 2018-03-26 | kconfig: remove unneeded input_mode test in conf() | Masahiro Yamada | 1 | -3/+1 |
| 2018-03-26 | kconfig: do not call check_conf() for olddefconfig | Masahiro Yamada | 1 | -5/+5 |
| 2018-02-09 | kconfig: send error messages to stderr | Masahiro Yamada | 1 | -4/+6 |
| 2018-02-09 | kconfig: echo stdin to stdout if either is redirected | Masahiro Yamada | 1 | -3/+4 |
| 2018-02-09 | kconfig: remove check_stdin() | Masahiro Yamada | 1 | -14/+0 |
| 2018-02-09 | kconfig: show '?' prompt even if no help text is available | Masahiro Yamada | 1 | -7/+2 |
| 2018-01-28 | kconfig: Remove silentoldconfig from help and docs; fix kconfig/conf's help | Marc Herbert | 1 | -2/+3 |
| 2018-01-22 | kconfig: make xfgets() really static | Masahiro Yamada | 1 | -10/+7 |
| 2018-01-22 | kconfig: make input_mode static | Masahiro Yamada | 1 | -1/+2 |
| 2015-12-10 | kconfig: allow kconfig to handle longer path names | Markus Mayer | 1 | -3/+4 |
| 2015-04-09 | kconfig: Do not print status messages in make -s mode | Michal Marek | 1 | -2/+6 |
| 2014-06-10 | kbuild: trivial - use tabs for code indent where possible | Masahiro Yamada | 1 | -1/+1 |
| 2013-06-24 | kconfig: loop as long as we changed some symbols in randconfig | Yann E. MORIN | 1 | -1/+2 |
| 2013-06-18 | kconfig/conf: print the seed used to initialise the RNG for randconfig | Yann E. MORIN | 1 | -0/+1 |
| 2013-06-18 | kconfig/conf: accept a base-16 seed for randconfig | Yann E. MORIN | 1 | -1/+1 |
| 2013-04-25 | kconfig: allow specifying the seed for randconfig | Yann E. MORIN | 1 | -1/+11 |
| 2013-02-19 | kbuild: Fix missing '\n' for NEW symbols in yes "" | make oldconfig >conf.new | Ben Hutchings | 1 | -1/+6 |
| 2012-09-27 | kconfig: replace 'oldnoconfig' with 'olddefconfig', and keep the old name as ... | Adam Lee | 1 | -9/+16 |
| 2012-08-31 | kconfig: document oldnoconfig to what it really does in conf.c | Adam Lee | 1 | -1/+1 |
| 2012-05-07 | kbuild: all{no,yes,mod,def,rand}config only read files when instructed to. | Eric W. Biederman | 1 | -1/+3 |
| 2012-05-05 | kconfig: Add error handling to KCONFIG_ALLCONFIG | Eric W. Biederman | 1 | -6/+14 |
| 2011-07-02 | kconfig/conf: mark xfgets() private | Arnaud Lacombe | 1 | -4/+3 |
| 2011-07-02 | kconfig/conf: add command line options' description | Arnaud Lacombe | 1 | -1/+31 |
| 2011-07-02 | kconfig/conf: reduce the scope of `defconfig_file' | Arnaud Lacombe | 1 | -3/+1 |
| 2011-06-06 | kconfig: nuke LKC_DIRECT_LINK cruft | Arnaud Lacombe | 1 | -1/+0 |
| 2011-06-06 | kconfig: annotate non-trivial fall-trough | Arnaud Lacombe | 1 | -0/+4 |
| 2011-04-24 | kconfig: Avoid buffer underrun in choice input | Ben Hutchings | 1 | -1/+1 |
| 2010-12-15 | kconfig/conf: merge duplicate switch's case | Arnaud Lacombe | 1 | -2/+0 |
| 2010-10-12 | Merge branch 'kbuild/rc-fixes' into kbuild/kconfig | Michal Marek | 1 | -1/+1 |
| 2010-10-09 | kbuild: fix oldnoconfig to do the right thing | Kyle McMartin | 1 | -1/+1 |
| 2010-09-19 | kconfig: rephrase help texts/comments not to include the package name | Arnaud Lacombe | 1 | -6/+5 |
| 2010-09-19 | kconfig: allow build-time definition of the internal config prefix | Arnaud Lacombe | 1 | -1/+1 |
| 2010-09-08 | kbuild: fix oldnoconfig to do the right thing | Kyle McMartin | 1 | -1/+1 |
| 2010-08-31 | kbuild: use getopt_long(), not its _only() variant | Arnaud Lacombe | 1 | -1/+1 |
| 2010-08-13 | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare... | Linus Torvalds | 1 | -2/+13 |
| 2010-08-13 | kconfig: Fix warning: ignoring return value of 'fgets' | Jean Sacren | 1 | -2/+13 |
| 2010-08-06 | kconfig: fix make oldconfig | Sam Ravnborg | 1 | -1/+1 |
| 2010-08-03 | kconfig: add savedefconfig | Sam Ravnborg | 1 | -0/+14 |
| 2010-08-03 | kconfig: add alldefconfig | Sam Ravnborg | 1 | -0/+7 |
| 2010-08-03 | kconfig: change nonint_oldconfig to listnewconfig | Sam Ravnborg | 1 | -23/+11 |
| 2010-08-03 | kconfig: rename loose_nonint_oldconfig => oldnoconfig | Sam Ravnborg | 1 | -7/+7 |
| 2010-08-03 | kconfig: use long options in conf | Sam Ravnborg | 1 | -86/+75 |
| 2010-06-12 | scripts:conf.c Fix warning: variable 'type' set but not used | Justin P. Mattock | 1 | -4/+0 |
| 2010-06-02 | kconfig: introduce nonint_oldconfig and loose_nonint_oldconfig | Aristeu Rozanski | 1 | -9/+44 |
| 2009-09-20 | kbuild: add static to prototypes | Trevor Keith | 1 | -1/+1 |
| 2009-09-20 | kconfig: make use of menu_get_ext_help in "make config" | Cheng Renquan | 1 | -11/+11 |
| 2009-06-09 | kconfig: do not hardcode ".config" filename | Markus Heidelberg | 1 | -3/+4 |
| 2009-03-15 | kconfig: improve seed in randconfig | Ingo Molnar | 1 | -1/+15 |
| 2008-09-29 | kconfig: fix silentoldconfig | zippel@linux-m68k.org | 1 | -66/+57 |
| 2008-08-04 | kconfig: always write out .config | Sam Ravnborg | 1 | -1/+1 |
| 2008-07-25 | kconfig: make defconfig is no longer chatty | Sam Ravnborg | 1 | -8/+3 |
| 2008-07-25 | kconfig: make oldconfig is now less chatty | Sam Ravnborg | 1 | -1/+1 |
| 2008-07-25 | kconfig: speed up all*config + randconfig | Sam Ravnborg | 1 | -86/+68 |
| 2008-01-28 | kconfig: tristate choices with mixed tristate and boolean values | Jan Beulich | 1 | -2/+2 |
| 2008-01-28 | kconfig: gettext support for config | EGRY Gabor | 1 | -15/+20 |
| 2008-01-28 | kconfig: use C89 random functions in conf.c | Ladislav Michl | 1 | -2/+2 |
| 2008-01-28 | kconfig: fix whitespace and sort includes in conf.c | Ladislav Michl | 1 | -3/+3 |
| 2008-01-28 | kconfig: use getopt() in conf.c for handling command line arguments | Andres Salomon | 1 | -13/+11 |
| 2007-12-23 | kconfig: obey KCONFIG_ALLCONFIG choices with randconfig. | Paul Mundt | 1 | -1/+2 |
| 2007-11-17 | x86: simplify "make ARCH=x86" and fix kconfig all.config | Sam Ravnborg | 1 | -1/+0 |
| 2007-11-12 | kconfig: use $K64BIT to set 64BIT with all*config targets | Sam Ravnborg | 1 | -0/+1 |
| 2007-09-01 | kconfig: oldconfig shall not set symbols if it does not need to | Roman Zippel | 1 | -9/+12 |
| 2007-07-25 | kconfig: attach help text to menus | Sam Ravnborg | 1 | -16/+15 |
| 2007-05-02 | kbuild: be more explicit on missing .config file | Randy Dunlap | 1 | -0/+1 |
| 2006-12-13 | [PATCH] kconfig: new function "bool conf_get_changed(void)" | Karsten Wiese | 1 | -1/+1 |
| 2006-06-09 | kconfig: exit if no beginning filename | Randy Dunlap | 1 | -0/+1 |
| 2006-06-09 | kconfig: allow loading multiple configurations | Roman Zippel | 1 | -3/+3 |
| 2006-06-09 | kconfig: fix .config dependencies | Roman Zippel | 1 | -1/+15 |
| 2006-04-19 | [PATCH] config: update usage/help info | Randy Dunlap | 1 | -1/+2 |
| 2006-04-11 | kconfig: revert conf behaviour change | Roman Zippel | 1 | -16/+2 |
| 2006-04-11 | kconfig: fix default value for choice input | Roman Zippel | 1 | -2/+1 |
| 2006-01-08 | [PATCH] kconf: Check for eof from input stream. | Ben Collins | 1 | -2/+16 |
| 2005-11-09 | [PATCH] kconfig: preset config during all*config | Roman Zippel | 1 | -0/+30 |
| 2005-11-09 | [PATCH] kconfig: fix restart for choice symbols | Roman Zippel | 1 | -4/+3 |
| 2005-06-25 | [PATCH] Kill signed chars | J.A. Magallon | 1 | -3/+3 |
| 2005-05-05 | [PATCH] Kconfig i18n support | Arnaldo Carvalho de Melo | 1 | -10/+10 |
| 2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+583 |