aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/symbol.c
Commit message (Expand)AuthorAge
* kconfig: improve the recursive dependency reportMasahiro Yamada2018-08-22
* kconfig: report recursive dependency involving 'imply'Masahiro Yamada2018-08-22
* kconfig: error out when seeing recursive dependencyMasahiro Yamada2018-08-22
* kconfig: remove P_ENV property typeMasahiro Yamada2018-08-13
* kconfig: remove unused sym_get_env_prop() functionMasahiro Yamada2018-08-13
* kconfig: rename SYMBOL_AUTO to SYMBOL_NO_WRITEDirk Gouders2018-07-17
* kconfig: remove sym_expand_string_value()Masahiro Yamada2018-05-28
* kconfig: reference environment variables directly and remove 'option env='Masahiro Yamada2018-05-28
* kconfig: make unmet dependency warnings readableMasahiro Yamada2018-03-25
* kconfig: warn unmet direct dependency of tristate symbols selected by yMasahiro Yamada2018-03-25
* kconfig: only write '# CONFIG_FOO is not set' for visible symbolsUlf Magnusson2018-03-25
* kconfig: add xstrdup() helperMasahiro Yamada2018-03-01
* kconfig: remove const qualifier from sym_expand_string_value()Masahiro Yamada2018-02-09
* kconfig: add xrealloc() helperMasahiro Yamada2018-02-09
* kconfig: send error messages to stderrMasahiro Yamada2018-02-08
* kconfig: do not write choice values when their dependency becomes nMasahiro Yamada2018-02-08
* kconfig: drop 'boolean' keywordMasahiro Yamada2018-01-21
* kconfig: Don't leak 'source' filenames during parsingUlf Magnusson2018-01-10
* kconfig: display recursive dependency resolution hint just onceMasahiro Yamada2017-12-15
* kconfig/symbol.c: use correct pointer type argument for sizeofHeinrich Schuchardt2017-11-23
* Kconfig: Introduce the "imply" keywordNicolas Pitre2016-11-16
* kconfig/symbol.c: handle choice_values that depend on 'm' symbolsDirk Gouders2016-05-10
* kbuild: document recursive dependency limitation / resolutionLuis R. Rodriguez2015-10-08
* kconfig: Delete unnecessary checks before the function call "sym_calc_value"Markus Elfring2015-08-19
* kconfig: allow use of relations other than (in)equalityJan Beulich2015-06-15
* kconfig: Remove unnecessary prototypes from headersMichal Marek2015-02-25
* kconfig: fix trivial typos and update mconf documentationMartin Walch2013-10-08
* kconfig: switch to "long long" for sanityKees Cook2013-08-15
* kconfig: simplify symbol-search codeYann E. MORIN2013-07-16
* kconfig: don't allocate n+1 elements in temporary arrayYann E. MORIN2013-07-16
* kconfig: minor style fixes in symbol-search codeYann E. MORIN2013-07-16
* kconfig: avoid multiple calls to strlenYann E. MORIN2013-07-16
* kconfig: allow "hex" and "range" to support longsKees Cook2013-06-29
* kconfig: sort found symbols by relevanceYann E. MORIN2013-06-24
* kconfig: Fix defconfig when one choice menu selects options that another choi...Arve Hjønnevåg2013-06-16
* kconfig: Fix malloc handling in conf toolsAlan Cox2012-11-20
* kconfig: fix new choices being skipped upon config updateArnaud Lacombe2012-01-26
* kconfig: introduce specialized printerArnaud Lacombe2011-07-01
* kconfig: nuke LKC_DIRECT_LINK cruftArnaud Lacombe2011-06-06
* Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2011-01-10
|\
| * kconfig: simplify select-with-unmet-direct-dependency warningArnaud Lacombe2010-12-21
| * kconfig: fix typosArnaud Lacombe2010-12-15
* | kconfig: sym_expand_string_value: allow for string termination when reallocingAndy Whitcroft2010-11-01
|/
* Revert "kconfig: Temporarily disable dependency warnings"Michal Marek2010-10-12
* Merge branch 'kbuild/rc-fixes' into kbuild/kconfigMichal Marek2010-10-12
|\
| * kconfig: Temporarily disable dependency warningsMichal Marek2010-10-09
* | kconfig: Fix realloc usage()Michal Marek2010-09-30
* | kconfig: add a symbol string expansion helperArnaud Lacombe2010-09-19
|/
* kconfig: fix segfault when detecting recursive dependencySam Ravnborg2010-08-14
* kconfig: add savedefconfigSam Ravnborg2010-08-03