index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
checkpatch.pl
Commit message (
Expand
)
Author
Age
Files
Lines
*
checkpatch: add new alloc functions to alloc with multiplies check
Gustavo A. R. Silva
2022-04-26
1
-3
/
+5
*
checkpatch: use python3 to find codespell dictionary
Sagar Patel
2022-03-23
1
-2
/
+2
*
checkpatch: add early_param exception to blank line after struct/function test
Joe Perches
2022-03-23
1
-1
/
+1
*
checkpatch: add --fix option for some TRAILING_STATEMENTS
Joe Perches
2022-03-23
1
-2
/
+16
*
checkpatch: prefer MODULE_LICENSE("GPL") over MODULE_LICENSE("GPL v2")
Joe Perches
2022-03-23
1
-0
/
+7
*
checkpatch: improve Kconfig help test
Joe Perches
2022-01-20
1
-26
/
+26
*
checkpatch: relax regexp for COMMIT_LOG_LONG_LINE
Jerome Forissier
2022-01-20
1
-1
/
+1
*
checkpatch: get default codespell dictionary path from package location
Peter Ujfalusi
2021-11-09
1
-4
/
+28
*
checkpatch: improve EXPORT_SYMBOL test for EXPORT_SYMBOL_NS uses
Joe Perches
2021-11-09
1
-0
/
+1
*
Compiler Attributes: add __alloc_size() for better bounds checking
Kees Cook
2021-11-06
1
-1
/
+2
*
checkpatch: improve GIT_COMMIT_ID test
Joe Perches
2021-09-08
1
-31
/
+51
*
checkpatch: make email address check case insensitive
Mimi Zohar
2021-09-08
1
-2
/
+2
*
checkpatch: support wide strings
Joe Perches
2021-09-08
1
-3
/
+4
*
checkpatch: do not complain about positive return values starting with EPOLL
Guenter Roeck
2021-07-01
1
-1
/
+1
*
checkpatch: improve the indented label test
Joe Perches
2021-07-01
1
-3
/
+7
*
checkpatch: scripts/spdxcheck.py now requires python3
Guenter Roeck
2021-07-01
1
-2
/
+2
*
checkpatch: improve ALLOC_ARRAY_ARGS test
Christophe JAILLET
2021-05-06
1
-1
/
+1
*
checkpatch: exclude four preprocessor sub-expressions from MACRO_ARG_REUSE
Vincent Mailhol
2021-05-06
1
-1
/
+1
*
checkpatch: warn when missing newline in return sysfs_emit() formats
Joe Perches
2021-05-06
1
-0
/
+11
*
Merge tag 'devicetree-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2021-04-28
1
-1
/
+1
|
\
|
*
docs: dt: update writing-schema.rst references
Mauro Carvalho Chehab
2021-04-07
1
-1
/
+1
*
|
Merge tag 'drm-next-2021-04-28' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2021-04-28
1
-2
/
+4
|
\
\
|
*
\
Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2021-03-16
1
-2
/
+4
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
lib/vsprintf: Add support for printing V4L2 and DRM fourccs
Sakari Ailus
2021-02-17
1
-2
/
+4
*
|
|
checkpatch: add verbose mode
Dwaipayan Ray
2021-03-06
1
-20
/
+113
|
/
/
*
|
checkpatch: do not apply "initialise globals to 0" check to BPF progs
Song Liu
2021-02-26
1
-1
/
+11
*
|
checkpatch: don't warn about colon termination in linker scripts
Chris Down
2021-02-26
1
-1
/
+1
*
|
checkpatch: add kmalloc_array_node to unnecessary OOM message check
Joe Perches
2021-02-26
1
-1
/
+1
*
|
checkpatch: add warning for avoiding .L prefix symbols in assembly files
Aditya Srivastava
2021-02-26
1
-0
/
+7
*
|
checkpatch: improve TYPECAST_INT_CONSTANT test message
Joe Perches
2021-02-26
1
-10
/
+10
*
|
checkpatch: prefer ftrace over function entry/exit printks
Joe Perches
2021-02-26
1
-0
/
+35
*
|
checkpatch: trivial style fixes
Dwaipayan Ray
2021-02-26
1
-9
/
+9
*
|
checkpatch: ignore warning designated initializers using NR_CPUS
Peng Wang
2021-02-26
1
-1
/
+3
*
|
checkpatch: improve blank line after declaration test
Joe Perches
2021-02-26
1
-23
/
+29
*
|
Merge tag 'modules-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2021-02-23
1
-4
/
+2
|
\
\
|
*
|
module: remove EXPORT_UNUSED_SYMBOL*
Christoph Hellwig
2021-02-08
1
-4
/
+2
|
|
/
*
|
Merge branch 'linus' into locking/core, to pick up upstream fixes
Ingo Molnar
2021-02-12
1
-7
/
+0
|
\
\
|
*
|
Revert "checkpatch: add check for keyword 'boolean' in Kconfig definitions"
Masahiro Yamada
2021-01-28
1
-7
/
+0
|
|
/
*
/
checkpatch: Don't check for mutex_trylock_recursive()
Sebastian Andrzej Siewior
2021-02-10
1
-6
/
+0
|
/
*
checkpatch: prefer strscpy to strlcpy
Joe Perches
2020-12-29
1
-0
/
+6
*
checkpatch: add printk_once and printk_ratelimit to prefer pr_<level> warning
Joe Perches
2020-12-15
1
-3
/
+10
*
checkpatch: fix TYPO_SPELLING check for words with apostrophe
Dwaipayan Ray
2020-12-15
1
-2
/
+5
*
checkpatch: add warning for lines starting with a '#' in commit log
Dwaipayan Ray
2020-12-15
1
-0
/
+9
*
checkpatch: add warning for unnecessary use of %h[xudi] and %hh[xudi]
Dwaipayan Ray
2020-12-15
1
-0
/
+22
*
checkpatch: add fix and improve warning msg for non-standard signature
Aditya Srivastava
2020-12-15
1
-2
/
+69
*
checkpatch: add fix option for LOGICAL_CONTINUATIONS
Aditya Srivastava
2020-12-15
1
-2
/
+10
*
checkpatch: add fix option for ASSIGNMENT_CONTINUATIONS
Aditya Srivastava
2020-12-15
1
-2
/
+8
*
checkpatch: fix unescaped left brace
Dwaipayan Ray
2020-12-15
1
-1
/
+1
*
checkpatch: avoid COMMIT_LOG_LONG_LINE warning for signature tags
Aditya Srivastava
2020-12-15
1
-2
/
+2
*
checkpatch: fix spelling errors and remove repeated word
Dwaipayan Ray
2020-12-15
1
-3
/
+3
[next]