aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/checkpatch.pl
Commit message (Expand)AuthorAge
* checkpatch: fix "Use of uninitialized value" warningsJoe Perches2013-11-21
* checkpatch: add check for sscanf without return useJoe Perches2013-11-12
* checkpatch: don't require kernel style __attribute__ shortcuts in uapi pathsJoe Perches2013-11-12
* checkpatch: improve "return is not a function" testJoe Perches2013-11-12
* checkpatch.pl: check for the FSF mailing addressJosh Triplett2013-11-12
* checkpatch: make the memory barrier test noisierJoe Perches2013-11-12
* checkpatch: add rules to check init attribute and const defectsJoe Perches2013-11-12
* checkpatch: add test for #defines of ARCH_HAS_<foo>Joe Perches2013-11-12
* checkpatch: find CamelCase definitions of struct/union/enumJoe Perches2013-11-12
* checkpatch: update seq_<foo> testsJoe Perches2013-11-12
* checkpatch: extend CamelCase types and ignore existing CamelCase uses in a patchJoe Perches2013-11-12
* checkpatch: report missing spaces around trigraphs with --strictJoe Perches2013-11-12
* checkpatch: make extern in .h prototypes quieterJoe Perches2013-09-24
* checkpatch: add test for positional misuse of section specifiers like __initdataJoe Perches2013-09-11
* checkpatch: fix perl version 5.12 and earlier incompatibilityJoe Perches2013-09-11
* checkpatch: reduce runtime/cpu time usedJoe Perches2013-09-11
* checkpatch: better --fix of SPACING errors.Joe Perches2013-09-11
* checkpatch: ignore #define TRACE_<foo> macrosJoe Perches2013-09-11
* checkpatch: add --types option to report only specific message typesJoe Perches2013-09-11
* checkpatch: fix networking kernel-doc block comment defectJoe Perches2013-09-11
* checkpatch: warn when using extern with function prototypes in .h filesJoe Perches2013-09-11
* checkpatch: check for duplicate signaturesJoe Perches2013-09-11
* checkpatch: enforce sane perl versionDave Hansen2013-09-11
* checkpatch: check CamelCase by word, not by $LvalJoe Perches2013-09-11
* checkpatch: add a few more --fix correctionsJoe Perches2013-09-11
* checkpatch: make the CamelCase cache work for non-git trees tooJoe Perches2013-07-09
* checkpatch: cache last camelcase hash as .checkpatch-camelcase.<commit>Joe Perches2013-07-03
* checkpatch: allow longer logging function namesJacob Keller2013-07-03
* checkpatch: ignore existing CamelCase uses from include/...Joe Perches2013-07-03
* checkpatch: ignore SI unit CamelCase variants like "_uV"Joe Perches2013-07-03
* checkpatch: move test for space before semicolon after operator spacingJoe Perches2013-07-03
* checkpatch: create an EXPERIMENTAL --fix option to correct patchesJoe Perches2013-07-03
* checkpatch: improve "no space after cast" testJoe Perches2013-07-03
* checkpatch: add a --strict test for comparison to true/falseJoe Perches2013-07-03
* checkpatch: don't warn on blank lines before/after braces as oftenJoe Perches2013-07-03
* checkpatch: add a placeholder to check blank lines before declarationsJoe Perches2013-07-03
* checkpatch: reduce false positive rate of "complex macros"Joe Perches2013-07-03
* checkpatch: warn on comparisons to get_jiffies_64()Joe Perches2013-07-03
* checkpatch: warn on comparisons to jiffiesJoe Perches2013-07-03
* checkpatch: warn when networking block comment lines don't start with *Joe Perches2013-07-03
* checkpatch: improve network block comment test and messageJoe Perches2013-07-03
* checkpatch: remove quote from CamelCase testJoe Perches2013-07-03
* checkpatch: add --strict preference for p = kmalloc(sizeof(*p)...Joe Perches2013-07-03
* checkpatch: warn when using gcc's binary constant ("0b") extensionJoe Perches2013-07-03
* checkpatch: change CamelCase test and make it --strictJoe Perches2013-07-03
* checkpatch: add Suggested-by as a standard signatureMugunthan V N2013-04-29
* checkpatch: only warn for empty lines before closing braces by themselvesMatthijs Kooijman2013-04-29
* checkpatch: warn on space before semicolonJoe Perches2013-04-29
* checkpatch: complain about executable filesJoe Perches2013-04-29
* checkpatch: Prefer seq_puts to seq_printfJoe Perches2013-04-29