summaryrefslogtreecommitdiffstats
path: root/scripts/checkpatch.pl
AgeCommit message (Expand)AuthorLines
2022-03-23checkpatch: use python3 to find codespell dictionarySagar Patel-2/+2
2022-03-23checkpatch: add early_param exception to blank line after struct/function testJoe Perches-1/+1
2022-03-23checkpatch: add --fix option for some TRAILING_STATEMENTSJoe Perches-2/+16
2022-03-23checkpatch: prefer MODULE_LICENSE("GPL") over MODULE_LICENSE("GPL v2")Joe Perches-0/+7
2022-01-20checkpatch: improve Kconfig help testJoe Perches-26/+26
2022-01-20checkpatch: relax regexp for COMMIT_LOG_LONG_LINEJerome Forissier-1/+1
2021-11-09checkpatch: get default codespell dictionary path from package locationPeter Ujfalusi-4/+28
2021-11-09checkpatch: improve EXPORT_SYMBOL test for EXPORT_SYMBOL_NS usesJoe Perches-0/+1
2021-11-06Compiler Attributes: add __alloc_size() for better bounds checkingKees Cook-1/+2
2021-09-08checkpatch: improve GIT_COMMIT_ID testJoe Perches-31/+51
2021-09-08checkpatch: make email address check case insensitiveMimi Zohar-2/+2
2021-09-08checkpatch: support wide stringsJoe Perches-3/+4
2021-07-01checkpatch: do not complain about positive return values starting with EPOLLGuenter Roeck-1/+1
2021-07-01checkpatch: improve the indented label testJoe Perches-3/+7
2021-07-01checkpatch: scripts/spdxcheck.py now requires python3Guenter Roeck-2/+2
2021-05-06checkpatch: improve ALLOC_ARRAY_ARGS testChristophe JAILLET-1/+1
2021-05-06checkpatch: exclude four preprocessor sub-expressions from MACRO_ARG_REUSEVincent Mailhol-1/+1
2021-05-06checkpatch: warn when missing newline in return sysfs_emit() formatsJoe Perches-0/+11
2021-04-28Merge tag 'devicetree-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2021-04-28Merge tag 'drm-next-2021-04-28' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-2/+4
2021-04-07docs: dt: update writing-schema.rst referencesMauro Carvalho Chehab-1/+1
2021-03-16Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-2/+4
2021-03-06checkpatch: add verbose modeDwaipayan Ray-20/+113
2021-02-26checkpatch: do not apply "initialise globals to 0" check to BPF progsSong Liu-1/+11
2021-02-26checkpatch: don't warn about colon termination in linker scriptsChris Down-1/+1
2021-02-26checkpatch: add kmalloc_array_node to unnecessary OOM message checkJoe Perches-1/+1
2021-02-26checkpatch: add warning for avoiding .L prefix symbols in assembly filesAditya Srivastava-0/+7
2021-02-26checkpatch: improve TYPECAST_INT_CONSTANT test messageJoe Perches-10/+10
2021-02-26checkpatch: prefer ftrace over function entry/exit printksJoe Perches-0/+35
2021-02-26checkpatch: trivial style fixesDwaipayan Ray-9/+9
2021-02-26checkpatch: ignore warning designated initializers using NR_CPUSPeng Wang-1/+3
2021-02-26checkpatch: improve blank line after declaration testJoe Perches-23/+29
2021-02-23Merge tag 'modules-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-4/+2
2021-02-17lib/vsprintf: Add support for printing V4L2 and DRM fourccsSakari Ailus-2/+4
2021-02-12Merge branch 'linus' into locking/core, to pick up upstream fixesIngo Molnar-7/+0
2021-02-10checkpatch: Don't check for mutex_trylock_recursive()Sebastian Andrzej Siewior-6/+0
2021-02-08module: remove EXPORT_UNUSED_SYMBOL*Christoph Hellwig-4/+2
2021-01-28Revert "checkpatch: add check for keyword 'boolean' in Kconfig definitions"Masahiro Yamada-7/+0
2020-12-29checkpatch: prefer strscpy to strlcpyJoe Perches-0/+6
2020-12-15checkpatch: add printk_once and printk_ratelimit to prefer pr_<level> warningJoe Perches-3/+10
2020-12-15checkpatch: fix TYPO_SPELLING check for words with apostropheDwaipayan Ray-2/+5
2020-12-15checkpatch: add warning for lines starting with a '#' in commit logDwaipayan Ray-0/+9
2020-12-15checkpatch: add warning for unnecessary use of %h[xudi] and %hh[xudi]Dwaipayan Ray-0/+22
2020-12-15checkpatch: add fix and improve warning msg for non-standard signatureAditya Srivastava-2/+69
2020-12-15checkpatch: add fix option for LOGICAL_CONTINUATIONSAditya Srivastava-2/+10
2020-12-15checkpatch: add fix option for ASSIGNMENT_CONTINUATIONSAditya Srivastava-2/+8
2020-12-15checkpatch: fix unescaped left braceDwaipayan Ray-1/+1
2020-12-15checkpatch: avoid COMMIT_LOG_LONG_LINE warning for signature tagsAditya Srivastava-2/+2
2020-12-15checkpatch: fix spelling errors and remove repeated wordDwaipayan Ray-3/+3
2020-12-15checkpatch: improve email parsingDwaipayan Ray-17/+91