Age | Commit message (Expand) | Author | Files | Lines |
2020-01-06 | kconfig: distinguish between dependencies and visibility in help text | Thomas Hebb | 1 | -2/+1 |
2019-12-17 | kconfig: don't crash on NULL expressions in expr_eq() | Thomas Hebb | 1 | -0/+7 |
2018-12-28 | kconfig: split some C files out of zconf.y | Masahiro Yamada | 1 | -0/+2 |
2018-12-28 | kconfig: convert to SPDX License Identifier | Masahiro Yamada | 1 | -1/+1 |
2018-12-08 | kconfig: remove k_invalid from expr_parse_string() return type | Masahiro Yamada | 1 | -12/+2 |
2018-03-25 | kconfig: make unmet dependency warnings readable | Masahiro Yamada | 1 | -42/+0 |
2018-03-25 | kconfig: Print reverse dependencies in groups | Eugeniu Rosca | 1 | -6/+12 |
2018-03-25 | kconfig: clean-up reverse dependency help implementation | Masahiro Yamada | 1 | -15/+21 |
2018-02-08 | kconfig: send error messages to stderr | Masahiro Yamada | 1 | -2/+2 |
2018-02-01 | Merge tag 'kconfig-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ma... | Linus Torvalds | 1 | -5/+131 |
2018-01-25 | kconfig: make "Selected by:" and "Implied by:" readable | Petr Vorel | 1 | -4/+24 |
2018-01-21 | kconfig: Document important expression functions | Ulf Magnusson | 1 | -0/+106 |
2018-01-21 | kconfig: Fix expr_free() E_NOT leak | Ulf Magnusson | 1 | -1/+1 |
2018-01-05 | kconfig: fix relational operators for bool and tristate symbols | Nicolas Pitre | 1 | -1/+4 |
2015-10-20 | kconfig: Fix copy&paste error | Michal Sojka | 1 | -1/+1 |
2015-06-15 | kconfig: allow use of relations other than (in)equality | Jan Beulich | 1 | -10/+157 |
2015-05-25 | Kconfig: Remove bad inference rules expr_eliminate_dups2() | Martin Walch | 1 | -111/+0 |
2015-02-25 | kconfig: Remove unnecessary prototypes from headers | Michal Marek | 1 | -6/+12 |
2015-02-25 | kconfig: Remove dead code | Michal Marek | 1 | -4/+0 |
2012-11-20 | kconfig: Fix malloc handling in conf tools | Alan Cox | 1 | -5/+5 |
2011-07-02 | kconfig: use calloc() for expr allocation | Arnaud Lacombe | 1 | -8/+4 |
2011-06-06 | kconfig: nuke LKC_DIRECT_LINK cruft | Arnaud Lacombe | 1 | -1/+0 |
2010-12-21 | kconfig: Make expr_copy() take a const argument | Michal Marek | 1 | -1/+1 |
2010-12-21 | kconfig: simplify select-with-unmet-direct-dependency warning | Arnaud Lacombe | 1 | -0/+42 |
2010-08-13 | kconfig: Fix warning: ignoring return value of 'fwrite' | Jean Sacren | 1 | -1/+1 |
2010-06-02 | kconfig: print the range of integer/hex symbol in help text | Li Zefan | 1 | -1/+1 |
2010-02-02 | menuconfig: wrap long help lines | Vadim Bendebury (вб) | 1 | -2/+25 |
2009-09-20 | kbuild: add static to prototypes | Trevor Keith | 1 | -2/+2 |
2009-09-20 | kconfig: add symbol value to help find the real depend | Cheng Renquan | 1 | -0/+2 |
2008-01-29 | kconfig: tristate choices with mixed tristate and boolean values | Jan Beulich | 1 | -2/+8 |
2008-01-29 | kconfig: explicitly introduce expression list | Roman Zippel | 1 | -8/+8 |
2008-01-29 | kconfig: rename E_OR & friends to avoid name clash | Sam Ravnborg | 1 | -3/+3 |
2006-06-09 | kconfig: create links in info window | Roman Zippel | 1 | -25/+25 |
2006-06-09 | kconfig: remove SYMBOL_{YES,MOD,NO} | Roman Zippel | 1 | -1/+2 |
2005-04-17 | Linux-2.6.12-rc2 | Linus Torvalds | 1 | -0/+1099 |