| Age | Commit message (Expand) | Author | Files | Lines |
| 2022-04-26 | checkpatch: add new alloc functions to alloc with multiplies check | Gustavo A. R. Silva | 1 | -3/+5 |
| 2022-03-23 | checkpatch: use python3 to find codespell dictionary | Sagar Patel | 1 | -2/+2 |
| 2022-03-23 | checkpatch: add early_param exception to blank line after struct/function test | Joe Perches | 1 | -1/+1 |
| 2022-03-23 | checkpatch: add --fix option for some TRAILING_STATEMENTS | Joe Perches | 1 | -2/+16 |
| 2022-03-23 | checkpatch: prefer MODULE_LICENSE("GPL") over MODULE_LICENSE("GPL v2") | Joe Perches | 1 | -0/+7 |
| 2022-01-20 | checkpatch: improve Kconfig help test | Joe Perches | 1 | -26/+26 |
| 2022-01-20 | checkpatch: relax regexp for COMMIT_LOG_LONG_LINE | Jerome Forissier | 1 | -1/+1 |
| 2021-11-09 | checkpatch: get default codespell dictionary path from package location | Peter Ujfalusi | 1 | -4/+28 |
| 2021-11-09 | checkpatch: improve EXPORT_SYMBOL test for EXPORT_SYMBOL_NS uses | Joe Perches | 1 | -0/+1 |
| 2021-11-06 | Compiler Attributes: add __alloc_size() for better bounds checking | Kees Cook | 1 | -1/+2 |
| 2021-09-08 | checkpatch: improve GIT_COMMIT_ID test | Joe Perches | 1 | -31/+51 |
| 2021-09-08 | checkpatch: make email address check case insensitive | Mimi Zohar | 1 | -2/+2 |
| 2021-09-08 | checkpatch: support wide strings | Joe Perches | 1 | -3/+4 |
| 2021-07-01 | checkpatch: do not complain about positive return values starting with EPOLL | Guenter Roeck | 1 | -1/+1 |
| 2021-07-01 | checkpatch: improve the indented label test | Joe Perches | 1 | -3/+7 |
| 2021-07-01 | checkpatch: scripts/spdxcheck.py now requires python3 | Guenter Roeck | 1 | -2/+2 |
| 2021-05-06 | checkpatch: improve ALLOC_ARRAY_ARGS test | Christophe JAILLET | 1 | -1/+1 |
| 2021-05-06 | checkpatch: exclude four preprocessor sub-expressions from MACRO_ARG_REUSE | Vincent Mailhol | 1 | -1/+1 |
| 2021-05-06 | checkpatch: warn when missing newline in return sysfs_emit() formats | Joe Perches | 1 | -0/+11 |
| 2021-04-28 | Merge tag 'devicetree-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
| 2021-04-28 | Merge tag 'drm-next-2021-04-28' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds | 1 | -2/+4 |
| 2021-04-07 | docs: dt: update writing-schema.rst references | Mauro Carvalho Chehab | 1 | -1/+1 |
| 2021-03-16 | Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm... | Dave Airlie | 1 | -2/+4 |
| 2021-03-06 | checkpatch: add verbose mode | Dwaipayan Ray | 1 | -20/+113 |
| 2021-02-26 | checkpatch: do not apply "initialise globals to 0" check to BPF progs | Song Liu | 1 | -1/+11 |
| 2021-02-26 | checkpatch: don't warn about colon termination in linker scripts | Chris Down | 1 | -1/+1 |
| 2021-02-26 | checkpatch: add kmalloc_array_node to unnecessary OOM message check | Joe Perches | 1 | -1/+1 |
| 2021-02-26 | checkpatch: add warning for avoiding .L prefix symbols in assembly files | Aditya Srivastava | 1 | -0/+7 |
| 2021-02-26 | checkpatch: improve TYPECAST_INT_CONSTANT test message | Joe Perches | 1 | -10/+10 |
| 2021-02-26 | checkpatch: prefer ftrace over function entry/exit printks | Joe Perches | 1 | -0/+35 |
| 2021-02-26 | checkpatch: trivial style fixes | Dwaipayan Ray | 1 | -9/+9 |
| 2021-02-26 | checkpatch: ignore warning designated initializers using NR_CPUS | Peng Wang | 1 | -1/+3 |
| 2021-02-26 | checkpatch: improve blank line after declaration test | Joe Perches | 1 | -23/+29 |
| 2021-02-23 | Merge tag 'modules-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -4/+2 |
| 2021-02-17 | lib/vsprintf: Add support for printing V4L2 and DRM fourccs | Sakari Ailus | 1 | -2/+4 |
| 2021-02-12 | Merge branch 'linus' into locking/core, to pick up upstream fixes | Ingo Molnar | 1 | -7/+0 |
| 2021-02-10 | checkpatch: Don't check for mutex_trylock_recursive() | Sebastian Andrzej Siewior | 1 | -6/+0 |
| 2021-02-08 | module: remove EXPORT_UNUSED_SYMBOL* | Christoph Hellwig | 1 | -4/+2 |
| 2021-01-28 | Revert "checkpatch: add check for keyword 'boolean' in Kconfig definitions" | Masahiro Yamada | 1 | -7/+0 |
| 2020-12-29 | checkpatch: prefer strscpy to strlcpy | Joe Perches | 1 | -0/+6 |
| 2020-12-15 | checkpatch: add printk_once and printk_ratelimit to prefer pr_<level> warning | Joe Perches | 1 | -3/+10 |
| 2020-12-15 | checkpatch: fix TYPO_SPELLING check for words with apostrophe | Dwaipayan Ray | 1 | -2/+5 |
| 2020-12-15 | checkpatch: add warning for lines starting with a '#' in commit log | Dwaipayan Ray | 1 | -0/+9 |
| 2020-12-15 | checkpatch: add warning for unnecessary use of %h[xudi] and %hh[xudi] | Dwaipayan Ray | 1 | -0/+22 |
| 2020-12-15 | checkpatch: add fix and improve warning msg for non-standard signature | Aditya Srivastava | 1 | -2/+69 |
| 2020-12-15 | checkpatch: add fix option for LOGICAL_CONTINUATIONS | Aditya Srivastava | 1 | -2/+10 |
| 2020-12-15 | checkpatch: add fix option for ASSIGNMENT_CONTINUATIONS | Aditya Srivastava | 1 | -2/+8 |
| 2020-12-15 | checkpatch: fix unescaped left brace | Dwaipayan Ray | 1 | -1/+1 |
| 2020-12-15 | checkpatch: avoid COMMIT_LOG_LONG_LINE warning for signature tags | Aditya Srivastava | 1 | -2/+2 |
| 2020-12-15 | checkpatch: fix spelling errors and remove repeated word | Dwaipayan Ray | 1 | -3/+3 |
| 2020-12-15 | checkpatch: improve email parsing | Dwaipayan Ray | 1 | -17/+91 |
| 2020-12-15 | checkpatch: add __alias and __weak to suggested __attribute__ conversions | Joe Perches | 1 | -1/+3 |
| 2020-12-15 | checkpatch: add fix option for GERRIT_CHANGE_ID | Aditya Srivastava | 1 | -2/+5 |
| 2020-12-15 | checkpatch: update __attribute__((section("name"))) quote removal | Joe Perches | 1 | -32/+15 |
| 2020-12-15 | checkpatch: add a fixer for missing newline at eof | Tom Rix | 1 | -2/+5 |
| 2020-12-15 | checkpatch: extend attributes check to handle more patterns | Dwaipayan Ray | 1 | -38/+71 |
| 2020-12-15 | checkpatch: allow --fix removal of unnecessary break statements | Joe Perches | 1 | -4/+8 |
| 2020-12-15 | checkpatch: prefer static const declarations | Joe Perches | 1 | -0/+12 |
| 2020-12-15 | checkpatch: ignore generated CamelCase defines and enum values | Łukasz Stelmach | 1 | -0/+2 |
| 2020-12-15 | checkpatch: fix false positives in REPEATED_WORD warning | Aditya Srivastava | 1 | -1/+15 |
| 2020-12-15 | checkpatch: add new exception to repeated word check | Dwaipayan Ray | 1 | -2/+13 |
| 2020-10-25 | checkpatch: enable GIT_DIR environment use to set git repository location | Joe Perches | 1 | -5/+7 |
| 2020-10-16 | checkpatch: add new warnings to author signoff checks. | Dwaipayan Ray | 1 | -16/+77 |
| 2020-10-16 | checkpatch: fix false positive on empty block comment lines | Łukasz Stelmach | 1 | -1/+1 |
| 2020-10-16 | checkpatch: fix multi-statement macro checks for while blocks. | Dwaipayan Ray | 1 | -3/+4 |
| 2020-10-16 | checkpatch: emit a warning on embedded filenames | Joe Perches | 1 | -0/+6 |
| 2020-10-16 | checkpatch: extend author Signed-off-by check for split From: header | Dwaipayan Ray | 1 | -0/+4 |
| 2020-10-16 | checkpatch: allow not using -f with files that are in git | Joe Perches | 1 | -0/+14 |
| 2020-10-16 | checkpatch: warn on self-assignments | Joe Perches | 1 | -0/+11 |
| 2020-10-16 | checkpatch: warn if trace_printk and friends are called | Nicolas Boichat | 1 | -0/+6 |
| 2020-10-16 | checkpatch: add test for comma use that should be semicolon | Joe Perches | 1 | -0/+11 |
| 2020-10-16 | checkpatch: move repeated word test | Joe Perches | 1 | -36/+36 |
| 2020-10-16 | checkpatch: add --kconfig-prefix | Jerome Forissier | 1 | -4/+8 |
| 2020-09-05 | checkpatch: fix the usage of capture group ( ... ) | Mrinal Pandey | 1 | -2/+2 |
| 2020-08-14 | Merge tag 'kconfig-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -5/+1 |
| 2020-08-14 | Revert "checkpatch: kconfig: prefer 'help' over '---help---'" | Masahiro Yamada | 1 | -5/+1 |
| 2020-08-12 | checkpatch: remove missing switch/case break test | Joe Perches | 1 | -25/+0 |
| 2020-08-12 | checkpatch: add test for repeated words | Joe Perches | 1 | -0/+38 |
| 2020-08-12 | checkpatch: fix CONST_STRUCT when const_structs.checkpatch is missing | Quentin Monnet | 1 | -9/+12 |
| 2020-08-12 | checkpatch: add --fix option for ASSIGN_IN_IF | Joe Perches | 1 | -2/+24 |
| 2020-08-12 | checkpatch: add test for possible misuse of IS_ENABLED() without CONFIG_ | Joe Perches | 1 | -0/+6 |
| 2020-08-04 | Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -11/+5 |
| 2020-07-21 | checkpatch: Remove checks relating to [smp_]read_barrier_depends() | Will Deacon | 1 | -8/+1 |
| 2020-07-16 | checkpatch: Remove awareness of uninitialized_var() macro | Kees Cook | 1 | -11/+5 |
| 2020-06-11 | Merge tag 'locking-kcsan-2020-06-11' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -0/+8 |
| 2020-06-11 | Rebase locking/kcsan to locking/urgent | Thomas Gleixner | 1 | -0/+8 |
| 2020-06-10 | checkpatch: correct check for kernel parameters doc | Tim Froidcoeur | 1 | -2/+2 |
| 2020-06-04 | Merge tag 'devicetree-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+1 |
| 2020-06-04 | checkpatch: use patch subject when reading from stdin | Geert Uytterhoeven | 1 | -0/+1 |
| 2020-06-04 | checkpatch: disallow --git and --file/--fix | Joe Perches | 1 | -2/+4 |
| 2020-06-04 | checkpatch: look for c99 comments in ctx_locate_comment | Joe Perches | 1 | -1/+9 |
| 2020-06-04 | checkpatch: additional MAINTAINER section entry ordering checks | Joe Perches | 1 | -8/+37 |
| 2020-05-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -5/+9 |
| 2020-05-31 | checkpatch/coding-style: deprecate 80-column warning | Joe Perches | 1 | -5/+9 |
| 2020-05-11 | checkpatch: warn about uses of ENOTSUPP | Jakub Kicinski | 1 | -0/+11 |
| 2020-05-08 | Merge branch 'kcsan-for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git... | Thomas Gleixner | 1 | -0/+8 |
| 2020-05-06 | checkpatch: Warn about data_race() without comment | Marco Elver | 1 | -0/+8 |
| 2020-05-04 | docs: dt: convert submitting-patches.txt to ReST format | Mauro Carvalho Chehab | 1 | -1/+1 |
| 2020-04-21 | checkpatch: fix a typo in the regex for $allocFunctions | Christophe JAILLET | 1 | -1/+1 |
| 2020-04-07 | checkpatch: avoid warning about uninitialized_var() | Joe Perches | 1 | -5/+9 |
| 2020-04-07 | checkpatch: check proper licensing of Devicetree bindings | Lubomir Rintel | 1 | -0/+11 |
| 2020-04-07 | checkpatch: improve Gerrit Change-Id: test | Joe Perches | 1 | -3/+10 |
| 2020-04-07 | checkpatch: add command-line option for TAB size | Antonio Borneo | 1 | -10/+16 |
| 2020-04-07 | checkpatch: fix multiple const * types | Antonio Borneo | 1 | -2/+2 |
| 2020-04-07 | checkpatch: fix minor typo and mixed space+tab in indentation | Antonio Borneo | 1 | -4/+4 |
| 2020-04-07 | checkpatch: prefer fallthrough; over fallthrough comments | Joe Perches | 1 | -0/+36 |
| 2020-04-07 | checkpatch: support "base-commit:" format | John Hubbard | 1 | -1/+1 |
| 2020-04-07 | checkpatch: check SPDX tags in YAML files | Lubomir Rintel | 1 | -1/+1 |
| 2020-04-07 | checkpatch: remove email address comment from email address comparisons | Joe Perches | 1 | -10/+29 |
| 2019-12-09 | Merge tag 'printk-for-5.5-pr-warning-removal' of git://git.kernel.org/pub/scm... | Linus Torvalds | 1 | -9/+0 |
| 2019-12-06 | checkpatch: Drop pr_warning check | Kefeng Wang | 1 | -9/+0 |
| 2019-12-04 | checkpatch: reduce is_maintained_obsolete lookup runtime | Joe Perches | 1 | -2/+6 |
| 2019-12-04 | checkpatch: improve ignoring CamelCase SI style variants like mA | Joe Perches | 1 | -2/+3 |
| 2019-12-02 | Merge tag 'devicetree-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+8 |
| 2019-11-26 | Merge tag 'devprop-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -3/+6 |
| 2019-11-25 | Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 1 | -1/+1 |
| 2019-11-14 | checkpatch: don't warn about new vsprintf pointer extension '%pe' | Uwe Kleine-König | 1 | -1/+1 |
| 2019-10-11 | checkpatch: Warn if DT bindings are not in schema format | Rob Herring | 1 | -0/+8 |
| 2019-10-11 | lib/vsprintf: Add %pfw conversion specifier for printing fwnode names | Sakari Ailus | 1 | -2/+6 |
| 2019-10-11 | lib/vsprintf: Remove support for %pF and %pf in favour of %pS and %ps | Sakari Ailus | 1 | -1/+0 |
| 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 |