aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/scripts/checkpatch.pl (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-12checkpatch: improve the STORAGE_CLASS testJoe Perches1-2/+10
2017-07-10checkpatch: improve multi-line alignment testJoe Perches1-1/+1
2017-07-10checkpatch: improve macro reuse testJoe Perches1-6/+6
2017-07-10checkpatch: change format of --color argument to --color[=WHEN]John Brooks1-6/+29
2017-07-10checkpatch: silence perl 5.26.0 unescaped left brace warningsCyril Bur1-3/+3
2017-07-10checkpatch: improve tests for multiple line function definitionsJoe Perches1-1/+25
2017-07-10checkpatch: remove false warning for commit referenceHeinrich Schuchardt1-1/+3
2017-07-10checkpatch: fix stepping through statements with $stat and ctx_statement_blockJoe Perches1-1/+1
2017-07-10checkpatch: [HLP]LIST_HEAD is also declarationSteffen Maier1-1/+1
2017-07-10checkpatch: warn when a MAINTAINERS entry isn't [A-Z]:\tJoe Perches1-0/+11
2017-07-10checkpatch: improve the unnecessary OOM message testJoe Perches1-1/+1
2017-07-07Merge tag 'kbuild-misc-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+2
2017-07-07Merge tag 'devicetree-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-1/+1
2017-06-27vsprintf: Add %p extension "%pOF" for device treePantelis Antoniou1-1/+1
2017-06-08checkpatch: Remove checks for expedited grace periodsPaul E. McKenney1-17/+0
2017-05-14scripts: Switch to more portable Perl shebangKamil Rytarowski1-1/+2
2017-05-08checkpatch: improve the SUSPECT_CODE_INDENT testJoe Perches1-1/+3
2017-05-08checkpatch: improve the embedded function name test for patch contextsJoe Perches1-9/+8
2017-05-08checkpatch: add --typedefsfileJerome Forissier1-17/+35
2017-05-08checkpatch: improve k.alloc with multiplication and sizeof testJoe Perches1-3/+10
2017-05-08checkpatch: special audit for revert commit lineWei Wang1-0/+1
2017-05-08checkpatch: clarify the EMBEDDED_FUNCTION_NAME messageJoe Perches1-5/+7
2017-05-08checkpatch: improve MULTISTATEMENT_MACRO_USE_DO_WHILE testJoe Perches1-2/+4
2017-05-08checkpatch: avoid suggesting struct definitions should be constJoe Perches1-3/+3
2017-05-08checkpatch: allow space leading blank lines in email headersJoe Perches1-2/+2
2017-05-08checkpatch: improve EMBEDDED_FUNCTION_NAME testJoe Perches1-0/+11
2017-05-08checkpatch: add ability to find bad uses of vsprintf %p<foo> extensionsJoe Perches1-0/+26
2017-05-08checkpatch: remove obsolete CONFIG_EXPERIMENTAL checksRuslan Bilovol1-13/+0
2017-02-27checkpatch: warn when formats use %Z and suggest %zAlexey Dobriyan1-9/+20
2017-02-24checkpatch: remove false unbalanced braces warningSven Eckelmann1-2/+2
2017-02-24checkpatch: notice unbalanced else braces in a patchJoe Perches1-0/+6
2017-02-24checkpatch: add another old address for the FSFMatthew Wilcox1-0/+1
2017-02-24checkpatch: update $logFunctionsMiles Chen1-1/+1
2017-02-24checkpatch: warn on logging continuationsJoe Perches1-0/+6
2017-02-24checkpatch: warn on embedded function namesJoe Perches1-2/+20
2016-12-16checkpatch: replace __bitwise__ with __bitwiseMichael S. Tsirkin1-2/+2
2016-12-12Merge tag 'docs-4.10' of git://git.lwn.net/linuxLinus Torvalds1-3/+3
2016-12-12checkpatch: don't emit unified-diff error for rename-only patchesAndrew Jeffery1-0/+1
2016-12-12checkpatch: don't check c99 types like uint8_t under toolsTomas Winkler1-1/+2
2016-12-12checkpatch: avoid multiple line dereferencesJoe Perches1-0/+12
2016-12-12checkpatch: don't check .pl files, improve absolute path commit log testJoe Perches1-15/+15
2016-12-12scripts/checkpatch.pl: fix spellingAndrew Morton1-1/+1
2016-12-12checkpatch: don't try to get maintained status when --no-tree is givenJerome Forissier1-1/+1
2016-11-15locking/mutex, drm: Introduce mutex_trylock_recursive()Peter Zijlstra1-0/+6
2016-10-24docs: fix locations of several documents that got movedMauro Carvalho Chehab1-3/+3
2016-10-11checkpatch: improve the octal permissions testsJoe Perches1-16/+44
2016-10-11checkpatch: add warning for unnamed function definition argumentsJoe Perches1-0/+13
2016-10-11checkpatch: improve MACRO_ARG_PRECEDENCE testJoe Perches1-1/+19
2016-10-11checkpatch: add --strict test for precedence challenged macro argumentsJoe Perches1-1/+8
2016-10-11checkpatch: add --strict test for macro argument reuseJoe Perches1-8/+35