aboutsummaryrefslogtreecommitdiffstats
path: root/scripts (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-13checkpatch: report missing spaces around trigraphs with --strictJoe Perches1-9/+7
2013-11-13scripts/mod/modpost.c: handle non ABS crc symbolsAndi Kleen1-8/+7
2013-11-13scripts/sortextable: support objects with more than 64K sections.Jamie Iles2-3/+47
2013-11-08scripts/tags.sh: remove obsolete __devinit[const|data]Michael Opdenacker1-2/+2
2013-11-08scripts: kallsyms: Use %zu to print 'size_t'Fabio Estevam1-1/+1
2013-11-07perf tools: Fix version when building out of treeDavid Ahern1-1/+3
2013-11-07scripts/bloat-o-meter: use .startswith rather than fragile slicingJosh Triplett1-1/+1
2013-11-07scripts/bloat-o-meter: ignore changes in the size of linux_bannerJosh Triplett1-0/+1
2013-11-07modpost: fix bogus 'exported twice' warnings.Rusty Russell1-2/+5
2013-11-06kbuild: replace unbounded sprintf call in modpostKees Cook1-1/+1
2013-11-06kbuild, bloat-o-meter: fix static detectionAndi Kleen1-2/+2
2013-11-06Kbuild: Handle longer symbols in kallsyms.cAndi Kleen1-1/+7
2013-11-06scripts/kernel-doc: make unknown function prototype a Warning instead of an ErrorRandy Dunlap1-2/+1
2013-11-05recordmcount.pl: Add support for __fentry__Jamie Iles1-2/+2
2013-11-02scripts/kallsyms: filter symbols not in kernel address spaceMing Lei2-1/+13
2013-10-31Merge branch 'yem/kconfig-for-next' of git://gitorious.org/linux-kconfig/linux-kconfig into kbuild/kconfigMichal Marek7-39/+43
2013-10-29asmlinkage, module: Make ksymtab and kcrctab symbols and __this_module __visibleAndi Kleen1-1/+1
2013-10-23show_delta: Update script to support python versions 2.5 through 3.3Mike Pagano1-6/+6
2013-10-23scripts/coccinelle/api: remove devm_request_and_ioremap.cocciWolfram Sang1-105/+0
2013-10-23scripts/tags.sh: Increase identifier listKirill Tkhai1-2/+3
2013-10-08xconfig: Fix the filename for GUI settingsBen Hutchings2-0/+6
2013-10-08kconfig: fix bug in search results string: use strlen(gstr->s), not gstr->lenMartin Walch1-1/+1
2013-10-08kconfig: remove unused definition from scannerMartin Walch1-1/+0
2013-10-08kconfig: adjust warning message for conflicting typesMartin Walch1-3/+4
2013-10-08kconfig: fix trivial typos and update mconf documentationMartin Walch3-33/+31
2013-10-08kconfig: add short explanation to SYMBOL_WRITEMartin Walch1-1/+1
2013-09-25X.509: remove possible code fragility: enumeration values not handledAntonio Alecrim Jr1-0/+2
2013-09-24checkpatch: make extern in .h prototypes quieterJoe Perches1-2/+2
2013-09-23modpost: Optionally ignore secondary errors seen if a single module build failsGuenter Roeck2-2/+15
2013-09-13Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds1-1/+1
2013-09-13scripts/config: fix variable substitution commandClement Chauplannaz1-1/+1
2013-09-12Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-0/+21
2013-09-11checkpatch: add test for positional misuse of section specifiers like __initdataJoe Perches1-1/+46
2013-09-11checkpatch: fix perl version 5.12 and earlier incompatibilityJoe Perches1-2/+2
2013-09-11checkpatch: reduce runtime/cpu time usedJoe Perches1-1/+3
2013-09-11checkpatch: better --fix of SPACING errors.Joe Perches1-22/+42
2013-09-11checkpatch: ignore #define TRACE_<foo> macrosJoe Perches1-1/+2
2013-09-11checkpatch: add --types option to report only specific message typesJoe Perches1-18/+38
2013-09-11checkpatch: fix networking kernel-doc block comment defectJoe Perches1-0/+1
2013-09-11checkpatch: warn when using extern with function prototypes in .h filesJoe Perches1-0/+10
2013-09-11checkpatch: check for duplicate signaturesJoe Perches1-0/+12
2013-09-11checkpatch: enforce sane perl versionDave Hansen1-0/+12
2013-09-11checkpatch: check CamelCase by word, not by $LvalJoe Perches1-5/+9
2013-09-11checkpatch: add a few more --fix correctionsJoe Perches1-38/+84
2013-09-11Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds9-340/+408
2013-09-07Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds4-24/+178
2013-09-07Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus 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