summaryrefslogtreecommitdiffstats
path: root/scripts/checkpatch.pl
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-01-171-0/+1
|\
| * scripts: checkpatch: Add __aligned to the list of attribute notesMarcelo Schmitt2023-12-171-0/+1
* | Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-01-111-0/+19
|\ \
| * | checkpatch: add ethtool_sprintf rulesjustinstitt@google.com2023-12-081-0/+19
| |/
* / checkpatch: do not require an empty line before error injectionSergey Senozhatsky2023-12-101-1/+1
|/
* Revert "checkpatch: Error out if deprecated RCU API used"Joel Fernandes (Google)2023-09-131-9/+0
* Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-08-291-1/+21
|\
| * checkpatch: reword long-line warning about commit-msgJim Cromie2023-08-211-1/+1
| * checkpatch: special case extern struct in .cJim Cromie2023-08-211-0/+20
* | checkpatch: Complain about unexpected uses of RCU Tasks TracePaul E. McKenney2023-07-241-0/+24
|/
* Merge tag 'core_guards_for_6.5_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-07-041-1/+1
|\
| * locking: Introduce __cleanup() based infrastructurePeter Zijlstra2023-06-261-1/+1
* | checkpatch: Check for 0-length and 1-element arraysKees Cook2023-06-051-0/+10
* | checkpatch: Check for strcpy and strncpy tooKees Cook2023-05-301-1/+13
|/
* Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-04-271-9/+43
|\
| * checkpatch: introduce proper bindings license checkDmitry Rokosov2023-04-181-1/+6
| * checkpatch: check for misuse of the link tagsMatthieu Baerts2023-04-181-1/+12
| * checkpatch: allow Closes tags with linksMatthieu Baerts2023-04-181-5/+5
| * checkpatch: use a list of "link" tagsMatthieu Baerts2023-04-181-4/+20
| * checkpatch: don't print the next line if not definedMatthieu Baerts2023-04-181-1/+1
| * checkpatch: ignore ETHTOOL_LINK_MODE_ enum valuesGerhard Engleder2023-04-081-0/+2
* | checkpatch: Error out if deprecated RCU API usedJoel Fernandes (Google)2023-04-051-0/+9
|/
* checkpatch: improve EMBEDDED_FILENAME testJoe Perches2023-02-021-1/+1
* checkpatch: use proper way for show problematic lineThorsten Leemhuis2023-02-021-5/+5
* checkpatch: warn when Reported-by: is not followed by Link:Kai Wasserbäch2023-02-021-0/+12
* checkpatch: warn when unknown tags are used for linksKai Wasserbäch2023-02-021-0/+12
* checkpatch: mark kunmap() and kunmap_atomic() deprecatedIra Weiny2023-02-021-0/+2
* checkpatch: add check for array allocator family argument orderLiao Chang2022-11-301-1/+1
* scripts: checkpatch: allow "case" macrosStanislaw Gruszka2022-11-181-0/+1
* checkpatch: add warning for non-lore mailing list URLsBjorn Helgaas2022-11-181-0/+17
* Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-10-121-1/+51
|\
| * checkpatch: warn for non-standard fixes tag styleNiklas Söderlund2022-10-031-0/+44
| * checkpatch: handle FILE pointer typeMickaël Salaün2022-09-111-1/+5
| * checkpatch: add kmap and kmap_atomic to the deprecated listIra Weiny2022-09-111-0/+2
* | Merge tag 'rust-v6.1-rc1' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2022-10-031-4/+8
|\ \
| * | scripts: checkpatch: enable language-independent checks for RustMiguel Ojeda2022-09-281-2/+2
| * | scripts: checkpatch: diagnose uses of `%pA` in the C side as errorsMiguel Ojeda2022-09-281-2/+6
| |/
* | checkpatch: warn on usage of VM_BUG_ON() and other BUG variantsDavid Hildenbrand2022-09-291-3/+3
* | docs: move asm-annotations.rst into core-apiJonathan Corbet2022-09-291-1/+1
|/
* checkpatch: fix incorrect camelcase detection on numeric constantAntonio Borneo2022-06-161-1/+1
* checkpatch: add XA_STATE and XA_STATE_ORDER to the macro declaration listJoe Perches2022-06-161-1/+2
* checkpatch: add new alloc functions to alloc with multiplies checkGustavo A. R. Silva2022-04-261-3/+5
* checkpatch: use python3 to find codespell dictionarySagar Patel2022-03-231-2/+2
* checkpatch: add early_param exception to blank line after struct/function testJoe Perches2022-03-231-1/+1
* checkpatch: add --fix option for some TRAILING_STATEMENTSJoe Perches2022-03-231-2/+16
* checkpatch: prefer MODULE_LICENSE("GPL") over MODULE_LICENSE("GPL v2")Joe Perches2022-03-231-0/+7
* checkpatch: improve Kconfig help testJoe Perches2022-01-201-26/+26
* checkpatch: relax regexp for COMMIT_LOG_LONG_LINEJerome Forissier2022-01-201-1/+1
* checkpatch: get default codespell dictionary path from package locationPeter Ujfalusi2021-11-091-4/+28
* checkpatch: improve EXPORT_SYMBOL test for EXPORT_SYMBOL_NS usesJoe Perches2021-11-091-0/+1