summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2013-07-16kconfig: avoid multiple calls to strlenYann E. MORIN1-5/+5
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_ALLCON...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-19kconfig/conf: print the seed used to initialise the RNG for randconfigYann E. MORIN1-0/+1
2013-06-19kconfig/conf: accept a base-16 seed for randconfigYann E. MORIN1-1/+1
2013-06-19kconfig/conf: fix randconfig setting multiple symbols in a choiceYann E. MORIN1-0/+3
2013-06-19scripts/config: replace hard-coded script name by a dynamic valueClement Chauplannaz1-5/+7
2013-06-19mconf/nconf: mark empty menus/menuconfigs different from non-empty onesDirk Gouders4-13/+31
2013-06-19nconf: use function calls instead of ncurses' variables LINES and COLSDirk Gouders2-16/+25
2013-06-19mconf: use function calls instead of ncurses' variables LINES and COLSDirk Gouders6-14/+19
2013-06-19kconfig/lxdialog: handle newline characters in print_autowrap()Dirk Gouders2-16/+19
2013-06-19kconfig/lxdialog: Use new mininimum resize definitions in conf_choice()Sedat Dilek1-1/+3
2013-06-16kconfig/lxdialog: Add definitions for mininimum (re)size valuesSedat Dilek7-9/+23
2013-06-16kconfig: Fix defconfig when one choice menu selects options that another choi...Arve Hjønnevåg4-4/+25
2013-05-07Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds4-39/+37
2013-05-07Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds9-12/+245
2013-05-07Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds5-66/+48
2013-05-07menuconfig: fix NULL pointer dereference when searching a symbolLi Zefan1-6/+10
2013-05-07Fix cleaning in scripts/modAndreas Schwab1-0/+2
2013-05-05Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds6-57/+78
2013-05-02Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2-42/+68
2013-05-01menuconfig: print more info for symbol without promptsWengmeiling1-7/+20
2013-04-30Merge tag 'localmodconfig-v3.10' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-10/+16
2013-04-30checkpatch: add Suggested-by as a standard signatureMugunthan V N1-0/+1
2013-04-30checkpatch: only warn for empty lines before closing braces by themselvesMatthijs Kooijman1-1/+1
2013-04-30checkpatch: warn on space before semicolonJoe Perches1-2/+2
2013-04-30checkpatch: complain about executable filesJoe Perches1-1/+2
2013-04-30checkpatch: Prefer seq_puts to seq_printfJoe Perches1-0/+16
2013-04-30checkpatch: add check for reuse of krealloc argJoe Perches1-0/+7
2013-04-30get_maintainer: use filename-only regex match for TegraStephen Warren1-1/+1
2013-04-30scripts/decodecode: make faulting insn ptr more robustBorislav Petkov1-1/+7
2013-04-29localmodconfig: Process source kconfig files as they are foundSteven Rostedt1-10/+7
2013-04-29localmodconfig: Add debug prints for dependencies of module configsSteven Rostedt1-0/+9
2013-04-29Merge tag 'char-misc-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-0/+15
2013-04-29kconfig: fix lists definition for C++Yann E. MORIN1-2/+2
2013-04-29modpost: fix unwanted VMLINUX_SYMBOL_STR expansionJames Hogan1-1/+1
2013-04-27Revert "kconfig: fix randomising choice entries in presence of KCONFIG_ALLCON...Yann E. MORIN1-4/+3
2013-04-25kconfig: implement KCONFIG_PROBABILITY for randconfigYann E. MORIN1-3/+54
2013-04-25kconfig: allow specifying the seed for randconfigYann E. MORIN1-1/+11
2013-04-25kconfig: fix randomising choice entries in presence of KCONFIG_ALLCONFIGYann E. MORIN1-3/+4
2013-04-25kconfig: do not override symbols already setYann E. MORIN1-1/+1
2013-04-25kconfig: fix randconfig tristate detectionYann E. MORIN1-1/+1
2013-04-18rpm-pkg: Remove pointless set -e statementsMichal Marek1-4/+0
2013-04-18rpm-pkg: Always regenerate the specfileMichal Marek1-13/+6
2013-04-18rpm-pkg: Do not write to the parent directoryMichal Marek1-7/+5
2013-04-18rpm-pkg: Do not package the whole source directoryMichal Marek1-1/+5