index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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
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-13
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-28
checkpatch: version 0.28
Andy Whitcroft
1
-1
/
+1
2009-02-28
checkpatch: add __ref as a sparse modifier
Andy Whitcroft
1
-1
/
+2
2009-02-28
checkpatch: extend attribute testing to all modifiers
Andy Whitcroft
1
-2
/
+2
2009-02-28
checkpatch: a modifier is not an identifier at the end of a type
Andy Whitcroft
1
-2
/
+2
2009-02-28
checkpatch: pointer type star may have modifiers following
Andy Whitcroft
1
-2
/
+2
2009-02-28
checkpatch: correctly handle type spacing in the face of modifiers
Andy Whitcroft
1
-2
/
+2
2009-02-28
checkpatch: do not warn about -p0 patches when checking files
Andy Whitcroft
1
-1
/
+2
2009-02-28
checkpatch: make in_atomic ok in the core
Andy Whitcroft
1
-1
/
+1
2009-01-16
checkpatch: version: 0.27
Andy Whitcroft
1
-1
/
+1
2009-01-16
checkpatch: struct seq_operations should normally be const
Andy Whitcroft
1
-3
/
+4
2009-01-16
checkpatch: if should not continue a preceeding brace
Andy Whitcroft
1
-0
/
+5
2009-01-16
checkpatch: allow parentheses on return handle array values
Andy Whitcroft
1
-1
/
+5
2009-01-16
checkpatch: type/cast spacing should not check prefix spacing
Andy Whitcroft
1
-2
/
+2
2009-01-16
checkpatch: handle missing #if open in context
Andy Whitcroft
1
-1
/
+3
2009-01-07
checkpatch: version: 0.26
Andy Whitcroft
1
-1
/
+1
2009-01-07
checkpatch: fix the perlcritic errors
Andy Whitcroft
1
-7
/
+13
2009-01-07
checkpatch: struct file_operations should normally be const
Andy Whitcroft
1
-0
/
+5
2009-01-07
checkpatch: ensure we actually detect if assignments split across lines
Andy Whitcroft
1
-1
/
+1
2009-01-07
checkpatch: do not report nr_static as a static declaration
Andy Whitcroft
1
-1
/
+1
2009-01-07
checkpatch: track #ifdef/#else/#endif when tracking blocks
Andy Whitcroft
1
-0
/
+22
2009-01-07
checkpatch: fix continuation detection when handling spacing on operators
Andy Whitcroft
1
-1
/
+1
2009-01-07
checkpatch: loosen spacing on typedef function checks
Andy Whitcroft
1
-1
/
+1
2009-01-07
checkpatch: try to catch missing VMLINUX_SYMBOL() in vmlinux.lds.h
Mike Frysinger
1
-0
/
+9
[next]