Age | Commit message (Expand) | Author | Files | Lines |
2023-04-28 | checkpatch: add qemu_bh_new/aio_bh_new checks | Alexander Bulekov | 1 | -0/+8 |
2023-02-27 | scripts/checkpatch.pl: Do not allow assert(0) | Philippe Mathieu-Daudé | 1 | -0/+3 |
2022-11-10 | checkpatch: typo fix | Michael S. Tsirkin | 1 | -1/+1 |
2022-11-07 | checkpatch: better pattern for inline comments | Michael S. Tsirkin | 1 | -2/+4 |
2022-09-29 | checkpatch: ignore target/hexagon/imported/* files | Matheus Tavares Bernardino | 1 | -0/+1 |
2022-05-12 | checkpatch: fix g_malloc check | Paolo Bonzini | 1 | -2/+2 |
2022-04-21 | compiler.h: replace QEMU_NORETURN with G_NORETURN | Marc-André Lureau | 1 | -1/+1 |
2022-04-06 | Replace qemu_real_host_page variables with inlined functions | Marc-André Lureau | 1 | -2/+2 |
2022-03-22 | compiler.h: replace QEMU_SENTINEL with G_GNUC_NULL_TERMINATED | Marc-André Lureau | 1 | -1/+1 |
2022-03-22 | compiler.h: replace QEMU_WARN_UNUSED_RESULT with G_GNUC_WARN_UNUSED_RESULT | Marc-André Lureau | 1 | -1/+1 |
2022-03-22 | Replace GCC_FMT_ATTR with G_GNUC_PRINTF | Marc-André Lureau | 1 | -1/+1 |
2022-02-21 | checkpatch: Ensure that TypeInfos are const | Bernhard Beschow | 1 | -0/+1 |
2022-02-09 | drop libxml2 checks since libxml is not actually used (for parallels) | Michael Tokarev | 1 | -1/+0 |
2021-12-17 | checkpatch: Do not allow deprecated g_memdup() | Philippe Mathieu-Daudé | 1 | -0/+5 |
2021-06-25 | scripts/checkpatch: roll diff tweaking into checkpatch itself | Alex Bennée | 1 | -1/+6 |
2021-06-07 | scripts/checkpatch.pl: process .c.inc and .h.inc files as C source | Matheus Ferst | 1 | -2/+2 |
2021-05-14 | checkpatch: Fix use of uninitialized value | Greg Kurz | 1 | -0/+1 |
2021-02-23 | checkpatch: don't emit warning on newly created acpi data files | Isaku Yamahata | 1 | -1/+3 |
2021-02-19 | scripts/checkpatch: Improve the check for authors mangled by the mailing list | Thomas Huth | 1 | -1/+1 |
2021-01-18 | scripts/checkpatch.pl: fix git-show invocation to include diffstat | Alex Bennée | 1 | -1/+1 |
2020-10-27 | scripts: fix error from checkpatch.pl when no commits are found | Daniel P. Berrangé | 1 | -1/+1 |
2020-09-30 | checkpatch: Detect '%#' or '%0#' in printf-style format strings | Dov Murik | 1 | -2/+8 |
2020-09-30 | checkpatch: avoid error on cover letter files | Stefano Garzarella | 1 | -1/+1 |
2020-09-29 | scripts/texi2pod: Delete unused script | Peter Maydell | 1 | -1/+1 |
2020-09-17 | scripts/: fix some comment spelling errors | zhaolichang | 1 | -1/+1 |
2020-07-10 | checkpatch: Change occurences of 'kernel' to 'qemu' in user messages | Aleksandar Markovic | 1 | -3/+3 |
2020-06-12 | checkpatch: reversed logic with acpi test checks | Michael S. Tsirkin | 1 | -1/+1 |
2020-05-04 | checkpatch: ignore allowed diff list | Michael S. Tsirkin | 1 | -5/+6 |
2020-05-04 | checkpatch: fix acpi check with multiple file name | Michael S. Tsirkin | 1 | -10/+12 |
2020-03-29 | checkpatch: enforce process for expected files | Michael S. Tsirkin | 1 | -0/+25 |
2020-02-22 | softmmu: move vl.c to softmmu/ | Alexander Bulekov | 1 | -1/+1 |
2020-02-18 | scripts/checkpatch.pl: Detect superfluous semicolon in C code | Philippe Mathieu-Daudé | 1 | -0/+5 |
2020-02-07 | scripts/checkpatch.pl: Only allow Python 3 interpreter | Philippe Mathieu-Daudé | 1 | -0/+6 |
2019-10-28 | scripts/checkpatch.pl: don't complain about (foo, /* empty */) | Alex Bennée | 1 | -1/+1 |
2019-10-23 | checkpatch: suggest qemu_real_host_page_size instead of getpagesize() or sysc... | Wei Yang | 1 | -0/+6 |
2019-09-05 | docs: convert README, CODING_STYLE and HACKING to RST syntax | Daniel P. Berrangé | 1 | -1/+1 |
2019-07-15 | checkpatch: detect doubly-encoded UTF-8 | Paolo Bonzini | 1 | -0/+16 |
2019-07-05 | checkpatch: do not warn for multiline parenthesized returned value | Paolo Bonzini | 1 | -1/+2 |
2019-06-03 | checkpatch: allow SPDX-License-Identifier | Peter Xu | 1 | -1/+2 |
2019-01-29 | checkpatch: Don't emit spurious warnings about block comments | Peter Maydell | 1 | -1/+1 |
2019-01-11 | checkpatch: warn about qemu/queue.h head structs that are not typedef-ed | Paolo Bonzini | 1 | -0/+5 |
2019-01-11 | checkpatch: colorize output to terminal | Paolo Bonzini | 1 | -7/+42 |
2019-01-11 | checkpatch: improve handling of multiple patches or files | Paolo Bonzini | 1 | -7/+23 |
2019-01-11 | checkpatch: check Signed-off-by in --mailback mode | Paolo Bonzini | 1 | -3/+4 |
2019-01-11 | checkpatch: fix premature exit when no input or --mailback | Paolo Bonzini | 1 | -3/+3 |
2018-12-14 | scripts/checkpatch.pl: Enforce multiline comment syntax | Peter Maydell | 1 | -0/+48 |
2018-12-12 | Remove QEMU_ARTIFICIAL macro | Thomas Huth | 1 | -1/+0 |
2018-11-27 | checkpatch: g_test_message does not need a trailing newline | Paolo Bonzini | 1 | -1/+2 |
2018-10-31 | scripts: report on author emails that are mangled by the mailing list | Daniel P. Berrangé | 1 | -0/+4 |
2018-08-23 | checkpatch: allow space in more places before a bracket | Heinrich Schuchardt | 1 | -2/+1 |