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.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
2018-02-07
checkpatch: improve OPEN_BRACE test
Joe Perches
1
-3
/
+5
2018-02-07
checkpatch: avoid some false positives for TABSTOP declaration test
Joe Perches
1
-1
/
+1
2018-02-07
checkpatch: exclude drivers/staging from if with unnecessary parentheses test
Joe Perches
1
-1
/
+3
2018-02-07
checkpatch: improve the TABSTOP test to include declarations
Joe Perches
1
-1
/
+1
2018-02-07
checkpatch: add a few DEVICE_ATTR style tests
Joe Perches
1
-21
/
+93
2018-02-07
checkpatch: improve quoted string and line continuation test
Joe Perches
1
-1
/
+1
2018-02-07
checkpatch: ignore some octal permissions of 0
Joe Perches
1
-2
/
+7
2018-02-07
checkpatch: allow long lines containing URL
Andreas Brauchli
1
-0
/
+5
2018-02-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...
Linus Torvalds
1
-2
/
+9
2018-01-09
checkpatch: add pF/pf deprecation warning
Sergey Senozhatsky
1
-2
/
+9
2018-01-03
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
Ingo Molnar
1
-0
/
+6
2017-12-12
checkpatch: Remove ACCESS_ONCE() warning
Mark Rutland
1
-22
/
+0
2017-12-05
checkpatch: Add warnings for {smp_,}read_barrier_depends()
Paul E. McKenney
1
-0
/
+6
2017-11-29
vsprintf: add printk specifier %px
Tobin C. Harding
1
-1
/
+1
2017-11-18
checkpatch: do not check missing blank line before builtin_*_driver
Masahiro Yamada
1
-0
/
+1
2017-11-18
checkpatch: add --strict test for lines ending in [ or (
Joe Perches
1
-0
/
+6
2017-11-18
checkpatch: add TP_printk to list of logging functions
Joe Perches
1
-0
/
+1
2017-11-18
checkpatch: allow DEFINE_PER_CPU definitions to exceed line length
Joe Perches
1
-2
/
+3
2017-11-18
checkpatch: printks always need a KERN_<LEVEL>
Joe Perches
1
-22
/
+4
2017-11-18
scripts/checkpatch.pl: avoid false warning missing break
Heinrich Schuchardt
1
-1
/
+1
2017-11-18
checkpatch: support function pointers for unnamed function definition arguments
Miles Chen
1
-1
/
+1
2017-10-04
checkpatch: fix ignoring cover-letter logic
Stafford Horne
1
-1
/
+1
2017-09-09
checkpatch: add 6 missing types to --list-types
Jean Delvare
1
-1
/
+2
2017-09-09
checkpatch: rename variables to avoid confusion
Jean Delvare
1
-16
/
+16
2017-09-09
checkpatch: fix typo in comment
Jean Delvare
1
-1
/
+1
2017-09-09
checkpatch: add --strict check for ifs with unnecessary parentheses
Joe Perches
1
-0
/
+24
2017-07-13
checkpatch: improve the STORAGE_CLASS test
Joe Perches
1
-2
/
+10
2017-07-11
checkpatch: improve multi-line alignment test
Joe Perches
1
-1
/
+1
2017-07-11
checkpatch: improve macro reuse test
Joe Perches
1
-6
/
+6
2017-07-11
checkpatch: change format of --color argument to --color[=WHEN]
John Brooks
1
-6
/
+29
2017-07-11
checkpatch: silence perl 5.26.0 unescaped left brace warnings
Cyril Bur
1
-3
/
+3
2017-07-11
checkpatch: improve tests for multiple line function definitions
Joe Perches
1
-1
/
+25
2017-07-11
checkpatch: remove false warning for commit reference
Heinrich Schuchardt
1
-1
/
+3
2017-07-11
checkpatch: fix stepping through statements with $stat and ctx_statement_block
Joe Perches
1
-1
/
+1
2017-07-11
checkpatch: [HLP]LIST_HEAD is also declaration
Steffen Maier
1
-1
/
+1
2017-07-11
checkpatch: warn when a MAINTAINERS entry isn't [A-Z]:\t
Joe Perches
1
-0
/
+11
2017-07-11
checkpatch: improve the unnecessary OOM message test
Joe Perches
1
-1
/
+1
2017-07-08
Merge tag 'kbuild-misc-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+2
2017-07-07
Merge tag 'devicetree-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2017-06-27
vsprintf: Add %p extension "%pOF" for device tree
Pantelis Antoniou
1
-1
/
+1
2017-06-08
checkpatch: Remove checks for expedited grace periods
Paul E. McKenney
1
-17
/
+0
2017-05-14
scripts: Switch to more portable Perl shebang
Kamil Rytarowski
1
-1
/
+2
2017-05-09
checkpatch: improve the SUSPECT_CODE_INDENT test
Joe Perches
1
-1
/
+3
2017-05-09
checkpatch: improve the embedded function name test for patch contexts
Joe Perches
1
-9
/
+8
2017-05-09
checkpatch: add --typedefsfile
Jerome Forissier
1
-17
/
+35
2017-05-09
checkpatch: improve k.alloc with multiplication and sizeof test
Joe Perches
1
-3
/
+10
2017-05-09
checkpatch: special audit for revert commit line
Wei Wang
1
-0
/
+1
2017-05-09
checkpatch: clarify the EMBEDDED_FUNCTION_NAME message
Joe Perches
1
-5
/
+7
2017-05-09
checkpatch: improve MULTISTATEMENT_MACRO_USE_DO_WHILE test
Joe Perches
1
-2
/
+4
2017-05-09
checkpatch: avoid suggesting struct definitions should be const
Joe Perches
1
-3
/
+3
[next]