summaryrefslogtreecommitdiffstats
path: root/scripts/checkpatch.pl
Commit message (Expand)AuthorAgeFilesLines
* 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
* | checkpatch: reduce is_maintained_obsolete lookup runtimeJoe Perches2019-12-041-2/+6
* | checkpatch: improve ignoring CamelCase SI style variants like mAJoe Perches2019-12-041-2/+3
|/
* Merge tag 'devicetree-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-12-021-0/+8
|\
| * checkpatch: Warn if DT bindings are not in schema formatRob Herring2019-10-111-0/+8
* | Merge tag 'devprop-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-11-261-3/+6
|\ \
| * | lib/vsprintf: Add %pfw conversion specifier for printing fwnode namesSakari Ailus2019-10-111-2/+6
| * | lib/vsprintf: Remove support for %pF and %pf in favour of %pS and %psSakari Ailus2019-10-111-1/+0
| |/
* | Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-11-251-1/+1
|\ \ | |/ |/|
| * checkpatch: don't warn about new vsprintf pointer extension '%pe'Uwe Kleine-König2019-11-141-1/+1
* | checkpatch: check for nested (un)?likely() callsDenis Efremov2019-09-251-0/+6
* | checkpatch: make git output use LANGUAGE=en_US.utf8Joe Perches2019-09-251-4/+6
* | checkpatch: remove obsolete period from "ambiguous SHA1" querySean Christopherson2019-09-251-1/+1