Update to 3.4-final.
[linux-flexiantxendom0-3.2.10.git] / scripts / checkpatch.pl
2012-04-16 Joe Perchescheckpatch: revert --strict test for net/ and drivers...
2012-03-23 Josh Triplettcheckpatch: check for quoted strings broken across...
2012-03-23 Joe Perchescheckpatch: whitespace - add/remove blank lines
2012-03-23 Joe Perchescheckpatch: warn on use of yield()
2012-03-23 Joe Perchescheckpatch: add --strict tests for braces, comments...
2012-03-23 Andy Whitcroftcheckpatch: add [] to type extensions
2012-03-23 Andy Whitcroftcheckpatch: high precedence operators do not require...
2012-03-23 Andy Whitcroftcheckpatch: handle string concatenation in simple ...
2012-03-23 Andy Whitcroftcheckpatch: allow simple character constants in #defines
2012-03-23 Andy Whitcroftcheckpatch: catch [ ... ] usage when not at the beginni...
2012-03-23 Artem Bityutskiycheckpatch.pl: be silent when -q and --ignore is given
2012-03-23 Joe Perchescheckpatch: add some --strict coding style checks
2012-03-23 Joe Perchesinclude/ and checkpatch: prefer __scanf to __attribute_...
2012-02-07 Joe Perchescheckpatch: Warn on code with 6+ tab indentation
2012-01-11 Andy Whitcroftcheckpatch: catch all occurences of type and cast spaci...
2012-01-11 Andy Whitcroftcheckpatch: typeof may have more complex arguments
2012-01-11 Andy Whitcroftcheckpatch: ensure cast type is unique in the context...
2012-01-11 Andy Whitcroftcheckpatch: fix complex macros handling of square brackets
2012-01-11 Andy Whitcroftcheckpatch: fix 'return is not a function' square brack...
2012-01-11 Andy Whitcroftcheckpatch: complex macro should allow the empty do...
2012-01-11 Andy Whitcroftcheckpatch: fix EXPORT_SYMBOL handling following a...
2012-01-11 Andy Whitcroftcheckpatch: only apply kconfig help checks for options...
2012-01-11 Andy Whitcroftcheckpatch: optimise statement scanner when mid-statement
2012-01-11 Andy Whitcroftcheckpatch: ## is not a valid modifier
2012-01-11 Joe Perchescheckpatch: improve memset and min/max with cast checking
2012-01-11 Andy Whitcroftcheckpatch: check for common memset parameter issues...
2012-01-11 Andy Whitcroftcheckpatch: correctly track the end of preprocessor...
2012-01-11 Joe Perchescheckpatch: prefer __printf over __attribute__((format...
2012-01-11 Joe Perchescheckpatch: update signature "might be better as" warning
2011-11-07 Linus TorvaldsMerge branch 'misc' of git://git./linux/kernel/git...
2011-11-01 Joe Perchescheckpatch: add a --strict check for utf-8 in commit...
2011-11-01 Joe Percheskernel.h/checkpatch: mark strict_strto<foo> and simple_...
2011-09-15 Jiri KosinaMerge branch 'master' into for-next
2011-09-15 Justin P. Mattocktreewide: remove extra semicolons from various parts...
2011-08-31 Arnaud Lacombescript/checkpatch.pl: warn about deprecated use of...
2011-08-25 Hui Zhucheckpatch: add missing WARN argument for min_t and...
2011-07-26 Joe Perchescheckpatch.pl: update $logFunctions
2011-07-26 Joe Perchescheckpatch: make utf-8 test --strict
2011-07-26 Joe Perchescheckpatch.pl: add ability to ignore various messages
2011-07-26 Joe Perchescheckpatch: add a "prefer __aligned" check
2011-07-26 Joe Perchescheckpatch: validate signature styles and To: and Cc...
2011-07-26 Sven Eckelmanncheckpatch: add __rcu as a sparse modifier
2011-07-26 Joe Perchescheckpatch: suggest using min_t or max_t
2011-06-16 Joe Perchescheckpatch: add warning for uses of printk_ratelimit
2011-06-10 Jeff Mahoney- x86: Remove warning and warning_symbol from struct
2011-05-25 Joe Perchescheckpatch: fix defect in printk(KERN_<LEVEL> 80 column...
2011-05-25 Joe Perchescheckpatch: add <foo>_<level> and MODULE_<BAR> to 80...
2011-05-25 Joe Perchescheckpatch: add check for line continuations in quoted...
2011-03-31 Lucas De MarchiFix common misspellings
2011-03-23 Dave Jonescheckpatch: warn about memset with swapped arguments
2011-03-23 Mike Frysingerscripts/checkpatch.pl: reset rpt_cleaners warnings
2011-03-23 Alexey Dobriyankstrto*: converting strings to integers done (hopefully...
2011-01-27 Thomas Gleixnerlocking: Remove deprecated lock initializers
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-06-08 Jeff Mahoney- patches.arch/x86_mce_intel_decode_physical_address...
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-26 Jeff Mahoney- patches.suse/slab-handle-memoryless-nodes-v2a.patch...
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
next