Age | Commit message (Expand) | Author |
2012-02-07 | checkpatch: Warn on code with 6+ tab indentation | Joe Perches |
2012-01-10 | checkpatch: catch all occurences of type and cast spacing errors per line | Andy Whitcroft |
2012-01-10 | checkpatch: typeof may have more complex arguments | Andy Whitcroft |
2012-01-10 | checkpatch: ensure cast type is unique in the context parser | Andy Whitcroft |
2012-01-10 | checkpatch: fix complex macros handling of square brackets | Andy Whitcroft |
2012-01-10 | checkpatch: fix 'return is not a function' square bracket handling | Andy Whitcroft |
2012-01-10 | checkpatch: complex macro should allow the empty do while loop | Andy Whitcroft |
2012-01-10 | checkpatch: fix EXPORT_SYMBOL handling following a function | Andy Whitcroft |
2012-01-10 | checkpatch: only apply kconfig help checks for options which prompt | Andy Whitcroft |
2012-01-10 | checkpatch: optimise statement scanner when mid-statement | Andy Whitcroft |
2012-01-10 | checkpatch: ## is not a valid modifier | Andy Whitcroft |
2012-01-10 | checkpatch: improve memset and min/max with cast checking | Joe Perches |
2012-01-10 | checkpatch: check for common memset parameter issues against statments | Andy Whitcroft |
2012-01-10 | checkpatch: correctly track the end of preprocessor commands in context | Andy Whitcroft |
2012-01-10 | checkpatch: prefer __printf over __attribute__((format(printf,...))) | Joe Perches |
2012-01-10 | checkpatch: update signature "might be better as" warning | Joe Perches |
2011-11-06 | Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k... | Linus Torvalds |
2011-10-31 | checkpatch: add a --strict check for utf-8 in commit logs | Joe Perches |
2011-10-31 | kernel.h/checkpatch: mark strict_strto<foo> and simple_strto<foo> as obsolete | Joe Perches |
2011-09-15 | Merge branch 'master' into for-next | Jiri Kosina |
2011-09-15 | treewide: remove extra semicolons from various parts of the kernel | Justin P. Mattock |
2011-08-31 | script/checkpatch.pl: warn about deprecated use of EXTRA_{A,C,CPP,LD}FLAGS | Arnaud Lacombe |
2011-08-25 | checkpatch: add missing WARN argument for min_t and max_t tests | Hui Zhu |
2011-07-25 | checkpatch.pl: update $logFunctions | Joe Perches |
2011-07-25 | checkpatch: make utf-8 test --strict | Joe Perches |
2011-07-25 | checkpatch.pl: add ability to ignore various messages | Joe Perches |
2011-07-25 | checkpatch: add a "prefer __aligned" check | Joe Perches |
2011-07-25 | checkpatch: validate signature styles and To: and Cc: lines | Joe Perches |
2011-07-25 | checkpatch: add __rcu as a sparse modifier | Sven Eckelmann |
2011-07-25 | checkpatch: suggest using min_t or max_t | Joe Perches |
2011-06-15 | checkpatch: add warning for uses of printk_ratelimit | Joe Perches |
2011-05-25 | checkpatch: fix defect in printk(KERN_<LEVEL> 80 column exceptions | Joe Perches |
2011-05-25 | checkpatch: add <foo>_<level> and MODULE_<BAR> to 80 column exceptions | Joe Perches |
2011-05-25 | checkpatch: add check for line continuations in quoted strings | Joe Perches |
2011-03-31 | Fix common misspellings | Lucas De Marchi |
2011-03-22 | checkpatch: warn about memset with swapped arguments | Dave Jones |
2011-03-22 | scripts/checkpatch.pl: reset rpt_cleaners warnings | Mike Frysinger |
2011-03-22 | kstrto*: converting strings to integers done (hopefully) right | Alexey Dobriyan |
2011-01-27 | locking: Remove deprecated lock initializers | Thomas Gleixner |
2011-01-13 | checkpatch.pl: add "prefer __packed" check | Joe Perches |
2011-01-13 | checkpatch: check for world-writeable sysfs/debugfs files | Dave Jones |
2011-01-13 | checkpatch.pl: fix CAST detection | Florian Mickler |
2011-01-13 | scripts/checkpatch.pl: add check for multiple terminating semicolons and cast... | Joe Perches |
2010-10-30 | semaphore: Remove mutex emulation | Thomas Gleixner |
2010-10-26 | scripts/checkpatch.pl: add check for declaration of pci_device_id | Joe Perches |
2010-10-26 | scripts/checkpatch.pl: add warnings for static char that could be static cons... | Joe Perches |
2010-10-26 | checkpatch: version 0.31 | Andy Whitcroft |
2010-10-26 | checkpatch: statement/block context analyser should look at sanitised lines | Andy Whitcroft |
2010-10-26 | checkpatch: handle EXPORT_SYMBOL for DEVICE_ATTR and similar | Andy Whitcroft |
2010-10-26 | checkpatch: clean up structure definition macro handline | Andy Whitcroft |