aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2014-01-24Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+1446
2014-01-23checkpatch: prefer ether_addr_copy to memcpy(foo, bar, ETH_ALEN)Gravatar Joe Perches 1-0/+10
2014-01-23checkpatch: add DT compatible string documentation checksGravatar Rob Herring 1-0/+27
2014-01-23checkpatch: only flag FSF address, not gnu.org URLGravatar Alexander Duyck 1-3/+1
2014-01-23checkpatch: add tests for function pointer style misusesGravatar Joe Perches 1-0/+59
2014-01-23checkpatch: update the FSF/GPL address checkGravatar Joe Perches 1-5/+6
2014-01-23checkpatch: check for if's with unnecessary parenthesesGravatar Joe Perches 1-0/+14
2014-01-23checkpatch: improve space before tab --fix optionGravatar Joe Perches 1-2/+4
2014-01-23checkpatch: add a --fix-inplace optionGravatar Joe Perches 1-1/+9
2014-01-23checkpatch: attempt to find missing switch/case break;Gravatar Joe Perches 1-0/+25
2014-01-23checkpatch: add warning of future __GFP_NOFAIL useGravatar David Rientjes 1-0/+6
2014-01-23checkpatch: warn only on "space before semicolon" at end of lineGravatar Joe Perches 1-1/+1
2014-01-23checkpatch: more comprehensive split strings warningGravatar Joe Perches 1-8/+4
2014-01-23get_maintainer: add commit author information to --rolestatsGravatar Joe Perches 1-6/+85
2014-01-23headers_check: special case seqbuf_dump()Gravatar Paul Bolle 1-1/+5
2014-01-23microblaze: extable: sort the exception table at build timeGravatar Michal Simek 1-0/+5
2014-01-22Merge tag 'pci-v3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-4/+7
2014-01-20Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-1/+1
2014-01-20Merge tag 'localmodconfig-v3.14' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+7
2014-01-17Merge branches 'acpi-tools' and 'pm-tools'Gravatar Rafael J. Wysocki 1-0/+1446
2014-01-17PM / tools: new tool for suspend/resume performance optimizationGravatar Todd E Brandt 1-0/+1446
2014-01-08arm64, jump label: detect %c support for ARM64Gravatar Jiang Liu 1-1/+1
2013-12-23Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+3
2013-12-20localmodconfig: Add config depends by default settingsGravatar Steven Rostedt (Red Hat) 1-0/+7
2013-12-13Merge tag 'arc-fixes-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+5
2013-12-13PCI/checkpatch: Deprecate DEFINE_PCI_DEVICE_TABLEGravatar Joe Perches 1-4/+7
2013-12-10scripts/link-vmlinux.sh: only filter kernel symbols for armGravatar Ming Lei 1-1/+3
2013-12-05ftrace: default to tilegx if ARCH=tile is specifiedGravatar Tony Lu 1-1/+2
2013-11-25ARC: extable: Enable sorting at build timeGravatar Vineet Gupta 1-0/+5
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