aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2013-06-18scripts/config: replace hard-coded script name by a dynamic valueGravatar Clement Chauplannaz 1-5/+7
2013-06-18mconf/nconf: mark empty menus/menuconfigs different from non-empty onesGravatar Dirk Gouders 4-13/+31
2013-06-18nconf: use function calls instead of ncurses' variables LINES and COLSGravatar Dirk Gouders 2-16/+25
2013-06-18mconf: use function calls instead of ncurses' variables LINES and COLSGravatar Dirk Gouders 6-14/+19
2013-06-18kconfig/lxdialog: handle newline characters in print_autowrap()Gravatar Dirk Gouders 2-16/+19
2013-06-18kconfig/lxdialog: Use new mininimum resize definitions in conf_choice()Gravatar Sedat Dilek 1-1/+3
2013-06-16kconfig/lxdialog: Add definitions for mininimum (re)size valuesGravatar Sedat Dilek 7-9/+23
2013-06-16kconfig: Fix defconfig when one choice menu selects options that another choi...Gravatar Arve Hjønnevåg 4-4/+25
2013-06-14scripts/coccinelle: check for field address argument to kfreeGravatar Julia Lawall 1-0/+32
2013-06-14Coccinelle: Make 'report' the default modeGravatar Nicolas Palix 1-3/+11
2013-06-13dtc: ensure #line directives don't consume data from the next lineGravatar Grant Likely 2-117/+117
2013-06-13dtc: Update generated files to output from Bison 2.5Gravatar Grant Likely 2-341/+388
2013-06-13kbuild: make sure we clean up DTB temporary filesGravatar Ian Campbell 1-4/+4
2013-06-13Makefile.lib: align DTB quiet_cmdGravatar James Hogan 1-1/+1
2013-06-12arm64: extable: sort the exception table at build timeGravatar Will Deacon 1-0/+5
2013-05-30Merge branch 'yem-kconfig-rc-fixes' of git://gitorious.org/linux-kconfig/linu...Gravatar Michal Marek 4-11/+26
2013-05-30kconfig/menu.c: fix multiple references to expressions in menu_add_prop()Gravatar Dirk Gouders 1-1/+14
2013-05-30mconf: handle keys in empty dialogsGravatar Dirk Gouders 2-9/+11
2013-05-23kbuild: Don't assume dts files live in arch/*/boot/dtsGravatar Matthijs Kooijman 1-1/+1
2013-05-20scripts/config: fix assignment of parameters for short version of --*-after o...Gravatar Clement Chauplannaz 1-1/+1
2013-05-20modpost.c: Add .text.unlikely to TEXT_SECTIONSGravatar Tom Rini 1-1/+1
2013-05-17kbuild: fix make headers_install when path is too longGravatar Nicolas Dichtel 2-8/+19
2013-05-16package: Makefile: unbreak binrpm-pkg targetGravatar Luiz Capitulino 1-1/+1
2013-05-07Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Gravatar Linus Torvalds 4-39/+37
2013-05-07Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Gravatar Linus Torvalds 9-12/+245
2013-05-07Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Gravatar Linus Torvalds 5-66/+48
2013-05-07menuconfig: fix NULL pointer dereference when searching a symbolGravatar Li Zefan 1-6/+10
2013-05-06Fix cleaning in scripts/modGravatar Andreas Schwab 1-0/+2
2013-05-05Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 6-57/+78
2013-05-02Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Gravatar Linus Torvalds 2-42/+68
2013-04-30menuconfig: print more info for symbol without promptsGravatar Wengmeiling 1-7/+20
2013-04-30Merge tag 'localmodconfig-v3.10' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-10/+16
2013-04-29checkpatch: add Suggested-by as a standard signatureGravatar Mugunthan V N 1-0/+1
2013-04-29checkpatch: only warn for empty lines before closing braces by themselvesGravatar Matthijs Kooijman 1-1/+1
2013-04-29checkpatch: warn on space before semicolonGravatar Joe Perches 1-2/+2
2013-04-29checkpatch: complain about executable filesGravatar Joe Perches 1-1/+2
2013-04-29checkpatch: Prefer seq_puts to seq_printfGravatar Joe Perches 1-0/+16
2013-04-29checkpatch: add check for reuse of krealloc argGravatar Joe Perches 1-0/+7
2013-04-29get_maintainer: use filename-only regex match for TegraGravatar Stephen Warren 1-1/+1
2013-04-29scripts/decodecode: make faulting insn ptr more robustGravatar Borislav Petkov 1-1/+7
2013-04-29localmodconfig: Process source kconfig files as they are foundGravatar Steven Rostedt 1-10/+7
2013-04-29localmodconfig: Add debug prints for dependencies of module configsGravatar Steven Rostedt 1-0/+9
2013-04-29Merge tag 'char-misc-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-0/+15
2013-04-29kconfig: fix lists definition for C++Gravatar Yann E. MORIN 1-2/+2
2013-04-29modpost: fix unwanted VMLINUX_SYMBOL_STR expansionGravatar James Hogan 1-1/+1
2013-04-26Revert "kconfig: fix randomising choice entries in presence of KCONFIG_ALLCON...Gravatar Yann E. MORIN 1-4/+3
2013-04-25kconfig: implement KCONFIG_PROBABILITY for randconfigGravatar Yann E. MORIN 1-3/+54
2013-04-25kconfig: allow specifying the seed for randconfigGravatar Yann E. MORIN 1-1/+11
2013-04-25kconfig: fix randomising choice entries in presence of KCONFIG_ALLCONFIGGravatar Yann E. MORIN 1-3/+4
2013-04-25kconfig: do not override symbols already setGravatar Yann E. MORIN 1-1/+1