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