aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kconfig (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-27kconfig: use va_end to match corresponding va_startColin Ian King1-0/+1
2015-01-07merge_config.sh: Display usage if given too few argumentsOlof Johansson1-0/+5
2014-12-20Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds1-2/+2
2014-12-19Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2014-12-09calloc/xcalloc: Fix argument orderArjun Sreedharan1-2/+2
2014-11-28kconfig: Fix warning "‘jump’ may be used uninitialized"Peter Kümmel1-2/+2
2014-11-20Replace mentions of "list_struct" to "list_head"Andrey Utkin1-3/+3
2014-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds4-35/+11
2014-09-23kconfig/lxdialog: get ncurses CFLAGS with pkg-configBjørn Forsman1-1/+5
2014-08-22kconfig: nconfig: fix multi-byte UTF handlingBrian Norris1-1/+2
2014-08-22kconfig: lxdialog: fix spellingBrian Norris1-1/+1
2014-08-20kbuild: Make scripts executableMichal Marek2-0/+0
2014-08-19kbuild: remove redundant clean-files from scripts/kconfig/MakefileMasahiro Yamada1-1/+0
2014-08-19kbuild: refactor script/kconfig/MakefileMasahiro Yamada1-31/+3
2014-08-08x86: Add "make tinyconfig" to configure the tiniest possible kernelJosh Triplett1-0/+5
2014-08-08x86, platform, kconfig: move kvmconfig functionality to a helperJosh Triplett1-0/+14
2014-06-12Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds16-24/+18
2014-06-10kbuild: trivial - use tabs for code indent where possibleMasahiro Yamada12-18/+18
2014-06-10kbuild: create include/config directory in scripts/kconfig/MakefileMasahiro Yamada1-2/+2
2014-06-10kbuild: trivial - remove trailing empty linesMasahiro Yamada5-6/+0
2014-04-30kbuild: trivial - remove trailing spacesMasahiro Yamada1-1/+1
2014-04-07kconfig: make allnoconfig disable options behind EMBEDDED and EXPERTJosh Triplett6-6/+20
2013-12-20localmodconfig: Add config depends by default settingsSteven Rostedt (Red Hat)1-0/+7
2013-10-08xconfig: Fix the filename for GUI settingsBen Hutchings2-0/+6
2013-10-08kconfig: fix bug in search results string: use strlen(gstr->s), not gstr->lenMartin Walch1-1/+1
2013-10-08kconfig: remove unused definition from scannerMartin Walch1-1/+0
2013-10-08kconfig: adjust warning message for conflicting typesMartin Walch1-3/+4
2013-10-08kconfig: fix trivial typos and update mconf documentationMartin Walch3-33/+31
2013-10-08kconfig: add short explanation to SYMBOL_WRITEMartin Walch1-1/+1
2013-09-05kconfig: do not allow more than one symbol to have 'option modules'Yann E. MORIN1-0/+6
2013-09-05kconfig: regenerate bison parserYann E. MORIN1-264/+298
2013-09-05kconfig: do not special-case 'MODULES' symbolYann E. MORIN2-13/+3
2013-08-15kconfig: silence warning when parsing auto.conf when a symbol has changed typeYann E. MORIN1-3/+8
2013-08-15kconfig: switch to "long long" for sanityKees Cook1-9/+10
2013-07-23Merge branch 'yem-kconfig-rc-fixes' of git://gitorious.org/linux-kconfig/linux-kconfig into kbuild/kconfigMichal Marek3-33/+24
2013-07-16kconfig: simplify symbol-search codeYann E. MORIN1-19/+11
2013-07-16kconfig: don't allocate n+1 elements in temporary arrayYann E. MORIN1-1/+1
2013-07-16kconfig: minor style fixes in symbol-search codeYann E. MORIN1-4/+3
2013-07-16kconfig/[mn]conf: shorten title in search-boxYann E. MORIN2-4/+4
2013-07-16kconfig: avoid multiple calls to strlenYann E. MORIN1-5/+5
2013-07-10Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds17-95/+242
2013-06-29kconfig: allow "hex" and "range" to support longsKees Cook1-5/+5
2013-06-26Revert "kconfig: fix randomising choice entries in presence of KCONFIG_ALLCONFIG"Yann E. MORIN1-3/+3
2013-06-24kconfig: fix randomising choice entries in presence of KCONFIG_ALLCONFIGYann E. MORIN1-3/+3
2013-06-24kconfig: loop as long as we changed some symbols in randconfigYann E. MORIN3-6/+17
2013-06-24kconfig/[mn]conf: make it explicit in the search box that a regexp is possibleYann E. MORIN2-2/+2
2013-06-24kconfig: sort found symbols by relevanceYann E. MORIN1-9/+69
2013-06-18kconfig/conf: print the seed used to initialise the RNG for randconfigYann E. MORIN1-0/+1
2013-06-18kconfig/conf: accept a base-16 seed for randconfigYann E. MORIN1-1/+1
2013-06-18kconfig/conf: fix randconfig setting multiple symbols in a choiceYann E. MORIN1-0/+3