index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
checkpatch.pl
Age
Commit message (
Expand
)
Author
Lines
2019-05-22
checkpatch.pl: Update DT vendor prefix check
Rob Herring
-2
/
+2
2019-05-08
Merge tag 'docs-5.2' of git://git.lwn.net/linux
Linus Torvalds
-0
/
+18
2019-03-29
checkpatch: add %pt as a valid vsprintf extension
Alexandre Belloni
-1
/
+1
2019-03-25
checkpatch: Warn on improper usage of Co-developed-by
Sean Christopherson
-0
/
+18
2019-03-09
Merge tag 'docs-5.1' of git://git.lwn.net/linux
Linus Torvalds
-13
/
+0
2019-03-07
checkpatch: add test for SPDX-License-Identifier on wrong line #
Joe Perches
-0
/
+8
2019-03-07
checkpatch: allow reporting C99 style comments
Vadim Bendebury
-1
/
+2
2019-03-07
checkpatch: add some new alloc functions to various tests
Joe Perches
-4
/
+15
2019-03-07
checkpatch: verify SPDX comment style
Joe Perches
-0
/
+8
2019-01-20
coding-style: Clarify the expectations around bool
Jason Gunthorpe
-13
/
+0
2019-01-04
checkpatch: add Co-developed-by to signature tags
Jorge Ramirez-Ortiz
-0
/
+1
2019-01-04
checkpatch: warn on const char foo[] = "bar"; declarations
Joe Perches
-2
/
+11
2018-11-12
checkpatch.pl: Suggest lockdep instead of asserting !spin_is_locked()
Paul E. McKenney
-0
/
+6
2018-11-12
checkpatch: Create table of obsolete APIs and apply to RCU
Joe Perches
-0
/
+29
2018-10-31
checkpatch: remove GCC_BINARY_CONSTANT warning
Christophe Leroy
-11
/
+0
2018-09-04
checkpatch: add __ro_after_init to known $Attribute
Joe Perches
-0
/
+1
2018-09-04
checkpatch: add optional static const to blank line declarations test
Joe Perches
-1
/
+1
2018-08-22
checkpatch: DT bindings should be a separate patch
Rob Herring
-0
/
+14
2018-08-22
checkpatch: warn on unnecessary int declarations
Joe Perches
-0
/
+20
2018-08-22
checkpatch: check for space after "else" keyword
Michal Zylowski
-2
/
+2
2018-08-22
checkpatch: fix SPDX license check with --root=<path>
Joe Perches
-2
/
+3
2018-08-22
checkpatch: warn when a patch doesn't have a description
Joe Perches
-0
/
+13
2018-08-22
checkpatch: check for #if 0/#if 1
Prakruthi Deepak Heragu