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
2021-07-01
checkpatch: do not complain about positive return values starting with EPOLL
Guenter Roeck
1
-1
/
+1
2021-07-01
checkpatch: improve the indented label test
Joe Perches
1
-3
/
+7
2021-07-01
checkpatch: scripts/spdxcheck.py now requires python3
Guenter Roeck
1
-2
/
+2
2021-05-07
checkpatch: improve ALLOC_ARRAY_ARGS test
Christophe JAILLET
1
-1
/
+1
2021-05-07
checkpatch: exclude four preprocessor sub-expressions from MACRO_ARG_REUSE
Vincent Mailhol
1
-1
/
+1
2021-05-07
checkpatch: warn when missing newline in return sysfs_emit() formats
Joe Perches
1
-0
/
+11
2021-04-29
Merge tag 'devicetree-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2021-04-28
Merge tag 'drm-next-2021-04-28' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-2
/
+4
2021-04-07
docs: dt: update writing-schema.rst references
Mauro Carvalho Chehab
1
-1
/
+1
2021-03-16
Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-2
/
+4
2021-03-07
checkpatch: add verbose mode
Dwaipayan Ray
1
-20
/
+113
2021-02-26
checkpatch: do not apply "initialise globals to 0" check to BPF progs
Song Liu
1
-1
/
+11
2021-02-26
checkpatch: don't warn about colon termination in linker scripts
Chris Down
1
-1
/
+1
2021-02-26
checkpatch: add kmalloc_array_node to unnecessary OOM message check
Joe Perches
1
-1
/
+1
2021-02-26
checkpatch: add warning for avoiding .L prefix symbols in assembly files
Aditya Srivastava
1
-0
/
+7
2021-02-26
checkpatch: improve TYPECAST_INT_CONSTANT test message
Joe Perches
1
-10
/
+10
2021-02-26
checkpatch: prefer ftrace over function entry/exit printks
Joe Perches
1
-0
/
+35
2021-02-26
checkpatch: trivial style fixes
Dwaipayan Ray
1
-9
/
+9
2021-02-26
checkpatch: ignore warning designated initializers using NR_CPUS
Peng Wang
1
-1
/
+3
2021-02-26
checkpatch: improve blank line after declaration test
Joe Perches
1
-23
/
+29
2021-02-23
Merge tag 'modules-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-4
/
+2
2021-02-17
lib/vsprintf: Add support for printing V4L2 and DRM fourccs
Sakari Ailus
1
-2
/
+4
2021-02-12
Merge branch 'linus' into locking/core, to pick up upstream fixes
Ingo Molnar
1
-7
/
+0
2021-02-10
checkpatch: Don't check for mutex_trylock_recursive()
Sebastian Andrzej Siewior
1
-6
/
+0
2021-02-08
module: remove EXPORT_UNUSED_SYMBOL*
Christoph Hellwig
1
-4
/
+2
2021-01-28
Revert "checkpatch: add check for keyword 'boolean' in Kconfig definitions"
Masahiro Yamada
1
-7
/
+0
2020-12-30
checkpatch: prefer strscpy to strlcpy
Joe Perches
1
-0
/
+6
2020-12-16
checkpatch: add printk_once and printk_ratelimit to prefer pr_<level> warning
Joe Perches
1
-3
/
+10
2020-12-16
checkpatch: fix TYPO_SPELLING check for words with apostrophe
Dwaipayan Ray
1
-2
/
+5
2020-12-16
checkpatch: add warning for lines starting with a '#' in commit log
Dwaipayan Ray
1
-0
/
+9
2020-12-16
checkpatch: add warning for unnecessary use of %h[xudi] and %hh[xudi]
Dwaipayan Ray
1
-0
/
+22
2020-12-16
checkpatch: add fix and improve warning msg for non-standard signature
Aditya Srivastava
1
-2
/
+69
2020-12-16
checkpatch: add fix option for LOGICAL_CONTINUATIONS
Aditya Srivastava
1
-2
/
+10
2020-12-16
checkpatch: add fix option for ASSIGNMENT_CONTINUATIONS
Aditya Srivastava
1
-2
/
+8
2020-12-16
checkpatch: fix unescaped left brace
Dwaipayan Ray
1
-1
/
+1
2020-12-16
checkpatch: avoid COMMIT_LOG_LONG_LINE warning for signature tags
Aditya Srivastava
1
-2
/
+2
2020-12-16
checkpatch: fix spelling errors and remove repeated word
Dwaipayan Ray
1
-3
/
+3
2020-12-16
checkpatch: improve email parsing
Dwaipayan Ray
1
-17
/
+91
2020-12-16
checkpatch: add __alias and __weak to suggested __attribute__ conversions
Joe Perches
1
-1
/
+3
2020-12-16
checkpatch: add fix option for GERRIT_CHANGE_ID
Aditya Srivastava
1
-2
/
+5
2020-12-16
checkpatch: update __attribute__((section("name"))) quote removal
Joe Perches
1
-32
/
+15
2020-12-16
checkpatch: add a fixer for missing newline at eof
Tom Rix
1
-2
/
+5
2020-12-16
checkpatch: extend attributes check to handle more patterns
Dwaipayan Ray
1
-38
/
+71
2020-12-16
checkpatch: allow --fix removal of unnecessary break statements
Joe Perches
1
-4
/
+8
2020-12-16
checkpatch: prefer static const declarations
Joe Perches
1
-0
/
+12
2020-12-16
checkpatch: ignore generated CamelCase defines and enum values
Ćukasz Stelmach
1
-0
/
+2
2020-12-16
checkpatch: fix false positives in REPEATED_WORD warning
Aditya Srivastava
1
-1
/
+15
2020-12-16
checkpatch: add new exception to repeated word check
Dwaipayan Ray
1
-2
/
+13
2020-10-25
checkpatch: enable GIT_DIR environment use to set git repository location
Joe Perches
1
-5
/
+7
2020-10-16
checkpatch: add new warnings to author signoff checks.
Dwaipayan Ray
1
-16
/
+77
[next]