summaryrefslogtreecommitdiff
path: root/scripts/checkpatch.pl
AgeCommit message (Expand)Author
2021-02-26checkpatch: do not apply "initialise globals to 0" check to BPF progsSong Liu
2021-02-26checkpatch: don't warn about colon termination in linker scriptsChris Down
2021-02-26checkpatch: add kmalloc_array_node to unnecessary OOM message checkJoe Perches
2021-02-26checkpatch: add warning for avoiding .L prefix symbols in assembly filesAditya Srivastava
2021-02-26checkpatch: improve TYPECAST_INT_CONSTANT test messageJoe Perches
2021-02-26checkpatch: prefer ftrace over function entry/exit printksJoe Perches
2021-02-26checkpatch: trivial style fixesDwaipayan Ray
2021-02-26checkpatch: ignore warning designated initializers using NR_CPUSPeng Wang
2021-02-26checkpatch: improve blank line after declaration testJoe Perches
2021-02-23Merge tag 'modules-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-02-12Merge branch 'linus' into locking/core, to pick up upstream fixesIngo Molnar
2021-02-10checkpatch: Don't check for mutex_trylock_recursive()Sebastian Andrzej Siewior
2021-02-08module: remove EXPORT_UNUSED_SYMBOL*Christoph Hellwig
2021-01-28Revert "checkpatch: add check for keyword 'boolean' in Kconfig definitions"Masahiro Yamada
2020-12-29checkpatch: prefer strscpy to strlcpyJoe Perches
2020-12-15checkpatch: add printk_once and printk_ratelimit to prefer pr_<level> warningJoe Perches
2020-12-15checkpatch: fix TYPO_SPELLING check for words with apostropheDwaipayan Ray
2020-12-15checkpatch: add warning for lines starting with a '#' in commit logDwaipayan Ray
2020-12-15checkpatch: add warning for unnecessary use of %h[xudi] and %hh[xudi]Dwaipayan Ray
2020-12-15checkpatch: add fix and improve warning msg for non-standard signatureAditya Srivastava
2020-12-15checkpatch: add fix option for LOGICAL_CONTINUATIONSAditya Srivastava
2020-12-15checkpatch: add fix option for ASSIGNMENT_CONTINUATIONSAditya Srivastava
2020-12-15checkpatch: fix unescaped left braceDwaipayan Ray
2020-12-15checkpatch: avoid COMMIT_LOG_LONG_LINE warning for signature tagsAditya Srivastava
2020-12-15checkpatch: fix spelling errors and remove repeated wordDwaipayan Ray
2020-12-15checkpatch: improve email parsingDwaipayan Ray
2020-12-15checkpatch: add __alias and __weak to suggested __attribute__ conversionsJoe Perches
2020-12-15checkpatch: add fix option for GERRIT_CHANGE_IDAditya Srivastava
2020-12-15checkpatch: update __attribute__((section("name"))) quote removalJoe Perches
2020-12-15checkpatch: add a fixer for missing newline at eofTom Rix
2020-12-15checkpatch: extend attributes check to handle more patternsDwaipayan Ray
2020-12-15checkpatch: allow --fix removal of unnecessary break statementsJoe Perches
2020-12-15checkpatch: prefer static const declarationsJoe Perches
2020-12-15checkpatch: ignore generated CamelCase defines and enum valuesŁukasz Stelmach
2020-12-15checkpatch: fix false positives in REPEATED_WORD warningAditya Srivastava
2020-12-15checkpatch: add new exception to repeated word checkDwaipayan Ray
2020-10-25checkpatch: enable GIT_DIR environment use to set git repository locationJoe Perches
2020-10-16checkpatch: add new warnings to author signoff checks.Dwaipayan Ray
2020-10-16checkpatch: fix false positive on empty block comment linesŁukasz Stelmach
2020-10-16checkpatch: fix multi-statement macro checks for while blocks.Dwaipayan Ray
2020-10-16checkpatch: emit a warning on embedded filenamesJoe Perches
2020-10-16checkpatch: extend author Signed-off-by check for split From: headerDwaipayan Ray
2020-10-16checkpatch: allow not using -f with files that are in gitJoe Perches
2020-10-16checkpatch: warn on self-assignmentsJoe Perches
2020-10-16checkpatch: warn if trace_printk and friends are calledNicolas Boichat
2020-10-16checkpatch: add test for comma use that should be semicolonJoe Perches
2020-10-16checkpatch: move repeated word testJoe Perches
2020-10-16checkpatch: add --kconfig-prefixJerome Forissier
2020-09-05checkpatch: fix the usage of capture group ( ... )Mrinal Pandey
2020-08-14Merge tag 'kconfig-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds