summaryrefslogtreecommitdiffstats
path: root/scripts/checkpatch.pl
Commit message (Expand)AuthorAgeFilesLines
* scripts/checkpatch: roll diff tweaking into checkpatch itselfAlex Bennée2021-06-251-1/+6
* scripts/checkpatch.pl: process .c.inc and .h.inc files as C sourceMatheus Ferst2021-06-071-2/+2
* checkpatch: Fix use of uninitialized valueGreg Kurz2021-05-141-0/+1
* checkpatch: don't emit warning on newly created acpi data filesIsaku Yamahata2021-02-231-1/+3
* scripts/checkpatch: Improve the check for authors mangled by the mailing listThomas Huth2021-02-191-1/+1
* scripts/checkpatch.pl: fix git-show invocation to include diffstatAlex Bennée2021-01-181-1/+1
* scripts: fix error from checkpatch.pl when no commits are foundDaniel P. Berrangé2020-10-271-1/+1
* checkpatch: Detect '%#' or '%0#' in printf-style format stringsDov Murik2020-09-301-2/+8
* checkpatch: avoid error on cover letter filesStefano Garzarella2020-09-301-1/+1
* scripts/texi2pod: Delete unused scriptPeter Maydell2020-09-291-1/+1
* scripts/: fix some comment spelling errorszhaolichang2020-09-171-1/+1
* checkpatch: Change occurences of 'kernel' to 'qemu' in user messagesAleksandar Markovic2020-07-111-3/+3
* checkpatch: reversed logic with acpi test checksMichael S. Tsirkin2020-06-121-1/+1
* checkpatch: ignore allowed diff listMichael S. Tsirkin2020-05-041-5/+6
* checkpatch: fix acpi check with multiple file nameMichael S. Tsirkin2020-05-041-10/+12
* checkpatch: enforce process for expected filesMichael S. Tsirkin2020-03-291-0/+25
* softmmu: move vl.c to softmmu/Alexander Bulekov2020-02-221-1/+1
* scripts/checkpatch.pl: Detect superfluous semicolon in C codePhilippe Mathieu-Daudé2020-02-181-0/+5
* scripts/checkpatch.pl: Only allow Python 3 interpreterPhilippe Mathieu-Daudé2020-02-071-0/+6
* scripts/checkpatch.pl: don't complain about (foo, /* empty */)Alex Bennée2019-10-281-1/+1
* checkpatch: suggest qemu_real_host_page_size instead of getpagesize() or sysc...Wei Yang2019-10-231-0/+6
* docs: convert README, CODING_STYLE and HACKING to RST syntaxDaniel P. Berrangé2019-09-051-1/+1
* checkpatch: detect doubly-encoded UTF-8Paolo Bonzini2019-07-151-0/+16
* checkpatch: do not warn for multiline parenthesized returned valuePaolo Bonzini2019-07-051-1/+2
* checkpatch: allow SPDX-License-IdentifierPeter Xu2019-06-031-1/+2
* checkpatch: Don't emit spurious warnings about block commentsPeter Maydell2019-01-291-1/+1
* checkpatch: warn about qemu/queue.h head structs that are not typedef-edPaolo Bonzini2019-01-111-0/+5
* checkpatch: colorize output to terminalPaolo Bonzini2019-01-111-7/+42
* checkpatch: improve handling of multiple patches or filesPaolo Bonzini2019-01-111-7/+23
* checkpatch: check Signed-off-by in --mailback modePaolo Bonzini2019-01-111-3/+4
* checkpatch: fix premature exit when no input or --mailbackPaolo Bonzini2019-01-111-3/+3
* scripts/checkpatch.pl: Enforce multiline comment syntaxPeter Maydell2018-12-141-0/+48
* Remove QEMU_ARTIFICIAL macroThomas Huth2018-12-121-1/+0Star
* checkpatch: g_test_message does not need a trailing newlinePaolo Bonzini2018-11-271-1/+2
* scripts: report on author emails that are mangled by the mailing listDaniel P. Berrangé2018-10-311-0/+4
* checkpatch: allow space in more places before a bracketHeinrich Schuchardt2018-08-231-2/+1Star
* checkpatch: fix filename detection when using -fPaolo Bonzini2018-08-231-2/+2
* checkpatch: handle token pasting betterPaolo Bonzini2018-07-061-5/+4Star
* checkpatch: Recognize IEC binary prefix definitionsPhilippe Mathieu-Daudé2018-07-021-0/+1
* checkpatch: generalize xen handle matching in the list of typesPaul Durrant2018-05-221-1/+1
* Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2018-05-141-4/+52
|\
| * checkpatch: reduce MAINTAINERS update message frequencyJoe Perches2018-05-101-0/+6
| * checkpatch: emit a warning on file add/move/deleteJoe Perches2018-05-101-1/+11
| * checkpatch: ignore email headers betterJoe Perches2018-05-101-2/+3
| * checkpatch: check utf-8 content from a commit log when it's missing from charsetPasi Savanainen2018-05-101-2/+11
| * checkpatch: add a --strict check for utf-8 in commit logsJoe Perches2018-05-101-4/+26
* | checkpatch.pl: add common glib defines to typelistPeter Xu2018-05-091-0/+28
|/
* checkpatch: Add xendevicemodel_handle to the list of typesIan Jackson2018-04-261-0/+1
* scripts/checkpatch.pl: Bug fixSu Hang2018-04-051-2/+13
* checkpatch: Exempt long URLsEric Blake2018-03-121-1/+2