aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/checkpatch.pl
Commit message (Expand)AuthorAge
* Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds2011-11-06
|\
| * script/checkpatch.pl: warn about deprecated use of EXTRA_{A,C,CPP,LD}FLAGSArnaud Lacombe2011-08-31
* | checkpatch: add a --strict check for utf-8 in commit logsJoe Perches2011-10-31
* | kernel.h/checkpatch: mark strict_strto<foo> and simple_strto<foo> as obsoleteJoe Perches2011-10-31
* | Merge branch 'master' into for-nextJiri Kosina2011-09-15
|\ \
| * | checkpatch: add missing WARN argument for min_t and max_t testsHui Zhu2011-08-25
| |/
* / treewide: remove extra semicolons from various parts of the kernelJustin P. Mattock2011-09-15
|/
* checkpatch.pl: update $logFunctionsJoe Perches2011-07-25
* checkpatch: make utf-8 test --strictJoe Perches2011-07-25
* checkpatch.pl: add ability to ignore various messagesJoe Perches2011-07-25
* checkpatch: add a "prefer __aligned" checkJoe Perches2011-07-25
* checkpatch: validate signature styles and To: and Cc: linesJoe Perches2011-07-25
* checkpatch: add __rcu as a sparse modifierSven Eckelmann2011-07-25
* checkpatch: suggest using min_t or max_tJoe Perches2011-07-25
* checkpatch: add warning for uses of printk_ratelimitJoe Perches2011-06-15
* checkpatch: fix defect in printk(KERN_<LEVEL> 80 column exceptionsJoe Perches2011-05-25
* checkpatch: add <foo>_<level> and MODULE_<BAR> to 80 column exceptionsJoe Perches2011-05-25
* checkpatch: add check for line continuations in quoted stringsJoe Perches2011-05-25
* Fix common misspellingsLucas De Marchi2011-03-31
* checkpatch: warn about memset with swapped argumentsDave Jones2011-03-22
* scripts/checkpatch.pl: reset rpt_cleaners warningsMike Frysinger2011-03-22
* kstrto*: converting strings to integers done (hopefully) rightAlexey Dobriyan2011-03-22
* locking: Remove deprecated lock initializersThomas Gleixner2011-01-27
* checkpatch.pl: add "prefer __packed" checkJoe Perches2011-01-13
* checkpatch: check for world-writeable sysfs/debugfs filesDave Jones2011-01-13
* checkpatch.pl: fix CAST detectionFlorian Mickler2011-01-13
* scripts/checkpatch.pl: add check for multiple terminating semicolons and cast...Joe Perches2011-01-13
* semaphore: Remove mutex emulationThomas Gleixner2010-10-30
* scripts/checkpatch.pl: add check for declaration of pci_device_idJoe Perches2010-10-26
* scripts/checkpatch.pl: add warnings for static char that could be static cons...Joe Perches2010-10-26
* checkpatch: version 0.31Andy Whitcroft2010-10-26
* checkpatch: statement/block context analyser should look at sanitised linesAndy Whitcroft2010-10-26
* checkpatch: handle EXPORT_SYMBOL for DEVICE_ATTR and similarAndy Whitcroft2010-10-26
* checkpatch: clean up structure definition macro handlineAndy Whitcroft2010-10-26
* checkpatch: update copyright datesAndy Whitcroft2010-10-26
* checkpatch: Add additional attribute #definesJoe Perches2010-10-26
* checkpatch: check for incorrect permissionsRabin Vincent2010-10-26
* checkpatch: ensure kconfig help checks only apply when we are adding helpAndy Whitcroft2010-10-26
* checkpatch: simplify and consolidate "missing space after" checksAndy Whitcroft2010-10-26
* checkpatch: add check for space after struct, union, and enumAndy Whitcroft2010-10-26
* checkpatch: returning errno typically should be negativeAndy Whitcroft2010-10-26
* checkpatch: handle casts better fixing false categorisation of : as binaryAndy Whitcroft2010-10-26
* checkpatch: ensure we do not collapse bracketed sections into constantsAndy Whitcroft2010-10-26
* checkpatch: suggest cleanpatch and cleanfile when appropriateAndy Whitcroft2010-10-26
* checkpatch: types may sit on a line on their ownAndy Whitcroft2010-10-26
* checkpatch: fix regressions in "fix handling of leading spaces"Andy Whitcroft2010-10-26
* checkpatch: fix extraneous EXPORT_SYMBOL* warningsPatrick Pannuto2010-08-09
* checkpatch: warn about unexpectedly long msleep'sPatrick Pannuto2010-08-09
* checkpatch: prefer usleep_range over udelayPatrick Pannuto2010-08-09
* checkpatch: add more exceptions to 80 char linesJoe Perches2010-08-09