aboutsummaryrefslogtreecommitdiff
path: root/scripts/checkpatch.pl
AgeCommit message (Expand)Author
2014-02-10checkpatch: fix detection of git repositoryRichard Genoud
2014-01-27checkpatch.pl: check for function declarations without argumentsJoe Perches
2014-01-23checkpatch: prefer ether_addr_copy to memcpy(foo, bar, ETH_ALEN)Joe Perches
2014-01-23checkpatch: add DT compatible string documentation checksRob Herring
2014-01-23checkpatch: only flag FSF address, not gnu.org URLAlexander Duyck
2014-01-23checkpatch: add tests for function pointer style misusesJoe Perches
2014-01-23checkpatch: update the FSF/GPL address checkJoe Perches
2014-01-23checkpatch: check for if's with unnecessary parenthesesJoe Perches
2014-01-23checkpatch: improve space before tab --fix optionJoe Perches
2014-01-23checkpatch: add a --fix-inplace optionJoe Perches
2014-01-23checkpatch: attempt to find missing switch/case break;Joe Perches
2014-01-23checkpatch: add warning of future __GFP_NOFAIL useDavid Rientjes
2014-01-23checkpatch: warn only on "space before semicolon" at end of lineJoe Perches
2014-01-23checkpatch: more comprehensive split strings warningJoe Perches
2013-12-13PCI/checkpatch: Deprecate DEFINE_PCI_DEVICE_TABLEJoe Perches
2013-11-21checkpatch: fix "Use of uninitialized value" warningsJoe Perches
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-09-24checkpatch: make extern in .h prototypes quieterJoe Perches
2013-09-11checkpatch: add test for positional misuse of section specifiers like __initdataJoe Perches
2013-09-11checkpatch: fix perl version 5.12 and earlier incompatibilityJoe Perches
2013-09-11checkpatch: reduce runtime/cpu time usedJoe Perches
2013-09-11checkpatch: better --fix of SPACING errors.Joe Perches
2013-09-11checkpatch: ignore #define TRACE_<foo> macrosJoe Perches
2013-09-11checkpatch: add --types option to report only specific message typesJoe Perches
2013-09-11checkpatch: fix networking kernel-doc block comment defectJoe Perches
2013-09-11checkpatch: warn when using extern with function prototypes in .h filesJoe Perches
2013-09-11checkpatch: check for duplicate signaturesJoe Perches
2013-09-11checkpatch: enforce sane perl versionDave Hansen
2013-09-11checkpatch: check CamelCase by word, not by $LvalJoe Perches
2013-09-11checkpatch: add a few more --fix correctionsJoe Perches
2013-07-09checkpatch: make the CamelCase cache work for non-git trees tooJoe Perches
2013-07-03checkpatch: cache last camelcase hash as .checkpatch-camelcase.<commit>Joe Perches
2013-07-03checkpatch: allow longer logging function namesJacob Keller
2013-07-03checkpatch: ignore existing CamelCase uses from include/...Joe Perches
2013-07-03checkpatch: ignore SI unit CamelCase variants like "_uV"Joe Perches
2013-07-03checkpatch: move test for space before semicolon after operator spacingJoe Perches
2013-07-03checkpatch: create an EXPERIMENTAL --fix option to correct patchesJoe Perches
2013-07-03checkpatch: improve "no space after cast" testJoe Perches
2013-07-03checkpatch: add a --strict test for comparison to true/falseJoe Perches
2013-07-03checkpatch: don't warn on blank lines before/after braces as oftenJoe Perches