summaryrefslogtreecommitdiffstats
path: root/scripts/checkpatch.pl
AgeCommit message (Expand)Author
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
2020-08-14Revert "checkpatch: kconfig: prefer 'help' over '---help---'"Masahiro Yamada
2020-08-12checkpatch: remove missing switch/case break testJoe Perches
2020-08-12checkpatch: add test for repeated wordsJoe Perches
2020-08-12checkpatch: fix CONST_STRUCT when const_structs.checkpatch is missingQuentin Monnet
2020-08-12checkpatch: add --fix option for ASSIGN_IN_IFJoe Perches
2020-08-12checkpatch: add test for possible misuse of IS_ENABLED() without CONFIG_Joe Perches
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-07-21checkpatch: Remove checks relating to [smp_]read_barrier_depends()Will Deacon
2020-07-16checkpatch: Remove awareness of uninitialized_var() macroKees Cook
2020-06-11Merge tag 'locking-kcsan-2020-06-11' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-06-11Rebase locking/kcsan to locking/urgentThomas Gleixner
2020-06-10checkpatch: correct check for kernel parameters docTim Froidcoeur
2020-06-04Merge tag 'devicetree-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-06-04checkpatch: use patch subject when reading from stdinGeert Uytterhoeven
2020-06-04checkpatch: disallow --git and --file/--fixJoe Perches
2020-06-04checkpatch: look for c99 comments in ctx_locate_commentJoe Perches
2020-06-04checkpatch: additional MAINTAINER section entry ordering checksJoe Perches
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-31checkpatch/coding-style: deprecate 80-column warningJoe Perches
2020-05-11checkpatch: warn about uses of ENOTSUPPJakub Kicinski
2020-05-08Merge branch 'kcsan-for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git...Thomas Gleixner
2020-05-06checkpatch: Warn about data_race() without commentMarco Elver
2020-05-04docs: dt: convert submitting-patches.txt to ReST formatMauro Carvalho Chehab
2020-04-21checkpatch: fix a typo in the regex for $allocFunctionsChristophe JAILLET
2020-04-07checkpatch: avoid warning about uninitialized_var()Joe Perches
2020-04-07checkpatch: check proper licensing of Devicetree bindingsLubomir Rintel
2020-04-07checkpatch: improve Gerrit Change-Id: testJoe Perches
2020-04-07checkpatch: add command-line option for TAB sizeAntonio Borneo
2020-04-07checkpatch: fix multiple const * typesAntonio Borneo
2020-04-07checkpatch: fix minor typo and mixed space+tab in indentationAntonio Borneo
2020-04-07checkpatch: prefer fallthrough; over fallthrough commentsJoe Perches
2020-04-07checkpatch: support "base-commit:" formatJohn Hubbard
2020-04-07checkpatch: check SPDX tags in YAML filesLubomir Rintel
2020-04-07checkpatch: remove email address comment from email address comparisonsJoe Perches
2019-12-09Merge tag 'printk-for-5.5-pr-warning-removal' of git://git.kernel.org/pub/scm...Linus Torvalds
2019-12-06checkpatch: Drop pr_warning checkKefeng Wang