aboutsummaryrefslogtreecommitdiff
path: root/scripts/checkpatch.pl
AgeCommit message (Expand)AuthorFilesLines
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
2021-11-09checkpatch: improve EXPORT_SYMBOL test for EXPORT_SYMBOL_NS usesGravatar Joe Perches 1-0/+1
2021-11-06Compiler Attributes: add __alloc_size() for better bounds checkingGravatar Kees Cook 1-1/+2
2021-09-08checkpatch: improve GIT_COMMIT_ID testGravatar Joe Perches 1-31/+51
2021-09-08checkpatch: make email address check case insensitiveGravatar Mimi Zohar 1-2/+2
2021-09-08checkpatch: support wide stringsGravatar Joe Perches 1-3/+4
2021-07-01checkpatch: do not complain about positive return values starting with EPOLLGravatar Guenter Roeck 1-1/+1
2021-07-01checkpatch: improve the indented label testGravatar Joe Perches 1-3/+7
2021-07-01checkpatch: scripts/spdxcheck.py now requires python3Gravatar Guenter Roeck 1-2/+2
2021-05-06checkpatch: improve ALLOC_ARRAY_ARGS testGravatar Christophe JAILLET 1-1/+1
2021-05-06checkpatch: exclude four preprocessor sub-expressions from MACRO_ARG_REUSEGravatar Vincent Mailhol 1-1/+1
2021-05-06checkpatch: warn when missing newline in return sysfs_emit() formatsGravatar Joe Perches 1-0/+11
2021-04-28Merge tag 'devicetree-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2021-04-28Merge tag 'drm-next-2021-04-28' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 1-2/+4
2021-04-07docs: dt: update writing-schema.rst referencesGravatar Mauro Carvalho Chehab 1-1/+1
2021-03-16Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm...Gravatar Dave Airlie 1-2/+4
2021-03-06checkpatch: add verbose modeGravatar Dwaipayan Ray 1-20/+113
2021-02-26checkpatch: do not apply "initialise globals to 0" check to BPF progsGravatar Song Liu 1-1/+11
2021-02-26checkpatch: don't warn about colon termination in linker scriptsGravatar Chris Down 1-1/+1
2021-02-26checkpatch: add kmalloc_array_node to unnecessary OOM message checkGravatar Joe Perches 1-1/+1
2021-02-26checkpatch: add warning for avoiding .L prefix symbols in assembly filesGravatar Aditya Srivastava 1-0/+7
2021-02-26checkpatch: improve TYPECAST_INT_CONSTANT test messageGravatar Joe Perches 1-10/+10
2021-02-26checkpatch: prefer ftrace over function entry/exit printksGravatar Joe Perches 1-0/+35
2021-02-26checkpatch: trivial style fixesGravatar Dwaipayan Ray 1-9/+9
2021-02-26checkpatch: ignore warning designated initializers using NR_CPUSGravatar Peng Wang 1-1/+3
2021-02-26checkpatch: improve blank line after declaration testGravatar Joe Perches 1-23/+29
2021-02-23Merge tag 'modules-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-4/+2
2021-02-17lib/vsprintf: Add support for printing V4L2 and DRM fourccsGravatar Sakari Ailus 1-2/+4
2021-02-12Merge branch 'linus' into locking/core, to pick up upstream fixesGravatar Ingo Molnar 1-7/+0
2021-02-10checkpatch: Don't check for mutex_trylock_recursive()Gravatar Sebastian Andrzej Siewior 1-6/+0
2021-02-08module: remove EXPORT_UNUSED_SYMBOL*Gravatar Christoph Hellwig 1-4/+2
2021-01-28Revert "checkpatch: add check for keyword 'boolean' in Kconfig definitions"Gravatar Masahiro Yamada 1-7/+0
2020-12-29checkpatch: prefer strscpy to strlcpyGravatar Joe Perches 1-0/+6
2020-12-15checkpatch: add printk_once and printk_ratelimit to prefer pr_<level> warningGravatar Joe Perches 1-3/+10
2020-12-15checkpatch: fix TYPO_SPELLING check for words with apostropheGravatar Dwaipayan Ray 1-2/+5
2020-12-15checkpatch: add warning for lines starting with a '#' in commit logGravatar Dwaipayan Ray 1-0/+9
2020-12-15checkpatch: add warning for unnecessary use of %h[xudi] and %hh[xudi]Gravatar Dwaipayan Ray 1-0/+22
2020-12-15checkpatch: add fix and improve warning msg for non-standard signatureGravatar Aditya Srivastava 1-2/+69
2020-12-15checkpatch: add fix option for LOGICAL_CONTINUATIONSGravatar Aditya Srivastava 1-2/+10
2020-12-15checkpatch: add fix option for ASSIGNMENT_CONTINUATIONSGravatar Aditya Srivastava 1-2/+8
2020-12-15checkpatch: fix unescaped left braceGravatar Dwaipayan Ray 1-1/+1
2020-12-15checkpatch: avoid COMMIT_LOG_LONG_LINE warning for signature tagsGravatar Aditya Srivastava 1-2/+2
2020-12-15checkpatch: fix spelling errors and remove repeated wordGravatar Dwaipayan Ray 1-3/+3