index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
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: fix unescaped left brace
Dwaipayan Ray
2020-12-30
1
-1
/
+1
*
checkpatch: enable GIT_DIR environment use to set git repository location
Joe Perches
2020-10-25
1
-5
/
+7
*
checkpatch: add new warnings to author signoff checks.
Dwaipayan Ray
2020-10-16
1
-16
/
+77
*
checkpatch: fix false positive on empty block comment lines
Ćukasz Stelmach
2020-10-16
1
-1
/
+1
*
checkpatch: fix multi-statement macro checks for while blocks.
Dwaipayan Ray
2020-10-16
1
-3
/
+4
*
checkpatch: emit a warning on embedded filenames
Joe Perches
2020-10-16
1
-0
/
+6
*
checkpatch: extend author Signed-off-by check for split From: header
Dwaipayan Ray
2020-10-16
1
-0
/
+4
*
checkpatch: allow not using -f with files that are in git
Joe Perches
2020-10-16
1
-0
/
+14
*
checkpatch: warn on self-assignments
Joe Perches
2020-10-16
1
-0
/
+11
*
checkpatch: warn if trace_printk and friends are called
Nicolas Boichat
2020-10-16
1
-0
/
+6
*
checkpatch: add test for comma use that should be semicolon
Joe Perches
2020-10-16
1
-0
/
+11
*
checkpatch: move repeated word test
Joe Perches
2020-10-16
1
-36
/
+36
*
checkpatch: add --kconfig-prefix
Jerome Forissier
2020-10-16
1
-4
/
+8
*
checkpatch: fix the usage of capture group ( ... )
Mrinal Pandey
2020-09-05
1
-2
/
+2
*
Merge tag 'kconfig-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2020-08-14
1
-5
/
+1
|
\
|
*
Revert "checkpatch: kconfig: prefer 'help' over '---help---'"
Masahiro Yamada
2020-08-14
1
-5
/
+1
*
|
checkpatch: remove missing switch/case break test
Joe Perches
2020-08-12
1
-25
/
+0
*
|
checkpatch: add test for repeated words
Joe Perches
2020-08-12
1
-0
/
+38
*
|
checkpatch: fix CONST_STRUCT when const_structs.checkpatch is missing
Quentin Monnet
2020-08-12
1
-9
/
+12
*
|
checkpatch: add --fix option for ASSIGN_IN_IF
Joe Perches
2020-08-12
1
-2
/
+24
*
|
checkpatch: add test for possible misuse of IS_ENABLED() without CONFIG_
Joe Perches
2020-08-12
1
-0
/
+6
*
|
Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2020-08-04
1
-11
/
+5
|
\
\
|
*
|
checkpatch: Remove awareness of uninitialized_var() macro
Kees Cook
2020-07-16
1
-11
/
+5
|
|
/
*
/
checkpatch: Remove checks relating to [smp_]read_barrier_depends()
Will Deacon
2020-07-21
1
-8
/
+1
|
/
*
Merge tag 'locking-kcsan-2020-06-11' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2020-06-11
1
-0
/
+8
|
\
|
*
Rebase locking/kcsan to locking/urgent
Thomas Gleixner
2020-06-11
1
-0
/
+8
|
|
\
|
|
*
Merge branch 'kcsan-for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git...
Thomas Gleixner
2020-05-08
1
-0
/
+8
|
|
|
\
|
|
|
*
checkpatch: Warn about data_race() without comment
Marco Elver
2020-05-06
1
-0
/
+8
*
|
|
|
checkpatch: correct check for kernel parameters doc
Tim Froidcoeur
2020-06-10
1
-2
/
+2
|
/
/
/
*
|
|
Merge tag 'devicetree-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2020-06-04
1
-1
/
+1
|
\
\
\
|
*
|
|
docs: dt: convert submitting-patches.txt to ReST format
Mauro Carvalho Chehab
2020-05-04
1
-1
/
+1
|
|
/
/
*
|
|
checkpatch: use patch subject when reading from stdin
Geert Uytterhoeven
2020-06-04
1
-0
/
+1
*
|
|
checkpatch: disallow --git and --file/--fix
Joe Perches
2020-06-04
1
-2
/
+4
*
|
|
checkpatch: look for c99 comments in ctx_locate_comment
Joe Perches
2020-06-04
1
-1
/
+9
*
|
|
checkpatch: additional MAINTAINER section entry ordering checks
Joe Perches
2020-06-04
1
-8
/
+37
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-05-31
1
-5
/
+9
|
\
\
\
|
*
|
|
checkpatch/coding-style: deprecate 80-column warning
Joe Perches
2020-05-31
1
-5
/
+9
*
|
|
|
checkpatch: warn about uses of ENOTSUPP
Jakub Kicinski
2020-05-11
1
-0
/
+11
|
/
/
/
*
/
/
checkpatch: fix a typo in the regex for $allocFunctions
Christophe JAILLET
2020-04-21
1
-1
/
+1
|
/
/
*
|
checkpatch: avoid warning about uninitialized_var()
Joe Perches
2020-04-07
1
-5
/
+9
*
|
checkpatch: check proper licensing of Devicetree bindings
Lubomir Rintel
2020-04-07
1
-0
/
+11
*
|
checkpatch: improve Gerrit Change-Id: test
Joe Perches
2020-04-07
1
-3
/
+10
*
|
checkpatch: add command-line option for TAB size
Antonio Borneo
2020-04-07
1
-10
/
+16
*
|
checkpatch: fix multiple const * types
Antonio Borneo
2020-04-07
1
-2
/
+2
*
|
checkpatch: fix minor typo and mixed space+tab in indentation
Antonio Borneo
2020-04-07
1
-4
/
+4
*
|
checkpatch: prefer fallthrough; over fallthrough comments
Joe Perches
2020-04-07
1
-0
/
+36
*
|
checkpatch: support "base-commit:" format
John Hubbard
2020-04-07
1
-1
/
+1
*
|
checkpatch: check SPDX tags in YAML files
Lubomir Rintel
2020-04-07
1
-1
/
+1
*
|
checkpatch: remove email address comment from email address comparisons
Joe Perches
2020-04-07
1
-10
/
+29
|
/
*
Merge tag 'printk-for-5.5-pr-warning-removal' of git://git.kernel.org/pub/scm...
Linus Torvalds
2019-12-09
1
-9
/
+0
|
\
[next]