summaryrefslogtreecommitdiff
path: root/scripts/checkpatch.pl
AgeCommit message (Expand)Author
2021-12-17checkpatch: Do not allow deprecated g_memdup()Philippe Mathieu-Daudé
2021-06-25scripts/checkpatch: roll diff tweaking into checkpatch itselfAlex Bennée
2021-06-07scripts/checkpatch.pl: process .c.inc and .h.inc files as C sourceMatheus Ferst
2021-05-14checkpatch: Fix use of uninitialized valueGreg Kurz
2021-02-23checkpatch: don't emit warning on newly created acpi data filesIsaku Yamahata
2021-02-19scripts/checkpatch: Improve the check for authors mangled by the mailing listThomas Huth
2021-01-18scripts/checkpatch.pl: fix git-show invocation to include diffstatAlex Bennée
2020-10-27scripts: fix error from checkpatch.pl when no commits are foundDaniel P. Berrangé
2020-09-30checkpatch: Detect '%#' or '%0#' in printf-style format stringsDov Murik
2020-09-30checkpatch: avoid error on cover letter filesStefano Garzarella
2020-09-29scripts/texi2pod: Delete unused scriptPeter Maydell
2020-09-17scripts/: fix some comment spelling errorszhaolichang
2020-07-10checkpatch: Change occurences of 'kernel' to 'qemu' in user messagesAleksandar Markovic
2020-06-12checkpatch: reversed logic with acpi test checksMichael S. Tsirkin
2020-05-04checkpatch: ignore allowed diff listMichael S. Tsirkin
2020-05-04checkpatch: fix acpi check with multiple file nameMichael S. Tsirkin
2020-03-29checkpatch: enforce process for expected filesMichael S. Tsirkin
2020-02-22softmmu: move vl.c to softmmu/Alexander Bulekov
2020-02-18scripts/checkpatch.pl: Detect superfluous semicolon in C codePhilippe Mathieu-Daudé
2020-02-07scripts/checkpatch.pl: Only allow Python 3 interpreterPhilippe Mathieu-Daudé
2019-10-28scripts/checkpatch.pl: don't complain about (foo, /* empty */)Alex Bennée
2019-10-23checkpatch: suggest qemu_real_host_page_size instead of getpagesize() or sysc...Wei Yang
2019-09-05docs: convert README, CODING_STYLE and HACKING to RST syntaxDaniel P. Berrangé
2019-07-15checkpatch: detect doubly-encoded UTF-8Paolo Bonzini
2019-07-05checkpatch: do not warn for multiline parenthesized returned valuePaolo Bonzini
2019-06-03checkpatch: allow SPDX-License-IdentifierPeter Xu
2019-01-29checkpatch: Don't emit spurious warnings about block commentsPeter Maydell
2019-01-11checkpatch: warn about qemu/queue.h head structs that are not typedef-edPaolo Bonzini
2019-01-11checkpatch: colorize output to terminalPaolo Bonzini
2019-01-11checkpatch: improve handling of multiple patches or filesPaolo Bonzini
2019-01-11checkpatch: check Signed-off-by in --mailback modePaolo Bonzini
2019-01-11checkpatch: fix premature exit when no input or --mailbackPaolo Bonzini
2018-12-14scripts/checkpatch.pl: Enforce multiline comment syntaxPeter Maydell
2018-12-12Remove QEMU_ARTIFICIAL macroThomas Huth
2018-11-27checkpatch: g_test_message does not need a trailing newlinePaolo Bonzini
2018-10-31scripts: report on author emails that are mangled by the mailing listDaniel P. Berrangé
2018-08-23checkpatch: allow space in more places before a bracketHeinrich Schuchardt
2018-08-23checkpatch: fix filename detection when using -fPaolo Bonzini
2018-07-06checkpatch: handle token pasting betterPaolo Bonzini
2018-07-02checkpatch: Recognize IEC binary prefix definitionsPhilippe Mathieu-Daudé
2018-05-22checkpatch: generalize xen handle matching in the list of typesPaul Durrant
2018-05-14Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2018-05-10checkpatch: reduce MAINTAINERS update message frequencyJoe Perches
2018-05-10checkpatch: emit a warning on file add/move/deleteJoe Perches
2018-05-10checkpatch: ignore email headers betterJoe Perches
2018-05-10checkpatch: check utf-8 content from a commit log when it's missing from charsetPasi Savanainen
2018-05-10checkpatch: add a --strict check for utf-8 in commit logsJoe Perches
2018-05-09checkpatch.pl: add common glib defines to typelistPeter Xu
2018-04-26checkpatch: Add xendevicemodel_handle to the list of typesIan Jackson
2018-04-05scripts/checkpatch.pl: Bug fixSu Hang