Age | Commit message (Expand) | Author |
2018-12-28 | kconfig: split the lexer out of zconf.y | Masahiro Yamada |
2018-12-28 | kconfig: split some C files out of zconf.y | Masahiro Yamada |
2018-12-28 | kconfig: convert to SPDX License Identifier | Masahiro Yamada |
2018-12-28 | kconfig: remove keyword lookup table entirely | Masahiro Yamada |
2018-12-22 | kconfig: refactor scanning and parsing "option" properties | Masahiro Yamada |
2018-12-22 | kconfig: use distinct tokens for type and default properties | Masahiro Yamada |
2018-08-14 | kconfig: remove unused sym_get_env_prop() function | Masahiro Yamada |
2018-07-25 | kconfig: rename file_write_dep and move it to confdata.c | Masahiro Yamada |
2018-05-29 | kconfig: reference environment variables directly and remove 'option env=' | Masahiro Yamada |
2018-05-28 | kconfig: drop localization support | Sam Ravnborg |
2018-03-26 | kconfig: use yylineno option instead of manual lineno increments | Masahiro Yamada |
2018-03-02 | kconfig: add xstrdup() helper | Masahiro Yamada |
2018-02-10 | kconfig: add xrealloc() helper | Masahiro Yamada |
2018-01-22 | kconfig: Remove menu_end_entry() | Ulf Magnusson |
2017-08-19 | Remove gperf usage from toolchain | Linus Torvalds |
2015-02-25 | kconfig: Remove unnecessary prototypes from headers | Michal Marek |
2015-02-25 | kconfig: Remove dead code | Michal Marek |
2015-02-25 | kconfig: Get rid of the P() macro in headers | Michal Marek |
2014-04-07 | kconfig: make allnoconfig disable options behind EMBEDDED and EXPERT | Josh Triplett |
2013-06-24 | kconfig: loop as long as we changed some symbols in randconfig | Yann E. MORIN |
2013-06-16 | kconfig: Fix defconfig when one choice menu selects options that another choi... | Arve Hjønnevåg |
2012-11-20 | kconfig: Fix malloc handling in conf tools | Alan Cox |
2012-11-20 | kconfig: get CONFIG_ prefix from the environment | Yann E. MORIN |
2012-11-20 | kconfig: add a function to get the CONFIG_ prefix | Yann E. MORIN |
2012-01-15 | kbuild: Fix compiler warning with assertion when calling 'fwrite' | Arnaud Lacombe |
2011-07-30 | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare... | Linus Torvalds |
2011-07-04 | Merge branch 'kconfig-trivial' of git://github.com/lacombar/linux-2.6 into kb... | Michal Marek |
2011-07-02 | kconfig/conf: mark xfgets() private | Arnaud Lacombe |
2011-07-02 | kconfig: remove pending prototypes for kconfig_load() | Arnaud Lacombe |
2011-07-01 | kconfig: introduce specialized printer | Arnaud Lacombe |
2011-06-09 | kconfig: kill no longer needed reference to YYDEBUG | Arnaud Lacombe |
2011-06-06 | kconfig: nuke LKC_DIRECT_LINK cruft | Arnaud Lacombe |
2011-01-10 | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare... | Linus Torvalds |
2010-12-15 | kconfig: fix `zconfdebug' extern declaration | Arnaud Lacombe |
2010-12-15 | kbuild/gconf: add dummy inline for bind_textdomain_codeset() | Arnaud Lacombe |
2010-11-22 | kconfig: add an option to determine a menu's visibility | Arnaud Lacombe |
2010-09-19 | kconfig: constify file name | Arnaud Lacombe |
2010-09-19 | kconfig: allow PACKAGE to be defined on the compiler's command-line | Arnaud Lacombe |
2010-09-19 | kconfig: allow build-time definition of the internal config prefix | Arnaud Lacombe |
2010-08-13 | kconfig: Fix warning: ignoring return value of 'fgets' | Jean Sacren |
2010-08-13 | kconfig: Fix warning: ignoring return value of 'fwrite' | Jean Sacren |
2010-08-03 | kconfig: add savedefconfig | Sam Ravnborg |
2010-08-03 | kconfig: refactor code in symbol.c | Sam Ravnborg |
2010-02-02 | kconfig: new configuration interface (nconfig) | nir.tzachar@gmail.com |
2010-02-02 | menuconfig: wrap long help lines | Vadim Bendebury (вб) |
2009-06-09 | kconfig: do not hardcode "include/config/auto.conf" filename | Markus Heidelberg |
2008-07-25 | kconfig: set all new symbols automatically | Roman Zippel |
2008-05-04 | kconfig: fix MAC OS X warnings in menuconfig | Sam Ravnborg |
2008-01-28 | kconfig: environment symbol support | Roman Zippel |
2007-05-02 | kconfig/menuconfig: do not hardcode '.config' | Sam Ravnborg |