summaryrefslogtreecommitdiffstats
path: root/scripts/checkpatch.pl
AgeCommit message (Expand)AuthorLines
2021-02-10checkpatch: Don't check for mutex_trylock_recursive()Sebastian Andrzej Siewior-6/+0
2021-02-08module: remove EXPORT_UNUSED_SYMBOL*Christoph Hellwig-4/+2
2021-01-28Revert "checkpatch: add check for keyword 'boolean' in Kconfig definitions"Masahiro Yamada-7/+0
2020-12-29checkpatch: prefer strscpy to strlcpyJoe Perches-0/+6
2020-12-15checkpatch: add printk_once and printk_ratelimit to prefer pr_<level> warningJoe Perches-3/+10
2020-12-15checkpatch: fix TYPO_SPELLING check for words with apostropheDwaipayan Ray-2/+5
2020-12-15checkpatch: add warning for lines starting with a '#' in commit logDwaipayan Ray-0/+9
2020-12-15checkpatch: add warning for unnecessary use of %h[xudi] and %hh[xudi]Dwaipayan Ray-0/+22
2020-12-15checkpatch: add fix and improve warning msg for non-standard signatureAditya Srivastava-2/+69
2020-12-15checkpatch: add fix option for LOGICAL_CONTINUATIONSAditya Srivastava-2/+10
2020-12-15checkpatch: add fix option for ASSIGNMENT_CONTINUATIONSAditya Srivastava-2/+8
2020-12-15checkpatch: fix unescaped left braceDwaipayan Ray-1/+1
2020-12-15checkpatch: avoid COMMIT_LOG_LONG_LINE warning for signature tagsAditya Srivastava-2/+2
2020-12-15checkpatch: fix spelling errors and remove repeated wordDwaipayan Ray-3/+3
2020-12-15checkpatch: improve email parsingDwaipayan Ray-17/+91
2020-12-15checkpatch: add __alias and __weak to suggested __attribute__ conversionsJoe Perches-1/+3
2020-12-15checkpatch: add fix option for GERRIT_CHANGE_IDAditya Srivastava-2/+5
2020-12-15checkpatch: update __attribute__((section("name"))) quote removalJoe Perches-32/+15
2020-12-15checkpatch: add a fixer for missing newline at eofTom Rix-2/+5
2020-12-15checkpatch: extend attributes check to handle more patternsDwaipayan Ray-38/+71
2020-12-15checkpatch: allow --fix removal of unnecessary break statementsJoe Perches-4/+8
2020-12-15checkpatch: prefer static const declarationsJoe Perches-0/+12
2020-12-15checkpatch: ignore generated CamelCase defines and enum valuesŁukasz Stelmach-0/+2
2020-12-15checkpatch: fix false positives in REPEATED_WORD warningAditya Srivastava-1/+15
2020-12-15checkpatch: add new exception to repeated word checkDwaipayan Ray-2/+13
2020-10-25checkpatch: enable GIT_DIR environment use to set git repository locationJoe Perches-5/+7
2020-10-16checkpatch: add new warnings to author signoff checks.Dwaipayan Ray-16/+77
2020-10-16checkpatch: fix false positive on empty block comment linesŁukasz Stelmach-1/+1
2020-10-16checkpatch: fix multi-statement macro checks for while blocks.Dwaipayan Ray-3/+4
2020-10-16checkpatch: emit a warning on embedded filenamesJoe Perches-0/+6
2020-10-16checkpatch: extend author Signed-off-by check for split From: headerDwaipayan Ray-0/+4
2020-10-16checkpatch: allow not using -f with files that are in gitJoe Perches-0/+14
2020-10-16checkpatch: warn on self-assignmentsJoe Perches-0/+11
2020-10-16checkpatch: warn if trace_printk and friends are calledNicolas Boichat-0/+6
2020-10-16checkpatch: add test for comma use that should be semicolonJoe Perches-0/+11
2020-10-16checkpatch: move repeated word testJoe Perches-36/+36
2020-10-16checkpatch: add --kconfig-prefixJerome Forissier-4/+8
2020-09-05checkpatch: fix the usage of capture group ( ... )Mrinal Pandey-2/+2
2020-08-14Merge tag 'kconfig-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-5/+1
2020-08-14Revert "checkpatch: kconfig: prefer 'help' over '---help---'"Masahiro Yamada-5/+1
2020-08-12checkpatch: remove missing switch/case break testJoe Perches-25/+0
2020-08-12checkpatch: add test for repeated wordsJoe Perches-0/+38
2020-08-12checkpatch: fix CONST_STRUCT when const_structs.checkpatch is missingQuentin Monnet-9/+12
2020-08-12checkpatch: add --fix option for ASSIGN_IN_IFJoe Perches-2/+24
2020-08-12checkpatch: add test for possible misuse of IS_ENABLED() without CONFIG_Joe Perches-0/+6
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-11/+5
2020-07-21checkpatch: Remove checks relating to [smp_]read_barrier_depends()Will Deacon-8/+1
2020-07-16checkpatch: Remove awareness of uninitialized_var() macroKees Cook-11/+5
2020-06-11Merge tag 'locking-kcsan-2020-06-11' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-0/+8
2020-06-11Rebase locking/kcsan to locking/urgentThomas Gleixner-0/+8