UBUNTU: Ubuntu-2.6.38-12.51
[linux-flexiantxendom0-natty.git] / scripts / checkpatch.pl
2011-04-27 Alexey Dobriyankstrto*: converting strings to integers done (hopefully...
2011-01-13 Joe Perchescheckpatch.pl: add "prefer __packed" check
2011-01-13 Dave Jonescheckpatch: check for world-writeable sysfs/debugfs...
2011-01-13 Florian Micklercheckpatch.pl: fix CAST detection
2011-01-13 Joe Perchesscripts/checkpatch.pl: add check for multiple terminati...
2010-10-30 Thomas Gleixnersemaphore: Remove mutex emulation
2010-10-26 Joe Perchesscripts/checkpatch.pl: add check for declaration of...
2010-10-26 Joe Perchesscripts/checkpatch.pl: add warnings for static char...
2010-10-26 Andy Whitcroftcheckpatch: version 0.31
2010-10-26 Andy Whitcroftcheckpatch: statement/block context analyser should...
2010-10-26 Andy Whitcroftcheckpatch: handle EXPORT_SYMBOL for DEVICE_ATTR and...
2010-10-26 Andy Whitcroftcheckpatch: clean up structure definition macro handline
2010-10-26 Andy Whitcroftcheckpatch: update copyright dates
2010-10-26 Joe Perchescheckpatch: Add additional attribute #defines
2010-10-26 Rabin Vincentcheckpatch: check for incorrect permissions
2010-10-26 Andy Whitcroftcheckpatch: ensure kconfig help checks only apply when...
2010-10-26 Andy Whitcroftcheckpatch: simplify and consolidate "missing space...
2010-10-26 Andy Whitcroftcheckpatch: add check for space after struct, union...
2010-10-26 Andy Whitcroftcheckpatch: returning errno typically should be negative
2010-10-26 Andy Whitcroftcheckpatch: handle casts better fixing false categorisa...
2010-10-26 Andy Whitcroftcheckpatch: ensure we do not collapse bracketed section...
2010-10-26 Andy Whitcroftcheckpatch: suggest cleanpatch and cleanfile when appro...
2010-10-26 Andy Whitcroftcheckpatch: types may sit on a line on their own
2010-10-26 Andy Whitcroftcheckpatch: fix regressions in "fix handling of leading...
2010-08-10 Patrick Pannutocheckpatch: fix extraneous EXPORT_SYMBOL* warnings
2010-08-10 Patrick Pannutocheckpatch: warn about unexpectedly long msleep's
2010-08-10 Patrick Pannutocheckpatch: prefer usleep_range over udelay
2010-08-10 Joe Perchescheckpatch: add more exceptions to 80 char lines
2010-08-10 Joe Eloffcheckpatch: change externals to globals
2010-08-10 Raffaele Recalcaticheckpatch: fix handling of leading spaces
2010-08-10 Wolfram Sangcheckpatch: refactor 'allowed asm includes' and add...
2010-05-25 Tobias Klausercheckpatch: warn on declaration with storage class...
2010-05-25 Andi Kleencheckpatch: add check for too short Kconfig descriptions
2010-05-21 Peter Zijlstralockdep: Add novalidate class for dev->mutex conversion
2010-03-06 Joe Perchescheckpatch: warn on unnecessary spaces before quoted...
2010-03-06 Alberto Panizzocheckpatch.pl: warn if an adding line introduce spaces...
2010-03-06 Emese Revfycheckpatch.pl: extend list of expected-to-be-const...
2010-03-06 Stefani Seiboldcheckpatch.pl: add union and struct to the exceptions...
2010-03-06 Wolfram Sangcheckpatch: fix false positive on __initconst
2010-03-06 Joe Perchescheckpatch.pl: allow > 80 char lines for logging functi...
2010-03-06 Hidetoshi Setocheckpatch: trivial fix for trailing statements check
2010-03-06 Joe Perchesscripts/checkpatch.pl: add WARN on sizeof(&foo)
2010-01-13 Dave Jonesremove my email address from checkpatch.
2009-10-29 Andy Whitcroftcheckpatch: version 0.30
2009-10-29 Andy Whitcroftcheckpatch: fix false EXPORT_SYMBOL warning
2009-10-29 Andy Whitcroftcheckpatch: fix __attribute__ matching
2009-10-29 Andy Whitcroftcheckpatch: fix false errors due to macro concatenation
2009-10-29 Andy Whitcroftcheckpatch: update copyright dates
2009-10-29 Andy Whitcroftcheckpatch: correctly stop scanning at the bottom of...
2009-10-29 Andy Whitcroftcheckpatch: possible types -- prevent illegal modifiers...
2009-09-22 Mike Frysingercheckpatch: add some common Blackfin checks
2009-09-22 Andy Whitcroftcheckpatch: version 0.29
2009-09-22 Andy Whitcroftcheckpatch: limit sN/uN matches to actual bit sizes
2009-09-22 Andy Whitcroftcheckpatch: format strings should not have brackets...
2009-09-22 Hannes Edercheckpatch: make -f alias --file, add --help, more...
2009-09-22 Andy Whitcroftcheckpatch: indent checks -- stop when we run out of...
2009-09-22 Daniel Walkercheckpatch: handle C99 comments correctly (performance...
2009-09-22 Andy Whitcroftcheckpatch: possible types -- else cannot start a type
2009-02-28 Andy Whitcroftcheckpatch: version 0.28
2009-02-28 Andy Whitcroftcheckpatch: add __ref as a sparse modifier
2009-02-28 Andy Whitcroftcheckpatch: extend attribute testing to all modifiers
2009-02-28 Andy Whitcroftcheckpatch: a modifier is not an identifier at the...
2009-02-28 Andy Whitcroftcheckpatch: pointer type star may have modifiers following
2009-02-28 Andy Whitcroftcheckpatch: correctly handle type spacing in the face...
2009-02-28 Andy Whitcroftcheckpatch: do not warn about -p0 patches when checking...
2009-02-28 Andy Whitcroftcheckpatch: make in_atomic ok in the core
2009-01-16 Andy Whitcroftcheckpatch: version: 0.27
2009-01-16 Andy Whitcroftcheckpatch: struct seq_operations should normally be...
2009-01-16 Andy Whitcroftcheckpatch: if should not continue a preceeding brace
2009-01-16 Andy Whitcroftcheckpatch: allow parentheses on return handle array...
2009-01-16 Andy Whitcroftcheckpatch: type/cast spacing should not check prefix...
2009-01-16 Andy Whitcroftcheckpatch: handle missing #if open in context
2009-01-06 Andy Whitcroftcheckpatch: version: 0.26
2009-01-06 Andy Whitcroftcheckpatch: fix the perlcritic errors
2009-01-06 Andy Whitcroftcheckpatch: struct file_operations should normally...
2009-01-06 Andy Whitcroftcheckpatch: ensure we actually detect if assignments...
2009-01-06 Andy Whitcroftcheckpatch: do not report nr_static as a static declaration
2009-01-06 Andy Whitcroftcheckpatch: track #ifdef/#else/#endif when tracking...
2009-01-06 Andy Whitcroftcheckpatch: fix continuation detection when handling...
2009-01-06 Andy Whitcroftcheckpatch: loosen spacing on typedef function checks
2009-01-06 Mike Frysingercheckpatch: try to catch missing VMLINUX_SYMBOL() in...
2009-01-06 Andy Whitcroftcheckpatch: allow parentheses on return for comparisons
2009-01-06 Wolfram Sangcheckpatch: Add warning for p0-patches
2009-01-06 Andy Whitcroftcheckpatch: update copyrights
2009-01-06 Andy Whitcroftcheckpatch: version: 0.25
2009-01-06 Andy Whitcroftcheckpatch: dissallow spaces between stars in pointer...
2009-01-06 Andy Whitcroftcheckpatch: comment ends inside strings is most likely...
2009-01-06 Andy Whitcroftcheckpatch: detect multiple bitfield declarations
2009-01-06 Andy Whitcroftcheckpatch: __weak is an official attribute
2009-01-06 Andy Whitcroftcheckpatch: structure member assignments are not complex
2009-01-06 Andy Whitcroftcheckpatch: widen implied comment detection to allow...
2009-01-06 Andy Whitcroftcheckpatch: comment detection may miss an implied comme...
2009-01-06 Andy Whitcroftcheckpatch: add checks for in_atomic()
2008-10-20 Dave JonesUpdate email addresses.
2008-10-16 Andy Whitcroftcheckpatch: version: 0.24
2008-10-16 Andy Whitcroftcheckpatch: allow for comments either side of a brace...
2008-10-16 Andy Whitcroftcheckpatch: suspect indent handle macro continuation
2008-10-16 Andy Whitcroftcheckpatch: trailing statements ensure we report the...
2008-10-16 Andy Whitcroftcheckpatch: DEFINE_ macros are real definitions for...
2008-10-16 Andy Whitcroftcheckpatch: complex macros checks miss square brackets
next