index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
checkpatch.pl
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-07
Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...
Linus Torvalds
1
-0
/
+14
2011-11-01
checkpatch: add a --strict check for utf-8 in commit logs
Joe Perches
1
-4
/
+26
2011-11-01
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-26
checkpatch: add missing WARN argument for min_t and max_t tests
Hui Zhu
1
-1
/
+2
2011-07-26
checkpatch.pl: update $logFunctions
Joe Perches
1
-3
/
+3
2011-07-26
checkpatch: make utf-8 test --strict
Joe Perches
1
-2
/
+2
2011-07-26
checkpatch.pl: add ability to ignore various messages
Joe Perches
1
-143
/
+355
2011-07-26
checkpatch: add a "prefer __aligned" check
Joe Perches
1
-0
/
+5
2011-07-26
checkpatch: validate signature styles and To: and Cc: lines
Joe Perches
1
-8
/
+115
2011-07-26
checkpatch: add __rcu as a sparse modifier
Sven Eckelmann
1
-1
/
+2
2011-07-26
checkpatch: suggest using min_t or max_t
Joe Perches
1
-0
/
+35
2011-06-16
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-23
checkpatch: warn about memset with swapped arguments
Dave Jones
1
-0
/
+5
2011-03-23
scripts/checkpatch.pl: reset rpt_cleaners warnings
Mike Frysinger
1
-0
/
+1
2011-03-23
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-27
scripts/checkpatch.pl: add check for declaration of pci_device_id
Joe Perches
1
-0
/
+5
2010-10-27
scripts/checkpatch.pl: add warnings for static char that could be static cons...
Joe Perches
1
-0
/
+12
2010-10-27
checkpatch: version 0.31
Andy Whitcroft
1
-1
/
+1
2010-10-27
checkpatch: statement/block context analyser should look at sanitised lines
Andy Whitcroft
1
-6
/
+6
2010-10-27
checkpatch: handle EXPORT_SYMBOL for DEVICE_ATTR and similar
Andy Whitcroft
1
-1
/
+10
2010-10-27
checkpatch: clean up structure definition macro handline
Andy Whitcroft
1
-2
/
+2
2010-10-27
checkpatch: update copyright dates
Andy Whitcroft
1
-1
/
+1
2010-10-27
checkpatch: Add additional attribute #defines
Joe Perches
1
-0
/
+14
2010-10-27
checkpatch: check for incorrect permissions
Rabin Vincent
1
-1
/
+13
2010-10-27
checkpatch: ensure kconfig help checks only apply when we are adding help
Andy Whitcroft
1
-5
/
+21
2010-10-27
checkpatch: simplify and consolidate "missing space after" checks
Andy Whitcroft
1
-10
/
+5
2010-10-27
checkpatch: add check for space after struct, union, and enum
Andy Whitcroft
1
-0
/
+10
2010-10-27
checkpatch: returning errno typically should be negative
Andy Whitcroft
1
-0
/
+7
2010-10-27
checkpatch: handle casts better fixing false categorisation of : as binary
Andy Whitcroft
1
-0
/
+5
2010-10-27
checkpatch: ensure we do not collapse bracketed sections into constants
Andy Whitcroft
1
-3
/
+4
2010-10-27
checkpatch: suggest cleanpatch and cleanfile when appropriate
Andy Whitcroft
1
-0
/
+13
2010-10-27
checkpatch: types may sit on a line on their own
Andy Whitcroft
1
-1
/
+1
2010-10-27
checkpatch: fix regressions in "fix handling of leading spaces"
Andy Whitcroft
1
-3
/
+6
2010-08-10
checkpatch: fix extraneous EXPORT_SYMBOL* warnings
Patrick Pannuto
1
-0
/
+3
2010-08-10
checkpatch: warn about unexpectedly long msleep's
Patrick Pannuto
1
-0
/
+7
2010-08-10
checkpatch: prefer usleep_range over udelay
Patrick Pannuto
1
-0
/
+8
2010-08-10
checkpatch: add more exceptions to 80 char lines
Joe Perches
1
-2
/
+3
[next]