aboutsummaryrefslogtreecommitdiff
path: root/scripts/checkpatch.pl
AgeCommit message (Expand)AuthorFilesLines
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-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
2019-12-04checkpatch: reduce is_maintained_obsolete lookup runtimeGravatar Joe Perches 1-2/+6
2019-12-04checkpatch: improve ignoring CamelCase SI style variants like mAGravatar Joe Perches 1-2/+3
2019-12-02Merge tag 'devicetree-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+8
2019-11-26Merge tag 'devprop-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-3/+6
2019-11-25Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-1/+1
2019-11-14checkpatch: don't warn about new vsprintf pointer extension '%pe'Gravatar Uwe Kleine-König 1-1/+1
2019-10-11checkpatch: Warn if DT bindings are not in schema formatGravatar Rob Herring 1-0/+8
2019-10-11lib/vsprintf: Add %pfw conversion specifier for printing fwnode namesGravatar Sakari Ailus 1-2/+6
2019-10-11lib/vsprintf: Remove support for %pF and %pf in favour of %pS and %psGravatar Sakari Ailus 1-1/+0
2019-09-25checkpatch: check for nested (un)?likely() callsGravatar Denis Efremov 1-0/+6
2019-09-25checkpatch: make git output use LANGUAGE=en_US.utf8Gravatar Joe Perches 1-4/+6
2019-09-25checkpatch: remove obsolete period from "ambiguous SHA1" queryGravatar Sean Christopherson 1-1/+1
2019-09-25checkpatch: allow consecutive close bracesGravatar Joe Perches 1-1/+1
2019-09-25checkpatch: prefer __section over __attribute__((section(...)))Gravatar Joe Perches 1-0/+12
2019-09-25checkpatch: exclude sizeof sub-expressions from MACRO_ARG_REUSEGravatar Brendan Jackman 1-1/+1
2019-09-25checkpatch.pl: warn on invalid commit idGravatar Matteo Croce 1-0/+11
2019-09-25checkpatch: improve SPDX license checkingGravatar Joe Perches 1-9/+9
2019-09-25checkpatch: don't interpret stack dumps as commit IDsGravatar Joe Perches 1-2/+4
2019-07-16checkpatch.pl: warn on duplicate sysctl local variableGravatar Matteo Croce 1-0/+6
2019-06-14docs: timers: convert docs to ReST and rename to *.rstGravatar Mauro Carvalho Chehab 1-4/+4
2019-05-22checkpatch.pl: Update DT vendor prefix checkGravatar Rob Herring 1-2/+2
2019-05-08Merge tag 'docs-5.2' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-0/+18
2019-03-29checkpatch: add %pt as a valid vsprintf extensionGravatar Alexandre Belloni 1-1/+1
2019-03-25checkpatch: Warn on improper usage of Co-developed-byGravatar Sean Christopherson 1-0/+18
2019-03-09Merge tag 'docs-5.1' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-13/+0
2019-03-07checkpatch: add test for SPDX-License-Identifier on wrong line #Gravatar Joe Perches 1-0/+8
2019-03-07checkpatch: allow reporting C99 style commentsGravatar Vadim Bendebury 1-1/+2
2019-03-07checkpatch: add some new alloc functions to various testsGravatar Joe Perches 1-4/+15