aboutsummaryrefslogtreecommitdiff
path: root/scripts/checkpatch.pl
AgeCommit message (Expand)Author
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
2013-07-03checkpatch: add a placeholder to check blank lines before declarationsJoe Perches
2013-07-03checkpatch: reduce false positive rate of "complex macros"Joe Perches
2013-07-03checkpatch: warn on comparisons to get_jiffies_64()Joe Perches
2013-07-03checkpatch: warn on comparisons to jiffiesJoe Perches
2013-07-03checkpatch: warn when networking block comment lines don't start with *Joe Perches
2013-07-03checkpatch: improve network block comment test and messageJoe Perches
2013-07-03checkpatch: remove quote from CamelCase testJoe Perches
2013-07-03checkpatch: add --strict preference for p = kmalloc(sizeof(*p)...Joe Perches
2013-07-03checkpatch: warn when using gcc's binary constant ("0b") extensionJoe Perches
2013-07-03checkpatch: change CamelCase test and make it --strictJoe Perches
2013-04-29checkpatch: add Suggested-by as a standard signatureMugunthan V N
2013-04-29checkpatch: only warn for empty lines before closing braces by themselvesMatthijs Kooijman
2013-04-29checkpatch: warn on space before semicolonJoe Perches
2013-04-29checkpatch: complain about executable filesJoe Perches
2013-04-29checkpatch: Prefer seq_puts to seq_printfJoe Perches
2013-04-29checkpatch: add check for reuse of krealloc argJoe Perches
2013-04-17checkpatch: fix stringification macro defectJoe Perches
2013-02-27checkpatch: improve CamelCase test for PageJoe Perches
2013-02-21checkpatch: fix USLEEP_RANGE testBruce Allan
2013-02-21checkpatch: Add check for kcalloc argument orderJoe Perches
2013-02-21checkpatch: don't emit the CamelCase warning for PageFooJoe Perches
2013-02-21checkpatch: warn on unnecessary __dev<foo> section markingsJoe Perches
2013-02-21checkpatch: prefer dev_<level>( to dev_printk(KERN_<LEVEL>Joe Perches
2013-02-05checkpatch: fix $Float creation of match variablesJoe Perches
2012-12-20checkpatch: warn on uapi #includes that #include <uapi/...Joe Perches
2012-12-17checkpatch: warn on CamelCase variable namesJoe Perches
2012-12-17checkpatch: add support for floating point constantsJoe Perches
2012-12-17checkpatch: find hex constants as a single IDENTJoe Perches