aboutsummaryrefslogtreecommitdiff
path: root/scripts/kconfig/expr.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-07kconfig: distinguish between dependencies and visibility in help textGravatar Thomas Hebb 1-2/+1
2019-12-17kconfig: don't crash on NULL expressions in expr_eq()Gravatar Thomas Hebb 1-0/+7
2018-12-28kconfig: split some C files out of zconf.yGravatar Masahiro Yamada 1-0/+2
2018-12-28kconfig: convert to SPDX License IdentifierGravatar Masahiro Yamada 1-1/+1
2018-12-08kconfig: remove k_invalid from expr_parse_string() return typeGravatar Masahiro Yamada 1-12/+2
2018-03-26kconfig: make unmet dependency warnings readableGravatar Masahiro Yamada 1-42/+0
2018-03-26kconfig: Print reverse dependencies in groupsGravatar Eugeniu Rosca 1-6/+12
2018-03-26kconfig: clean-up reverse dependency help implementationGravatar Masahiro Yamada 1-15/+21
2018-02-09kconfig: send error messages to stderrGravatar Masahiro Yamada 1-2/+2
2018-02-01Merge tag 'kconfig-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 1-5/+131
2018-01-25kconfig: make "Selected by:" and "Implied by:" readableGravatar Petr Vorel 1-4/+24
2018-01-22kconfig: Document important expression functionsGravatar Ulf Magnusson 1-0/+106
2018-01-22kconfig: Fix expr_free() E_NOT leakGravatar Ulf Magnusson 1-1/+1
2018-01-06kconfig: fix relational operators for bool and tristate symbolsGravatar Nicolas Pitre 1-1/+4
2015-10-20kconfig: Fix copy&paste errorGravatar Michal Sojka 1-1/+1
2015-06-15kconfig: allow use of relations other than (in)equalityGravatar Jan Beulich 1-10/+157
2015-05-25Kconfig: Remove bad inference rules expr_eliminate_dups2()Gravatar Martin Walch 1-111/+0
2015-02-25kconfig: Remove unnecessary prototypes from headersGravatar Michal Marek 1-6/+12
2015-02-25kconfig: Remove dead codeGravatar Michal Marek 1-4/+0
2012-11-20kconfig: Fix malloc handling in conf toolsGravatar Alan Cox 1-5/+5
2011-07-02kconfig: use calloc() for expr allocationGravatar Arnaud Lacombe 1-8/+4
2011-06-06kconfig: nuke LKC_DIRECT_LINK cruftGravatar Arnaud Lacombe 1-1/+0
2010-12-21kconfig: Make expr_copy() take a const argumentGravatar Michal Marek 1-1/+1
2010-12-21kconfig: simplify select-with-unmet-direct-dependency warningGravatar Arnaud Lacombe 1-0/+42
2010-08-13kconfig: Fix warning: ignoring return value of 'fwrite'Gravatar Jean Sacren 1-1/+1
2010-06-02kconfig: print the range of integer/hex symbol in help textGravatar Li Zefan 1-1/+1
2010-02-02menuconfig: wrap long help linesGravatar Vadim Bendebury (вб) 1-2/+25
2009-09-20kbuild: add static to prototypesGravatar Trevor Keith 1-2/+2
2009-09-20kconfig: add symbol value to help find the real dependGravatar Cheng Renquan 1-0/+2
2008-01-28kconfig: tristate choices with mixed tristate and boolean valuesGravatar Jan Beulich 1-2/+8
2008-01-28kconfig: explicitly introduce expression listGravatar Roman Zippel 1-8/+8
2008-01-28kconfig: rename E_OR & friends to avoid name clashGravatar Sam Ravnborg 1-3/+3
2006-06-09kconfig: create links in info windowGravatar Roman Zippel 1-25/+25
2006-06-09kconfig: remove SYMBOL_{YES,MOD,NO}Gravatar Roman Zippel 1-1/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+1099