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
2023-04-28
Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-9
/
+43
2023-04-19
checkpatch: introduce proper bindings license check
Dmitry Rokosov
1
-1
/
+6
2023-04-19
checkpatch: check for misuse of the link tags
Matthieu Baerts
1
-1
/
+12
2023-04-19
checkpatch: allow Closes tags with links
Matthieu Baerts
1
-5
/
+5
2023-04-19
checkpatch: use a list of "link" tags
Matthieu Baerts
1
-4
/
+20
2023-04-19
checkpatch: don't print the next line if not defined
Matthieu Baerts
1
-1
/
+1
2023-04-08
checkpatch: ignore ETHTOOL_LINK_MODE_ enum values
Gerhard Engleder
1
-0
/
+2
2023-04-05
checkpatch: Error out if deprecated RCU API used
Joel Fernandes (Google)
1
-0
/
+9
2023-02-03
checkpatch: improve EMBEDDED_FILENAME test
Joe Perches
1
-1
/
+1
2023-02-03
checkpatch: use proper way for show problematic line
Thorsten Leemhuis
1
-5
/
+5
2023-02-03
checkpatch: warn when Reported-by: is not followed by Link:
Kai Wasserbäch
1
-0
/
+12
2023-02-03
checkpatch: warn when unknown tags are used for links
Kai Wasserbäch
1
-0
/
+12
2023-02-03
checkpatch: mark kunmap() and kunmap_atomic() deprecated
Ira Weiny
1
-0
/
+2
2022-12-01
checkpatch: add check for array allocator family argument order
Liao Chang
1
-1
/
+1
2022-11-19
scripts: checkpatch: allow "case" macros
Stanislaw Gruszka
1
-0
/
+1
2022-11-19
checkpatch: add warning for non-lore mailing list URLs
Bjorn Helgaas
1
-0
/
+17
2022-10-12
Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+51
2022-10-04
Merge tag 'rust-v6.1-rc1' of https://github.com/Rust-for-Linux/linux
Linus Torvalds
1
-4
/
+8
2022-10-04
checkpatch: warn for non-standard fixes tag style
Niklas Söderlund
1
-0
/
+44
2022-09-29
checkpatch: warn on usage of VM_BUG_ON() and other BUG variants
David Hildenbrand
1
-3
/
+3
2022-09-29
docs: move asm-annotations.rst into core-api
Jonathan Corbet
1
-1
/
+1
2022-09-28
scripts: checkpatch: enable language-independent checks for Rust
Miguel Ojeda
1
-2
/
+2
2022-09-28
scripts: checkpatch: diagnose uses of `%pA` in the C side as errors
Miguel Ojeda
1
-2
/
+6
2022-09-12
checkpatch: handle FILE pointer type
Mickaël Salaün
1
-1
/
+5
2022-09-12
checkpatch: add kmap and kmap_atomic to the deprecated list
Ira Weiny
1
-0
/
+2
2022-06-17
checkpatch: fix incorrect camelcase detection on numeric constant
Antonio Borneo
1
-1
/
+1
2022-06-17
checkpatch: add XA_STATE and XA_STATE_ORDER to the macro declaration list
Joe Perches
1
-1
/
+2
2022-04-26
checkpatch: add new alloc functions to alloc with multiplies check
Gustavo A. R. Silva
1
-3
/
+5
2022-03-24
checkpatch: use python3 to find codespell dictionary
Sagar Patel
1
-2
/
+2
2022-03-24
checkpatch: add early_param exception to blank line after struct/function test
Joe Perches
1
-1
/
+1
2022-03-24
checkpatch: add --fix option for some TRAILING_STATEMENTS
Joe Perches
1
-2
/
+16
2022-03-24
checkpatch: prefer MODULE_LICENSE("GPL") over MODULE_LICENSE("GPL v2")
Joe Perches
1
-0
/
+7
2022-01-20
checkpatch: improve Kconfig help test
Joe Perches
1
-26
/
+26
2022-01-20
checkpatch: relax regexp for COMMIT_LOG_LONG_LINE
Jerome Forissier
1
-1
/
+1
2021-11-09
checkpatch: get default codespell dictionary path from package location
Peter Ujfalusi
1
-4
/
+28
2021-11-09
checkpatch: improve EXPORT_SYMBOL test for EXPORT_SYMBOL_NS uses
Joe Perches
1
-0
/
+1
2021-11-06
Compiler Attributes: add __alloc_size() for better bounds checking
Kees Cook
1
-1
/
+2
2021-09-08
checkpatch: improve GIT_COMMIT_ID test
Joe Perches
1
-31
/
+51
2021-09-08
checkpatch: make email address check case insensitive
Mimi Zohar
1
-2
/
+2
2021-09-08
checkpatch: support wide strings
Joe Perches
1
-3
/
+4
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
[next]