summaryrefslogtreecommitdiff
path: root/scripts/checkpatch.pl
AgeCommit message (Expand)Author
2012-01-11checkpatch: catch all occurences of type and cast spacing errors per lineAndy Whitcroft
2012-01-11checkpatch: typeof may have more complex argumentsAndy Whitcroft
2012-01-11checkpatch: ensure cast type is unique in the context parserAndy Whitcroft
2012-01-11checkpatch: fix complex macros handling of square bracketsAndy Whitcroft
2012-01-11checkpatch: fix 'return is not a function' square bracket handlingAndy Whitcroft
2012-01-11checkpatch: complex macro should allow the empty do while loopAndy Whitcroft
2012-01-11checkpatch: fix EXPORT_SYMBOL handling following a functionAndy Whitcroft
2012-01-11checkpatch: only apply kconfig help checks for options which promptAndy Whitcroft
2012-01-11checkpatch: optimise statement scanner when mid-statementAndy Whitcroft
2012-01-11checkpatch: ## is not a valid modifierAndy Whitcroft
2012-01-11checkpatch: improve memset and min/max with cast checkingJoe Perches
2012-01-11checkpatch: check for common memset parameter issues against statmentsAndy Whitcroft
2012-01-11checkpatch: correctly track the end of preprocessor commands in contextAndy Whitcroft
2012-01-11checkpatch: prefer __printf over __attribute__((format(printf,...)))Joe Perches
2012-01-11checkpatch: update signature "might be better as" warningJoe Perches
2011-11-07Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds
2011-11-01checkpatch: add a --strict check for utf-8 in commit logsJoe Perches
2011-11-01kernel.h/checkpatch: mark strict_strto<foo> and simple_strto<foo> as obsoleteJoe Perches
2011-09-15Merge branch 'master' into for-nextJiri Kosina
2011-09-15treewide: remove extra semicolons from various parts of the kernelJustin P. Mattock
2011-08-31script/checkpatch.pl: warn about deprecated use of EXTRA_{A,C,CPP,LD}FLAGSArnaud Lacombe
2011-08-25checkpatch: add missing WARN argument for min_t and max_t testsHui Zhu
2011-07-26checkpatch.pl: update $logFunctionsJoe Perches
2011-07-26checkpatch: make utf-8 test --strictJoe Perches
2011-07-26checkpatch.pl: add ability to ignore various messagesJoe Perches
2011-07-26checkpatch: add a "prefer __aligned" checkJoe Perches
2011-07-26checkpatch: validate signature styles and To: and Cc: linesJoe Perches
2011-07-26checkpatch: add __rcu as a sparse modifierSven Eckelmann
2011-07-26checkpatch: suggest using min_t or max_tJoe Perches
2011-06-16checkpatch: add warning for uses of printk_ratelimitJoe Perches
2011-05-25checkpatch: fix defect in printk(KERN_<LEVEL> 80 column exceptionsJoe Perches
2011-05-25checkpatch: add <foo>_<level> and MODULE_<BAR> to 80 column exceptionsJoe Perches
2011-05-25checkpatch: add check for line continuations in quoted stringsJoe Perches
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-23checkpatch: warn about memset with swapped argumentsDave Jones
2011-03-23scripts/checkpatch.pl: reset rpt_cleaners warningsMike Frysinger
2011-03-23kstrto*: converting strings to integers done (hopefully) rightAlexey Dobriyan
2011-01-27locking: Remove deprecated lock initializersThomas Gleixner
2011-01-13checkpatch.pl: add "prefer __packed" checkJoe Perches
2011-01-13checkpatch: check for world-writeable sysfs/debugfs filesDave Jones
2011-01-13checkpatch.pl: fix CAST detectionFlorian Mickler
2011-01-13scripts/checkpatch.pl: add check for multiple terminating semicolons and cast...Joe Perches
2010-10-30semaphore: Remove mutex emulationThomas Gleixner
2010-10-26scripts/checkpatch.pl: add check for declaration of pci_device_idJoe Perches
2010-10-26scripts/checkpatch.pl: add warnings for static char that could be static cons...Joe Perches
2010-10-26checkpatch: version 0.31Andy Whitcroft
2010-10-26checkpatch: statement/block context analyser should look at sanitised linesAndy Whitcroft
2010-10-26checkpatch: handle EXPORT_SYMBOL for DEVICE_ATTR and similarAndy Whitcroft
2010-10-26checkpatch: clean up structure definition macro handlineAndy Whitcroft
2010-10-26checkpatch: update copyright datesAndy Whitcroft