summaryrefslogtreecommitdiff
path: root/scripts/checkpatch.pl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Compiler Attributes: add __alloc_size() for better bounds checkingKees Cook2021-11-061-1/+2
* checkpatch: improve GIT_COMMIT_ID testJoe Perches2021-09-081-31/+51
* checkpatch: make email address check case insensitiveMimi Zohar2021-09-081-2/+2
* checkpatch: support wide stringsJoe Perches2021-09-081-3/+4
* checkpatch: do not complain about positive return values starting with EPOLLGuenter Roeck2021-07-011-1/+1
* checkpatch: improve the indented label testJoe Perches2021-07-011-3/+7
* checkpatch: scripts/spdxcheck.py now requires python3Guenter Roeck2021-07-011-2/+2
* checkpatch: improve ALLOC_ARRAY_ARGS testChristophe JAILLET2021-05-061-1/+1
* checkpatch: exclude four preprocessor sub-expressions from MACRO_ARG_REUSEVincent Mailhol2021-05-061-1/+1
* checkpatch: warn when missing newline in return sysfs_emit() formatsJoe Perches2021-05-061-0/+11
* Merge tag 'devicetree-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-04-281-1/+1
|\
| * docs: dt: update writing-schema.rst referencesMauro Carvalho Chehab2021-04-071-1/+1
* | Merge tag 'drm-next-2021-04-28' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-04-281-2/+4
|\ \
| * \ Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2021-03-161-2/+4
| |\ \ | | |/ | |/|