summaryrefslogtreecommitdiffstats
path: root/scripts/checkpatch.pl
Commit message (Expand)AuthorAgeFilesLines
...
* checkpatch: improve the SUSPECT_CODE_INDENT testJoe Perches2017-05-091-1/+3
* checkpatch: improve the embedded function name test for patch contextsJoe Perches2017-05-091-9/+8Star
* checkpatch: add --typedefsfileJerome Forissier2017-05-091-17/+35
* checkpatch: improve k.alloc with multiplication and sizeof testJoe Perches2017-05-091-3/+10
* checkpatch: special audit for revert commit lineWei Wang2017-05-091-0/+1
* checkpatch: clarify the EMBEDDED_FUNCTION_NAME messageJoe Perches2017-05-091-5/+7
* checkpatch: improve MULTISTATEMENT_MACRO_USE_DO_WHILE testJoe Perches2017-05-091-2/+4
* checkpatch: avoid suggesting struct definitions should be constJoe Perches2017-05-091-3/+3
* checkpatch: allow space leading blank lines in email headersJoe Perches2017-05-091-2/+2
* checkpatch: improve EMBEDDED_FUNCTION_NAME testJoe Perches2017-05-091-0/+11
* checkpatch: add ability to find bad uses of vsprintf %p<foo> extensionsJoe Perches2017-05-091-0/+26
* checkpatch: remove obsolete CONFIG_EXPERIMENTAL checksRuslan Bilovol2017-05-091-13/+0Star
* checkpatch: warn when formats use %Z and suggest %zAlexey Dobriyan2017-02-281-9/+20
* checkpatch: remove false unbalanced braces warningSven Eckelmann2017-02-251-2/+2
* checkpatch: notice unbalanced else braces in a patchJoe Perches2017-02-251-0/+6
* checkpatch: add another old address for the FSFMatthew Wilcox2017-02-251-0/+1
* checkpatch: update $logFunctionsMiles Chen2017-02-251-1/+1
* checkpatch: warn on logging continuationsJoe Perches2017-02-251-0/+6
* checkpatch: warn on embedded function namesJoe Perches2017-02-251-2/+20
* checkpatch: replace __bitwise__ with __bitwiseMichael S. Tsirkin2016-12-151-2/+2
* Merge tag 'docs-4.10' of git://git.lwn.net/linuxLinus Torvalds2016-12-131-3/+3
|\
| * docs: fix locations of several documents that got movedMauro Carvalho Chehab2016-10-241-3/+3
* | checkpatch: don't emit unified-diff error for rename-only patchesAndrew Jeffery2016-12-131-0/+1
* | checkpatch: don't check c99 types like uint8_t under toolsTomas Winkler2016-12-131-1/+2
* | checkpatch: avoid multiple line dereferencesJoe Perches2016-12-131-0/+12
* | checkpatch: don't check .pl files, improve absolute path commit log testJoe Perches2016-12-131-15/+15
* | scripts/checkpatch.pl: fix spellingAndrew Morton2016-12-131-1/+1
* | checkpatch: don't try to get maintained status when --no-tree is givenJerome Forissier2016-12-131-1/+1
* | locking/mutex, drm: Introduce mutex_trylock_recursive()Peter Zijlstra2016-11-151-0/+6
|/
* checkpatch: improve the octal permissions testsJoe Perches2016-10-121-16/+44
* checkpatch: add warning for unnamed function definition argumentsJoe Perches2016-10-121-0/+13
* checkpatch: improve MACRO_ARG_PRECEDENCE testJoe Perches2016-10-121-1/+19
* checkpatch: add --strict test for precedence challenged macro argumentsJoe Perches2016-10-121-1/+8
* checkpatch: add --strict test for macro argument reuseJoe Perches2016-10-121-8/+35
* checkpatch: improve the block comment * alignment testJoe Perches2016-10-121-7/+12
* checkpatch: speed up checking for filenames in sections marked obsoleteJoe Perches2016-10-121-1/+1
* checkpatch: externalize the structs that should be constJoe Perches2016-10-121-40/+24Star
* checkpatch: don't test for prefer ether_addr_<foo>Joe Perches2016-10-121-35/+35
* checkpatch: test multiple line block comment alignmentJoe Perches2016-10-121-0/+19
* checkpatch: look for symbolic permissions and suggest octal insteadJoe Perches2016-10-121-6/+43
* checkpatch: see if modified files are marked obsolete in MAINTAINERSJoe Perches2016-10-121-0/+14
* treewide: remove references to the now unnecessary DEFINE_PCI_DEVICE_TABLEJoe Perches2016-09-021-9/+0Star
* checkpatch: if no filenames then read stdinAllen Hubbe2016-08-031-2/+2
* checkpatch: check signoff when reading stdinAllen Hubbe2016-08-031-1/+3
* checkpatch: improve 'bare use of' signed/unsigned types warningJoe Perches2016-08-031-1/+1
* checkpatch: don't complain about BIT macro in uapiTomas Winkler2016-08-031-2/+3
* checkpatch: yet another commit id improvementJoe Perches2016-08-031-2/+2
* checkpatch: allow c99 style // commentsJoe Perches2016-08-031-0/+6
* checkpatch: skip long lines that use an EFI_GUID macroJoe Perches2016-08-031-0/+4
* pmem: kill __pmem address spaceDan Williams2016-07-131-1/+0Star