- d5d6281 checkpatch: check for missing Fixes tags by Dan Carpenter · 9 months ago
- d6bb3951 checkpatch: really skip LONG_LINE_* when LONG_LINE is ignored by Wolfram Sang · 9 months ago
- b1be584 scripts: checkpatch: check unused parameters for function-like macro by Xining Xu · 10 months ago
- 296455a Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 1 year, 2 months ago
- 3e7aeb7 Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 1 year, 2 months ago
- 2f9dadba scripts: checkpatch: Add __aligned to the list of attribute notes by Marcelo Schmitt · 1 year, 3 months ago
- 71aa341 checkpatch: do not require an empty line before error injection by Sergey Senozhatsky · 1 year, 4 months ago
- 9b5f621 checkpatch: add ethtool_sprintf rules by justinstitt@google.com · 1 year, 3 months ago
- ff18cb8 Revert "checkpatch: Error out if deprecated RCU API used" by Joel Fernandes (Google) · 1 year, 8 months ago
- d68b4b6 Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 1 year, 6 months ago
- 8e7b7ff checkpatch: reword long-line warning about commit-msg by Jim Cromie · 1 year, 7 months ago
- 5b2c733 checkpatch: special case extern struct in .c by Jim Cromie · 1 year, 7 months ago
- 84dd7f1 checkpatch: Complain about unexpected uses of RCU Tasks Trace by Paul E. McKenney · 1 year, 8 months ago
- 04f2933 Merge tag 'core_guards_for_6.5_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/peterz/queue by Linus Torvalds · 1 year, 8 months ago
- 54da6a0 locking: Introduce __cleanup() based infrastructure by Peter Zijlstra · 1 year, 10 months ago
- 8515e4a checkpatch: Check for 0-length and 1-element arrays by Kees Cook · 1 year, 10 months ago
- d0f9084 checkpatch: Check for strcpy and strncpy too by Kees Cook · 1 year, 10 months ago
- 33afd4b Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 1 year, 11 months ago
- a04bb4c checkpatch: introduce proper bindings license check by Dmitry Rokosov · 2 years ago
- d6ccdd6 checkpatch: check for misuse of the link tags by Matthieu Baerts · 2 years ago
- 44c3188 checkpatch: allow Closes tags with links by Matthieu Baerts · 2 years ago
- f94e40e checkpatch: use a list of "link" tags by Matthieu Baerts · 2 years ago
- c917a87 checkpatch: don't print the next line if not defined by Matthieu Baerts · 2 years ago
- d99a415 checkpatch: ignore ETHTOOL_LINK_MODE_ enum values by Gerhard Engleder · 2 years, 2 months ago
- 1eacac3 checkpatch: Error out if deprecated RCU API used by Joel Fernandes (Google) · 2 years ago
- 3621735 checkpatch: improve EMBEDDED_FILENAME test by Joe Perches · 2 years, 2 months ago
- 1916f77 checkpatch: use proper way for show problematic line by Thorsten Leemhuis · 2 years, 2 months ago
- d7f1d71 checkpatch: warn when Reported-by: is not followed by Link: by Kai Wasserbäch · 2 years, 2 months ago
- 76f381b checkpatch: warn when unknown tags are used for links by Kai Wasserbäch · 2 years, 2 months ago
- a3ea42f checkpatch: mark kunmap() and kunmap_atomic() deprecated by Ira Weiny · 2 years, 2 months ago
- 3965292 checkpatch: add check for array allocator family argument order by Liao Chang · 2 years, 4 months ago
- dc3f4de scripts: checkpatch: allow "case" macros by Stanislaw Gruszka · 2 years, 5 months ago
- 9b71f79 checkpatch: add warning for non-lore mailing list URLs by Bjorn Helgaas · 2 years, 5 months ago
- 676cb49 Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 2 years, 5 months ago
- 8aebac8 Merge tag 'rust-v6.1-rc1' of https://github.com/Rust-for-Linux/linux by Linus Torvalds · 2 years, 5 months ago
- bd17e03 checkpatch: warn for non-standard fixes tag style by Niklas Söderlund · 2 years, 6 months ago
- 69d517e checkpatch: warn on usage of VM_BUG_ON() and other BUG variants by David Hildenbrand · 2 years, 6 months ago
- f4bf1cd docs: move asm-annotations.rst into core-api by Jonathan Corbet · 2 years, 6 months ago
- d1d84b5 scripts: checkpatch: enable language-independent checks for Rust by Miguel Ojeda · 2 years, 10 months ago
- de48fa1a scripts: checkpatch: diagnose uses of `%pA` in the C side as errors by Miguel Ojeda · 2 years, 10 months ago
- 8ea0114 checkpatch: handle FILE pointer type by Mickaël Salaün · 2 years, 6 months ago
- defdaff checkpatch: add kmap and kmap_atomic to the deprecated list by Ira Weiny · 2 years, 7 months ago
- f858e23 checkpatch: fix incorrect camelcase detection on numeric constant by Antonio Borneo · 2 years, 9 months ago
- dcea796 checkpatch: add XA_STATE and XA_STATE_ORDER to the macro declaration list by Joe Perches · 2 years, 10 months ago
- 73f1d07 checkpatch: add new alloc functions to alloc with multiplies check by Gustavo A. R. Silva · 2 years, 11 months ago
- c882c6b checkpatch: use python3 to find codespell dictionary by Sagar Patel · 3 years ago
- 05dc40e checkpatch: add early_param exception to blank line after struct/function test by Joe Perches · 3 years ago
- 481efd7 checkpatch: add --fix option for some TRAILING_STATEMENTS by Joe Perches · 3 years ago
- 6e8f42d checkpatch: prefer MODULE_LICENSE("GPL") over MODULE_LICENSE("GPL v2") by Joe Perches · 3 years ago
- b8709bc checkpatch: improve Kconfig help test by Joe Perches · 3 years, 2 months ago
- 36f8b34 checkpatch: relax regexp for COMMIT_LOG_LONG_LINE by Jerome Forissier · 3 years, 2 months ago
- 0ee3e7b checkpatch: get default codespell dictionary path from package location by Peter Ujfalusi · 3 years, 4 months ago
- 70a1165 checkpatch: improve EXPORT_SYMBOL test for EXPORT_SYMBOL_NS uses by Joe Perches · 3 years, 4 months ago
- 86cffec Compiler Attributes: add __alloc_size() for better bounds checking by Kees Cook · 3 years, 4 months ago
- 4ce9f97 checkpatch: improve GIT_COMMIT_ID test by Joe Perches · 3 years, 6 months ago
- 046fc74 checkpatch: make email address check case insensitive by Mimi Zohar · 3 years, 6 months ago
- d2af5aa checkpatch: support wide strings by Joe Perches · 3 years, 6 months ago
- 46b85bf checkpatch: do not complain about positive return values starting with EPOLL by Guenter Roeck · 3 years, 8 months ago
- 6907865 checkpatch: improve the indented label test by Joe Perches · 3 years, 8 months ago
- f9363b3 checkpatch: scripts/spdxcheck.py now requires python3 by Guenter Roeck · 3 years, 8 months ago
- 7e6cdd7 checkpatch: improve ALLOC_ARRAY_ARGS test by Christophe JAILLET · 3 years, 10 months ago
- 7b84434 checkpatch: exclude four preprocessor sub-expressions from MACRO_ARG_REUSE by Vincent Mailhol · 3 years, 10 months ago
- fbe7454 checkpatch: warn when missing newline in return sysfs_emit() formats by Joe Perches · 3 years, 10 months ago
- 0080665 Merge tag 'devicetree-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 3 years, 11 months ago
- 68a32ba Merge tag 'drm-next-2021-04-28' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 3 years, 11 months ago
- 56ddc4c docs: dt: update writing-schema.rst references by Mauro Carvalho Chehab · 4 years ago
- 51c3b91 Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm-misc into drm-next by Dave Airlie · 4 years ago
- 52178ce checkpatch: add verbose mode by Dwaipayan Ray · 4 years ago
- 5b8f82e checkpatch: do not apply "initialise globals to 0" check to BPF progs by Song Liu · 4 years ago
- 263afd3 checkpatch: don't warn about colon termination in linker scripts by Chris Down · 4 years ago
- 58f0226 checkpatch: add kmalloc_array_node to unnecessary OOM message check by Joe Perches · 4 years ago
- de93245 checkpatch: add warning for avoiding .L prefix symbols in assembly files by Aditya Srivastava · 4 years ago
- 0972b8b checkpatch: improve TYPECAST_INT_CONSTANT test message by Joe Perches · 4 years ago
- adb2da8 checkpatch: prefer ftrace over function entry/exit printks by Joe Perches · 4 years ago
- ea7dbab checkpatch: trivial style fixes by Dwaipayan Ray · 4 years ago
- 35cdcbf checkpatch: ignore warning designated initializers using NR_CPUS by Peng Wang · 4 years ago
- b5e8736 checkpatch: improve blank line after declaration test by Joe Perches · 4 years ago
- 21a6ab2 Merge tag 'modules-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 4 years, 1 month ago
- af612e4 lib/vsprintf: Add support for printing V4L2 and DRM fourccs by Sakari Ailus · 4 years, 1 month ago
- 6213736 Merge branch 'linus' into locking/core, to pick up upstream fixes by Ingo Molnar · 4 years, 1 month ago
- 6c80408 checkpatch: Don't check for mutex_trylock_recursive() by Sebastian Andrzej Siewior · 4 years, 1 month ago
- 3679482 module: remove EXPORT_UNUSED_SYMBOL* by Christoph Hellwig · 4 years, 1 month ago
- ae9162e Revert "checkpatch: add check for keyword 'boolean' in Kconfig definitions" by Masahiro Yamada · 4 years, 1 month ago
- 5dbdb2d checkpatch: prefer strscpy to strlcpy by Joe Perches · 4 years, 2 months ago
- f5eea3b checkpatch: add printk_once and printk_ratelimit to prefer pr_<level> warning by Joe Perches · 4 years, 3 months ago
- 7da07c3 checkpatch: fix TYPO_SPELLING check for words with apostrophe by Dwaipayan Ray · 4 years, 3 months ago
- 084a617 checkpatch: add warning for lines starting with a '#' in commit log by Dwaipayan Ray · 4 years, 3 months ago
- 70eb227 checkpatch: add warning for unnecessary use of %h[xudi] and %hh[xudi] by Dwaipayan Ray · 4 years, 3 months ago
- 831242a checkpatch: add fix and improve warning msg for non-standard signature by Aditya Srivastava · 4 years, 3 months ago
- 8e08f07 checkpatch: add fix option for LOGICAL_CONTINUATIONS by Aditya Srivastava · 4 years, 3 months ago
- da7355a checkpatch: add fix option for ASSIGNMENT_CONTINUATIONS by Aditya Srivastava · 4 years, 3 months ago
- 03f4935 checkpatch: fix unescaped left brace by Dwaipayan Ray · 4 years, 3 months ago
- 27b379a checkpatch: avoid COMMIT_LOG_LONG_LINE warning for signature tags by Aditya Srivastava · 4 years, 3 months ago
- e73d271 checkpatch: fix spelling errors and remove repeated word by Dwaipayan Ray · 4 years, 3 months ago
- fccaebf checkpatch: improve email parsing by Dwaipayan Ray · 4 years, 3 months ago
- 0830aab checkpatch: add __alias and __weak to suggested __attribute__ conversions by Joe Perches · 4 years, 3 months ago
- 7580c5b checkpatch: add fix option for GERRIT_CHANGE_ID by Aditya Srivastava · 4 years, 3 months ago
- 339f29d checkpatch: update __attribute__((section("name"))) quote removal by Joe Perches · 4 years, 3 months ago
- 47ca69b checkpatch: add a fixer for missing newline at eof by Tom Rix · 4 years, 3 months ago
- 7ebe1d1 checkpatch: extend attributes check to handle more patterns by Dwaipayan Ray · 4 years, 3 months ago