do_generic_file_read: clear page errors when issuing a fresh read of the page
[safe/jmp/linux-2.6] / scripts / checkpatch.pl
2008-07-24 Andy Whitcroftcheckpatch: version 0.21
2008-07-24 Andy Whitcroftcheckpatch: types cannot start mid word for pointer...
2008-07-24 Andy Whitcroftcheckpatch: complex macros need to ignore comments
2008-07-24 Andy Whitcroftcheckpatch: variants -- move the main unary/binary...
2008-07-24 Andy Whitcroftcheckpatch: add checks for question mark and colon...
2008-07-24 Andy Whitcroftcheckpatch: possible modifiers -- handle multiple modif...
2008-07-24 Andy Whitcroftcheckpatch: possible types -- known modifiers cannot...
2008-07-24 Andy Whitcroftcheckpatch: handle return types of pointers to functions
2008-07-24 Andy Whitcroftcheckpatch: macro complexity checks are meaningless...
2008-07-24 Andy Whitcroftcheckpatch: possible modifiers are not being correctly...
2008-07-24 Andy Whitcroftcheckpatch: improve type matcher debug
2008-07-24 Andy Whitcroftcheckpatch: allow for type modifiers on multiple declar...
2008-07-24 Wolfram Sangcheckpatch: correct spelling in kfree checks
2008-07-24 Greg Kroah-Hartmancheckpatch: usb_free_urb() can take NULL
2008-07-24 Andy Whitcroftcheckpatch: condition/loop indent checks
2008-07-24 Andy Whitcroftcheckpatch: toughen trailing if statement checks and...
2008-07-24 Andy Whitcroftcheckpatch: check spacing for square brackets
2008-07-24 Andy Whitcroftcheckpatch: switch -- report trailing statements on...
2008-07-24 Andy Whitcroftcheckpatch: allow printk strings to exceed 80 character...
2008-07-24 Andy Whitcroftcheckpatch: trailing statement indent: fix end of state...
2008-07-24 Andy Whitcroftcheckpatch: macros: fix statement counting block end...
2008-07-24 Andy Whitcroftcheckpatch: types: unary -- goto introduces unary context
2008-07-24 Andy Whitcroftcheckpatch: comment detection: ignore macro continuatio...
2008-07-24 Andy Whitcroftcheckpatch: possible types: __asm__ is never a type
2008-07-24 Michael Ellermancheckpatch: add a checkpatch warning for new uses of...
2008-07-24 Andy Whitcroftcheckpatch: types: some types may also be identifiers
2008-07-24 Andy Whitcroftcheckpatch: return is not a function -- parentheses...
2008-07-24 Andy Whitcroftcheckpatch: Version: 0.20
2008-06-06 Andy Whitcroftupdate checkpatch.pl to version 0.19
2008-04-29 Andy Whitcroftupdate checkpatch.pl to version 0.18
2008-04-29 Andy Whitcroftupdate checkpatch.pl to version 0.17
2008-04-25 Greg Kroah-Hartmancheckpatch: usb_free_urb() can take NULL
2008-03-28 Andy Whitcroftupdate checkpatch.pl to version 0.16
2008-03-05 Andy Whitcroftupdate checkpatch.pl to version 0.15
2008-02-08 Andy Whitcroftupdate checkpatch.pl to version 0.14
2008-02-08 Andy Whitcroftupdate checkpatch.pl to version 0.13
2007-11-29 Andy Whitcroftupdate checkpatch.pl to version 0.12
2007-10-18 Andy Whitcroftupdate checkpatch.pl to version 0.11
2007-10-17 Andy Whitcroftupdate checkpatch.pl to version 0.10
2007-08-11 Andy Whitcroftupdate checkpatch.pl to version 0.09
2007-07-19 Andy Whitcroftupdate checkpatch.pl to version 0.08
2007-07-16 Andy Whitcroftupdate checkpatch.pl to version 0.07
2007-06-24 Andy Whitcroftupdate checkpatch.pl to version 0.06
2007-06-24 Andy Whitcroftupdate checkpatch.pl to version 0.05
2007-06-09 Andy Whitcroftupdate checkpatch.pl to version 0.04
2007-06-09 Randy Dunlapcheckpatch: produce fewer lines of output
2007-06-09 Andy Whitcroftupdate checkpatch.pl to version 0.03
2007-06-07 Andy Whitcroftcheckpatch.pl: should be executable
2007-06-01 Andy Whitcroftadd a trivial patch style checker