index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
checkpatch.pl
Age
Commit message (
Expand
)
Author
2021-02-26
checkpatch: do not apply "initialise globals to 0" check to BPF progs
Song Liu
2021-02-26
checkpatch: don't warn about colon termination in linker scripts
Chris Down
2021-02-26
checkpatch: add kmalloc_array_node to unnecessary OOM message check
Joe Perches
2021-02-26
checkpatch: add warning for avoiding .L prefix symbols in assembly files
Aditya Srivastava
2021-02-26
checkpatch: improve TYPECAST_INT_CONSTANT test message
Joe Perches
2021-02-26
checkpatch: prefer ftrace over function entry/exit printks
Joe Perches
2021-02-26
checkpatch: trivial style fixes
Dwaipayan Ray
2021-02-26
checkpatch: ignore warning designated initializers using NR_CPUS
Peng Wang
2021-02-26
checkpatch: improve blank line after declaration test
Joe Perches
2021-02-23
Merge tag 'modules-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2021-02-12
Merge branch 'linus' into locking/core, to pick up upstream fixes
Ingo Molnar
2021-02-10
checkpatch: Don't check for mutex_trylock_recursive()
Sebastian Andrzej Siewior
2021-02-08
module: remove EXPORT_UNUSED_SYMBOL*
Christoph Hellwig
2021-01-28
Revert "checkpatch: add check for keyword 'boolean' in Kconfig definitions"
Masahiro Yamada
2020-12-29
checkpatch: prefer strscpy to strlcpy
Joe Perches
2020-12-15
checkpatch: add printk_once and printk_ratelimit to prefer pr_<level> warning
Joe Perches
2020-12-15
checkpatch: fix TYPO_SPELLING check for words with apostrophe
Dwaipayan Ray
2020-12-15
checkpatch: add warning for lines starting with a '#' in commit log
Dwaipayan Ray
2020-12-15
checkpatch: add warning for unnecessary use of %h[xudi] and %hh[xudi]
Dwaipayan Ray
2020-12-15
checkpatch: add fix and improve warning msg for non-standard signature
Aditya Srivastava
2020-12-15
checkpatch: add fix option for LOGICAL_CONTINUATIONS
Aditya Srivastava
2020-12-15
checkpatch: add fix option for ASSIGNMENT_CONTINUATIONS
Aditya Srivastava
2020-12-15
checkpatch: fix unescaped left brace
Dwaipayan Ray
2020-12-15
checkpatch: avoid COMMIT_LOG_LONG_LINE warning for signature tags
Aditya Srivastava
2020-12-15
checkpatch: fix spelling errors and remove repeated word
Dwaipayan Ray
2020-12-15
checkpatch: improve email parsing
Dwaipayan Ray
2020-12-15
checkpatch: add __alias and __weak to suggested __attribute__ conversions
Joe Perches
2020-12-15
checkpatch: add fix option for GERRIT_CHANGE_ID
Aditya Srivastava
2020-12-15
checkpatch: update __attribute__((section("name"))) quote removal
Joe Perches
2020-12-15
checkpatch: add a fixer for missing newline at eof
Tom Rix
2020-12-15
checkpatch: extend attributes check to handle more patterns
Dwaipayan Ray
2020-12-15
checkpatch: allow --fix removal of unnecessary break statements
Joe Perches
2020-12-15
checkpatch: prefer static const declarations
Joe Perches
2020-12-15
checkpatch: ignore generated CamelCase defines and enum values
Łukasz Stelmach
2020-12-15
checkpatch: fix false positives in REPEATED_WORD warning
Aditya Srivastava
2020-12-15
checkpatch: add new exception to repeated word check
Dwaipayan Ray
2020-10-25
checkpatch: enable GIT_DIR environment use to set git repository location
Joe Perches
2020-10-16
checkpatch: add new warnings to author signoff checks.
Dwaipayan Ray
2020-10-16
checkpatch: fix false positive on empty block comment lines
Łukasz Stelmach
2020-10-16
checkpatch: fix multi-statement macro checks for while blocks.
Dwaipayan Ray
2020-10-16
checkpatch: emit a warning on embedded filenames
Joe Perches
2020-10-16
checkpatch: extend author Signed-off-by check for split From: header
Dwaipayan Ray
2020-10-16
checkpatch: allow not using -f with files that are in git
Joe Perches
2020-10-16
checkpatch: warn on self-assignments
Joe Perches
2020-10-16
checkpatch: warn if trace_printk and friends are called
Nicolas Boichat
2020-10-16
checkpatch: add test for comma use that should be semicolon
Joe Perches
2020-10-16
checkpatch: move repeated word test
Joe Perches
2020-10-16
checkpatch: add --kconfig-prefix
Jerome Forissier
2020-09-05
checkpatch: fix the usage of capture group ( ... )
Mrinal Pandey
2020-08-14
Merge tag 'kconfig-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
[next]