index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
checkpatch.pl
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-22
checkpatch: DT bindings should be a separate patch
Rob Herring
1
-0
/
+14
2018-08-22
checkpatch: warn on unnecessary int declarations
Joe Perches
1
-0
/
+20
2018-08-22
checkpatch: check for space after "else" keyword
Michal Zylowski
1
-2
/
+2
2018-08-22
checkpatch: fix SPDX license check with --root=<path>
Joe Perches
1
-2
/
+3
2018-08-22
checkpatch: warn when a patch doesn't have a description
Joe Perches
1
-0
/
+13
2018-08-22
checkpatch: check for #if 0/#if 1
Prakruthi Deepak Heragu
1
-3
/
+8
2018-08-22
checkpatch: fix krealloc reuse test
Joe Perches
1
-1
/
+2
2018-08-22
checkpatch: validate SPDX license with spdxcheck.py
Joe Perches
1
-2
/
+18
2018-08-22
checkpatch: fix macro argument reuse test
Joe Perches
1
-0
/
+1
2018-08-22
checkpatch: warn if missing author Signed-off-by
Geert Uytterhoeven
1
-3
/
+25
2018-08-22
checkpatch: update section keywords
Geert Uytterhoeven
1
-1
/
+2
2018-08-22
checkpatch: improve runtime execution speed a little
Joe Perches
1
-33
/
+33
2018-08-22
checkpatch: add --fix for CONCATENATED_STRING and STRING_FRAGMENTS
Joe Perches
1
-5
/
+18
2018-08-22
checkpatch: add a --strict test for structs with bool member definitions
Joe Perches
1
-0
/
+7
2018-07-14
checkpatch: fix duplicate invalid vsprintf pointer extension '%p<foo>' messages
Joe Perches
1
-3
/
+3
2018-06-27
checkpatch: remove warning for 'old' stable@kernel.org address
Linus Torvalds
1
-6
/
+0
2018-06-07
checkpatch: improve patch recognition
Joe Perches
1
-0
/
+8
2018-06-07
scripts: use SPDX tag in get_maintainer and checkpatch
Joe Perches
1
-1
/
+3
2018-06-06
Merge tag 'kbuild-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-10
/
+0
2018-05-25
checkpatch: fix macro argument precedence test
Joe Perches
1
-1
/
+1
2018-05-17
checkpatch: remove VMLINUX_SYMBOL() check
Masahiro Yamada
1
-10
/
+0
2018-04-11
checkpatch: whinge about bool bitfields
Joe Perches
1
-0
/
+6
2018-04-11
checkpatch: allow space between colon and bracket
Heinrich Schuchardt
1
-1
/
+1
2018-04-11
checkpatch: add test for assignment at start of line
Joe Perches
1
-0
/
+6
2018-04-11
checkpatch: test SYMBOLIC_PERMS multiple times per line
Joe Perches
1
-1
/
+1
2018-04-11
checkpatch: two spelling fixes
Claudio Fontana
1
-1
/
+1
2018-04-11
checkpatch: improve get_quoted_string for TRACE_EVENT macros
Joe Perches
1
-1
/
+2
2018-04-11
checkpatch: warn for use of %px
Tobin C. Harding
1
-16
/
+32
2018-04-11
checkpatch: add sub routine get_stat_here()
Tobin C. Harding
1
-32
/
+20
2018-04-11
checkpatch: remove unused variable declarations
Tobin C. Harding
1
-2
/
+0
2018-04-11
checkpatch: add sub routine get_stat_real()
Tobin C. Harding
1
-16
/
+16
2018-04-11
checkpatch: add Crypto ON_STACK to declaration_macros
Gilad Ben-Yossef
1
-1
/
+2
2018-04-11
checkpatch.pl: add SPDX license tag check
Rob Herring
1
-0
/
+27
2018-04-11
checkpatch: improve parse_email signature checking
Joe Perches
1
-1
/
+1
2018-04-03
Merge tag 'kconfig-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...
Linus Torvalds
1
-4
/
+17
2018-03-26
checkpatch: kconfig: prefer 'help' over '---help---'
Ulf Magnusson
1
-1
/
+5
2018-03-26
checkpatch: kconfig: check help texts for menuconfig and choice
Ulf Magnusson
1
-2
/
+11
2018-03-26
checkpatch: kconfig: recognize more prompts when checking help texts
Ulf Magnusson
1
-1
/
+1
2018-03-16
arch: remove blackfin port
Arnd Bergmann
1
-26
/
+0
2018-02-06
checkpatch: improve OPEN_BRACE test
Joe Perches
1
-3
/
+5
2018-02-06
checkpatch: avoid some false positives for TABSTOP declaration test
Joe Perches
1
-1
/
+1
2018-02-06
checkpatch: exclude drivers/staging from if with unnecessary parentheses test
Joe Perches
1
-1
/
+3
2018-02-06
checkpatch: improve the TABSTOP test to include declarations
Joe Perches
1
-1
/
+1
2018-02-06
checkpatch: add a few DEVICE_ATTR style tests
Joe Perches
1
-21
/
+93
2018-02-06
checkpatch: improve quoted string and line continuation test
Joe Perches
1
-1
/
+1
2018-02-06
checkpatch: ignore some octal permissions of 0
Joe Perches
1
-2
/
+7
2018-02-06
checkpatch: allow long lines containing URL
Andreas Brauchli
1
-0
/
+5
2018-02-01
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
[next]