summaryrefslogtreecommitdiffstats
path: root/scripts/checkpatch.pl
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \ | | |/ | |/|
| | * lib/vsprintf: Add support for printing V4L2 and DRM fourccsSakari Ailus2021-02-171-2/+4
* | | checkpatch: add verbose modeDwaipayan Ray2021-03-061-20/+113
|/ /
* | checkpatch: do not apply "initialise globals to 0" check to BPF progsSong Liu2021-02-261-1/+11
* | checkpatch: don't warn about colon termination in linker scriptsChris Down2021-02-261-1/+1
* | checkpatch: add kmalloc_array_node to unnecessary OOM message checkJoe Perches2021-02-261-1/+1
* | checkpatch: add warning for avoiding .L prefix symbols in assembly filesAditya Srivastava2021-02-261-0/+7
* | checkpatch: improve TYPECAST_INT_CONSTANT test messageJoe Perches2021-02-261-10/+10
* | checkpatch: prefer ftrace over function entry/exit printksJoe Perches2021-02-261-0/+35
* | checkpatch: trivial style fixesDwaipayan Ray2021-02-261-9/+9
* | checkpatch: ignore warning designated initializers using NR_CPUSPeng Wang2021-02-261-1/+3
* | checkpatch: improve blank line after declaration testJoe Perches2021-02-261-23/+29
* | Merge tag 'modules-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-02-231-4/+2
|\ \
| * | module: remove EXPORT_UNUSED_SYMBOL*Christoph Hellwig2021-02-081-4/+2
| |/
* | Merge branch 'linus' into locking/core, to pick up upstream fixesIngo Molnar2021-02-121-7/+0
|\ \
| * | Revert "checkpatch: add check for keyword 'boolean' in Kconfig definitions"Masahiro Yamada2021-01-281-7/+0
| |/
* / checkpatch: Don't check for mutex_trylock_recursive()Sebastian Andrzej Siewior2021-02-101-6/+0
|/
* checkpatch: prefer strscpy to strlcpyJoe Perches2020-12-291-0/+6
* checkpatch: add printk_once and printk_ratelimit to prefer pr_<level> warningJoe Perches2020-12-151-3/+10
* checkpatch: fix TYPO_SPELLING check for words with apostropheDwaipayan Ray2020-12-151-2/+5
* checkpatch: add warning for lines starting with a '#' in commit logDwaipayan Ray2020-12-151-0/+9
* checkpatch: add warning for unnecessary use of %h[xudi] and %hh[xudi]Dwaipayan Ray2020-12-151-0/+22
* checkpatch: add fix and improve warning msg for non-standard signatureAditya Srivastava2020-12-151-2/+69
* checkpatch: add fix option for LOGICAL_CONTINUATIONSAditya Srivastava2020-12-151-2/+10
* checkpatch: add fix option for ASSIGNMENT_CONTINUATIONSAditya Srivastava2020-12-151-2/+8
* checkpatch: fix unescaped left braceDwaipayan Ray2020-12-151-1/+1
* checkpatch: avoid COMMIT_LOG_LONG_LINE warning for signature tagsAditya Srivastava2020-12-151-2/+2
* checkpatch: fix spelling errors and remove repeated wordDwaipayan Ray2020-12-151-3/+3
* checkpatch: improve email parsingDwaipayan Ray2020-12-151-17/+91
* checkpatch: add __alias and __weak to suggested __attribute__ conversionsJoe Perches2020-12-151-1/+3
* checkpatch: add fix option for GERRIT_CHANGE_IDAditya Srivastava2020-12-151-2/+5
* checkpatch: update __attribute__((section("name"))) quote removalJoe Perches2020-12-151-32/+15
* checkpatch: add a fixer for missing newline at eofTom Rix2020-12-151-2/+5
* checkpatch: extend attributes check to handle more patternsDwaipayan Ray2020-12-151-38/+71
* checkpatch: allow --fix removal of unnecessary break statementsJoe Perches2020-12-151-4/+8
* checkpatch: prefer static const declarationsJoe Perches2020-12-151-0/+12
* checkpatch: ignore generated CamelCase defines and enum valuesƁukasz Stelmach2020-12-151-0/+2
* checkpatch: fix false positives in REPEATED_WORD warningAditya Srivastava2020-12-151-1/+15