summaryrefslogtreecommitdiffstats
path: root/scripts/checkpatch.pl
Commit message (Expand)AuthorAgeFilesLines
* checkpatch: enable GIT_DIR environment use to set git repository locationJoe Perches2020-10-251-5/+7
* checkpatch: add new warnings to author signoff checks.Dwaipayan Ray2020-10-161-16/+77
* checkpatch: fix false positive on empty block comment linesƁukasz Stelmach2020-10-161-1/+1
* checkpatch: fix multi-statement macro checks for while blocks.Dwaipayan Ray2020-10-161-3/+4
* checkpatch: emit a warning on embedded filenamesJoe Perches2020-10-161-0/+6
* checkpatch: extend author Signed-off-by check for split From: headerDwaipayan Ray2020-10-161-0/+4
* checkpatch: allow not using -f with files that are in gitJoe Perches2020-10-161-0/+14
* checkpatch: warn on self-assignmentsJoe Perches2020-10-161-0/+11
* checkpatch: warn if trace_printk and friends are calledNicolas Boichat2020-10-161-0/+6
* checkpatch: add test for comma use that should be semicolonJoe Perches2020-10-161-0/+11
* checkpatch: move repeated word testJoe Perches2020-10-161-36/+36
* checkpatch: add --kconfig-prefixJerome Forissier2020-10-161-4/+8
* checkpatch: fix the usage of capture group ( ... )Mrinal Pandey2020-09-051-2/+2
* Merge tag 'kconfig-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2020-08-141-5/+1
|\
| * Revert "checkpatch: kconfig: prefer 'help' over '---help---'"Masahiro Yamada2020-08-141-5/+1
* | checkpatch: remove missing switch/case break testJoe Perches2020-08-121-25/+0
* | checkpatch: add test for repeated wordsJoe Perches2020-08-121-0/+38
* | checkpatch: fix CONST_STRUCT when const_structs.checkpatch is missingQuentin Monnet2020-08-121-9/+12
* | checkpatch: add --fix option for ASSIGN_IN_IFJoe Perches2020-08-121-2/+24
* | checkpatch: add test for possible misuse of IS_ENABLED() without CONFIG_Joe Perches2020-08-121-0/+6
* | Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-041-11/+5
|\ \
| * | checkpatch: Remove awareness of uninitialized_var() macroKees Cook2020-07-161-11/+5
| |/
* / checkpatch: Remove checks relating to [smp_]read_barrier_depends()Will Deacon2020-07-211-8/+1
|/
* Merge tag 'locking-kcsan-2020-06-11' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-06-111-0/+8
|\
| * Rebase locking/kcsan to locking/urgentThomas Gleixner2020-06-111-0/+8
| |\
| | * Merge branch 'kcsan-for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git...Thomas Gleixner2020-05-081-0/+8
| | |\
| | | * checkpatch: Warn about data_race() without commentMarco Elver2020-05-061-0/+8
* | | | checkpatch: correct check for kernel parameters docTim Froidcoeur2020-06-101-2/+2
|/ / /
* | | Merge tag 'devicetree-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-06-041-1/+1
|\ \ \
| * | | docs: dt: convert submitting-patches.txt to ReST formatMauro Carvalho Chehab2020-05-041-1/+1
| |/ /
* | | checkpatch: use patch subject when reading from stdinGeert Uytterhoeven2020-06-041-0/+1
* | | checkpatch: disallow --git and --file/--fixJoe Perches2020-06-041-2/+4
* | | checkpatch: look for c99 comments in ctx_locate_commentJoe Perches2020-06-041-1/+9
* | | checkpatch: additional MAINTAINER section entry ordering checksJoe Perches2020-06-041-8/+37
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-311-5/+9
|\ \ \
| * | | checkpatch/coding-style: deprecate 80-column warningJoe Perches2020-05-311-5/+9
* | | | checkpatch: warn about uses of ENOTSUPPJakub Kicinski2020-05-111-0/+11
|/ / /
* / / checkpatch: fix a typo in the regex for $allocFunctionsChristophe JAILLET2020-04-211-1/+1
|/ /
* | checkpatch: avoid warning about uninitialized_var()Joe Perches2020-04-071-5/+9
* | checkpatch: check proper licensing of Devicetree bindingsLubomir Rintel2020-04-071-0/+11
* | checkpatch: improve Gerrit Change-Id: testJoe Perches2020-04-071-3/+10
* | checkpatch: add command-line option for TAB sizeAntonio Borneo2020-04-071-10/+16
* | checkpatch: fix multiple const * typesAntonio Borneo2020-04-071-2/+2
* | checkpatch: fix minor typo and mixed space+tab in indentationAntonio Borneo2020-04-071-4/+4
* | checkpatch: prefer fallthrough; over fallthrough commentsJoe Perches2020-04-071-0/+36
* | checkpatch: support "base-commit:" formatJohn Hubbard2020-04-071-1/+1
* | checkpatch: check SPDX tags in YAML filesLubomir Rintel2020-04-071-1/+1
* | checkpatch: remove email address comment from email address comparisonsJoe Perches2020-04-071-10/+29
|/
* Merge tag 'printk-for-5.5-pr-warning-removal' of git://git.kernel.org/pub/scm...Linus Torvalds2019-12-091-9/+0
|\
| * checkpatch: Drop pr_warning checkKefeng Wang2019-12-061-9/+0