aboutsummaryrefslogtreecommitdiff
path: root/scripts/checkpatch.pl
AgeCommit message (Expand)AuthorFilesLines
12 daysscripts: checkpatch: check unused parameters for function-like macroGravatar Xining Xu 1-0/+6
2024-01-17Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+1
2024-01-11Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 1-0/+19
2023-12-17scripts: checkpatch: Add __aligned to the list of attribute notesGravatar Marcelo Schmitt 1-0/+1
2023-12-10checkpatch: do not require an empty line before error injectionGravatar Sergey Senozhatsky 1-1/+1
2023-12-08checkpatch: add ethtool_sprintf rulesGravatar justinstitt@google.com 1-0/+19
2023-09-13Revert "checkpatch: Error out if deprecated RCU API used"Gravatar Joel Fernandes (Google) 1-9/+0
2023-08-29Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-1/+21
2023-08-21checkpatch: reword long-line warning about commit-msgGravatar Jim Cromie 1-1/+1
2023-08-21checkpatch: special case extern struct in .cGravatar Jim Cromie 1-0/+20
2023-07-24checkpatch: Complain about unexpected uses of RCU Tasks TraceGravatar Paul E. McKenney 1-0/+24
2023-07-04Merge tag 'core_guards_for_6.5_rc1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2023-06-26locking: Introduce __cleanup() based infrastructureGravatar Peter Zijlstra 1-1/+1
2023-06-05checkpatch: Check for 0-length and 1-element arraysGravatar Kees Cook 1-0/+10
2023-05-30checkpatch: Check for strcpy and strncpy tooGravatar Kees Cook 1-1/+13
2023-04-27Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-9/+43
2023-04-18checkpatch: introduce proper bindings license checkGravatar Dmitry Rokosov 1-1/+6
2023-04-18checkpatch: check for misuse of the link tagsGravatar Matthieu Baerts 1-1/+12
2023-04-18checkpatch: allow Closes tags with linksGravatar Matthieu Baerts 1-5/+5
2023-04-18checkpatch: use a list of "link" tagsGravatar Matthieu Baerts 1-4/+20
2023-04-18checkpatch: don't print the next line if not definedGravatar Matthieu Baerts 1-1/+1
2023-04-08checkpatch: ignore ETHTOOL_LINK_MODE_ enum valuesGravatar Gerhard Engleder 1-0/+2
2023-04-05checkpatch: Error out if deprecated RCU API usedGravatar Joel Fernandes (Google) 1-0/+9
2023-02-02checkpatch: improve EMBEDDED_FILENAME testGravatar Joe Perches 1-1/+1
2023-02-02checkpatch: use proper way for show problematic lineGravatar Thorsten Leemhuis 1-5/+5
2023-02-02checkpatch: warn when Reported-by: is not followed by Link:Gravatar Kai Wasserbäch 1-0/+12
2023-02-02checkpatch: warn when unknown tags are used for linksGravatar Kai Wasserbäch 1-0/+12
2023-02-02checkpatch: mark kunmap() and kunmap_atomic() deprecatedGravatar Ira Weiny 1-0/+2
2022-11-30checkpatch: add check for array allocator family argument orderGravatar Liao Chang 1-1/+1
2022-11-18scripts: checkpatch: allow "case" macrosGravatar Stanislaw Gruszka 1-0/+1
2022-11-18checkpatch: add warning for non-lore mailing list URLsGravatar Bjorn Helgaas 1-0/+17
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+51
2022-10-03Merge tag 'rust-v6.1-rc1' of https://github.com/Rust-for-Linux/linuxGravatar Linus Torvalds 1-4/+8
2022-10-03checkpatch: warn for non-standard fixes tag styleGravatar Niklas Söderlund 1-0/+44
2022-09-29checkpatch: warn on usage of VM_BUG_ON() and other BUG variantsGravatar David Hildenbrand 1-3/+3
2022-09-29docs: move asm-annotations.rst into core-apiGravatar Jonathan Corbet 1-1/+1
2022-09-28scripts: checkpatch: enable language-independent checks for RustGravatar Miguel Ojeda 1-2/+2
2022-09-28scripts: checkpatch: diagnose uses of `%pA` in the C side as errorsGravatar Miguel Ojeda 1-2/+6
2022-09-11checkpatch: handle FILE pointer typeGravatar Mickaël Salaün 1-1/+5
2022-09-11checkpatch: add kmap and kmap_atomic to the deprecated listGravatar Ira Weiny 1-0/+2
2022-06-16checkpatch: fix incorrect camelcase detection on numeric constantGravatar Antonio Borneo 1-1/+1
2022-06-16checkpatch: add XA_STATE and XA_STATE_ORDER to the macro declaration listGravatar Joe Perches 1-1/+2
2022-04-26checkpatch: add new alloc functions to alloc with multiplies checkGravatar Gustavo A. R. Silva 1-3/+5
2022-03-23checkpatch: use python3 to find codespell dictionaryGravatar Sagar Patel 1-2/+2
2022-03-23checkpatch: add early_param exception to blank line after struct/function testGravatar Joe Perches 1-1/+1
2022-03-23checkpatch: add --fix option for some TRAILING_STATEMENTSGravatar Joe Perches 1-2/+16
2022-03-23checkpatch: prefer MODULE_LICENSE("GPL") over MODULE_LICENSE("GPL v2")Gravatar Joe Perches 1-0/+7
2022-01-20checkpatch: improve Kconfig help testGravatar Joe Perches 1-26/+26
2022-01-20checkpatch: relax regexp for COMMIT_LOG_LONG_LINEGravatar Jerome Forissier 1-1/+1
2021-11-09checkpatch: get default codespell dictionary path from package locationGravatar Peter Ujfalusi 1-4/+28