summaryrefslogtreecommitdiff
path: root/scripts/checkpatch.pl
AgeCommit message (Expand)Author
2017-10-03checkpatch: fix ignoring cover-letter logicStafford Horne
2017-09-08checkpatch: add 6 missing types to --list-typesJean Delvare
2017-09-08checkpatch: rename variables to avoid confusionJean Delvare
2017-09-08checkpatch: fix typo in commentJean Delvare
2017-09-08checkpatch: add --strict check for ifs with unnecessary parenthesesJoe Perches
2017-07-12checkpatch: improve the STORAGE_CLASS testJoe Perches
2017-07-10checkpatch: improve multi-line alignment testJoe Perches
2017-07-10checkpatch: improve macro reuse testJoe Perches
2017-07-10checkpatch: change format of --color argument to --color[=WHEN]John Brooks
2017-07-10checkpatch: silence perl 5.26.0 unescaped left brace warningsCyril Bur
2017-07-10checkpatch: improve tests for multiple line function definitionsJoe Perches
2017-07-10checkpatch: remove false warning for commit referenceHeinrich Schuchardt
2017-07-10checkpatch: fix stepping through statements with $stat and ctx_statement_blockJoe Perches
2017-07-10checkpatch: [HLP]LIST_HEAD is also declarationSteffen Maier
2017-07-10checkpatch: warn when a MAINTAINERS entry isn't [A-Z]:\tJoe Perches
2017-07-10checkpatch: improve the unnecessary OOM message testJoe Perches
2017-07-07Merge tag 'kbuild-misc-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-07-07Merge tag 'devicetree-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-06-27vsprintf: Add %p extension "%pOF" for device treePantelis Antoniou
2017-06-08checkpatch: Remove checks for expedited grace periodsPaul E. McKenney
2017-05-14scripts: Switch to more portable Perl shebangKamil Rytarowski
2017-05-08checkpatch: improve the SUSPECT_CODE_INDENT testJoe Perches
2017-05-08checkpatch: improve the embedded function name test for patch contextsJoe Perches
2017-05-08checkpatch: add --typedefsfileJerome Forissier
2017-05-08checkpatch: improve k.alloc with multiplication and sizeof testJoe Perches
2017-05-08checkpatch: special audit for revert commit lineWei Wang
2017-05-08checkpatch: clarify the EMBEDDED_FUNCTION_NAME messageJoe Perches
2017-05-08checkpatch: improve MULTISTATEMENT_MACRO_USE_DO_WHILE testJoe Perches
2017-05-08checkpatch: avoid suggesting struct definitions should be constJoe Perches
2017-05-08checkpatch: allow space leading blank lines in email headersJoe Perches
2017-05-08checkpatch: improve EMBEDDED_FUNCTION_NAME testJoe Perches
2017-05-08checkpatch: add ability to find bad uses of vsprintf %p<foo> extensionsJoe Perches
2017-05-08checkpatch: remove obsolete CONFIG_EXPERIMENTAL checksRuslan Bilovol
2017-02-27checkpatch: warn when formats use %Z and suggest %zAlexey Dobriyan
2017-02-24checkpatch: remove false unbalanced braces warningSven Eckelmann
2017-02-24checkpatch: notice unbalanced else braces in a patchJoe Perches
2017-02-24checkpatch: add another old address for the FSFMatthew Wilcox
2017-02-24checkpatch: update $logFunctionsMiles Chen
2017-02-24checkpatch: warn on logging continuationsJoe Perches
2017-02-24checkpatch: warn on embedded function namesJoe Perches
2016-12-16checkpatch: replace __bitwise__ with __bitwiseMichael S. Tsirkin
2016-12-12Merge tag 'docs-4.10' of git://git.lwn.net/linuxLinus Torvalds
2016-12-12checkpatch: don't emit unified-diff error for rename-only patchesAndrew Jeffery
2016-12-12checkpatch: don't check c99 types like uint8_t under toolsTomas Winkler
2016-12-12checkpatch: avoid multiple line dereferencesJoe Perches
2016-12-12checkpatch: don't check .pl files, improve absolute path commit log testJoe Perches
2016-12-12scripts/checkpatch.pl: fix spellingAndrew Morton
2016-12-12checkpatch: don't try to get maintained status when --no-tree is givenJerome Forissier
2016-11-15locking/mutex, drm: Introduce mutex_trylock_recursive()Peter Zijlstra
2016-10-24docs: fix locations of several documents that got movedMauro Carvalho Chehab