index
:
kernel/git/jth/linux.git
btrfs-csum-rework
btrfs-csum-rework.v1
btrfs-csum-rework.v2
btrfs-csum-rework.v3
btrfs-csum-rework.v4
btrfs-integrity
btrfs-misc-fixes
btrfs-raid-cleanups
btrfs-xxhash64.v3
btrfs-xxhash64.v4
btrfs_xxhash64
btrfs_xxhash64.v1
btrfs_xxhash64.v2
btrfs_xxhash64.v3
close_fs_devices
close_fs_devices.v1
close_fs_devices.v2
close_fs_devices.v3
close_fs_devices.v4
iscsi_DID_REQUEUE
master
mcb-for-5.14
mcb-for-next
nvme-tp-fix.v4
s390-kprobes
scsi-results
zone-append.v10
zone-append.v11
zone-append.v5
zone-append.v6
zone-append.v7
zone-append.v8
zone-append.v9
jth kernel tree
Johannes Thumshirn
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
checkpatch.pl
Age
Commit message (
Expand
)
Author
Files
Lines
2019-09-25
checkpatch: check for nested (un)?likely() calls
Denis Efremov
1
-0
/
+6
2019-09-25
checkpatch: make git output use LANGUAGE=en_US.utf8
Joe Perches
1
-4
/
+6
2019-09-25
checkpatch: remove obsolete period from "ambiguous SHA1" query
Sean Christopherson
1
-1
/
+1
2019-09-25
checkpatch: allow consecutive close braces
Joe Perches
1
-1
/
+1
2019-09-25
checkpatch: prefer __section over __attribute__((section(...)))
Joe Perches
1
-0
/
+12
2019-09-25
checkpatch: exclude sizeof sub-expressions from MACRO_ARG_REUSE
Brendan Jackman
1
-1
/
+1
2019-09-25
checkpatch.pl: warn on invalid commit id
Matteo Croce
1
-0
/
+11
2019-09-25
checkpatch: improve SPDX license checking
Joe Perches
1
-9
/
+9
2019-09-25
checkpatch: don't interpret stack dumps as commit IDs
Joe Perches
1
-2
/
+4
2019-07-16
checkpatch.pl: warn on duplicate sysctl local variable
Matteo Croce
1
-0
/
+6
2019-06-14
docs: timers: convert docs to ReST and rename to *.rst
Mauro Carvalho Chehab
1
-4
/
+4
2019-05-22
checkpatch.pl: Update DT vendor prefix check
Rob Herring
1
-2
/
+2
2019-05-08
Merge tag 'docs-5.2' of git://git.lwn.net/linux
Linus Torvalds
1
-0
/
+18
2019-03-29
checkpatch: add %pt as a valid vsprintf extension
Alexandre Belloni
1
-1
/
+1
2019-03-25
checkpatch: Warn on improper usage of Co-developed-by
Sean Christopherson
1
-0
/
+18
2019-03-09
Merge tag 'docs-5.1' of git://git.lwn.net/linux
Linus Torvalds
1
-13
/
+0
2019-03-07
checkpatch: add test for SPDX-License-Identifier on wrong line #
Joe Perches
1
-0
/
+8
2019-03-07
checkpatch: allow reporting C99 style comments
Vadim Bendebury
1
-1
/
+2
2019-03-07
checkpatch: add some new alloc functions to various tests
Joe Perches
1
-4
/
+15
2019-03-07
checkpatch: verify SPDX comment style
Joe Perches
1
-0
/
+8
2019-01-20
coding-style: Clarify the expectations around bool
Jason Gunthorpe
1
-13
/
+0
2019-01-04
checkpatch: add Co-developed-by to signature tags
Jorge Ramirez-Ortiz
1
-0
/
+1
2019-01-04
checkpatch: warn on const char foo[] = "bar"; declarations
Joe Perches
1
-2
/
+11
2018-11-12
checkpatch.pl: Suggest lockdep instead of asserting !spin_is_locked()
Paul E. McKenney
1
-0
/
+6
2018-11-12
checkpatch: Create table of obsolete APIs and apply to RCU
Joe Perches
1
-0
/
+29
2018-10-31
checkpatch: remove GCC_BINARY_CONSTANT warning
Christophe Leroy
1
-11
/
+0
2018-09-04
checkpatch: add __ro_after_init to known $Attribute
Joe Perches
1
-0
/
+1
2018-09-04
checkpatch: add optional static const to blank line declarations test
Joe Perches
1
-1
/
+1
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
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-17
checkpatch: do not check missing blank line before builtin_*_driver
Masahiro Yamada
1
-0
/
+1
2017-11-17
checkpatch: add --strict test for lines ending in [ or (
Joe Perches
1
-0
/
+6
2017-11-17
checkpatch: add TP_printk to list of logging functions
Joe Perches
1
-0
/
+1
2017-11-17
checkpatch: allow DEFINE_PER_CPU definitions to exceed line length
Joe Perches
1
-2
/
+3
2017-11-17
checkpatch: printks always need a KERN_<LEVEL>
Joe Perches
1
-22
/
+4
2017-11-17
scripts/checkpatch.pl: avoid false warning missing break
Heinrich Schuchardt
1
-1
/
+1
2017-11-17
checkpatch: support function pointers for unnamed function definition arguments
Miles Chen
1
-1
/
+1
2017-10-03
checkpatch: fix ignoring cover-letter logic
Stafford Horne
1
-1
/
+1
2017-09-08
checkpatch: add 6 missing types to --list-types
Jean Delvare
1
-1
/
+2
2017-09-08
checkpatch: rename variables to avoid confusion
Jean Delvare
1
-16
/
+16
2017-09-08
checkpatch: fix typo in comment
Jean Delvare
1
-1
/
+1
2017-09-08
checkpatch: add --strict check for ifs with unnecessary parentheses
Joe Perches
1
-0
/
+24
2017-07-12
checkpatch: improve the STORAGE_CLASS test
Joe Perches
1
-2
/
+10
2017-07-10
checkpatch: improve multi-line alignment test
Joe Perches
1
-1
/
+1
2017-07-10
checkpatch: improve macro reuse test
Joe Perches
1
-6
/
+6
2017-07-10
checkpatch: change format of --color argument to --color[=WHEN]
John Brooks
1
-6
/
+29
2017-07-10
checkpatch: silence perl 5.26.0 unescaped left brace warnings
Cyril Bur
1
-3
/
+3
2017-07-10
checkpatch: improve tests for multiple line function definitions
Joe Perches
1
-1
/
+25
2017-07-10
checkpatch: remove false warning for commit reference
Heinrich Schuchardt
1
-1
/
+3
2017-07-10
checkpatch: fix stepping through statements with $stat and ctx_statement_block
Joe Perches
1
-1
/
+1
2017-07-10
checkpatch: [HLP]LIST_HEAD is also declaration
Steffen Maier
1
-1
/
+1
2017-07-10
checkpatch: warn when a MAINTAINERS entry isn't [A-Z]:\t
Joe Perches
1
-0
/
+11
2017-07-10
checkpatch: improve the unnecessary OOM message test
Joe Perches
1
-1
/
+1
2017-07-07
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-08
checkpatch: improve the SUSPECT_CODE_INDENT test
Joe Perches
1
-1
/
+3
2017-05-08
checkpatch: improve the embedded function name test for patch contexts
Joe Perches
1
-9
/
+8
2017-05-08
checkpatch: add --typedefsfile
Jerome Forissier
1
-17
/
+35
2017-05-08
checkpatch: improve k.alloc with multiplication and sizeof test
Joe Perches
1
-3
/
+10
2017-05-08
checkpatch: special audit for revert commit line
Wei Wang
1
-0
/
+1
2017-05-08
checkpatch: clarify the EMBEDDED_FUNCTION_NAME message
Joe Perches
1
-5
/
+7
2017-05-08
checkpatch: improve MULTISTATEMENT_MACRO_USE_DO_WHILE test
Joe Perches
1
-2
/
+4
2017-05-08
checkpatch: avoid suggesting struct definitions should be const
Joe Perches
1
-3
/
+3
2017-05-08
checkpatch: allow space leading blank lines in email headers
Joe Perches
1
-2
/
+2
2017-05-08
checkpatch: improve EMBEDDED_FUNCTION_NAME test
Joe Perches
1
-0
/
+11
2017-05-08
checkpatch: add ability to find bad uses of vsprintf %p<foo> extensions
Joe Perches
1
-0
/
+26
2017-05-08
checkpatch: remove obsolete CONFIG_EXPERIMENTAL checks
Ruslan Bilovol
1
-13
/
+0
2017-02-27
checkpatch: warn when formats use %Z and suggest %z
Alexey Dobriyan
1
-9
/
+20
2017-02-24
checkpatch: remove false unbalanced braces warning
Sven Eckelmann
1
-2
/
+2
2017-02-24
checkpatch: notice unbalanced else braces in a patch
Joe Perches
1
-0
/
+6
2017-02-24
checkpatch: add another old address for the FSF
Matthew Wilcox
1
-0
/
+1
2017-02-24
checkpatch: update $logFunctions
Miles Chen
1
-1
/
+1
2017-02-24
checkpatch: warn on logging continuations
Joe Perches
1
-0
/
+6
2017-02-24
checkpatch: warn on embedded function names
Joe Perches
1
-2
/
+20
2016-12-16
checkpatch: replace __bitwise__ with __bitwise
Michael S. Tsirkin
1
-2
/
+2
2016-12-12
Merge tag 'docs-4.10' of git://git.lwn.net/linux
Linus Torvalds
1
-3
/
+3
2016-12-12
checkpatch: don't emit unified-diff error for rename-only patches
Andrew Jeffery
1
-0
/
+1
2016-12-12
checkpatch: don't check c99 types like uint8_t under tools
Tomas Winkler
1
-1
/
+2
2016-12-12
checkpatch: avoid multiple line dereferences
Joe Perches
1
-0
/
+12
2016-12-12
checkpatch: don't check .pl files, improve absolute path commit log test
Joe Perches
1
-15
/
+15
2016-12-12
scripts/checkpatch.pl: fix spelling
Andrew Morton
1
-1
/
+1
2016-12-12
checkpatch: don't try to get maintained status when --no-tree is given
Jerome Forissier
1
-1
/
+1
2016-11-15
locking/mutex, drm: Introduce mutex_trylock_recursive()
Peter Zijlstra
1
-0
/
+6
2016-10-24
docs: fix locations of several documents that got moved
Mauro Carvalho Chehab
1
-3
/
+3
2016-10-11
checkpatch: improve the octal permissions tests
Joe Perches
1
-16
/
+44
2016-10-11
checkpatch: add warning for unnamed function definition arguments
Joe Perches
1
-0
/
+13
2016-10-11
checkpatch: improve MACRO_ARG_PRECEDENCE test
Joe Perches
1
-1
/
+19
2016-10-11
checkpatch: add --strict test for precedence challenged macro arguments
Joe Perches
1
-1
/
+8
2016-10-11
checkpatch: add --strict test for macro argument reuse
Joe Perches
1
-8
/
+35
2016-10-11
checkpatch: improve the block comment * alignment test
Joe Perches
1
-7
/
+12
2016-10-11
checkpatch: speed up checking for filenames in sections marked obsolete
Joe Perches
1
-1
/
+1
2016-10-11
checkpatch: externalize the structs that should be const
Joe Perches
1
-40
/
+24
2016-10-11
checkpatch: don't test for prefer ether_addr_<foo>
Joe Perches
1
-35
/
+35
2016-10-11
checkpatch: test multiple line block comment alignment
Joe Perches
1
-0
/
+19
2016-10-11
checkpatch: look for symbolic permissions and suggest octal instead
Joe Perches
1
-6
/
+43
2016-10-11
checkpatch: see if modified files are marked obsolete in MAINTAINERS
Joe Perches
1
-0
/
+14
2016-09-01
treewide: remove references to the now unnecessary DEFINE_PCI_DEVICE_TABLE
Joe Perches
1
-9
/
+0
2016-08-02
checkpatch: if no filenames then read stdin
Allen Hubbe
1
-2
/
+2
2016-08-02
checkpatch: check signoff when reading stdin
Allen Hubbe
1
-1
/
+3
2016-08-02
checkpatch: improve 'bare use of' signed/unsigned types warning
Joe Perches
1
-1
/
+1
2016-08-02
checkpatch: don't complain about BIT macro in uapi
Tomas Winkler
1
-2
/
+3
2016-08-02
checkpatch: yet another commit id improvement
Joe Perches
1
-2
/
+2
2016-08-02
checkpatch: allow c99 style // comments
Joe Perches
1
-0
/
+6
2016-08-02
checkpatch: skip long lines that use an EFI_GUID macro
Joe Perches
1
-0
/
+4
2016-07-12
pmem: kill __pmem address space
Dan Williams
1
-1
/
+0
2016-06-03
checkpatch: reduce git commit description style false positives
Joe Perches
1
-0
/
+1
2016-05-20
checkpatch: improve --git <commit-count> shortcut
Joe Perches
1
-6
/
+4
2016-05-20
checkpatch: reduce number of `git log` calls with --git
Joe Perches
1
-10
/
+13
2016-05-20
checkpatch: add support to check already applied git commits
Du, Changbin
1
-1
/
+47
2016-05-20
checkpatch: add --list-types to show message types to show or ignore
Joe Perches
1
-1
/
+37
2016-05-20
checkpatch: advertise the --fix and --fix-inplace options more
Joe Perches
1
-0
/
+8
2016-05-20
checkpatch: whine about ACCESS_ONCE
Joe Perches
1
-0
/
+22
2016-05-20
checkpatch: add test for keywords not starting on tabstops
Joe Perches
1
-0
/
+13
2016-05-20
checkpatch: improve CONSTANT_COMPARISON test for structure members
Joe Perches
1
-1
/
+1
2016-05-20
checkpatch: add PREFER_IS_ENABLED test
Joe Perches
1
-0
/
+10
2016-03-16
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+28
2016-03-15
checkpatch: fix another left brace warning
Geyslan G. Bem
1
-1
/
+1
2016-03-15
checkpatch: improve UNSPECIFIED_INT test for bare signed/unsigned uses
Joe Perches
1
-4
/
+8
2016-03-15
checkpatch: warn on bare unsigned or signed declarations without int
Joe Perches
1
-0
/
+20
2016-03-15
checkpatch: exclude asm volatile from complex macro check
Joe Perches
1
-0
/
+3
2016-02-23
sparse: Add __private to privatize members of structs
Boqun Feng
1
-1
/
+2
2016-01-20
checkpatch: fix a number of COMPLEX_MACRO false positives
Vladimir Zapolskiy
1
-2
/
+3
2016-01-20
checkpatch: improve macros with flow control test
Joe Perches
1
-1
/
+1
2016-01-20
checkpatch: warn when casting constants to c90 int or longer types
Joe Perches
1
-0
/
+42
2016-01-12
checkpatch: add virt barriers
Michael S. Tsirkin
1
-1
/
+2
2016-01-12
checkpatch: check for __smp outside barrier.h
Michael S. Tsirkin
1
-0
/
+10
2016-01-12
checkpatch.pl: add missing memory barriers
Michael S. Tsirkin
1
-1
/
+21
2015-11-06
checkpatch: improve the unnecessary initialisers tests
Joe Perches
1
-7
/
+8
2015-11-06
checkpatch: improve tests for fixes:, long lines and stack dumps in commit log
Joe Perches
1
-25
/
+26
2015-09-10
checkpatch: add constant comparison on left side test
Joe Perches
1
-0
/
+29
2015-09-10
checkpatch: add __pmem to $Sparse annotations
Joe Perches
1
-0
/
+1
2015-09-10
checkpatch: fix left brace warning
Eddie Kovsky
1
-4
/
+4
2015-09-10
checkpatch: avoid some commit message long line warnings
Joe Perches
1
-3
/
+27
2015-09-10
checkpatch: emit an error on formats with 0x%<decimal>
Joe Perches
1
-2
/
+6
2015-09-10
checkpatch: make --strict the default for drivers/staging files and patches
Joe Perches
1
-1
/
+1
2015-09-10
checkpatch: always check block comment styles
Joe Perches
1
-8
/
+11
2015-09-10
checkpatch: report the right line # when using --emacs and --file
Joe Perches
1
-1
/
+5
2015-09-10
checkpatch: add some <foo>_destroy functions to NEEDLESS_IF tests
Joe Perches
1
-4
/
+28
2015-09-10
checkpatch: Allow longer declaration macros
Joe Perches
1
-1
/
+1
2015-09-10
checkpatch: improve SUSPECT_CODE_INDENT test
Joe Perches
1
-6
/
+15
2015-09-10
checkpatch: add warning on BUG/BUG_ON use
Joe Perches
1
-6
/
+8
2015-09-10
checkpatch: warn on bare SHA-1 commit IDs in commit logs
Joe Perches
1
-3
/
+12
2015-08-12
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
Ingo Molnar
1
-0
/
+19
2015-07-22
scripts: Make checkpatch.pl warn on expedited RCU grace periods
Paul E. McKenney
1
-0
/
+19
2015-07-17
checkpatch: fix long line messages about patch context
Joe Perches
1
-1
/
+1
2015-06-25
checkpatch: emit "NOTE: <types>" message only once after multiple files
Joe Perches
1
-4
/
+4
[next]