summaryrefslogtreecommitdiff
path: root/scripts/checkpatch.pl
AgeCommit message (Expand)AuthorFilesLines
2018-04-26checkpatch: Add xendevicemodel_handle to the list of typesIan Jackson1-0/+1
2018-04-05scripts/checkpatch.pl: Bug fixSu Hang1-2/+13
2018-03-12checkpatch: Exempt long URLsEric Blake1-1/+2
2018-03-06checkpatch: add check for `while` and `for`Su Hang1-2/+3
2018-03-06checkpatch: add a warning for basename/dirnameJulia Suvorova1-0/+5
2018-01-22configure: add dependencyKlim Kireev1-0/+1
2018-01-16checkpatch: Enforce proper do/while (0) styleEric Blake1-0/+5
2017-12-21checkpatch: volatile with a comment or sig_atomic_t is okayMarc-André Lureau1-2/+5
2017-10-20Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2017-10-19-1...Peter Maydell1-1/+0
2017-10-19tpm: remove TPMDriverOpsMarc-André Lureau1-1/+0
2017-10-12checkpatch: refine mode selectionPaolo Bonzini1-9/+10
2017-10-05checkpatch: fix incompatibility with old perlVladimir Sementsov-Ogievskiy1-1/+2
2017-09-19checkpatch: add hwaddr to @typeListGreg Kurz1-0/+1
2017-09-19scripts: let checkpatch.pl process an entire GIT branchDaniel P. Berrange1-27/+111
2017-08-01checkpatch: check trace-events code styleVladimir Sementsov-Ogievskiy1-0/+19
2017-07-13error: Implement the warn and free Error functionsAlistair Francis1-0/+1
2017-07-13error: Functions to report warnings and informational messagesAlistair Francis1-1/+5
2017-07-04checkpatch: should not use signal except for SIG_DFL or SIG_IGNPaolo Bonzini1-0/+4
2017-05-10Merge remote-tracking branch 'mjt/tags/trivial-patches-fetch' into stagingStefan Hajnoczi1-1/+2
2017-05-10scripts: Switch to more portable Perl shebangKamil Rytarowski1-1/+2
2017-05-05checkpatch: Disallow glib asserts in main codeDr. David Alan Gilbert1-0/+21
2016-11-02checkpatch: allow spaces before parenthesis for 'coroutine_fn'Jeff Cody1-1/+1
2016-11-01checkpatch: tweak "struct should normally be const" warningPaolo Bonzini1-2/+2
2016-09-27checkpatch: downgrade "architecture specific defines should be avoided"Paolo Bonzini1-1/+1
2016-09-13checkpatch: Fix whitespace checks for documentation code blocksLluís Vilanova1-0/+10
2016-08-10checkpatch: default to success if only warningsPaolo Bonzini1-12/+4
2016-08-10checkpatch: bump most warnings to errorsPaolo Bonzini1-33/+33
2016-08-10CODING_STYLE, checkpatch: update line length rulesPaolo Bonzini1-2/+6
2016-08-10checkpatch: check for CVS keywords on all sourcesPaolo Bonzini1-5/+5
2016-08-10checkpatch: tweak the files in which TABs are checkedPaolo Bonzini1-4/+5
2016-08-09checkpatch: ignore automatically imported Linux headersRadim Krčmář1-0/+3
2016-08-08checkpatch: Fix newline detection in error_setg() & friendsMarkus Armbruster1-1/+4
2016-08-02checkpatch: add check for bzeroPaolo Bonzini1-1/+4
2016-07-18checkpatch: consider git extended headers valid patchesStefan Hajnoczi1-0/+5
2016-06-30checkpatch: There is no qemu_strtod()Eric Blake1-1/+1
2016-05-18Fix some typos found by codespellStefan Weil1-1/+1
2016-04-05checkpatch: add target_ulong to typelistCédric Le Goater1-0/+1
2016-02-15checkpatch: Eliminate false positive in case of space before square bracket i...Leonid Bloch1-0/+2
2016-02-15checkpatch: Eliminate false positive in case of comma-space-square bracketLeonid Bloch1-1/+3
2016-01-13checkpatch: Detect newlines in error_report and other error functionsJason J. Herne1-0/+36
2016-01-11scripts/checkpatch.pl: Don't allow special cases of unspaced operatorsPeter Maydell1-13/+0
2015-10-12checkpatch: port fix from kernel "## is not a valid modifier"Andy Whitcroft1-1/+3
2015-10-12checkpatch: allow open braces on typedef linesPaolo Bonzini1-5/+0
2015-09-25checkpatch: do not recommend qemu_strtok over strtokPaolo Bonzini1-2/+2
2015-09-16checkpatch: Escape left braces in regexFam Zheng1-11/+11
2015-09-09checkpatch: remove tests that are not relevant outside the kernelPaolo Bonzini1-389/+12
2015-09-09checkpatch: adapt some tests to QEMUPaolo Bonzini1-81/+60
2015-04-28checkpatch: complain about ffs(3) callsStefan Hajnoczi1-0/+11
2015-01-13checkpatch: Brace handling on multi-line conditionMax Reitz1-2/+11
2014-08-26checkpatch.pl: adjust typedef definition to QEMU coding stylePaolo Bonzini1-2/+6