aboutsummaryrefslogtreecommitdiff
path: root/scripts/checkpatch.pl
AgeCommit message (Expand)AuthorFilesLines
2020-10-25checkpatch: enable GIT_DIR environment use to set git repository locationGravatar Joe Perches 1-5/+7
2020-10-16checkpatch: add new warnings to author signoff checks.Gravatar Dwaipayan Ray 1-16/+77
2020-10-16checkpatch: fix false positive on empty block comment linesGravatar Łukasz Stelmach 1-1/+1
2020-10-16checkpatch: fix multi-statement macro checks for while blocks.Gravatar Dwaipayan Ray 1-3/+4
2020-10-16checkpatch: emit a warning on embedded filenamesGravatar Joe Perches 1-0/+6
2020-10-16checkpatch: extend author Signed-off-by check for split From: headerGravatar Dwaipayan Ray 1-0/+4
2020-10-16checkpatch: allow not using -f with files that are in gitGravatar Joe Perches 1-0/+14
2020-10-16checkpatch: warn on self-assignmentsGravatar Joe Perches 1-0/+11
2020-10-16checkpatch: warn if trace_printk and friends are calledGravatar Nicolas Boichat 1-0/+6
2020-10-16checkpatch: add test for comma use that should be semicolonGravatar Joe Perches 1-0/+11
2020-10-16checkpatch: move repeated word testGravatar Joe Perches 1-36/+36
2020-10-16checkpatch: add --kconfig-prefixGravatar Jerome Forissier 1-4/+8
2020-09-05checkpatch: fix the usage of capture group ( ... )Gravatar Mrinal Pandey 1-2/+2
2020-08-14Merge tag 'kconfig-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-5/+1
2020-08-14Revert "checkpatch: kconfig: prefer 'help' over '---help---'"Gravatar Masahiro Yamada 1-5/+1
2020-08-12checkpatch: remove missing switch/case break testGravatar Joe Perches 1-25/+0
2020-08-12checkpatch: add test for repeated wordsGravatar Joe Perches 1-0/+38
2020-08-12checkpatch: fix CONST_STRUCT when const_structs.checkpatch is missingGravatar Quentin Monnet 1-9/+12
2020-08-12checkpatch: add --fix option for ASSIGN_IN_IFGravatar Joe Perches 1-2/+24
2020-08-12checkpatch: add test for possible misuse of IS_ENABLED() without CONFIG_Gravatar Joe Perches 1-0/+6
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-11/+5
2020-07-21checkpatch: Remove checks relating to [smp_]read_barrier_depends()Gravatar Will Deacon 1-8/+1
2020-07-16checkpatch: Remove awareness of uninitialized_var() macroGravatar Kees Cook 1-11/+5
2020-06-11Merge tag 'locking-kcsan-2020-06-11' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+8
2020-06-11Rebase locking/kcsan to locking/urgentGravatar Thomas Gleixner 1-0/+8
2020-06-10checkpatch: correct check for kernel parameters docGravatar Tim Froidcoeur 1-2/+2
2020-06-04Merge tag 'devicetree-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1
2020-06-04checkpatch: use patch subject when reading from stdinGravatar Geert Uytterhoeven 1-0/+1
2020-06-04checkpatch: disallow --git and --file/--fixGravatar Joe Perches 1-2/+4
2020-06-04checkpatch: look for c99 comments in ctx_locate_commentGravatar Joe Perches 1-1/+9
2020-06-04checkpatch: additional MAINTAINER section entry ordering checksGravatar Joe Perches 1-8/+37
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-5/+9
2020-05-31checkpatch/coding-style: deprecate 80-column warningGravatar Joe Perches 1-5/+9
2020-05-11checkpatch: warn about uses of ENOTSUPPGravatar Jakub Kicinski 1-0/+11
2020-05-08Merge branch 'kcsan-for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Thomas Gleixner 1-0/+8
2020-05-06checkpatch: Warn about data_race() without commentGravatar Marco Elver 1-0/+8
2020-05-04docs: dt: convert submitting-patches.txt to ReST formatGravatar Mauro Carvalho Chehab 1-1/+1
2020-04-21checkpatch: fix a typo in the regex for $allocFunctionsGravatar Christophe JAILLET 1-1/+1
2020-04-07checkpatch: avoid warning about uninitialized_var()Gravatar Joe Perches 1-5/+9
2020-04-07checkpatch: check proper licensing of Devicetree bindingsGravatar Lubomir Rintel 1-0/+11
2020-04-07checkpatch: improve Gerrit Change-Id: testGravatar Joe Perches 1-3/+10
2020-04-07checkpatch: add command-line option for TAB sizeGravatar Antonio Borneo 1-10/+16
2020-04-07checkpatch: fix multiple const * typesGravatar Antonio Borneo 1-2/+2
2020-04-07checkpatch: fix minor typo and mixed space+tab in indentationGravatar Antonio Borneo 1-4/+4
2020-04-07checkpatch: prefer fallthrough; over fallthrough commentsGravatar Joe Perches 1-0/+36
2020-04-07checkpatch: support "base-commit:" formatGravatar John Hubbard 1-1/+1
2020-04-07checkpatch: check SPDX tags in YAML filesGravatar Lubomir Rintel 1-1/+1
2020-04-07checkpatch: remove email address comment from email address comparisonsGravatar Joe Perches 1-10/+29
2019-12-09Merge tag 'printk-for-5.5-pr-warning-removal' of git://git.kernel.org/pub/scm...Gravatar Linus Torvalds 1-9/+0
2019-12-06checkpatch: Drop pr_warning checkGravatar Kefeng Wang 1-9/+0