summaryrefslogtreecommitdiffstats
path: root/scripts/checkpatch.pl
AgeCommit message (Expand)AuthorLines
2017-07-07Merge tag 'kbuild-misc-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+2
2017-07-07Merge tag 'devicetree-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2017-06-27vsprintf: Add %p extension "%pOF" for device treePantelis Antoniou-1/+1
2017-06-08checkpatch: Remove checks for expedited grace periodsPaul E. McKenney-17/+0
2017-05-14scripts: Switch to more portable Perl shebangKamil Rytarowski-1/+2
2017-05-08checkpatch: improve the SUSPECT_CODE_INDENT testJoe Perches-1/+3
2017-05-08checkpatch: improve the embedded function name test for patch contextsJoe Perches-9/+8
2017-05-08checkpatch: add --typedefsfileJerome Forissier-17/+35
2017-05-08checkpatch: improve k.alloc with multiplication and sizeof testJoe Perches-3/+10
2017-05-08checkpatch: special audit for revert commit lineWei Wang-0/+1
2017-05-08checkpatch: clarify the EMBEDDED_FUNCTION_NAME messageJoe Perches-5/+7
2017-05-08checkpatch: improve MULTISTATEMENT_MACRO_USE_DO_WHILE testJoe Perches-2/+4
2017-05-08checkpatch: avoid suggesting struct definitions should be constJoe Perches-3/+3
2017-05-08checkpatch: allow space leading blank lines in email headersJoe Perches-2/+2
2017-05-08checkpatch: improve EMBEDDED_FUNCTION_NAME testJoe Perches-0/+11
2017-05-08checkpatch: add ability to find bad uses of vsprintf %p<foo> extensionsJoe Perches-0/+26
2017-05-08checkpatch: remove obsolete CONFIG_EXPERIMENTAL checksRuslan Bilovol-13/+0
2017-02-27checkpatch: warn when formats use %Z and suggest %zAlexey Dobriyan-9/+20
2017-02-24checkpatch: remove false unbalanced braces warningSven Eckelmann-2/+2
2017-02-24checkpatch: notice unbalanced else braces in a patchJoe Perches-0/+6
2017-02-24checkpatch: add another old address for the FSFMatthew Wilcox-0/+1
2017-02-24checkpatch: update $logFunctionsMiles Chen-1/+1
2017-02-24checkpatch: warn on logging continuationsJoe Perches-0/+6
2017-02-24checkpatch: warn on embedded function namesJoe Perches-2/+20
2016-12-16checkpatch: replace __bitwise__ with __bitwiseMichael S. Tsirkin-2/+2
2016-12-12Merge tag 'docs-4.10' of git://git.lwn.net/linuxLinus Torvalds-3/+3
2016-12-12checkpatch: don't emit unified-diff error for rename-only patchesAndrew Jeffery-0/+1
2016-12-12checkpatch: don't check c99 types like uint8_t under toolsTomas Winkler-1/+2
2016-12-12checkpatch: avoid multiple line dereferencesJoe Perches-0/+12
2016-12-12checkpatch: don't check .pl files, improve absolute path commit log testJoe Perches-15/+15
2016-12-12scripts/checkpatch.pl: fix spellingAndrew Morton-1/+1
2016-12-12checkpatch: don't try to get maintained status when --no-tree is givenJerome Forissier-1/+1
2016-11-15locking/mutex, drm: Introduce mutex_trylock_recursive()Peter Zijlstra-0/+6
2016-10-24docs: fix locations of several documents that got movedMauro Carvalho Chehab-3/+3
2016-10-11checkpatch: improve the octal permissions testsJoe Perches-16/+44
2016-10-11checkpatch: add warning for unnamed function definition argumentsJoe Perches-0/+13
2016-10-11checkpatch: improve MACRO_ARG_PRECEDENCE testJoe Perches-1/+19
2016-10-11checkpatch: add --strict test for precedence challenged macro argumentsJoe Perches-1/+8
2016-10-11checkpatch: add --strict test for macro argument reuseJoe Perches-8/+35
2016-10-11checkpatch: improve the block comment * alignment testJoe Perches-7/+12
2016-10-11checkpatch: speed up checking for filenames in sections marked obsoleteJoe Perches-1/+1
2016-10-11checkpatch: externalize the structs that should be constJoe Perches-40/+24
2016-10-11checkpatch: don't test for prefer ether_addr_<foo>Joe Perches-35/+35
2016-10-11checkpatch: test multiple line block comment alignmentJoe Perches-0/+19
2016-10-11checkpatch: look for symbolic permissions and suggest octal insteadJoe Perches-6/+43
2016-10-11checkpatch: see if modified files are marked obsolete in MAINTAINERSJoe Perches-0/+14
2016-09-01treewide: remove references to the now unnecessary DEFINE_PCI_DEVICE_TABLEJoe Perches-9/+0
2016-08-02checkpatch: if no filenames then read stdinAllen Hubbe-2/+2
2016-08-02checkpatch: check signoff when reading stdinAllen Hubbe-1/+3
2016-08-02checkpatch: improve 'bare use of' signed/unsigned types warningJoe Perches-1/+1