summaryrefslogtreecommitdiffstats
path: root/scripts/checkpatch.pl
Commit message (Expand)AuthorAgeFilesLines
* checkpatch: improve the octal permissions testsJoe Perches2016-10-111-16/+44
* checkpatch: add warning for unnamed function definition argumentsJoe Perches2016-10-111-0/+13
* checkpatch: improve MACRO_ARG_PRECEDENCE testJoe Perches2016-10-111-1/+19
* checkpatch: add --strict test for precedence challenged macro argumentsJoe Perches2016-10-111-1/+8
* checkpatch: add --strict test for macro argument reuseJoe Perches2016-10-111-8/+35
* checkpatch: improve the block comment * alignment testJoe Perches2016-10-111-7/+12
* checkpatch: speed up checking for filenames in sections marked obsoleteJoe Perches2016-10-111-1/+1
* checkpatch: externalize the structs that should be constJoe Perches2016-10-111-40/+24
* checkpatch: don't test for prefer ether_addr_<foo>Joe Perches2016-10-111-35/+35
* checkpatch: test multiple line block comment alignmentJoe Perches2016-10-111-0/+19
* checkpatch: look for symbolic permissions and suggest octal insteadJoe Perches2016-10-111-6/+43
* checkpatch: see if modified files are marked obsolete in MAINTAINERSJoe Perches2016-10-111-0/+14
* treewide: remove references to the now unnecessary DEFINE_PCI_DEVICE_TABLEJoe Perches2016-09-011-9/+0
* checkpatch: if no filenames then read stdinAllen Hubbe2016-08-021-2/+2
* checkpatch: check signoff when reading stdinAllen Hubbe2016-08-021-1/+3
* checkpatch: improve 'bare use of' signed/unsigned types warningJoe Perches2016-08-021-1/+1
* checkpatch: don't complain about BIT macro in uapiTomas Winkler2016-08-021-2/+3
* checkpatch: yet another commit id improvementJoe Perches2016-08-021-2/+2
* checkpatch: allow c99 style // commentsJoe Perches2016-08-021-0/+6
* checkpatch: skip long lines that use an EFI_GUID macroJoe Perches2016-08-021-0/+4
* pmem: kill __pmem address spaceDan Williams2016-07-121-1/+0
* checkpatch: reduce git commit description style false positivesJoe Perches2016-06-031-0/+1
* checkpatch: improve --git <commit-count> shortcutJoe Perches2016-05-201-6/+4
* checkpatch: reduce number of `git log` calls with --gitJoe Perches2016-05-201-10/+13
* checkpatch: add support to check already applied git commitsDu, Changbin2016-05-201-1/+47
* checkpatch: add --list-types to show message types to show or ignoreJoe Perches2016-05-201-1/+37
* checkpatch: advertise the --fix and --fix-inplace options moreJoe Perches2016-05-201-0/+8
* checkpatch: whine about ACCESS_ONCEJoe Perches2016-05-201-0/+22
* checkpatch: add test for keywords not starting on tabstopsJoe Perches2016-05-201-0/+13
* checkpatch: improve CONSTANT_COMPARISON test for structure membersJoe Perches2016-05-201-1/+1
* checkpatch: add PREFER_IS_ENABLED testJoe Perches2016-05-201-0/+10
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-03-161-1/+28
|\
| * checkpatch: fix another left brace warningGeyslan G. Bem2016-03-151-1/+1
| * checkpatch: improve UNSPECIFIED_INT test for bare signed/unsigned usesJoe Perches2016-03-151-4/+8
| * checkpatch: warn on bare unsigned or signed declarations without intJoe Perches2016-03-151-0/+20
| * checkpatch: exclude asm volatile from complex macro checkJoe Perches2016-03-151-0/+3
* | sparse: Add __private to privatize members of structsBoqun Feng2016-02-231-1/+2
|/
* checkpatch: fix a number of COMPLEX_MACRO false positivesVladimir Zapolskiy2016-01-201-2/+3
* checkpatch: improve macros with flow control testJoe Perches2016-01-201-1/+1
* checkpatch: warn when casting constants to c90 int or longer typesJoe Perches2016-01-201-0/+42
* checkpatch: add virt barriersMichael S. Tsirkin2016-01-121-1/+2
* checkpatch: check for __smp outside barrier.hMichael S. Tsirkin2016-01-121-0/+10
* checkpatch.pl: add missing memory barriersMichael S. Tsirkin2016-01-121-1/+21
* checkpatch: improve the unnecessary initialisers testsJoe Perches2015-11-061-7/+8
* checkpatch: improve tests for fixes:, long lines and stack dumps in commit logJoe Perches2015-11-061-25/+26
* checkpatch: add constant comparison on left side testJoe Perches2015-09-101-0/+29
* checkpatch: add __pmem to $Sparse annotationsJoe Perches2015-09-101-0/+1
* checkpatch: fix left brace warningEddie Kovsky2015-09-101-4/+4
* checkpatch: avoid some commit message long line warningsJoe Perches2015-09-101-3/+27
* checkpatch: emit an error on formats with 0x%<decimal>Joe Perches2015-09-101-2/+6
OpenPOWER on IntegriCloud