aboutsummaryrefslogtreecommitdiff
path: root/scripts/kconfig/symbol.c
AgeCommit message (Expand)Author
2015-08-19kconfig: Delete unnecessary checks before the function call "sym_calc_value"Markus Elfring
2015-06-15kconfig: allow use of relations other than (in)equalityJan Beulich
2015-02-25kconfig: Remove unnecessary prototypes from headersMichal Marek
2013-10-08kconfig: fix trivial typos and update mconf documentationMartin Walch
2013-08-15kconfig: switch to "long long" for sanityKees Cook
2013-07-16kconfig: simplify symbol-search codeYann E. MORIN
2013-07-16kconfig: don't allocate n+1 elements in temporary arrayYann E. MORIN
2013-07-16kconfig: minor style fixes in symbol-search codeYann E. MORIN
2013-07-16kconfig: avoid multiple calls to strlenYann E. MORIN
2013-06-29kconfig: allow "hex" and "range" to support longsKees Cook
2013-06-24kconfig: sort found symbols by relevanceYann E. MORIN
2013-06-16kconfig: Fix defconfig when one choice menu selects options that another choi...Arve Hjønnevåg
2012-11-20kconfig: Fix malloc handling in conf toolsAlan Cox
2012-01-26kconfig: fix new choices being skipped upon config updateArnaud Lacombe
2011-07-01kconfig: introduce specialized printerArnaud Lacombe
2011-06-06kconfig: nuke LKC_DIRECT_LINK cruftArnaud Lacombe
2011-01-10Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds
2010-12-21kconfig: simplify select-with-unmet-direct-dependency warningArnaud Lacombe
2010-12-15kconfig: fix typosArnaud Lacombe
2010-11-01kconfig: sym_expand_string_value: allow for string termination when reallocingAndy Whitcroft
2010-10-12Revert "kconfig: Temporarily disable dependency warnings"Michal Marek
2010-10-12Merge branch 'kbuild/rc-fixes' into kbuild/kconfigMichal Marek
2010-10-09kconfig: Temporarily disable dependency warningsMichal Marek
2010-09-30kconfig: Fix realloc usage()Michal Marek
2010-09-19kconfig: add a symbol string expansion helperArnaud Lacombe
2010-08-15kconfig: fix segfault when detecting recursive dependencySam Ravnborg
2010-08-03kconfig: add savedefconfigSam Ravnborg
2010-08-03kconfig: refactor code in symbol.cSam Ravnborg
2010-08-03kconfig: print more info when we see a recursive dependencyRoman Zippel
2010-08-03kconfig: save location of config symbolsSam Ravnborg
2010-07-08kconfig: Don't write invisible choice valuesJan Beulich
2010-07-02kbuild: Warn on selecting symbols with unmet direct dependenciesCatalin Marinas
2010-03-23kconfig: recalc symbol value before showing search resultsLi Zefan
2010-02-02Improve kconfig symbol hashingAndi Kleen
2009-09-20kbuild: add static to prototypesTrevor Keith
2008-04-28kconfig: add named choice groupRoman Zippel
2008-04-28kconfig: fix choice dependency checkRoman Zippel
2008-02-13kconfig: fix select in combination with defaultRoman Zippel
2008-01-28kconfig: use environment optionRoman Zippel
2008-01-28kconfig: environment symbol supportRoman Zippel
2008-01-28kconfig: explicitly introduce expression listRoman Zippel
2008-01-28kconfig: rename E_OR & friends to avoid name clashSam Ravnborg
2007-05-06kconfig: error out if recursive dependencies are foundSam Ravnborg
2006-12-13[PATCH] kconfig: make sym_change_count static, let it be altered by 2 functio...Karsten Wiese
2006-06-09kconfig: add defconfig_list/module optionRoman Zippel
2006-06-09kconfig: allow loading multiple configurationsRoman Zippel
2006-06-09kconfig: allow multiple default values per symbolRoman Zippel
2006-06-09kconfig: remove SYMBOL_{YES,MOD,NO}Roman Zippel
2006-01-16kbuild: create .kernelrelease at *config stepSam Ravnborg
2005-11-09[PATCH] kconfig: allow variable argumnts for rangeRoman Zippel