summaryrefslogtreecommitdiffstats
path: root/scripts/checkpatch.pl
Commit message (Expand)AuthorAgeFilesLines
* checkpatch: add 6 missing types to --list-typesJean Delvare2017-09-081-1/+2
* checkpatch: rename variables to avoid confusionJean Delvare2017-09-081-16/+16
* checkpatch: fix typo in commentJean Delvare2017-09-081-1/+1
* checkpatch: add --strict check for ifs with unnecessary parenthesesJoe Perches2017-09-081-0/+24
* checkpatch: improve the STORAGE_CLASS testJoe Perches2017-07-121-2/+10
* checkpatch: improve multi-line alignment testJoe Perches2017-07-101-1/+1
* checkpatch: improve macro reuse testJoe Perches2017-07-101-6/+6
* checkpatch: change format of --color argument to --color[=WHEN]John Brooks2017-07-101-6/+29
* checkpatch: silence perl 5.26.0 unescaped left brace warningsCyril Bur2017-07-101-3/+3
* checkpatch: improve tests for multiple line function definitionsJoe Perches2017-07-101-1/+25
* checkpatch: remove false warning for commit referenceHeinrich Schuchardt2017-07-101-1/+3
* checkpatch: fix stepping through statements with $stat and ctx_statement_blockJoe Perches2017-07-101-1/+1
* checkpatch: [HLP]LIST_HEAD is also declarationSteffen Maier2017-07-101-1/+1
* checkpatch: warn when a MAINTAINERS entry isn't [A-Z]:\tJoe Perches2017-07-101-0/+11
* checkpatch: improve the unnecessary OOM message testJoe Perches2017-07-101-1/+1
* Merge tag 'kbuild-misc-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-071-1/+2
|\
| * scripts: Switch to more portable Perl shebangKamil Rytarowski2017-05-141-1/+2
* | Merge tag 'devicetree-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-07-071-1/+1
|\ \
| * | vsprintf: Add %p extension "%pOF" for device treePantelis Antoniou2017-06-271-1/+1
| |/
* | checkpatch: Remove checks for expedited grace periodsPaul E. McKenney2017-06-081-17/+0
|/
* checkpatch: improve the SUSPECT_CODE_INDENT testJoe Perches2017-05-081-1/+3
* checkpatch: improve the embedded function name test for patch contextsJoe Perches2017-05-081-9/+8
* checkpatch: add --typedefsfileJerome Forissier2017-05-081-17/+35
* checkpatch: improve k.alloc with multiplication and sizeof testJoe Perches2017-05-081-3/+10
* checkpatch: special audit for revert commit lineWei Wang2017-05-081-0/+1
* checkpatch: clarify the EMBEDDED_FUNCTION_NAME messageJoe Perches2017-05-081-5/+7
* checkpatch: improve MULTISTATEMENT_MACRO_USE_DO_WHILE testJoe Perches2017-05-081-2/+4
* checkpatch: avoid suggesting struct definitions should be constJoe Perches2017-05-081-3/+3
* checkpatch: allow space leading blank lines in email headersJoe Perches2017-05-081-2/+2
* checkpatch: improve EMBEDDED_FUNCTION_NAME testJoe Perches2017-05-081-0/+11
* checkpatch: add ability to find bad uses of vsprintf %p<foo> extensionsJoe Perches2017-05-081-0/+26
* checkpatch: remove obsolete CONFIG_EXPERIMENTAL checksRuslan Bilovol2017-05-081-13/+0
* checkpatch: warn when formats use %Z and suggest %zAlexey Dobriyan2017-02-271-9/+20
* checkpatch: remove false unbalanced braces warningSven Eckelmann2017-02-241-2/+2
* checkpatch: notice unbalanced else braces in a patchJoe Perches2017-02-241-0/+6
* checkpatch: add another old address for the FSFMatthew Wilcox2017-02-241-0/+1
* checkpatch: update $logFunctionsMiles Chen2017-02-241-1/+1
* checkpatch: warn on logging continuationsJoe Perches2017-02-241-0/+6
* checkpatch: warn on embedded function namesJoe Perches2017-02-241-2/+20
* checkpatch: replace __bitwise__ with __bitwiseMichael S. Tsirkin2016-12-161-2/+2
* Merge tag 'docs-4.10' of git://git.lwn.net/linuxLinus Torvalds2016-12-121-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-121-0/+1
* | checkpatch: don't check c99 types like uint8_t under toolsTomas Winkler2016-12-121-1/+2
* | checkpatch: avoid multiple line dereferencesJoe Perches2016-12-121-0/+12
* | checkpatch: don't check .pl files, improve absolute path commit log testJoe Perches2016-12-121-15/+15
* | scripts/checkpatch.pl: fix spellingAndrew Morton2016-12-121-1/+1
* | checkpatch: don't try to get maintained status when --no-tree is givenJerome Forissier2016-12-121-1/+1
* | locking/mutex, drm: Introduce mutex_trylock_recursive()Peter Zijlstra2016-11-151-0/+6
|/
* checkpatch: improve the octal permissions testsJoe Perches2016-10-111-16/+44
OpenPOWER on IntegriCloud