- 51d792c kconfig: refactor listnewconfig code by Masahiro Yamada · 3 years, 3 months ago
- 229d0cf kconfig: remove 'const' from the return type of sym_escape_string_value() by Masahiro Yamada · 3 years, 3 months ago
- 43ac711 kconfig: constify long_opts by Masahiro Yamada · 3 years, 7 months ago
- ab83857 kconfig: remove allnoconfig_y option by Masahiro Yamada · 3 years, 10 months ago
- 98f8475 kconfig: move conf_set_all_new_symbols() to conf.c by Masahiro Yamada · 3 years, 10 months ago
- 15e68d0 kconfig: move conf_rewrite_mod_or_yes() to conf.c by Masahiro Yamada · 3 years, 10 months ago
- 9a3c3bc kconfig: remove assignment for Kconfig file by Masahiro Yamada · 3 years, 10 months ago
- ee4c6f0 kconfig: add help messages for --help (-h) and --silent (-s) by Masahiro Yamada · 3 years, 10 months ago
- bafc479 kconfig: add long options --help and --silent by Masahiro Yamada · 3 years, 10 months ago
- ed562c5 kconfig: refactor option parse code by Masahiro Yamada · 3 years, 10 months ago
- 8914564 kconfig: split randconfig setup code into set_randconfig_seed() by Masahiro Yamada · 3 years, 10 months ago
- ae8da72 kconfig: omit --oldaskconfig option for 'make config' by Masahiro Yamada · 3 years, 11 months ago
- a2af62c kconfig: fix 'invalid option' for help option by Masahiro Yamada · 3 years, 11 months ago
- 102a1a7 kconfig: remove dead code in conf_askvalue() by Masahiro Yamada · 3 years, 11 months ago
- a4cff32 kconfig: clean up nested if-conditionals in check_conf() by Masahiro Yamada · 3 years, 11 months ago
- f82bd80 kconfig: Remove duplicate call to sym_get_string_value() by Mickaël Salaün · 3 years, 11 months ago
- 78cb090 kconfig: clean up header inclusion by Boris Kolpackov · 4 years, 1 month ago
- 89b9060 kconfig: Add yes2modconfig and mod2yesconfig targets. by Tetsuo Handa · 5 years ago
- 5d8b42a kconfig: Add option to get the full help text with listnewconfig by Laura Abbott · 5 years ago
- baa23ec kconfig: Fix spelling of sym_is_changable by Marco Ammon · 6 years ago
- b6f7e9f kconfig: require the argument of --defconfig by Masahiro Yamada · 6 years ago
- 0585071 kbuild: move ".config not found!" message from Kconfig to Makefile by Masahiro Yamada · 6 years ago
- 0c87410 kconfig: convert to SPDX License Identifier by Masahiro Yamada · 6 years ago
- 04c459d kconfig: remove oldnoconfig target by Masahiro Yamada · 6 years ago
- 9a9ddcf kconfig: suppress "configuration written to .config" for syncconfig by Masahiro Yamada · 6 years ago
- 00c864f kconfig: allow all config targets to write auto.conf if missing by Masahiro Yamada · 6 years ago
- 16952b7 kconfig: make syncconfig update .config regardless of sym_change_count by Masahiro Yamada · 6 years ago
- 694c49a kconfig: drop localization support by Sam Ravnborg · 7 years ago
- 17baab6 kconfig: extend output of 'listnewconfig' by Don Zickus · 7 years ago
- 911a91c kconfig: rename silentoldconfig to syncconfig by Masahiro Yamada · 7 years ago
- 2aad9b8 kconfig: hide irrelevant sub-menus for oldconfig by Masahiro Yamada · 7 years ago
- 99f0b65 kconfig: remove redundant input_mode test for check_conf() loop by Masahiro Yamada · 7 years ago
- 4bb3a5b kconfig: remove unneeded input_mode test in conf() by Masahiro Yamada · 7 years ago
- 59a80b5 kconfig: do not call check_conf() for olddefconfig by Masahiro Yamada · 7 years ago
- 9e3e10c kconfig: send error messages to stderr by Masahiro Yamada · 7 years ago
- f3ff6fb kconfig: echo stdin to stdout if either is redirected by Masahiro Yamada · 7 years ago
- d2a0464 kconfig: remove check_stdin() by Masahiro Yamada · 7 years ago
- 4f208f3 kconfig: show '?' prompt even if no help text is available by Masahiro Yamada · 7 years ago
- cedd55d kconfig: Remove silentoldconfig from help and docs; fix kconfig/conf's help by Marc Herbert · 7 years ago
- 5a3dc71 kconfig: make xfgets() really static by Masahiro Yamada · 7 years ago
- 52e58a3 kconfig: make input_mode static by Masahiro Yamada · 7 years ago
- 74dba80 kconfig: allow kconfig to handle longer path names by Markus Mayer · 9 years ago
- 0a1f00a kconfig: Do not print status messages in make -s mode by Michal Marek · 10 years ago
- bb66fc6 kbuild: trivial - use tabs for code indent where possible by Masahiro Yamada · 11 years ago
- 3b9a19e kconfig: loop as long as we changed some symbols in randconfig by Yann E. MORIN · 12 years ago
- a5f6d79 kconfig/conf: print the seed used to initialise the RNG for randconfig by Yann E. MORIN · 12 years ago
- e85ac12 kconfig/conf: accept a base-16 seed for randconfig by Yann E. MORIN · 12 years ago
- 0d8024c kconfig: allow specifying the seed for randconfig by Yann E. MORIN · 12 years ago
- 62dc989 kbuild: Fix missing '\n' for NEW symbols in yes "" | make oldconfig >conf.new by Ben Hutchings · 12 years ago
- fb16d89 kconfig: replace 'oldnoconfig' with 'olddefconfig', and keep the old name as an alias by Adam Lee · 12 years ago
- 1d52a4a kconfig: document oldnoconfig to what it really does in conf.c by Adam Lee · 12 years ago
- 9f420bf kbuild: all{no,yes,mod,def,rand}config only read files when instructed to. by Eric W. Biederman · 13 years ago
- 5efe241 kconfig: Add error handling to KCONFIG_ALLCONFIG by Eric W. Biederman · 13 years ago
- ab63f58 kconfig/conf: mark xfgets() private by Arnaud Lacombe · 14 years ago
- 3254399 kconfig/conf: add command line options' description by Arnaud Lacombe · 14 years ago
- 275744c kconfig/conf: reduce the scope of `defconfig_file' by Arnaud Lacombe · 14 years ago
- 5a6f8d2 kconfig: nuke LKC_DIRECT_LINK cruft by Arnaud Lacombe · 14 years ago
- d8fc320 kconfig: annotate non-trivial fall-trough by Arnaud Lacombe · 14 years ago
- 3ba4162 kconfig: Avoid buffer underrun in choice input by Ben Hutchings · 14 years ago
- bf128f5 kconfig/conf: merge duplicate switch's case by Arnaud Lacombe · 14 years ago
- 239060b Merge branch 'kbuild/rc-fixes' into kbuild/kconfig by Michal Marek · 14 years ago
- e9203c9 kbuild: fix oldnoconfig to do the right thing by Kyle McMartin · 14 years ago
- 652cf98 kconfig: rephrase help texts/comments not to include the package name by Arnaud Lacombe · 14 years ago
- ffb5957 kconfig: allow build-time definition of the internal config prefix by Arnaud Lacombe · 14 years ago
- 71d8066 kbuild: fix oldnoconfig to do the right thing by Kyle McMartin · 14 years ago
- c94d3fb kbuild: use getopt_long(), not its _only() variant by Arnaud Lacombe · 14 years ago
- 090b710 Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 by Linus Torvalds · 14 years ago
- 4418a2b kconfig: Fix warning: ignoring return value of 'fgets' by Jean Sacren · 14 years ago
- 1482834 kconfig: fix make oldconfig by Sam Ravnborg · 14 years ago
- 7cf3d73 kconfig: add savedefconfig by Sam Ravnborg · 14 years ago
- 0748cb3 kconfig: add alldefconfig by Sam Ravnborg · 14 years ago
- 861b4ea kconfig: change nonint_oldconfig to listnewconfig by Sam Ravnborg · 14 years ago
- ef61ca8 kconfig: rename loose_nonint_oldconfig => oldnoconfig by Sam Ravnborg · 14 years ago
- 4062f1a kconfig: use long options in conf by Sam Ravnborg · 14 years ago
- 60c8eca scripts:conf.c Fix warning: variable 'type' set but not used by Justin P. Mattock · 15 years ago
- f0778c8 kconfig: introduce nonint_oldconfig and loose_nonint_oldconfig by Aristeu Rozanski · 15 years ago
- 4356f48 kbuild: add static to prototypes by Trevor Keith · 15 years ago
- 66c4bd8 kconfig: make use of menu_get_ext_help in "make config" by Cheng Renquan · 15 years ago
- 284026c kconfig: do not hardcode ".config" filename by Markus Heidelberg · 16 years ago
- b0fe551 kconfig: improve seed in randconfig by Ingo Molnar · 16 years ago
- 204c96f kconfig: fix silentoldconfig by zippel@linux-m68k.org · 16 years ago
- 22127f2 kconfig: always write out .config by Sam Ravnborg · 16 years ago
- 09748e1 kconfig: make defconfig is no longer chatty by Sam Ravnborg · 17 years ago
- cd9140e1e kconfig: make oldconfig is now less chatty by Sam Ravnborg · 17 years ago
- f443d2e kconfig: speed up all*config + randconfig by Sam Ravnborg · 17 years ago
- f5eaa32 kconfig: tristate choices with mixed tristate and boolean values by Jan Beulich · 17 years ago
- 534a450 kconfig: gettext support for config by EGRY Gabor · 17 years ago
- 07f7668 kconfig: use C89 random functions in conf.c by Ladislav Michl · 17 years ago
- 75ff430 kconfig: fix whitespace and sort includes in conf.c by Ladislav Michl · 17 years ago
- 2f4b489 kconfig: use getopt() in conf.c for handling command line arguments by Andres Salomon · 17 years ago
- 870e6f7 kconfig: obey KCONFIG_ALLCONFIG choices with randconfig. by Paul Mundt · 17 years ago
- 6840999 x86: simplify "make ARCH=x86" and fix kconfig all.config by Sam Ravnborg · 17 years ago
- 2a11328 kconfig: use $K64BIT to set 64BIT with all*config targets by Sam Ravnborg · 17 years ago
- f82f3f9 kconfig: oldconfig shall not set symbols if it does not need to by Roman Zippel · 17 years ago
- 03d2912 kconfig: attach help text to menus by Sam Ravnborg · 17 years ago
- 7ac1c14 kbuild: be more explicit on missing .config file by Randy Dunlap · 18 years ago
- b321429 [PATCH] kconfig: new function "bool conf_get_changed(void)" by Karsten Wiese · 18 years ago
- 250725a kconfig: exit if no beginning filename by Randy Dunlap · 19 years ago
- 669bfad9 kconfig: allow loading multiple configurations by Roman Zippel · 19 years ago
- c955cca kconfig: fix .config dependencies by Roman Zippel · 19 years ago