Age | Commit message (Expand) | Author | Files | Lines |
2011-06-09 | kconfig: regen parser | Arnaud Lacombe | 4 | -173/+200 |
2011-06-09 | kconfig: migrate parser to implicit rules | Arnaud Lacombe | 3 | -27/+5 |
2011-06-09 | kconfig/zconf.l: do not ask to generate backup | Arnaud Lacombe | 1 | -2/+2 |
2011-06-09 | kconfig: kill no longer needed reference to YYDEBUG | Arnaud Lacombe | 2 | -10/+0 |
2011-06-09 | kconfig: constify `kconf_id_lookup' | Arnaud Lacombe | 4 | -8/+8 |
2011-05-25 | xconfig: merge code path to conf_write() | Arnaud Lacombe | 1 | -3/+2 |
2011-05-24 | kconfig: do not record timestamp in .config | Arnaud Lacombe | 1 | -11/+1 |
2011-05-24 | gconfig: Hide unused left treeview when start up the interface | Eduardo Silva | 1 | -2/+6 |
2011-05-24 | gconfig: enable rules hint for main treeviews | Eduardo Silva | 1 | -2/+2 |
2011-04-29 | kconfig: quiet commands when V=0 | Peter Foley | 1 | -2/+2 |
2011-04-29 | kconfig: change update-po-config to reflect new layout of arch/um | Peter Foley | 1 | -2/+2 |
2011-04-29 | kconfig: make update-po-config work in KBUILD_OUTPUT | Peter Foley | 1 | -7/+9 |
2011-04-29 | kconfig: rearrange clean-files | Peter Foley | 1 | -2/+2 |
2011-04-29 | kconfig: change gconf to modify hostprogs-y like nconf and mconf | Peter Foley | 1 | -2/+3 |
2011-04-29 | kconfig: change qconf to modify hostprogs-y like nconf and mconf | Peter Foley | 1 | -3/+4 |
2011-04-29 | kconfig: only build kxgettext when needed | Peter Foley | 1 | -1/+5 |
2011-04-19 | nconfig: Silence unused return values from wattrset | Stephen Boyd | 1 | -7/+7 |
2011-04-18 | kconfig: Do not record timestamp in auto.conf and autoconf.h | Michal Marek | 1 | -6/+2 |
2011-04-15 | kconfig: get rid of unused flags | Yann E. MORIN | 3 | -12/+0 |
2011-04-15 | kconfig: allow multiple inclusion of the same file | Yann E. MORIN | 2 | -20/+38 |
2011-04-08 | kconfig: Avoid buffer underrun in choice input | Ben Hutchings | 1 | -1/+1 |
2011-02-09 | trivial: Fix Steven's Copyright typos | Uwe Kleine-König | 1 | -1/+1 |
2011-01-10 | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare... | Linus Torvalds | 8 | -32/+84 |
2011-01-07 | nconf: handle comment entries within choice/endchoice | Peter Korsgaard | 1 | -2/+6 |
2010-12-30 | kconfig: fix undesirable side effect of adding "visible" menu attribute | Jan Beulich | 1 | -0/+14 |
2010-12-27 | kconfig: fix warning | Arnaud Lacombe | 1 | -0/+1 |
2010-12-21 | kconfig: Make expr_copy() take a const argument | Michal Marek | 2 | -2/+2 |
2010-12-21 | kconfig: simplify select-with-unmet-direct-dependency warning | Arnaud Lacombe | 2 | -1/+47 |
2010-12-16 | kconfig: add more S_INT and S_HEX consistency checks | Arnaud Lacombe | 1 | -3/+12 |
2010-12-15 | kconfig: fix `zconfdebug' extern declaration | Arnaud Lacombe | 1 | -2/+4 |
2010-12-15 | kconfig/conf: merge duplicate switch's case | Arnaud Lacombe | 1 | -2/+0 |
2010-12-15 | kconfig: fix typos | Arnaud Lacombe | 2 | -4/+4 |
2010-12-15 | kbuild/gconf: add dummy inline for bind_textdomain_codeset() | Arnaud Lacombe | 1 | -0/+1 |
2010-12-15 | kbuild/nconf: fix spaces damage | Arnaud Lacombe | 1 | -1/+1 |
2010-12-15 | kconfig: nuke second argument of conf_write_symbol() | Arnaud Lacombe | 1 | -13/+5 |
2010-12-15 | kconfig: do not define AUTOCONF_INCLUDED | Arnaud Lacombe | 1 | -2/+1 |
2010-11-22 | kconfig: regen parser | Arnaud Lacombe | 2 | -334/+358 |
2010-11-22 | kconfig: add an option to determine a menu's visibility | Arnaud Lacombe | 5 | -3/+32 |
2010-11-02 | kconfig: sym_expand_string_value: allow for string termination when reallocing | Andy Whitcroft | 1 | -1/+1 |
2010-10-29 | kconfig: Have streamline_config process menuconfigs too | Steven Rostedt | 1 | -2/+2 |
2010-10-29 | kconfig: Fix streamline_config to read multi line deps in Kconfig files | Steven Rostedt | 1 | -1/+18 |
2010-10-29 | kconfig: Fix missing declaration of variable $dir in streamline_config.pl | hiromu | 1 | -1/+3 |
2010-10-29 | kconfig: Fix variable name typo %prompts in streamline_config.pl | hiromu yagura | 1 | -2/+2 |
2010-10-29 | kconfig: Make localmodconfig handle environment variables | Steven Rostedt | 1 | -1/+11 |
2010-10-28 | Merge branch 'message-callback' into kbuild/kconfig | Michal Marek | 3 | -48/+40 |
2010-10-12 | Revert "kconfig: Temporarily disable dependency warnings" | Michal Marek | 1 | -2/+0 |
2010-10-12 | Merge branch 'kbuild/rc-fixes' into kbuild/kconfig | Michal Marek | 5 | -7/+6 |
2010-10-10 | kbuild: fix oldnoconfig to do the right thing | Kyle McMartin | 1 | -1/+1 |
2010-10-10 | kconfig: Temporarily disable dependency warnings | Michal Marek | 1 | -0/+2 |
2010-10-04 | kconfig: Use PATH_MAX instead of 128 for path buffer sizes. | Will Newton | 1 | -2/+2 |