index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
checkpatch.pl
Commit message (
Expand
)
Author
Age
Files
Lines
*
semaphore: Remove mutex emulation
Thomas Gleixner
2010-10-30
1
-6
/
+2
*
scripts/checkpatch.pl: add check for declaration of pci_device_id
Joe Perches
2010-10-26
1
-0
/
+5
*
scripts/checkpatch.pl: add warnings for static char that could be static cons...
Joe Perches
2010-10-26
1
-0
/
+12
*
checkpatch: version 0.31
Andy Whitcroft
2010-10-26
1
-1
/
+1
*
checkpatch: statement/block context analyser should look at sanitised lines
Andy Whitcroft
2010-10-26
1
-6
/
+6
*
checkpatch: handle EXPORT_SYMBOL for DEVICE_ATTR and similar
Andy Whitcroft
2010-10-26
1
-1
/
+10
*
checkpatch: clean up structure definition macro handline
Andy Whitcroft
2010-10-26
1
-2
/
+2
*
checkpatch: update copyright dates
Andy Whitcroft
2010-10-26
1
-1
/
+1
*
checkpatch: Add additional attribute #defines
Joe Perches
2010-10-26
1
-0
/
+14
*
checkpatch: check for incorrect permissions
Rabin Vincent
2010-10-26
1
-1
/
+13
*
checkpatch: ensure kconfig help checks only apply when we are adding help
Andy Whitcroft
2010-10-26
1
-5
/
+21
*
checkpatch: simplify and consolidate "missing space after" checks
Andy Whitcroft
2010-10-26
1
-10
/
+5
*
checkpatch: add check for space after struct, union, and enum
Andy Whitcroft
2010-10-26
1
-0
/
+10
*
checkpatch: returning errno typically should be negative
Andy Whitcroft
2010-10-26
1
-0
/
+7
*
checkpatch: handle casts better fixing false categorisation of : as binary
Andy Whitcroft
2010-10-26
1
-0
/
+5
*
checkpatch: ensure we do not collapse bracketed sections into constants
Andy Whitcroft
2010-10-26
1
-3
/
+4
*
checkpatch: suggest cleanpatch and cleanfile when appropriate
Andy Whitcroft
2010-10-26
1
-0
/
+13
*
checkpatch: types may sit on a line on their own
Andy Whitcroft
2010-10-26
1
-1
/
+1
*
checkpatch: fix regressions in "fix handling of leading spaces"
Andy Whitcroft
2010-10-26
1
-3
/
+6
*
checkpatch: fix extraneous EXPORT_SYMBOL* warnings
Patrick Pannuto
2010-08-09
1
-0
/
+3
*
checkpatch: warn about unexpectedly long msleep's
Patrick Pannuto
2010-08-09
1
-0
/
+7
*
checkpatch: prefer usleep_range over udelay
Patrick Pannuto
2010-08-09
1
-0
/
+8
*
checkpatch: add more exceptions to 80 char lines
Joe Perches
2010-08-09
1
-2
/
+3
*
checkpatch: change externals to globals
Joe Eloff
2010-08-09
1
-2
/
+2
*
checkpatch: fix handling of leading spaces
Raffaele Recalcati
2010-08-09
1
-0
/
+7
*
checkpatch: refactor 'allowed asm includes' and add memory.h
Wolfram Sang
2010-08-09
1
-1
/
+7
*
checkpatch: warn on declaration with storage class not at the beginning
Tobias Klauser
2010-05-25
1
-0
/
+5
*
checkpatch: add check for too short Kconfig descriptions
Andi Kleen
2010-05-25
1
-0
/
+15
*
lockdep: Add novalidate class for dev->mutex conversion
Peter Zijlstra
2010-05-21
1
-0
/
+11
*
checkpatch: warn on unnecessary spaces before quoted newlines
Joe Perches
2010-03-06
1
-0
/
+5
*
checkpatch.pl: warn if an adding line introduce spaces before tabs.
Alberto Panizzo
2010-03-06
1
-0
/
+6
*
checkpatch.pl: extend list of expected-to-be-const structures
Emese Revfy
2010-03-06
1
-2
/
+39
*
checkpatch.pl: add union and struct to the exceptions list
Stefani Seibold
2010-03-06
1
-0
/
+2
*
checkpatch: fix false positive on __initconst
Wolfram Sang
2010-03-06
1
-1
/
+4
*
checkpatch.pl: allow > 80 char lines for logging functions not just printk
Joe Perches
2010-03-06
1
-1
/
+9
*
checkpatch: trivial fix for trailing statements check
Hidetoshi Seto
2010-03-06
1
-1
/
+3
*
scripts/checkpatch.pl: add WARN on sizeof(&foo)
Joe Perches
2010-03-06
1
-0
/
+5
*
remove my email address from checkpatch.
Dave Jones
2010-01-12
1
-1
/
+1
*
checkpatch: version 0.30
Andy Whitcroft
2009-10-29
1
-1
/
+1
*
checkpatch: fix false EXPORT_SYMBOL warning
Andy Whitcroft
2009-10-29
1
-9
/
+39
*
checkpatch: fix __attribute__ matching
Andy Whitcroft
2009-10-29
1
-2
/
+2
*
checkpatch: fix false errors due to macro concatenation
Andy Whitcroft
2009-10-29
1
-1
/
+4
*
checkpatch: update copyright dates
Andy Whitcroft
2009-10-29
1
-1
/
+1
*
checkpatch: correctly stop scanning at the bottom of a hunk
Andy Whitcroft
2009-10-29
1
-1
/
+2
*
checkpatch: possible types -- prevent illegal modifiers being added
Andy Whitcroft
2009-10-29
1
-8
/
+12
*
checkpatch: add some common Blackfin checks
Mike Frysinger
2009-09-22
1
-0
/
+22
*
checkpatch: version 0.29
Andy Whitcroft
2009-09-22
1
-1
/
+1
*
checkpatch: limit sN/uN matches to actual bit sizes
Andy Whitcroft
2009-09-22
1
-2
/
+2
*
checkpatch: format strings should not have brackets in macros
Andy Whitcroft
2009-09-22
1
-1
/
+2
*
checkpatch: make -f alias --file, add --help, more verbose help message
Hannes Eder
2009-09-22
1
-13
/
+42
[next]