summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2016-05-19X.509: remove possible code fragility: enumeration values not handledAntonio Alecrim Jr1-0/+2
2016-04-11kbuild/mkspec: fix grub2 installkernel issueJiri Kosina1-4/+4
2016-04-11scripts/coccinelle: modernize &Julia Lawall1-1/+1
2016-03-07genksyms: Handle string literals with spaces in reference filesMichal Marek1-2/+4
2016-03-03scripts: recordmcount: break hardlinksRussell King1-0/+14
2016-02-25scripts/bloat-o-meter: fix python3 syntax errorSergey Senozhatsky1-4/+4
2016-02-12recordmcount: Fix endianness handling bug for nop_mcountlibin1-1/+1
2016-02-12scripts/recordmcount.pl: support data in text section on powerpcUlrich Weigand1-1/+2
2015-08-25localmodconfig: Use Kbuild files tooRichard Weinberger1-1/+1
2015-06-23scripts/sortextable: suppress warning: `relocs_size' may be used uninitializedTim Gardner1-1/+1
2015-02-09kconfig: Fix warning "‘jump’ may be used uninitialized"Peter Kümmel1-2/+2
2015-02-09kconfig: fix bug in search results string: use strlen(gstr->s), not gstr->lenMartin Walch1-1/+1
2015-01-29scripts/recordmcount.pl: There is no -m32 gcc option on Super-H anymoreMichael Karcher1-1/+0
2015-01-26scripts/kernel-doc: don't eat struct members with __alignedJohannes Berg1-1/+1
2014-07-17recordmcount/MIPS: Fix possible incorrect mcount_loc table entries in modulesAlex Smith1-2/+2
2014-07-02builddeb: use $OBJCOPY variable instead of objcopyFathi Boudra1-3/+3
2014-07-02module: allow multiple calls to MODULE_DEVICE_TABLE() per moduleTom Gundersen1-5/+9
2014-05-15powerpc: Add vr save/restore functionsAndreas Schwab1-2/+6
2014-03-31deb-pkg: Fix cross-building linux-headers packageBen Hutchings1-5/+4
2014-03-31deb-pkg: Fix building for MIPS big-endian or ARM OABIBen Hutchings1-2/+2
2014-02-23Modpost: fixed USB alias generation for ranges including 0x9 and 0xAJan Moskyto Matejka1-2/+2
2014-01-10scripts/link-vmlinux.sh: only filter kernel symbols for armMing Lei1-1/+3
2013-11-02scripts/kallsyms: filter symbols not in kernel address spaceMing Lei2-1/+13
2013-09-25checkpatch: make extern in .h prototypes quieterJoe Perches1-2/+2
2013-09-13Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds1-1/+1
2013-09-13scripts/config: fix variable substitution commandClement Chauplannaz1-1/+1
2013-09-13Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-0/+21
2013-09-12checkpatch: add test for positional misuse of section specifiers like __initdataJoe Perches1-1/+46
2013-09-12checkpatch: fix perl version 5.12 and earlier incompatibilityJoe Perches1-2/+2
2013-09-12checkpatch: reduce runtime/cpu time usedJoe Perches1-1/+3
2013-09-12checkpatch: better --fix of SPACING errors.Joe Perches1-22/+42
2013-09-12checkpatch: ignore #define TRACE_<foo> macrosJoe Perches1-1/+2
2013-09-12checkpatch: add --types option to report only specific message typesJoe Perches1-18/+38
2013-09-12checkpatch: fix networking kernel-doc block comment defectJoe Perches1-0/+1
2013-09-12checkpatch: warn when using extern with function prototypes in .h filesJoe Perches1-0/+10
2013-09-12checkpatch: check for duplicate signaturesJoe Perches1-0/+12
2013-09-12checkpatch: enforce sane perl versionDave Hansen1-0/+12
2013-09-12checkpatch: check CamelCase by word, not by $LvalJoe Perches1-5/+9
2013-09-12checkpatch: add a few more --fix correctionsJoe Perches1-38/+84
2013-09-11Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds9-340/+408
2013-09-08Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds4-24/+178
2013-09-08Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds1-8/+0
2013-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds1-0/+4
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-09-05Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2013-09-01diffconfig: Update script to support python versions 2.5 through 3.3Mike Pagano1-15/+13
2013-08-30tile: support ftrace on tilegxTony Lu1-0/+4
2013-08-28scripts/checkkconfigsymbols.sh: replace echo -e with printfMax Filippov1-2/+2