Age | Commit message (Expand) | Author | Files | Lines |
2012-11-09 | checkpatch: improve network block comment style checking | Joe Perches | 1 | -2/+4 |
2012-10-06 | checkpatch: fix name of "MODULE_PARM_DESC" | Kees Cook | 1 | -1/+1 |
2012-10-06 | checkpatch: check networking specific block comment style | Joe Perches | 1 | -0/+14 |
2012-10-06 | checkpatch: update suggested printk conversions | Joe Perches | 1 | -2/+4 |
2012-10-06 | checkpatch: check utf-8 content from a commit log when it's missing from charset | Pasi Savanainen | 1 | -3/+12 |
2012-08-21 | checkpatch: add control statement test to SINGLE_STATEMENT_DO_WHILE_MACRO | Joe Perches | 1 | -1/+2 |
2012-07-30 | checkpatch: add checks for do {} while (0) macro misuses | Joe Perches | 1 | -0/+39 |
2012-07-30 | checkpatch: Add acheck for use of sizeof without parenthesis | Joe Perches | 1 | -0/+6 |
2012-07-30 | checkpatch: check usleep_range() arguments | Joe Perches | 1 | -0/+16 |
2012-07-30 | checkpatch: test for non-standard signatures | Joe Perches | 1 | -1/+5 |
2012-07-30 | checkpatch: Update alignment check | Joe Perches | 1 | -2/+2 |
2012-05-31 | checkpatch: suggest pr_<level> over printk(KERN_<LEVEL> | Joe Perches | 1 | -0/+13 |
2012-05-31 | checkpatch: check for whitespace before semicolon at EOL | Eric Nelson | 1 | -0/+7 |
2012-04-16 | checkpatch: revert --strict test for net/ and drivers/net block comment style | Joe Perches | 1 | -6/+0 |
2012-03-23 | checkpatch: check for quoted strings broken across lines | Josh Triplett | 1 | -0/+15 |
2012-03-23 | checkpatch: whitespace - add/remove blank lines | Joe Perches | 1 | -1/+3 |
2012-03-23 | checkpatch: warn on use of yield() | Joe Perches | 1 | -0/+6 |
2012-03-23 | checkpatch: add --strict tests for braces, comments and casts | Joe Perches | 1 | -8/+32 |
2012-03-23 | checkpatch: add [] to type extensions | Andy Whitcroft | 1 | -1/+1 |
2012-03-23 | checkpatch: high precedence operators do not require additional parentheses i... | Andy Whitcroft | 1 | -1/+1 |
2012-03-23 | checkpatch: handle string concatenation in simple #defines | Andy Whitcroft | 1 | -0/+6 |
2012-03-23 | checkpatch: allow simple character constants in #defines | Andy Whitcroft | 1 | -0/+1 |
2012-03-23 | checkpatch: catch [ ... ] usage when not at the beginning of definition | Andy Whitcroft | 1 | -1/+1 |
2012-03-23 | checkpatch.pl: be silent when -q and --ignore is given | Artem Bityutskiy | 1 | -3/+2 |
2012-03-23 | checkpatch: add some --strict coding style checks | Joe Perches | 1 | -10/+84 |
2012-03-23 | include/ and checkpatch: prefer __scanf to __attribute__((format(scanf,...) | Joe Perches | 1 | -0/+6 |
2012-02-07 | checkpatch: Warn on code with 6+ tab indentation | Joe Perches | 1 | -0/+6 |
2012-01-10 | checkpatch: catch all occurences of type and cast spacing errors per line | Andy Whitcroft | 1 | -4/+7 |
2012-01-10 | checkpatch: typeof may have more complex arguments | Andy Whitcroft | 1 | -1/+1 |
2012-01-10 | checkpatch: ensure cast type is unique in the context parser | Andy Whitcroft | 1 | -1/+1 |
2012-01-10 | checkpatch: fix complex macros handling of square brackets | Andy Whitcroft | 1 | -1/+1 |
2012-01-10 | checkpatch: fix 'return is not a function' square bracket handling | Andy Whitcroft | 1 | -1/+1 |
2012-01-10 | checkpatch: complex macro should allow the empty do while loop | Andy Whitcroft | 1 | -1/+1 |
2012-01-10 | checkpatch: fix EXPORT_SYMBOL handling following a function | Andy Whitcroft | 1 | -1/+1 |
2012-01-10 | checkpatch: only apply kconfig help checks for options which prompt | Andy Whitcroft | 1 | -5/+12 |
2012-01-10 | checkpatch: optimise statement scanner when mid-statement | Andy Whitcroft | 1 | -2/+20 |
2012-01-10 | checkpatch: ## is not a valid modifier | Andy Whitcroft | 1 | -1/+3 |
2012-01-10 | checkpatch: improve memset and min/max with cast checking | Joe Perches | 1 | -36/+33 |
2012-01-10 | checkpatch: check for common memset parameter issues against statments | Andy Whitcroft | 1 | -6/+22 |
2012-01-10 | checkpatch: correctly track the end of preprocessor commands in context | Andy Whitcroft | 1 | -51/+39 |
2012-01-10 | checkpatch: prefer __printf over __attribute__((format(printf,...))) | Joe Perches | 1 | -0/+6 |
2012-01-10 | checkpatch: update signature "might be better as" warning | Joe Perches | 1 | -2/+5 |
2011-11-06 | Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k... | Linus Torvalds | 1 | -0/+14 |
2011-10-31 | checkpatch: add a --strict check for utf-8 in commit logs | Joe Perches | 1 | -4/+26 |
2011-10-31 | kernel.h/checkpatch: mark strict_strto<foo> and simple_strto<foo> as obsolete | Joe Perches | 1 | -3/+3 |
2011-09-15 | Merge branch 'master' into for-next | Jiri Kosina | 1 | -1/+2 |
2011-09-15 | treewide: remove extra semicolons from various parts of the kernel | Justin P. Mattock | 1 | -2/+2 |
2011-08-31 | script/checkpatch.pl: warn about deprecated use of EXTRA_{A,C,CPP,LD}FLAGS | Arnaud Lacombe | 1 | -0/+14 |
2011-08-25 | checkpatch: add missing WARN argument for min_t and max_t tests | Hui Zhu | 1 | -1/+2 |
2011-07-25 | checkpatch.pl: update $logFunctions | Joe Perches | 1 | -3/+3 |
2011-07-25 | checkpatch: make utf-8 test --strict | Joe Perches | 1 | -2/+2 |
2011-07-25 | checkpatch.pl: add ability to ignore various messages | Joe Perches | 1 | -143/+355 |
2011-07-25 | checkpatch: add a "prefer __aligned" check | Joe Perches | 1 | -0/+5 |
2011-07-25 | checkpatch: validate signature styles and To: and Cc: lines | Joe Perches | 1 | -8/+115 |
2011-07-25 | checkpatch: add __rcu as a sparse modifier | Sven Eckelmann | 1 | -1/+2 |
2011-07-25 | checkpatch: suggest using min_t or max_t | Joe Perches | 1 | -0/+35 |
2011-06-15 | checkpatch: add warning for uses of printk_ratelimit | Joe Perches | 1 | -0/+5 |
2011-05-25 | checkpatch: fix defect in printk(KERN_<LEVEL> 80 column exceptions | Joe Perches | 1 | -1/+1 |
2011-05-25 | checkpatch: add <foo>_<level> and MODULE_<BAR> to 80 column exceptions | Joe Perches | 1 | -3/+3 |
2011-05-25 | checkpatch: add check for line continuations in quoted strings | Joe Perches | 1 | -0/+5 |
2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -3/+3 |
2011-03-22 | checkpatch: warn about memset with swapped arguments | Dave Jones | 1 | -0/+5 |
2011-03-22 | scripts/checkpatch.pl: reset rpt_cleaners warnings | Mike Frysinger | 1 | -0/+1 |
2011-03-22 | kstrto*: converting strings to integers done (hopefully) right | Alexey Dobriyan | 1 | -2/+2 |
2011-01-27 | locking: Remove deprecated lock initializers | Thomas Gleixner | 1 | -5/+0 |
2011-01-13 | checkpatch.pl: add "prefer __packed" check | Joe Perches | 1 | -0/+5 |
2011-01-13 | checkpatch: check for world-writeable sysfs/debugfs files | Dave Jones | 1 | -0/+5 |
2011-01-13 | checkpatch.pl: fix CAST detection | Florian Mickler | 1 | -1/+1 |
2011-01-13 | scripts/checkpatch.pl: add check for multiple terminating semicolons and cast... | Joe Perches | 1 | -1/+6 |
2010-10-30 | semaphore: Remove mutex emulation | Thomas Gleixner | 1 | -6/+2 |
2010-10-26 | scripts/checkpatch.pl: add check for declaration of pci_device_id | Joe Perches | 1 | -0/+5 |
2010-10-26 | scripts/checkpatch.pl: add warnings for static char that could be static cons... | Joe Perches | 1 | -0/+12 |
2010-10-26 | checkpatch: version 0.31 | Andy Whitcroft | 1 | -1/+1 |
2010-10-26 | checkpatch: statement/block context analyser should look at sanitised lines | Andy Whitcroft | 1 | -6/+6 |
2010-10-26 | checkpatch: handle EXPORT_SYMBOL for DEVICE_ATTR and similar | Andy Whitcroft | 1 | -1/+10 |
2010-10-26 | checkpatch: clean up structure definition macro handline | Andy Whitcroft | 1 | -2/+2 |
2010-10-26 | checkpatch: update copyright dates | Andy Whitcroft | 1 | -1/+1 |
2010-10-26 | checkpatch: Add additional attribute #defines | Joe Perches | 1 | -0/+14 |
2010-10-26 | checkpatch: check for incorrect permissions | Rabin Vincent | 1 | -1/+13 |
2010-10-26 | checkpatch: ensure kconfig help checks only apply when we are adding help | Andy Whitcroft | 1 | -5/+21 |
2010-10-26 | checkpatch: simplify and consolidate "missing space after" checks | Andy Whitcroft | 1 | -10/+5 |
2010-10-26 | checkpatch: add check for space after struct, union, and enum | Andy Whitcroft | 1 | -0/+10 |
2010-10-26 | checkpatch: returning errno typically should be negative | Andy Whitcroft | 1 | -0/+7 |
2010-10-26 | checkpatch: handle casts better fixing false categorisation of : as binary | Andy Whitcroft | 1 | -0/+5 |
2010-10-26 | checkpatch: ensure we do not collapse bracketed sections into constants | Andy Whitcroft | 1 | -3/+4 |
2010-10-26 | checkpatch: suggest cleanpatch and cleanfile when appropriate | Andy Whitcroft | 1 | -0/+13 |
2010-10-26 | checkpatch: types may sit on a line on their own | Andy Whitcroft | 1 | -1/+1 |
2010-10-26 | checkpatch: fix regressions in "fix handling of leading spaces" | Andy Whitcroft | 1 | -3/+6 |
2010-08-09 | checkpatch: fix extraneous EXPORT_SYMBOL* warnings | Patrick Pannuto | 1 | -0/+3 |
2010-08-09 | checkpatch: warn about unexpectedly long msleep's | Patrick Pannuto | 1 | -0/+7 |
2010-08-09 | checkpatch: prefer usleep_range over udelay | Patrick Pannuto | 1 | -0/+8 |
2010-08-09 | checkpatch: add more exceptions to 80 char lines | Joe Perches | 1 | -2/+3 |
2010-08-09 | checkpatch: change externals to globals | Joe Eloff | 1 | -2/+2 |
2010-08-09 | checkpatch: fix handling of leading spaces | Raffaele Recalcati | 1 | -0/+7 |
2010-08-09 | checkpatch: refactor 'allowed asm includes' and add memory.h | Wolfram Sang | 1 | -1/+7 |
2010-05-25 | checkpatch: warn on declaration with storage class not at the beginning | Tobias Klauser | 1 | -0/+5 |
2010-05-25 | checkpatch: add check for too short Kconfig descriptions | Andi Kleen | 1 | -0/+15 |
2010-05-21 | lockdep: Add novalidate class for dev->mutex conversion | Peter Zijlstra | 1 | -0/+11 |
2010-03-06 | checkpatch: warn on unnecessary spaces before quoted newlines | Joe Perches | 1 | -0/+5 |
2010-03-06 | checkpatch.pl: warn if an adding line introduce spaces before tabs. | Alberto Panizzo | 1 | -0/+6 |
2010-03-06 | checkpatch.pl: extend list of expected-to-be-const structures | Emese Revfy | 1 | -2/+39 |
2010-03-06 | checkpatch.pl: add union and struct to the exceptions list | Stefani Seibold | 1 | -0/+2 |
2010-03-06 | checkpatch: fix false positive on __initconst | Wolfram Sang | 1 | -1/+4 |
2010-03-06 | checkpatch.pl: allow > 80 char lines for logging functions not just printk | Joe Perches | 1 | -1/+9 |
2010-03-06 | checkpatch: trivial fix for trailing statements check | Hidetoshi Seto | 1 | -1/+3 |
2010-03-06 | scripts/checkpatch.pl: add WARN on sizeof(&foo) | Joe Perches | 1 | -0/+5 |
2010-01-12 | remove my email address from checkpatch. | Dave Jones | 1 | -1/+1 |
2009-10-29 | checkpatch: version 0.30 | Andy Whitcroft | 1 | -1/+1 |
2009-10-29 | checkpatch: fix false EXPORT_SYMBOL warning | Andy Whitcroft | 1 | -9/+39 |
2009-10-29 | checkpatch: fix __attribute__ matching | Andy Whitcroft | 1 | -2/+2 |
2009-10-29 | checkpatch: fix false errors due to macro concatenation | Andy Whitcroft | 1 | -1/+4 |
2009-10-29 | checkpatch: update copyright dates | Andy Whitcroft | 1 | -1/+1 |
2009-10-29 | checkpatch: correctly stop scanning at the bottom of a hunk | Andy Whitcroft | 1 | -1/+2 |
2009-10-29 | checkpatch: possible types -- prevent illegal modifiers being added | Andy Whitcroft | 1 | -8/+12 |
2009-09-22 | checkpatch: add some common Blackfin checks | Mike Frysinger | 1 | -0/+22 |
2009-09-22 | checkpatch: version 0.29 | Andy Whitcroft | 1 | -1/+1 |
2009-09-22 | checkpatch: limit sN/uN matches to actual bit sizes | Andy Whitcroft | 1 | -2/+2 |
2009-09-22 | checkpatch: format strings should not have brackets in macros | Andy Whitcroft | 1 | -1/+2 |
2009-09-22 | checkpatch: make -f alias --file, add --help, more verbose help message | Hannes Eder | 1 | -13/+42 |
2009-09-22 | checkpatch: indent checks -- stop when we run out of continuation lines | Andy Whitcroft | 1 | -2/+3 |
2009-09-22 | checkpatch: handle C99 comments correctly (performance issue) | Daniel Walker | 1 | -0/+13 |
2009-09-22 | checkpatch: possible types -- else cannot start a type | Andy Whitcroft | 1 | -0/+2 |
2009-02-27 | checkpatch: version 0.28 | Andy Whitcroft | 1 | -1/+1 |
2009-02-27 | checkpatch: add __ref as a sparse modifier | Andy Whitcroft | 1 | -1/+2 |
2009-02-27 | checkpatch: extend attribute testing to all modifiers | Andy Whitcroft | 1 | -2/+2 |
2009-02-27 | checkpatch: a modifier is not an identifier at the end of a type | Andy Whitcroft | 1 | -2/+2 |
2009-02-27 | checkpatch: pointer type star may have modifiers following | Andy Whitcroft | 1 | -2/+2 |
2009-02-27 | checkpatch: correctly handle type spacing in the face of modifiers | Andy Whitcroft | 1 | -2/+2 |
2009-02-27 | checkpatch: do not warn about -p0 patches when checking files | Andy Whitcroft | 1 | -1/+2 |
2009-02-27 | checkpatch: make in_atomic ok in the core | Andy Whitcroft | 1 | -1/+1 |
2009-01-15 | checkpatch: version: 0.27 | Andy Whitcroft | 1 | -1/+1 |
2009-01-15 | checkpatch: struct seq_operations should normally be const | Andy Whitcroft | 1 | -3/+4 |
2009-01-15 | checkpatch: if should not continue a preceeding brace | Andy Whitcroft | 1 | -0/+5 |
2009-01-15 | checkpatch: allow parentheses on return handle array values | Andy Whitcroft | 1 | -1/+5 |
2009-01-15 | checkpatch: type/cast spacing should not check prefix spacing | Andy Whitcroft | 1 | -2/+2 |
2009-01-15 | checkpatch: handle missing #if open in context | Andy Whitcroft | 1 | -1/+3 |
2009-01-06 | checkpatch: version: 0.26 | Andy Whitcroft | 1 | -1/+1 |
2009-01-06 | checkpatch: fix the perlcritic errors | Andy Whitcroft | 1 | -7/+13 |
2009-01-06 | checkpatch: struct file_operations should normally be const | Andy Whitcroft | 1 | -0/+5 |
2009-01-06 | checkpatch: ensure we actually detect if assignments split across lines | Andy Whitcroft | 1 | -1/+1 |
2009-01-06 | checkpatch: do not report nr_static as a static declaration | Andy Whitcroft | 1 | -1/+1 |
2009-01-06 | checkpatch: track #ifdef/#else/#endif when tracking blocks | Andy Whitcroft | 1 | -0/+22 |
2009-01-06 | checkpatch: fix continuation detection when handling spacing on operators | Andy Whitcroft | 1 | -1/+1 |
2009-01-06 | checkpatch: loosen spacing on typedef function checks | Andy Whitcroft | 1 | -1/+1 |
2009-01-06 | checkpatch: try to catch missing VMLINUX_SYMBOL() in vmlinux.lds.h | Mike Frysinger | 1 | -0/+9 |
2009-01-06 | checkpatch: allow parentheses on return for comparisons | Andy Whitcroft | 1 | -2/+3 |
2009-01-06 | checkpatch: Add warning for p0-patches | Wolfram Sang | 1 | -1/+7 |
2009-01-06 | checkpatch: update copyrights | Andy Whitcroft | 1 | -1/+2 |
2009-01-06 | checkpatch: version: 0.25 | Andy Whitcroft | 1 | -1/+1 |
2009-01-06 | checkpatch: dissallow spaces between stars in pointer types | Andy Whitcroft | 1 | -14/+32 |
2009-01-06 | checkpatch: comment ends inside strings is most likely not an open comment | Andy Whitcroft | 1 | -3/+6 |
2009-01-06 | checkpatch: detect multiple bitfield declarations | Andy Whitcroft | 1 | -5/+9 |
2009-01-06 | checkpatch: __weak is an official attribute | Andy Whitcroft | 1 | -1/+2 |
2009-01-06 | checkpatch: structure member assignments are not complex | Andy Whitcroft | 1 | -2/+3 |
2009-01-06 | checkpatch: widen implied comment detection to allow multiple stars | Andy Whitcroft | 1 | -1/+1 |
2009-01-06 | checkpatch: comment detection may miss an implied comment on the last hunk | Andy Whitcroft | 1 | -2/+2 |
2009-01-06 | checkpatch: add checks for in_atomic() | Andy Whitcroft | 1 | -0/+9 |
2008-10-20 | Update email addresses. | Dave Jones | 1 | -1/+1 |
2008-10-16 | checkpatch: version: 0.24 | Andy Whitcroft | 1 | -1/+1 |
2008-10-16 | checkpatch: allow for comments either side of a brace on case | Andy Whitcroft | 1 | -1/+1 |
2008-10-16 | checkpatch: suspect indent handle macro continuation | Andy Whitcroft | 1 | -1/+4 |
2008-10-16 | checkpatch: trailing statements ensure we report the end of the line | Andy Whitcroft | 1 | -1/+10 |
2008-10-16 | checkpatch: DEFINE_ macros are real definitions for exports | Andy Whitcroft | 1 | -7/+8 |
2008-10-16 | checkpatch: complex macros checks miss square brackets | Andy Whitcroft | 1 | -3/+4 |
2008-10-16 | checkpatch: suspect code indent must stop at #else/#elif | Andy Whitcroft | 1 | -0/+6 |
2008-10-16 | checkpatch: pull out known acceptable typedefs | Andy Whitcroft | 1 | -1/+7 |
2008-10-16 | checkpatch: accept any sized le/be type | Andy Whitcroft | 1 | -1/+1 |
2008-10-16 | checkpatch: macros which define structure members are not complex | Andy Whitcroft | 1 | -0/+1 |
2008-10-16 | checkpatch: handle do without braces if we have enough context | Andy Whitcroft | 1 | -3/+24 |
2008-10-16 | checkpatch: labels are not possible types | Andy Whitcroft | 1 | -1/+1 |
2008-10-16 | checkpatch: do is not a possible type | Andy Whitcroft | 1 | -6/+18 |
2008-10-16 | checkpatch: version: 0.23 | Andy Whitcroft | 1 | -1/+1 |
2008-10-16 | checkpatch: ensure we only apply checks to the lines within hunks | Andy Whitcroft | 1 | -2/+3 |
2008-10-16 | checkpatch: suspect indent count condition lines correctly | Andy Whitcroft | 1 | -1/+2 |
2008-10-16 | checkpatch: check line endings in text format files | Andy Whitcroft | 1 | -3/+4 |
2008-10-16 | checkpatch: handle comment/quote nesting correctly | Andy Whitcroft | 1 | -1/+1 |
2008-10-16 | checkpatch: suppress errors triggered by short patch | Andy Whitcroft | 1 | -0/+1 |
2008-10-16 | checkpatch: case/default checks should only check changed lines | Andy Whitcroft | 1 | -8/+9 |
2008-10-16 | checkpatch: version: 0.22 | Andy Whitcroft | 1 | -1/+1 |
2008-10-16 | checkpatch: perform indent checks on perl | Andy Whitcroft | 1 | -2/+5 |
2008-10-16 | checkpatch: report the correct lines for single statement blocks | Andy Whitcroft | 1 | -3/+3 |
2008-10-16 | checkpatch: %Lx tests should hand %% as a literal | Andy Whitcroft | 1 | -0/+1 |
2008-10-16 | checkpatch: suspect indent -- skip over preprocessor, label and blank lines | Andy Whitcroft | 1 | -10/+15 |
2008-10-16 | checkpatch: report the real first line of all suspect indents | Andy Whitcroft | 1 | -55/+86 |
2008-10-16 | checkpatch: report any absolute references to kernel source files | Andy Whitcroft | 1 | -0/+41 |
2008-10-16 | checkpatch: reduce warnings for #include of asm/foo.h to check from arch/bar.c | Andy Whitcroft | 1 | -4/+9 |
2008-10-16 | checkpatch: include/asm checks should be anchored | Andy Whitcroft | 1 | -1/+1 |
2008-10-16 | checkpatch: fix up comment checks search to scan the entire block | Andy Whitcroft | 1 | -3/+8 |
2008-10-16 | checkpatch: complex macros -- fix up extension handling | Andy Whitcroft | 1 | -2/+2 |
2008-10-16 | checkpatch: ____cacheline_aligned et al are modifiers | Andy Whitcroft | 1 | -1/+4 |
2008-10-16 | checkpatch: add tests for the attribute matcher | Andy Whitcroft | 1 | -0/+10 |
2008-10-16 | checkpatch: switch indent allow plain return | Andy Whitcroft | 1 | -1/+5 |
2008-10-16 | checkpatch: conditional indent -- labels have different indent rules | Andy Whitcroft | 1 | -3/+8 |
2008-10-16 | checkpatch: values: double ampersand may be unary | Andy Whitcroft | 1 | -2/+2 |
2008-10-16 | checkpatch: square brackets -- exemption for array slices in braces | Andy Whitcroft | 1 | -2/+4 |
2008-07-24 | checkpatch: version 0.21 | Andy Whitcroft | 1 | -1/+1 |
2008-07-24 | checkpatch: types cannot start mid word for pointer tests | Andy Whitcroft | 1 | -2/+2 |
2008-07-24 | checkpatch: complex macros need to ignore comments | Andy Whitcroft | 1 | -0/+1 |
2008-07-24 | checkpatch: variants -- move the main unary/binary operators to use variants | Andy Whitcroft | 1 | -18/+18 |
2008-07-24 | checkpatch: add checks for question mark and colon spacing | Andy Whitcroft | 1 | -9/+72 |