aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2013-12-13Merge tag 'arc-fixes-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2013-12-05ftrace: default to tilegx if ARCH=tile is specifiedTony Lu
2013-11-25ARC: extable: Enable sorting at build timeVineet Gupta
2013-11-21Merge branch 'akpm' (fixes from Andrew)Linus Torvalds
2013-11-21Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jm...Linus Torvalds
2013-11-21checkpatch: fix "Use of uninitialized value" warningsJoe Perches
2013-11-16Merge tag 'trace-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2013-11-15Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds
2013-11-15Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds
2013-11-15Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds
2013-11-15Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2013-11-13kallsyms: Revert back to 128 max symbol lengthMichal Marek
2013-11-13kernel-doc: improve "no structured comments found" errorJohannes Berg
2013-11-13initramfs: read CONFIG_RD_ variables for initramfs compressionP J P
2013-11-13checkpatch: add check for sscanf without return useJoe Perches
2013-11-13checkpatch: don't require kernel style __attribute__ shortcuts in uapi pathsJoe Perches
2013-11-13checkpatch: improve "return is not a function" testJoe Perches
2013-11-13checkpatch.pl: check for the FSF mailing addressJosh Triplett
2013-11-13checkpatch: make the memory barrier test noisierJoe Perches
2013-11-13checkpatch: add rules to check init attribute and const defectsJoe Perches
2013-11-13checkpatch: add test for #defines of ARCH_HAS_<foo>Joe Perches
2013-11-13checkpatch: find CamelCase definitions of struct/union/enumJoe Perches
2013-11-13checkpatch: update seq_<foo> testsJoe Perches
2013-11-13checkpatch: extend CamelCase types and ignore existing CamelCase uses in a patchJoe Perches
2013-11-13checkpatch: report missing spaces around trigraphs with --strictJoe Perches
2013-11-13scripts/mod/modpost.c: handle non ABS crc symbolsAndi Kleen
2013-11-13scripts/sortextable: support objects with more than 64K sections.Jamie Iles
2013-11-08scripts/tags.sh: remove obsolete __devinit[const|data]Michael Opdenacker
2013-11-08scripts: kallsyms: Use %zu to print 'size_t'Fabio Estevam
2013-11-07perf tools: Fix version when building out of treeDavid Ahern
2013-11-07scripts/bloat-o-meter: use .startswith rather than fragile slicingJosh Triplett
2013-11-07scripts/bloat-o-meter: ignore changes in the size of linux_bannerJosh Triplett
2013-11-07modpost: fix bogus 'exported twice' warnings.Rusty Russell
2013-11-06kbuild: replace unbounded sprintf call in modpostKees Cook
2013-11-06kbuild, bloat-o-meter: fix static detectionAndi Kleen
2013-11-06Kbuild: Handle longer symbols in kallsyms.cAndi Kleen
2013-11-06scripts/kernel-doc: make unknown function prototype a Warning instead of an E...Randy Dunlap
2013-11-05recordmcount.pl: Add support for __fentry__Jamie Iles
2013-11-02scripts/kallsyms: filter symbols not in kernel address spaceMing Lei
2013-10-31Merge branch 'yem/kconfig-for-next' of git://gitorious.org/linux-kconfig/linu...Michal Marek
2013-10-29asmlinkage, module: Make ksymtab and kcrctab symbols and __this_module __visibleAndi Kleen
2013-10-23show_delta: Update script to support python versions 2.5 through 3.3Mike Pagano
2013-10-23scripts/coccinelle/api: remove devm_request_and_ioremap.cocciWolfram Sang
2013-10-23scripts/tags.sh: Increase identifier listKirill Tkhai
2013-10-08xconfig: Fix the filename for GUI settingsBen Hutchings
2013-10-08kconfig: fix bug in search results string: use strlen(gstr->s), not gstr->lenMartin Walch
2013-10-08kconfig: remove unused definition from scannerMartin Walch
2013-10-08kconfig: adjust warning message for conflicting typesMartin Walch
2013-10-08kconfig: fix trivial typos and update mconf documentationMartin Walch
2013-10-08kconfig: add short explanation to SYMBOL_WRITEMartin Walch