index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
checkpatch.pl
Age
Commit message (
Expand
)
Author
Files
Lines
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
2018-08-23
checkpatch: fix filename detection when using -f
Paolo Bonzini
1
-2
/
+2
2018-07-06
checkpatch: handle token pasting better
Paolo Bonzini
1
-5
/
+4
2018-07-02
checkpatch: Recognize IEC binary prefix definitions
Philippe Mathieu-Daudé
1
-0
/
+1
2018-05-22
checkpatch: generalize xen handle matching in the list of types
Paul Durrant
1
-1
/
+1
2018-05-14
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
1
-4
/
+52
2018-05-10
checkpatch: reduce MAINTAINERS update message frequency
Joe Perches
1
-0
/
+6
2018-05-10
checkpatch: emit a warning on file add/move/delete
Joe Perches
1
-1
/
+11
2018-05-10
checkpatch: ignore email headers better
Joe Perches
1
-2
/
+3
2018-05-10
checkpatch: check utf-8 content from a commit log when it's missing from charset
Pasi Savanainen
1
-2
/
+11
2018-05-10
checkpatch: add a --strict check for utf-8 in commit logs
Joe Perches
1
-4
/
+26
2018-05-09
checkpatch.pl: add common glib defines to typelist
Peter Xu
1
-0
/
+28
2018-04-26
checkpatch: Add xendevicemodel_handle to the list of types
Ian Jackson
1
-0
/
+1
2018-04-05
scripts/checkpatch.pl: Bug fix
Su Hang
1
-2
/
+13
2018-03-12
checkpatch: Exempt long URLs
Eric Blake
1
-1
/
+2
2018-03-06
checkpatch: add check for `while` and `for`
Su Hang
1
-2
/
+3
2018-03-06
checkpatch: add a warning for basename/dirname
Julia Suvorova
1
-0
/
+5
2018-01-22
configure: add dependency
Klim Kireev
1
-0
/
+1
2018-01-16
checkpatch: Enforce proper do/while (0) style
Eric Blake
1
-0
/
+5
2017-12-21
checkpatch: volatile with a comment or sig_atomic_t is okay
Marc-André Lureau
1
-2
/
+5
2017-10-20
Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2017-10-19-1...
Peter Maydell
1
-1
/
+0
2017-10-19
tpm: remove TPMDriverOps
Marc-André Lureau
1
-1
/
+0
2017-10-12
checkpatch: refine mode selection
Paolo Bonzini
1
-9
/
+10
2017-10-05
checkpatch: fix incompatibility with old perl
Vladimir Sementsov-Ogievskiy
1
-1
/
+2
2017-09-19
checkpatch: add hwaddr to @typeList
Greg Kurz
1
-0
/
+1
[next]