summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* kconfig: loop as long as we changed some symbols in randconfigYann E. MORIN2013-06-243-6/+17
* kconfig/[mn]conf: make it explicit in the search box that a regexp is possibleYann E. MORIN2013-06-242-2/+2
* kconfig: sort found symbols by relevanceYann E. MORIN2013-06-241-9/+69
* kconfig/conf: print the seed used to initialise the RNG for randconfigYann E. MORIN2013-06-181-0/+1
* kconfig/conf: accept a base-16 seed for randconfigYann E. MORIN2013-06-181-1/+1
* kconfig/conf: fix randconfig setting multiple symbols in a choiceYann E. MORIN2013-06-181-0/+3
* scripts/config: replace hard-coded script name by a dynamic valueClement Chauplannaz2013-06-181-5/+7
* mconf/nconf: mark empty menus/menuconfigs different from non-empty onesDirk Gouders2013-06-184-13/+31
* nconf: use function calls instead of ncurses' variables LINES and COLSDirk Gouders2013-06-182-16/+25
* mconf: use function calls instead of ncurses' variables LINES and COLSDirk Gouders2013-06-186-14/+19
* kconfig/lxdialog: handle newline characters in print_autowrap()Dirk Gouders2013-06-182-16/+19
* kconfig/lxdialog: Use new mininimum resize definitions in conf_choice()Sedat Dilek2013-06-181-1/+3
* kconfig/lxdialog: Add definitions for mininimum (re)size valuesSedat Dilek2013-06-167-9/+23
* kconfig: Fix defconfig when one choice menu selects options that another choi...Arve Hjønnevåg2013-06-164-4/+25
* Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds2013-05-074-39/+37
|\
| * rpm-pkg: Remove pointless set -e statementsMichal Marek2013-04-181-4/+0
| * rpm-pkg: Always regenerate the specfileMichal Marek2013-04-181-13/+6
| * rpm-pkg: Do not write to the parent directoryMichal Marek2013-04-181-7/+5
| * rpm-pkg: Do not package the whole source directoryMichal Marek2013-04-181-1/+5
| * buildtar: Add ARCH to the archive nameBorislav Petkov2013-04-081-1/+1
| * Coccinelle: Fix patch output when coccicheck is used with M= and C=Nicolas Palix2013-04-081-1/+5
| * Coccinelle: Add support to the SPFLAGS variableNicolas Palix2013-04-081-1/+1
| * Coccinelle: Cleanup the setting of the FLAGS and OPTIONS variablesNicolas Palix2013-04-081-12/+13
| * Coccinelle: Restore coccicheck verbosity in ONLINE mode (C=1 or C=2)Nicolas Palix2013-04-081-1/+1
| * scripts/package/Makefile: compare objtree with srctree instead of test KBUILD...Bin Wang2013-04-081-1/+1
| * scripts/tags.sh: Add magic for OFFSET and DEFINEKirill Tkhai2013-03-271-1/+3
* | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2013-05-079-12/+245
|\ \
| * | kconfig: fix lists definition for C++Yann E. MORIN2013-04-291-2/+2
| * | Revert "kconfig: fix randomising choice entries in presence of KCONFIG_ALLCON...Yann E. MORIN2013-04-261-4/+3
| * | kconfig: implement KCONFIG_PROBABILITY for randconfigYann E. MORIN2013-04-251-3/+54
| * | kconfig: allow specifying the seed for randconfigYann E. MORIN2013-04-251-1/+11
| * | kconfig: fix randomising choice entries in presence of KCONFIG_ALLCONFIGYann E. MORIN2013-04-251-3/+4
| * | kconfig: do not override symbols already setYann E. MORIN2013-04-251-1/+1
| * | kconfig: fix randconfig tristate detectionYann E. MORIN2013-04-251-1/+1
| * | kconfig/lxdialog: rationalise the include paths where to find {.n}curses{,w}.hYann E. MORIN2013-04-161-2/+2
| * | menuconfig: Add "breadcrumbs" navigation aidBenjamin Poirier2013-04-164-3/+147
| * | menuconfig: Fix memory leak introduced by jump keys featureBenjamin Poirier2013-04-162-0/+16
| * | merge_config.sh: Avoid creating unnessary source softlinksJohn Stultz2013-04-101-1/+9
| * | Merge branch 'yem-kconfig-rc-fixes' of git://gitorious.org/linux-kconfig/linu...Michal Marek2013-03-212-1/+5
| |\ \ | | |/ | |/|
| | * kconfig: optionally use pkg-config to detect ncurses libsJustin Lecher2013-03-071-1/+3
| | * menuconfig: optionally use pkg-config to detect ncurses libsJustin Lecher2013-03-071-0/+2
* | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2013-05-075-66/+48
|\ \ \
| * | | Fix cleaning in scripts/modAndreas Schwab2013-05-061-0/+2
| * | | headers_install.pl: convert to headers_install.shRob Landley2013-04-093-65/+45
| * | | kbuild: fix ld-option functionAntony Pavlov2013-04-081-1/+1
* | | | menuconfig: fix NULL pointer dereference when searching a symbolLi Zefan2013-05-071-6/+10
* | | | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-05-056-57/+78
|\ \ \ \
| * | | | modpost: fix unwanted VMLINUX_SYMBOL_STR expansionJames Hogan2013-04-291-1/+1
| * | | | modpost: handle huge numbers of modules.Rusty Russell2013-04-051-3/+5
| * | | | modpost: add -T option to read module names from file/stdin.Rusty Russell2013-04-051-2/+30