summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/expr.c
Commit message (Expand)AuthorAgeFilesLines
* kconfig: split some C files out of zconf.yMasahiro Yamada2018-12-281-0/+2
* kconfig: convert to SPDX License IdentifierMasahiro Yamada2018-12-281-1/+1
* kconfig: remove k_invalid from expr_parse_string() return typeMasahiro Yamada2018-12-081-12/+2Star
* kconfig: make unmet dependency warnings readableMasahiro Yamada2018-03-251-42/+0Star
* kconfig: Print reverse dependencies in groupsEugeniu Rosca2018-03-251-6/+12
* kconfig: clean-up reverse dependency help implementationMasahiro Yamada2018-03-251-15/+21
* kconfig: send error messages to stderrMasahiro Yamada2018-02-081-2/+2
* Merge tag 'kconfig-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2018-02-011-5/+131
|\
| * kconfig: make "Selected by:" and "Implied by:" readablePetr Vorel2018-01-251-4/+24
| * kconfig: Document important expression functionsUlf Magnusson2018-01-211-0/+106
| * kconfig: Fix expr_free() E_NOT leakUlf Magnusson2018-01-211-1/+1
* | kconfig: fix relational operators for bool and tristate symbolsNicolas Pitre2018-01-051-1/+4
|/
* kconfig: Fix copy&paste errorMichal Sojka2015-10-201-1/+1
* kconfig: allow use of relations other than (in)equalityJan Beulich2015-06-151-10/+157
* Kconfig: Remove bad inference rules expr_eliminate_dups2()Martin Walch2015-05-251-111/+0Star
* kconfig: Remove unnecessary prototypes from headersMichal Marek2015-02-251-6/+12
* kconfig: Remove dead codeMichal Marek2015-02-251-4/+0Star
* kconfig: Fix malloc handling in conf toolsAlan Cox2012-11-201-5/+5
* kconfig: use calloc() for expr allocationArnaud Lacombe2011-07-021-8/+4Star
* kconfig: nuke LKC_DIRECT_LINK cruftArnaud Lacombe2011-06-061-1/+0Star
* kconfig: Make expr_copy() take a const argumentMichal Marek2010-12-211-1/+1
* kconfig: simplify select-with-unmet-direct-dependency warningArnaud Lacombe2010-12-211-0/+42
* kconfig: Fix warning: ignoring return value of 'fwrite'Jean Sacren2010-08-131-1/+1
* kconfig: print the range of integer/hex symbol in help textLi Zefan2010-06-021-1/+1
* menuconfig: wrap long help linesVadim Bendebury (вб)2010-02-021-2/+25
* kbuild: add static to prototypesTrevor Keith2009-09-201-2/+2
* kconfig: add symbol value to help find the real dependCheng Renquan2009-09-201-0/+2
* kconfig: tristate choices with mixed tristate and boolean valuesJan Beulich2008-01-281-2/+8
* kconfig: explicitly introduce expression listRoman Zippel2008-01-281-8/+8
* kconfig: rename E_OR & friends to avoid name clashSam Ravnborg2008-01-281-3/+3
* kconfig: create links in info windowRoman Zippel2006-06-091-25/+25
* kconfig: remove SYMBOL_{YES,MOD,NO}Roman Zippel2006-06-091-1/+2
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+1099