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.12.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
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
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
[next]