summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2014-07-06recordmcount/MIPS: Fix possible incorrect mcount_loc table entries in modulesAlex Smith1-2/+2
2014-05-30powerpc: Add vr save/restore functionsAndreas Schwab1-2/+6
2014-04-14kbuild: fix make headers_install when path is too longNicolas Dichtel2-8/+19
2014-03-31deb-pkg: Fix cross-building linux-headers packageBen Hutchings1-5/+4
2014-02-22Modpost: fixed USB alias generation for ranges including 0x9 and 0xAJan Moskyto Matejka1-2/+2
2013-11-13scripts/kallsyms: filter symbols not in kernel address spaceMing Lei2-1/+13
2013-06-13dtc: ensure #line directives don't consume data from the next lineGrant Likely2-117/+117
2013-06-13dtc: Update generated files to output from Bison 2.5Grant Likely2-341/+388
2013-06-13kbuild: make sure we clean up DTB temporary filesIan Campbell1-4/+4
2013-05-30Merge branch 'yem-kconfig-rc-fixes' of git://gitorious.org/linux-kconfig/linu...Michal Marek4-11/+26
2013-05-30kconfig/menu.c: fix multiple references to expressions in menu_add_prop()Dirk Gouders1-1/+14
2013-05-30mconf: handle keys in empty dialogsDirk Gouders2-9/+11
2013-05-23kbuild: Don't assume dts files live in arch/*/boot/dtsMatthijs Kooijman1-1/+1
2013-05-20scripts/config: fix assignment of parameters for short version of --*-after o...Clement Chauplannaz1-1/+1
2013-05-16package: Makefile: unbreak binrpm-pkg targetLuiz Capitulino1-1/+1
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-06Fix 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-04-30menuconfig: 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-29checkpatch: add Suggested-by as a standard signatureMugunthan V N1-0/+1
2013-04-29checkpatch: only warn for empty lines before closing braces by themselvesMatthijs Kooijman1-1/+1
2013-04-29checkpatch: warn on space before semicolonJoe Perches1-2/+2
2013-04-29checkpatch: complain about executable filesJoe Perches1-1/+2
2013-04-29checkpatch: Prefer seq_puts to seq_printfJoe Perches1-0/+16
2013-04-29checkpatch: add check for reuse of krealloc argJoe Perches1-0/+7
2013-04-29get_maintainer: use filename-only regex match for TegraStephen Warren1-1/+1
2013-04-29scripts/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-26Revert "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
2013-04-17checkpatch: fix stringification macro defectJoe Perches1-0/+1
2013-04-16kconfig/lxdialog: rationalise the include paths where to find {.n}curses{,w}.hYann E. MORIN1-2/+2
2013-04-16menuconfig: Add "breadcrumbs" navigation aidBenjamin Poirier4-3/+147