Age | Commit message (Expand) | Author |
2016-09-27 | checkpatch: downgrade "architecture specific defines should be avoided" | Paolo Bonzini |
2016-09-13 | checkpatch: Fix whitespace checks for documentation code blocks | Lluís Vilanova |
2016-08-10 | checkpatch: default to success if only warnings | Paolo Bonzini |
2016-08-10 | checkpatch: bump most warnings to errors | Paolo Bonzini |
2016-08-10 | CODING_STYLE, checkpatch: update line length rules | Paolo Bonzini |
2016-08-10 | checkpatch: check for CVS keywords on all sources | Paolo Bonzini |
2016-08-10 | checkpatch: tweak the files in which TABs are checked | Paolo Bonzini |
2016-08-09 | checkpatch: ignore automatically imported Linux headers | Radim Krčmář |
2016-08-08 | checkpatch: Fix newline detection in error_setg() & friends | Markus Armbruster |
2016-08-02 | checkpatch: add check for bzero | Paolo Bonzini |
2016-07-18 | checkpatch: consider git extended headers valid patches | Stefan Hajnoczi |
2016-06-30 | checkpatch: There is no qemu_strtod() | Eric Blake |
2016-05-18 | Fix some typos found by codespell | Stefan Weil |
2016-04-05 | checkpatch: add target_ulong to typelist | Cédric Le Goater |
2016-02-15 | checkpatch: Eliminate false positive in case of space before square bracket i... | Leonid Bloch |
2016-02-15 | checkpatch: Eliminate false positive in case of comma-space-square bracket | Leonid Bloch |
2016-01-13 | checkpatch: Detect newlines in error_report and other error functions | Jason J. Herne |
2016-01-11 | scripts/checkpatch.pl: Don't allow special cases of unspaced operators | Peter Maydell |
2015-10-12 | checkpatch: port fix from kernel "## is not a valid modifier" | Andy Whitcroft |
2015-10-12 | checkpatch: allow open braces on typedef lines | Paolo Bonzini |
2015-09-25 | checkpatch: do not recommend qemu_strtok over strtok | Paolo Bonzini |
2015-09-16 | checkpatch: Escape left braces in regex | Fam Zheng |
2015-09-09 | checkpatch: remove tests that are not relevant outside the kernel | Paolo Bonzini |
2015-09-09 | checkpatch: adapt some tests to QEMU | Paolo Bonzini |
2015-04-28 | checkpatch: complain about ffs(3) calls | Stefan Hajnoczi |
2015-01-13 | checkpatch: Brace handling on multi-line condition | Max Reitz |
2014-08-26 | checkpatch.pl: adjust typedef definition to QEMU coding style | Paolo Bonzini |
2013-09-09 | checkpatch.pl: Check .cpp files | Tomoki Sekiyama |
2012-09-05 | CHECKPATCH: Add warning for single else statement. | Don Slutz |
2012-09-05 | CHECKPATCH: Add --debug adv_apw | Don Slutz |
2012-09-05 | CHECKPATCH: Add --debug adv_checking | Don Slutz |
2012-09-05 | CHECKPATCH: Add --debug adv_dcs | Don Slutz |
2012-06-22 | checkpatch: Add QEMU specific rule | Stefan Weil |
2011-12-14 | Fix spelling in comments, documentation and messages | Stefan Weil |
2011-12-02 | fix spelling in scripts sub directory | Dong Xu Wang |
2011-11-26 | checkpatch.pl: fix CAST detection | Florian Mickler |
2011-11-01 | checkpatch: remove rule on non-indented labels | Paolo Bonzini |
2011-08-27 | checkpatch: fix braces {} handling | Pavel Borzenkov |
2011-07-20 | checkpatch: Fix bracing false positives on #if | Blue Swirl |
2011-07-17 | checkpatch: don't error out on },{ lines | Alexander Graf |
2011-02-05 | checkpatch.pl: don't complain about old lines with tabs | Blue Swirl |
2011-01-21 | checkpatch: Fix bracing false positives on #else | Jan Kiszka |
2011-01-20 | checkpatch: adjust to QEMUisms | Blue Swirl |
2011-01-20 | Add checkpatch.pl from Linux kernel | Blue Swirl |