Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
ae17a87dd7c79fa742ef5dcf06d1095eec4e1925
/
scripts
/
checkpatch.pl
7b1924a
vsprintf: add printk specifier %px
by Tobin C. Harding
· 7 years ago
0bc989f
checkpatch: do not check missing blank line before builtin_*_driver
by Masahiro Yamada
· 7 years ago
5751a24
checkpatch: add --strict test for lines ending in [ or (
by Joe Perches
· 7 years ago
87bd499
checkpatch: add TP_printk to list of logging functions
by Joe Perches
· 7 years ago
cc14750
checkpatch: allow DEFINE_PER_CPU definitions to exceed line length
by Joe Perches
· 7 years ago
eeef573
checkpatch: printks always need a KERN_<LEVEL>
by Joe Perches
· 7 years ago
258f79d
scripts/checkpatch.pl: avoid false warning missing break
by Heinrich Schuchardt
· 7 years ago
25bdda2
checkpatch: support function pointers for unnamed function definition arguments
by Miles Chen
· 7 years ago
a08ffbe
checkpatch: fix ignoring cover-letter logic
by Stafford Horne
· 7 years ago
0547fa5
checkpatch: add 6 missing types to --list-types
by Jean Delvare
· 7 years ago
0675a8f
checkpatch: rename variables to avoid confusion
by Jean Delvare
· 7 years ago
ab1ecab
checkpatch: fix typo in comment
by Jean Delvare
· 7 years ago
63b7c73
checkpatch: add --strict check for ifs with unnecessary parentheses
by Joe Perches
· 7 years ago
596ed45
checkpatch: improve the STORAGE_CLASS test
by Joe Perches
· 7 years ago
fd71f63
checkpatch: improve multi-line alignment test
by Joe Perches
· 7 years ago
7fe528a2
checkpatch: improve macro reuse test
by Joe Perches
· 7 years ago
737c076
checkpatch: change format of --color argument to --color[=WHEN]
by John Brooks
· 7 years ago
8d81ae0
checkpatch: silence perl 5.26.0 unescaped left brace warnings
by Cyril Bur
· 7 years ago
a0ad759
checkpatch: improve tests for multiple line function definitions
by Joe Perches
· 7 years ago
948b133
checkpatch: remove false warning for commit reference
by Heinrich Schuchardt
· 7 years ago
ca81986
checkpatch: fix stepping through statements with $stat and ctx_statement_block
by Joe Perches
· 7 years ago
fe658f9
checkpatch: [HLP]LIST_HEAD is also declaration
by Steffen Maier
· 7 years ago
628f91a
checkpatch: warn when a MAINTAINERS entry isn't [A-Z]:\t
by Joe Perches
· 7 years ago
fb0d0e0
checkpatch: improve the unnecessary OOM message test
by Joe Perches
· 7 years ago
16ffc4c3
Merge tag 'kbuild-misc-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 7 years ago
dd6ec12
Merge tag 'devicetree-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
by Linus Torvalds
· 7 years ago
ce4fecf
vsprintf: Add %p extension "%pOF" for device tree
by Pantelis Antoniou
· 10 years ago
9895313
checkpatch: Remove checks for expedited grace periods
by Paul E. McKenney
· 8 years ago
cb77f0d
scripts: Switch to more portable Perl shebang
by Kamil Rytarowski
· 7 years ago
f6950a7
checkpatch: improve the SUSPECT_CODE_INDENT test
by Joe Perches
· 7 years ago
74fd4f3
checkpatch: improve the embedded function name test for patch contexts
by Joe Perches
· 7 years ago
75ad8c5
checkpatch: add --typedefsfile
by Jerome Forissier
· 7 years ago
1b4a2ed
checkpatch: improve k.alloc with multiplication and sizeof test
by Joe Perches
· 7 years ago
e882dbf
checkpatch: special audit for revert commit line
by Wei Wang
· 7 years ago
e4b7d30
checkpatch: clarify the EMBEDDED_FUNCTION_NAME message
by Joe Perches
· 7 years ago
e795556
checkpatch: improve MULTISTATEMENT_MACRO_USE_DO_WHILE test
by Joe Perches
· 7 years ago
d9190e4
checkpatch: avoid suggesting struct definitions should be const
by Joe Perches
· 7 years ago
eb3a58d
checkpatch: allow space leading blank lines in email headers
by Joe Perches
· 7 years ago
4dbed76
checkpatch: improve EMBEDDED_FUNCTION_NAME test
by Joe Perches
· 7 years ago
0b52376
checkpatch: add ability to find bad uses of vsprintf %p<foo> extensions
by Joe Perches
· 7 years ago
cd8618a
checkpatch: remove obsolete CONFIG_EXPERIMENTAL checks
by Ruslan Bilovol
· 7 years ago
522b837
checkpatch: warn when formats use %Z and suggest %z
by Alexey Dobriyan
· 8 years ago
9533047
checkpatch: remove false unbalanced braces warning
by Sven Eckelmann
· 8 years ago
e4c5bab
checkpatch: notice unbalanced else braces in a patch
by Joe Perches
· 8 years ago
1bde561
checkpatch: add another old address for the FSF
by Matthew Wilcox
· 8 years ago
758d7aa
checkpatch: update $logFunctions
by Miles Chen
· 8 years ago
45c55e9
checkpatch: warn on logging continuations
by Joe Perches
· 8 years ago
77cb854
checkpatch: warn on embedded function names
by Joe Perches
· 8 years ago
46d832f
checkpatch: replace __bitwise__ with __bitwise
by Michael S. Tsirkin
· 8 years ago
e7aa8c2
Merge tag 'docs-4.10' of git://git.lwn.net/linux
by Linus Torvalds
· 8 years ago
a82603a
checkpatch: don't emit unified-diff error for rename-only patches
by Andrew Jeffery
· 8 years ago
fd39f90
checkpatch: don't check c99 types like uint8_t under tools
by Tomas Winkler
· 8 years ago
11ca40a
checkpatch: avoid multiple line dereferences
by Joe Perches
· 8 years ago
d6430f7
checkpatch: don't check .pl files, improve absolute path commit log test
by Joe Perches
· 8 years ago
224236d
scripts/checkpatch.pl: fix spelling
by Andrew Morton
· 8 years ago
f2c19c2
checkpatch: don't try to get maintained status when --no-tree is given
by Jerome Forissier
· 8 years ago
0f5225b
locking/mutex, drm: Introduce mutex_trylock_recursive()
by Peter Zijlstra
· 8 years ago
8c27ceff3
docs: fix locations of several documents that got moved
by Mauro Carvalho Chehab
· 8 years ago
459cf0a
checkpatch: improve the octal permissions tests
by Joe Perches
· 8 years ago
ca0d892
checkpatch: add warning for unnamed function definition arguments
by Joe Perches
· 8 years ago
5207649
checkpatch: improve MACRO_ARG_PRECEDENCE test
by Joe Perches
· 8 years ago
9192d41
checkpatch: add --strict test for precedence challenged macro arguments
by Joe Perches
· 8 years ago
f59b64b
checkpatch: add --strict test for macro argument reuse
by Joe Perches
· 8 years ago
af20752
checkpatch: improve the block comment * alignment test
by Joe Perches
· 8 years ago
0616efa
checkpatch: speed up checking for filenames in sections marked obsolete
by Joe Perches
· 8 years ago
bf1fa1d
checkpatch: externalize the structs that should be const
by Joe Perches
· 8 years ago
f333195
checkpatch: don't test for prefer ether_addr_<foo>
by Joe Perches
· 8 years ago
08eb9b8
checkpatch: test multiple line block comment alignment
by Joe Perches
· 8 years ago
f90774e
checkpatch: look for symbolic permissions and suggest octal instead
by Joe Perches
· 8 years ago
85b0ee1
checkpatch: see if modified files are marked obsolete in MAINTAINERS
by Joe Perches
· 8 years ago
7e93215
treewide: remove references to the now unnecessary DEFINE_PCI_DEVICE_TABLE
by Joe Perches
· 8 years ago
45107ff
checkpatch: if no filenames then read stdin
by Allen Hubbe
· 8 years ago
ed43c4e
checkpatch: check signoff when reading stdin
by Allen Hubbe
· 8 years ago
c844711
checkpatch: improve 'bare use of' signed/unsigned types warning
by Joe Perches
· 8 years ago
cec3aaa
checkpatch: don't complain about BIT macro in uapi
by Tomas Winkler
· 8 years ago
aab38f5
checkpatch: yet another commit id improvement
by Joe Perches
· 8 years ago
dadf680
checkpatch: allow c99 style // comments
by Joe Perches
· 8 years ago
d560a5f
checkpatch: skip long lines that use an EFI_GUID macro
by Joe Perches
· 8 years ago
7a9eb20
pmem: kill __pmem address space
by Dan Williams
· 8 years ago
879be4f
checkpatch: reduce git commit description style false positives
by Joe Perches
· 8 years ago
28898fd
checkpatch: improve --git <commit-count> shortcut
by Joe Perches
· 8 years ago
0dea9f1
checkpatch: reduce number of `git log` calls with --git
by Joe Perches
· 8 years ago
4a593c3
checkpatch: add support to check already applied git commits
by Du, Changbin
· 8 years ago
3beb42e
checkpatch: add --list-types to show message types to show or ignore
by Joe Perches
· 8 years ago
ef21219
checkpatch: advertise the --fix and --fix-inplace options more
by Joe Perches
· 8 years ago
481aea5
checkpatch: whine about ACCESS_ONCE
by Joe Perches
· 8 years ago
a91e899
checkpatch: add test for keywords not starting on tabstops
by Joe Perches
· 8 years ago
f39e176
checkpatch: improve CONSTANT_COMPARISON test for structure members
by Joe Perches
· 8 years ago
2d63274
checkpatch: add PREFER_IS_ENABLED test
by Joe Perches
· 8 years ago
271ecc5
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 9 years ago
6b8c69e
checkpatch: fix another left brace warning
by Geyslan G. Bem
· 9 years ago
207a8e8
checkpatch: improve UNSPECIFIED_INT test for bare signed/unsigned uses
by Joe Perches
· 9 years ago
a1ce18e
checkpatch: warn on bare unsigned or signed declarations without int
by Joe Perches
· 9 years ago
42e1529
checkpatch: exclude asm volatile from complex macro check
by Joe Perches
· 9 years ago
ad31545
sparse: Add __private to privatize members of structs
by Boqun Feng
· 9 years ago
6b10df4
checkpatch: fix a number of COMPLEX_MACRO false positives
by Vladimir Zapolskiy
· 9 years ago
62e15a6
checkpatch: improve macros with flow control test
by Joe Perches
· 9 years ago
938224b
checkpatch: warn when casting constants to c90 int or longer types
by Joe Perches
· 9 years ago
43e361f
checkpatch: add virt barriers
by Michael S. Tsirkin
· 9 years ago
f4073b0
checkpatch: check for __smp outside barrier.h
by Michael S. Tsirkin
· 9 years ago
Next »