aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2013-11-21Merge branch 'akpm' (fixes from Andrew)Gravatar Linus Torvalds 1-0/+1
2013-11-21Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jm...Gravatar Linus Torvalds 1-0/+2
2013-11-21checkpatch: fix "Use of uninitialized value" warningsGravatar Joe Perches 1-0/+1
2013-11-16Merge tag 'trace-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 1-2/+2
2013-11-15Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Gravatar Linus Torvalds 4-117/+12
2013-11-15Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Gravatar Linus Torvalds 7-39/+43
2013-11-15Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Gravatar Linus Torvalds 3-4/+11
2013-11-15Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 2-5/+21
2013-11-13kallsyms: Revert back to 128 max symbol lengthGravatar Michal Marek 1-1/+1
2013-11-13kernel-doc: improve "no structured comments found" errorGravatar Johannes Berg 2-5/+15
2013-11-13initramfs: read CONFIG_RD_ variables for initramfs compressionGravatar P J P 1-6/+18
2013-11-13checkpatch: add check for sscanf without return useGravatar Joe Perches 1-0/+17
2013-11-13checkpatch: don't require kernel style __attribute__ shortcuts in uapi pathsGravatar Joe Perches 1-7/+12
2013-11-13checkpatch: improve "return is not a function" testGravatar Joe Perches 1-14/+4
2013-11-13checkpatch.pl: check for the FSF mailing addressGravatar Josh Triplett 1-0/+12
2013-11-13checkpatch: make the memory barrier test noisierGravatar Joe Perches 1-2/+2
2013-11-13checkpatch: add rules to check init attribute and const defectsGravatar Joe Perches 1-2/+34
2013-11-13checkpatch: add test for #defines of ARCH_HAS_<foo>Gravatar Joe Perches 1-8/+14
2013-11-13checkpatch: find CamelCase definitions of struct/union/enumGravatar Joe Perches 1-2/+3
2013-11-13checkpatch: update seq_<foo> testsGravatar Joe Perches 1-3/+4
2013-11-13checkpatch: extend CamelCase types and ignore existing CamelCase uses in a patchGravatar Joe Perches 1-2/+10
2013-11-13checkpatch: report missing spaces around trigraphs with --strictGravatar Joe Perches 1-9/+7
2013-11-13scripts/mod/modpost.c: handle non ABS crc symbolsGravatar Andi Kleen 1-8/+7
2013-11-13scripts/sortextable: support objects with more than 64K sections.Gravatar Jamie Iles 2-3/+47
2013-11-08scripts/tags.sh: remove obsolete __devinit[const|data]Gravatar Michael Opdenacker 1-2/+2
2013-11-08scripts: kallsyms: Use %zu to print 'size_t'Gravatar Fabio Estevam 1-1/+1
2013-11-07perf tools: Fix version when building out of treeGravatar David Ahern 1-1/+3
2013-11-07scripts/bloat-o-meter: use .startswith rather than fragile slicingGravatar Josh Triplett 1-1/+1
2013-11-07scripts/bloat-o-meter: ignore changes in the size of linux_bannerGravatar Josh Triplett 1-0/+1
2013-11-07modpost: fix bogus 'exported twice' warnings.Gravatar Rusty Russell 1-2/+5
2013-11-06kbuild: replace unbounded sprintf call in modpostGravatar Kees Cook 1-1/+1
2013-11-06kbuild, bloat-o-meter: fix static detectionGravatar Andi Kleen 1-2/+2
2013-11-06Kbuild: Handle longer symbols in kallsyms.cGravatar Andi Kleen 1-1/+7
2013-11-06scripts/kernel-doc: make unknown function prototype a Warning instead of an E...Gravatar Randy Dunlap 1-2/+1
2013-11-05recordmcount.pl: Add support for __fentry__Gravatar Jamie Iles 1-2/+2
2013-11-02scripts/kallsyms: filter symbols not in kernel address spaceGravatar Ming Lei 2-1/+13
2013-10-31Merge branch 'yem/kconfig-for-next' of git://gitorious.org/linux-kconfig/linu...Gravatar Michal Marek 7-39/+43
2013-10-29asmlinkage, module: Make ksymtab and kcrctab symbols and __this_module __visibleGravatar Andi Kleen 1-1/+1
2013-10-23show_delta: Update script to support python versions 2.5 through 3.3Gravatar Mike Pagano 1-6/+6
2013-10-23scripts/coccinelle/api: remove devm_request_and_ioremap.cocciGravatar Wolfram Sang 1-105/+0
2013-10-23scripts/tags.sh: Increase identifier listGravatar Kirill Tkhai 1-2/+3
2013-10-08xconfig: Fix the filename for GUI settingsGravatar Ben Hutchings 2-0/+6
2013-10-08kconfig: fix bug in search results string: use strlen(gstr->s), not gstr->lenGravatar Martin Walch 1-1/+1
2013-10-08kconfig: remove unused definition from scannerGravatar Martin Walch 1-1/+0
2013-10-08kconfig: adjust warning message for conflicting typesGravatar Martin Walch 1-3/+4
2013-10-08kconfig: fix trivial typos and update mconf documentationGravatar Martin Walch 3-33/+31
2013-10-08kconfig: add short explanation to SYMBOL_WRITEGravatar Martin Walch 1-1/+1
2013-09-25X.509: remove possible code fragility: enumeration values not handledGravatar Antonio Alecrim Jr 1-0/+2
2013-09-24checkpatch: make extern in .h prototypes quieterGravatar Joe Perches 1-2/+2
2013-09-23modpost: Optionally ignore secondary errors seen if a single module build failsGravatar Guenter Roeck 2-2/+15