index
:
openslx/kernel-qcow2-linux.git
kernel-qcow2
kernel-qcow2-linux-4.18.x-centos
kernel-qcow2-linux-4.19.y
master
In-kernel qcow2 (Kernel part)
OpenSLX
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: don't emit unified-diff error for rename-only patches
Andrew Jeffery
2016-12-13
1
-0
/
+1
*
|
checkpatch: don't check c99 types like uint8_t under tools
Tomas Winkler
2016-12-13
1
-1
/
+2
*
|
checkpatch: avoid multiple line dereferences
Joe Perches
2016-12-13
1
-0
/
+12
*
|
checkpatch: don't check .pl files, improve absolute path commit log test
Joe Perches
2016-12-13
1
-15
/
+15
*
|
scripts/checkpatch.pl: fix spelling
Andrew Morton
2016-12-13
1
-1
/
+1
*
|
checkpatch: don't try to get maintained status when --no-tree is given
Jerome Forissier
2016-12-13
1
-1
/
+1
*
|
locking/mutex, drm: Introduce mutex_trylock_recursive()
Peter Zijlstra
2016-11-15
1
-0
/
+6
|
/
*
checkpatch: improve the octal permissions tests
Joe Perches
2016-10-12
1
-16
/
+44
*
checkpatch: add warning for unnamed function definition arguments
Joe Perches
2016-10-12
1
-0
/
+13
*
checkpatch: improve MACRO_ARG_PRECEDENCE test
Joe Perches
2016-10-12
1
-1
/
+19
*
checkpatch: add --strict test for precedence challenged macro arguments
Joe Perches
2016-10-12
1
-1
/
+8
*
checkpatch: add --strict test for macro argument reuse
Joe Perches
2016-10-12
1
-8
/
+35
*
checkpatch: improve the block comment * alignment test
Joe Perches
2016-10-12
1
-7
/
+12
*
checkpatch: speed up checking for filenames in sections marked obsolete
Joe Perches
2016-10-12
1
-1
/
+1
*
checkpatch: externalize the structs that should be const
Joe Perches
2016-10-12
1
-40
/
+24
*
checkpatch: don't test for prefer ether_addr_<foo>
Joe Perches
2016-10-12
1
-35
/
+35
*
checkpatch: test multiple line block comment alignment
Joe Perches
2016-10-12
1
-0
/
+19
*
checkpatch: look for symbolic permissions and suggest octal instead
Joe Perches
2016-10-12
1
-6
/
+43
*
checkpatch: see if modified files are marked obsolete in MAINTAINERS
Joe Perches
2016-10-12
1
-0
/
+14
*
treewide: remove references to the now unnecessary DEFINE_PCI_DEVICE_TABLE
Joe Perches
2016-09-02
1
-9
/
+0
*
checkpatch: if no filenames then read stdin
Allen Hubbe
2016-08-03
1
-2
/
+2
*
checkpatch: check signoff when reading stdin
Allen Hubbe
2016-08-03
1
-1
/
+3
*
checkpatch: improve 'bare use of' signed/unsigned types warning
Joe Perches
2016-08-03
1
-1
/
+1
*
checkpatch: don't complain about BIT macro in uapi
Tomas Winkler
2016-08-03
1
-2
/
+3
*
checkpatch: yet another commit id improvement
Joe Perches
2016-08-03
1
-2
/
+2
*
checkpatch: allow c99 style // comments
Joe Perches
2016-08-03
1
-0
/
+6
*
checkpatch: skip long lines that use an EFI_GUID macro
Joe Perches
2016-08-03
1
-0
/
+4
*
pmem: kill __pmem address space
Dan Williams
2016-07-13
1
-1
/
+0
*
checkpatch: reduce git commit description style false positives
Joe Perches
2016-06-04
1
-0
/
+1
*
checkpatch: improve --git <commit-count> shortcut
Joe Perches
2016-05-21
1
-6
/
+4
*
checkpatch: reduce number of `git log` calls with --git
Joe Perches
2016-05-21
1
-10
/
+13
*
checkpatch: add support to check already applied git commits
Du, Changbin
2016-05-21
1
-1
/
+47
*
checkpatch: add --list-types to show message types to show or ignore
Joe Perches
2016-05-21
1
-1
/
+37
*
checkpatch: advertise the --fix and --fix-inplace options more
Joe Perches
2016-05-21
1
-0
/
+8
*
checkpatch: whine about ACCESS_ONCE
Joe Perches
2016-05-21
1
-0
/
+22
*
checkpatch: add test for keywords not starting on tabstops
Joe Perches
2016-05-21
1
-0
/
+13
*
checkpatch: improve CONSTANT_COMPARISON test for structure members
Joe Perches
2016-05-21
1
-1
/
+1
*
checkpatch: add PREFER_IS_ENABLED test
Joe Perches
2016-05-21
1
-0
/
+10
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2016-03-16
1
-1
/
+28
|
\
|
*
checkpatch: fix another left brace warning
Geyslan G. Bem
2016-03-16
1
-1
/
+1
|
*
checkpatch: improve UNSPECIFIED_INT test for bare signed/unsigned uses
Joe Perches
2016-03-16
1
-4
/
+8
|
*
checkpatch: warn on bare unsigned or signed declarations without int
Joe Perches
2016-03-16
1
-0
/
+20
|
*
checkpatch: exclude asm volatile from complex macro check
Joe Perches
2016-03-16
1
-0
/
+3
*
|
sparse: Add __private to privatize members of structs
Boqun Feng
2016-02-24
1
-1
/
+2
|
/
*
checkpatch: fix a number of COMPLEX_MACRO false positives
Vladimir Zapolskiy
2016-01-21
1
-2
/
+3
*
checkpatch: improve macros with flow control test
Joe Perches
2016-01-21
1
-1
/
+1
*
checkpatch: warn when casting constants to c90 int or longer types
Joe Perches
2016-01-21
1
-0
/
+42
*
checkpatch: add virt barriers
Michael S. Tsirkin
2016-01-12
1
-1
/
+2
*
checkpatch: check for __smp outside barrier.h
Michael S. Tsirkin
2016-01-12
1
-0
/
+10
*
checkpatch.pl: add missing memory barriers
Michael S. Tsirkin
2016-01-12
1
-1
/
+21
[prev]
[next]