aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/checkpatch.pl
Commit message (Expand)AuthorAge
* 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
* checkpatch: add check for reuse of krealloc argJoe Perches2013-04-29
* checkpatch: fix stringification macro defectJoe Perches2013-04-17
* checkpatch: improve CamelCase test for PageJoe Perches2013-02-27
* checkpatch: fix USLEEP_RANGE testBruce Allan2013-02-21
* checkpatch: Add check for kcalloc argument orderJoe Perches2013-02-21
* checkpatch: don't emit the CamelCase warning for PageFooJoe Perches2013-02-21
* checkpatch: warn on unnecessary __dev<foo> section markingsJoe Perches2013-02-21
* checkpatch: prefer dev_<level>( to dev_printk(KERN_<LEVEL>Joe Perches2013-02-21
* checkpatch: fix $Float creation of match variablesJoe Perches2013-02-05
* checkpatch: warn on uapi #includes that #include <uapi/...Joe Perches2012-12-20
* checkpatch: warn on CamelCase variable namesJoe Perches2012-12-17
* checkpatch: add support for floating point constantsJoe Perches2012-12-17
* checkpatch: find hex constants as a single IDENTJoe Perches2012-12-17
* checkpatch: add --strict test for switch/default missing breakJoe Perches2012-12-17
* checkpatch: warn when declaring "struct spinlock foo;"Joe Perches2012-12-17
* checkpatch: Add --strict messages for blank lines around bracesJoe Perches2012-12-17
* checkpatch: extend line continuation testJoe Perches2012-12-17
* checkpatch: allow control over line length warning, default remains 80Joe Perches2012-12-17
* checkpatch: consolidate if (foo) bar(foo) checks and add debugfs_removeAndy Whitcroft2012-12-17
* checkpatch: remove reference to feature-removal-schedule.txtTao Ma2012-12-17
* checkpatch: warn about using CONFIG_EXPERIMENTALKees Cook2012-12-17
* checkpatch: warn on unnecessary line continuationsJoe Perches2012-12-17
* checkpatch: improve network block comment style checkingJoe Perches2012-11-09
* checkpatch: fix name of "MODULE_PARM_DESC"Kees Cook2012-10-05
* checkpatch: check networking specific block comment styleJoe Perches2012-10-05