summaryrefslogtreecommitdiff
path: root/scripts/checkpatch.pl
AgeCommit message (Expand)AuthorFilesLines
2019-01-11checkpatch: warn about qemu/queue.h head structs that are not typedef-edPaolo Bonzini1-0/+5
2019-01-11checkpatch: colorize output to terminalPaolo Bonzini1-7/+42
2019-01-11checkpatch: improve handling of multiple patches or filesPaolo Bonzini1-7/+23
2019-01-11checkpatch: check Signed-off-by in --mailback modePaolo Bonzini1-3/+4
2019-01-11checkpatch: fix premature exit when no input or --mailbackPaolo Bonzini1-3/+3
2018-12-14scripts/checkpatch.pl: Enforce multiline comment syntaxPeter Maydell1-0/+48
2018-12-12Remove QEMU_ARTIFICIAL macroThomas Huth1-1/+0
2018-11-27checkpatch: g_test_message does not need a trailing newlinePaolo Bonzini1-1/+2
2018-10-31scripts: report on author emails that are mangled by the mailing listDaniel P. Berrangé1-0/+4
2018-08-23checkpatch: allow space in more places before a bracketHeinrich Schuchardt1-2/+1
2018-08-23checkpatch: fix filename detection when using -fPaolo Bonzini1-2/+2
2018-07-06checkpatch: handle token pasting betterPaolo Bonzini1-5/+4
2018-07-02checkpatch: Recognize IEC binary prefix definitionsPhilippe Mathieu-Daudé1-0/+1
2018-05-22checkpatch: generalize xen handle matching in the list of typesPaul Durrant1-1/+1
2018-05-14Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell1-4/+52
2018-05-10checkpatch: reduce MAINTAINERS update message frequencyJoe Perches1-0/+6
2018-05-10checkpatch: emit a warning on file add/move/deleteJoe Perches1-1/+11
2018-05-10checkpatch: ignore email headers betterJoe Perches1-2/+3
2018-05-10checkpatch: check utf-8 content from a commit log when it's missing from charsetPasi Savanainen1-2/+11
2018-05-10checkpatch: add a --strict check for utf-8 in commit logsJoe Perches1-4/+26
2018-05-09checkpatch.pl: add common glib defines to typelistPeter Xu1-0/+28
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