summaryrefslogtreecommitdiff
path: root/scripts/checkpatch.pl
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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
* checkpatch: add new exception to repeated word checkDwaipayan Ray2020-12-151-2/+13
* checkpatch: enable GIT_DIR environment use to set git repository locationJoe Perches2020-10-251-5/+7
* checkpatch: add new warnings to author signoff checks.Dwaipayan Ray2020-10-161-16/+77
* checkpatch: fix false positive on empty block comment linesŁukasz Stelmach2020-10-161-1/+1
* checkpatch: fix multi-statement macro checks for while blocks.Dwaipayan Ray2020-10-161-3/+4
* checkpatch: emit a warning on embedded filenamesJoe Perches2020-10-161-0/+6
* checkpatch: extend author Signed-off-by check for split From: headerDwaipayan Ray2020-10-161-0/+4
* checkpatch: allow not using -f with files that are in gitJoe Perches2020-10-161-0/+14
* checkpatch: warn on self-assignmentsJoe Perches2020-10-161-0/+11
* checkpatch: warn if trace_printk and friends are calledNicolas Boichat2020-10-161-0/+6
* checkpatch: add test for comma use that should be semicolonJoe Perches2020-10-161-0/+11
* checkpatch: move repeated word testJoe Perches2020-10-161-36/+36
* checkpatch: add --kconfig-prefixJerome Forissier2020-10-161-4/+8