Age | Commit message (Expand) | Author | Files | Lines |
2011-01-13 | checkpatch.pl: add "prefer __packed" check | Joe Perches | 1 | -0/+5 |
2011-01-13 | checkpatch: check for world-writeable sysfs/debugfs files | Dave Jones | 1 | -0/+5 |
2011-01-13 | checkpatch.pl: fix CAST detection | Florian Mickler | 1 | -1/+1 |
2011-01-13 | scripts/checkpatch.pl: add check for multiple terminating semicolons and cast... | Joe Perches | 1 | -1/+6 |
2010-10-30 | semaphore: Remove mutex emulation | Thomas Gleixner | 1 | -6/+2 |
2010-10-27 | scripts/checkpatch.pl: add check for declaration of pci_device_id | Joe Perches | 1 | -0/+5 |
2010-10-27 | scripts/checkpatch.pl: add warnings for static char that could be static cons... | Joe Perches | 1 | -0/+12 |
2010-10-27 | checkpatch: version 0.31 | Andy Whitcroft | 1 | -1/+1 |
2010-10-27 | checkpatch: statement/block context analyser should look at sanitised lines | Andy Whitcroft | 1 | -6/+6 |
2010-10-27 | checkpatch: handle EXPORT_SYMBOL for DEVICE_ATTR and similar | Andy Whitcroft | 1 | -1/+10 |
2010-10-27 | checkpatch: clean up structure definition macro handline | Andy Whitcroft | 1 | -2/+2 |
2010-10-27 | checkpatch: update copyright dates | Andy Whitcroft | 1 | -1/+1 |
2010-10-27 | checkpatch: Add additional attribute #defines | Joe Perches | 1 | -0/+14 |
2010-10-27 | checkpatch: check for incorrect permissions | Rabin Vincent | 1 | -1/+13 |
2010-10-27 | checkpatch: ensure kconfig help checks only apply when we are adding help | Andy Whitcroft | 1 | -5/+21 |
2010-10-27 | checkpatch: simplify and consolidate "missing space after" checks | Andy Whitcroft | 1 | -10/+5 |
2010-10-27 | checkpatch: add check for space after struct, union, and enum | Andy Whitcroft | 1 | -0/+10 |
2010-10-27 | checkpatch: returning errno typically should be negative | Andy Whitcroft | 1 | -0/+7 |
2010-10-27 | checkpatch: handle casts better fixing false categorisation of : as binary | Andy Whitcroft | 1 | -0/+5 |
2010-10-27 | checkpatch: ensure we do not collapse bracketed sections into constants | Andy Whitcroft | 1 | -3/+4 |
2010-10-27 | checkpatch: suggest cleanpatch and cleanfile when appropriate | Andy Whitcroft | 1 | -0/+13 |
2010-10-27 | checkpatch: types may sit on a line on their own | Andy Whitcroft | 1 | -1/+1 |
2010-10-27 | checkpatch: fix regressions in "fix handling of leading spaces" | Andy Whitcroft | 1 | -3/+6 |
2010-08-10 | checkpatch: fix extraneous EXPORT_SYMBOL* warnings | Patrick Pannuto | 1 | -0/+3 |
2010-08-10 | checkpatch: warn about unexpectedly long msleep's | Patrick Pannuto | 1 | -0/+7 |
2010-08-10 | checkpatch: prefer usleep_range over udelay | Patrick Pannuto | 1 | -0/+8 |
2010-08-10 | checkpatch: add more exceptions to 80 char lines | Joe Perches | 1 | -2/+3 |
2010-08-10 | checkpatch: change externals to globals | Joe Eloff | 1 | -2/+2 |
2010-08-10 | checkpatch: fix handling of leading spaces | Raffaele Recalcati | 1 | -0/+7 |
2010-08-10 | checkpatch: refactor 'allowed asm includes' and add memory.h | Wolfram Sang | 1 | -1/+7 |
2010-05-25 | checkpatch: warn on declaration with storage class not at the beginning | Tobias Klauser | 1 | -0/+5 |
2010-05-25 | checkpatch: add check for too short Kconfig descriptions | Andi Kleen | 1 | -0/+15 |
2010-05-21 | lockdep: Add novalidate class for dev->mutex conversion | Peter Zijlstra | 1 | -0/+11 |
2010-03-06 | checkpatch: warn on unnecessary spaces before quoted newlines | Joe Perches | 1 | -0/+5 |
2010-03-06 | checkpatch.pl: warn if an adding line introduce spaces before tabs. | Alberto Panizzo | 1 | -0/+6 |
2010-03-06 | checkpatch.pl: extend list of expected-to-be-const structures | Emese Revfy | 1 | -2/+39 |
2010-03-06 | checkpatch.pl: add union and struct to the exceptions list | Stefani Seibold | 1 | -0/+2 |
2010-03-06 | checkpatch: fix false positive on __initconst | Wolfram Sang | 1 | -1/+4 |
2010-03-06 | checkpatch.pl: allow > 80 char lines for logging functions not just printk | Joe Perches | 1 | -1/+9 |
2010-03-06 | checkpatch: trivial fix for trailing statements check | Hidetoshi Seto | 1 | -1/+3 |
2010-03-06 | scripts/checkpatch.pl: add WARN on sizeof(&foo) | Joe Perches | 1 | -0/+5 |
2010-01-13 | remove my email address from checkpatch. | Dave Jones | 1 | -1/+1 |
2009-10-29 | checkpatch: version 0.30 | Andy Whitcroft | 1 | -1/+1 |
2009-10-29 | checkpatch: fix false EXPORT_SYMBOL warning | Andy Whitcroft | 1 | -9/+39 |
2009-10-29 | checkpatch: fix __attribute__ matching | Andy Whitcroft | 1 | -2/+2 |
2009-10-29 | checkpatch: fix false errors due to macro concatenation | Andy Whitcroft | 1 | -1/+4 |
2009-10-29 | checkpatch: update copyright dates | Andy Whitcroft | 1 | -1/+1 |
2009-10-29 | checkpatch: correctly stop scanning at the bottom of a hunk | Andy Whitcroft | 1 | -1/+2 |
2009-10-29 | checkpatch: possible types -- prevent illegal modifiers being added | Andy Whitcroft | 1 | -8/+12 |
2009-09-22 | checkpatch: add some common Blackfin checks | Mike Frysinger | 1 | -0/+22 |