| Commit message (Expand) | Author | Age | Files | Lines |
* | kbuild: document recursive dependency limitation / resolution | Luis R. Rodriguez | 2015-10-08 | 1 | -0/+2 |
* | kconfig: Delete unnecessary checks before the function call "sym_calc_value" | Markus Elfring | 2015-08-19 | 1 | -2/+1 |
* | kconfig: allow use of relations other than (in)equality | Jan Beulich | 2015-06-15 | 1 | -0/+4 |
* | kconfig: Remove unnecessary prototypes from headers | Michal Marek | 2015-02-25 | 1 | -21/+21 |
* | kconfig: fix trivial typos and update mconf documentation | Martin Walch | 2013-10-08 | 1 | -1/+1 |
* | kconfig: switch to "long long" for sanity | Kees Cook | 2013-08-15 | 1 | -9/+10 |
* | kconfig: simplify symbol-search code | Yann E. MORIN | 2013-07-16 | 1 | -19/+11 |
* | kconfig: don't allocate n+1 elements in temporary array | Yann E. MORIN | 2013-07-16 | 1 | -1/+1 |
* | kconfig: minor style fixes in symbol-search code | Yann E. MORIN | 2013-07-16 | 1 | -4/+3 |
* | kconfig: avoid multiple calls to strlen | Yann E. MORIN | 2013-07-16 | 1 | -5/+5 |
* | kconfig: allow "hex" and "range" to support longs | Kees Cook | 2013-06-29 | 1 | -5/+5 |
* | kconfig: sort found symbols by relevance | Yann E. MORIN | 2013-06-24 | 1 | -9/+69 |
* | kconfig: Fix defconfig when one choice menu selects options that another choi... | Arve Hjønnevåg | 2013-06-16 | 1 | -0/+11 |
* | kconfig: Fix malloc handling in conf tools | Alan Cox | 2012-11-20 | 1 | -6/+6 |
* | kconfig: fix new choices being skipped upon config update | Arnaud Lacombe | 2012-01-26 | 1 | -1/+8 |
* | kconfig: introduce specialized printer | Arnaud Lacombe | 2011-07-01 | 1 | -1/+45 |
* | kconfig: nuke LKC_DIRECT_LINK cruft | Arnaud Lacombe | 2011-06-06 | 1 | -1/+0 |
* | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare... | Linus Torvalds | 2011-01-10 | 1 | -2/+6 |
|\ |
|
| * | kconfig: simplify select-with-unmet-direct-dependency warning | Arnaud Lacombe | 2010-12-21 | 1 | -1/+5 |
| * | kconfig: fix typos | Arnaud Lacombe | 2010-12-15 | 1 | -1/+1 |
* | | kconfig: sym_expand_string_value: allow for string termination when reallocing | Andy Whitcroft | 2010-11-01 | 1 | -1/+1 |
|/ |
|
* | Revert "kconfig: Temporarily disable dependency warnings" | Michal Marek | 2010-10-12 | 1 | -2/+0 |
* | Merge branch 'kbuild/rc-fixes' into kbuild/kconfig | Michal Marek | 2010-10-12 | 1 | -0/+2 |
|\ |
|
| * | kconfig: Temporarily disable dependency warnings | Michal Marek | 2010-10-09 | 1 | -0/+2 |
* | | kconfig: Fix realloc usage() | Michal Marek | 2010-09-30 | 1 | -1/+1 |
* | | kconfig: add a symbol string expansion helper | Arnaud Lacombe | 2010-09-19 | 1 | -0/+49 |
|/ |
|
* | kconfig: fix segfault when detecting recursive dependency | Sam Ravnborg | 2010-08-15 | 1 | -0/+2 |
* | kconfig: add savedefconfig | Sam Ravnborg | 2010-08-03 | 1 | -0/+74 |
* | kconfig: refactor code in symbol.c | Sam Ravnborg | 2010-08-03 | 1 | -13/+33 |
* | kconfig: print more info when we see a recursive dependency | Roman Zippel | 2010-08-03 | 1 | -15/+127 |
* | kconfig: save location of config symbols | Sam Ravnborg | 2010-08-03 | 1 | -0/+2 |
* | kconfig: Don't write invisible choice values | Jan Beulich | 2010-07-08 | 1 | -12/+12 |
* | kbuild: Warn on selecting symbols with unmet direct dependencies | Catalin Marinas | 2010-07-02 | 1 | -0/+18 |
* | kconfig: recalc symbol value before showing search results | Li Zefan | 2010-03-23 | 1 | -0/+1 |
* | Improve kconfig symbol hashing | Andi Kleen | 2010-02-02 | 1 | -12/+17 |
* | kbuild: add static to prototypes | Trevor Keith | 2009-09-20 | 1 | -3/+3 |
* | kconfig: add named choice group | Roman Zippel | 2008-04-28 | 1 | -13/+11 |
* | kconfig: fix choice dependency check | Roman Zippel | 2008-04-28 | 1 | -18/+76 |
* | kconfig: fix select in combination with default | Roman Zippel | 2008-02-13 | 1 | -13/+21 |
* | kconfig: use environment option | Roman Zippel | 2008-01-28 | 1 | -15/+0 |
* | kconfig: environment symbol support | Roman Zippel | 2008-01-28 | 1 | -0/+45 |
* | kconfig: explicitly introduce expression list | Roman Zippel | 2008-01-28 | 1 | -6/+7 |
* | kconfig: rename E_OR & friends to avoid name clash | Sam Ravnborg | 2008-01-28 | 1 | -3/+3 |
* | kconfig: error out if recursive dependencies are found | Sam Ravnborg | 2007-05-06 | 1 | -8/+5 |
* | [PATCH] kconfig: make sym_change_count static, let it be altered by 2 functio... | Karsten Wiese | 2006-12-13 | 1 | -2/+1 |
* | kconfig: add defconfig_list/module option | Roman Zippel | 2006-06-09 | 1 | -7/+8 |
* | kconfig: allow loading multiple configurations | Roman Zippel | 2006-06-09 | 1 | -7/+6 |
* | kconfig: allow multiple default values per symbol | Roman Zippel | 2006-06-09 | 1 | -8/+8 |
* | kconfig: remove SYMBOL_{YES,MOD,NO} | Roman Zippel | 2006-06-09 | 1 | -3/+3 |
* | kbuild: create .kernelrelease at *config step | Sam Ravnborg | 2006-01-16 | 1 | -2/+2 |