index
:
linux-toradex.git
colibri
colibri_vf
master
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.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.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
2023-04-18
checkpatch: introduce proper bindings license check
Dmitry Rokosov
2023-04-18
checkpatch: check for misuse of the link tags
Matthieu Baerts
2023-04-18
checkpatch: allow Closes tags with links
Matthieu Baerts
2023-04-18
checkpatch: use a list of "link" tags
Matthieu Baerts
2023-04-18
checkpatch: don't print the next line if not defined
Matthieu Baerts
2023-04-08
checkpatch: ignore ETHTOOL_LINK_MODE_ enum values
Gerhard Engleder
2023-04-05
checkpatch: Error out if deprecated RCU API used
Joel Fernandes (Google)
2023-02-02
checkpatch: improve EMBEDDED_FILENAME test
Joe Perches
2023-02-02
checkpatch: use proper way for show problematic line
Thorsten Leemhuis
2023-02-02
checkpatch: warn when Reported-by: is not followed by Link:
Kai Wasserbäch
2023-02-02
checkpatch: warn when unknown tags are used for links
Kai Wasserbäch
2023-02-02
checkpatch: mark kunmap() and kunmap_atomic() deprecated
Ira Weiny
2022-11-30
checkpatch: add check for array allocator family argument order
Liao Chang
2022-11-18
scripts: checkpatch: allow "case" macros
Stanislaw Gruszka
2022-11-18
checkpatch: add warning for non-lore mailing list URLs
Bjorn Helgaas
2022-10-12
Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2022-10-03
Merge tag 'rust-v6.1-rc1' of https://github.com/Rust-for-Linux/linux
Linus Torvalds
2022-10-03
checkpatch: warn for non-standard fixes tag style
Niklas Söderlund
2022-09-29
checkpatch: warn on usage of VM_BUG_ON() and other BUG variants
David Hildenbrand
2022-09-29
docs: move asm-annotations.rst into core-api
Jonathan Corbet
2022-09-28
scripts: checkpatch: enable language-independent checks for Rust
Miguel Ojeda
2022-09-28
scripts: checkpatch: diagnose uses of `%pA` in the C side as errors
Miguel Ojeda
2022-09-11
checkpatch: handle FILE pointer type
Mickaël Salaün
2022-09-11
checkpatch: add kmap and kmap_atomic to the deprecated list
Ira Weiny
2022-06-16
checkpatch: fix incorrect camelcase detection on numeric constant
Antonio Borneo
2022-06-16
checkpatch: add XA_STATE and XA_STATE_ORDER to the macro declaration list
Joe Perches
2022-04-26
checkpatch: add new alloc functions to alloc with multiplies check
Gustavo A. R. Silva
2022-03-23
checkpatch: use python3 to find codespell dictionary
Sagar Patel
2022-03-23
checkpatch: add early_param exception to blank line after struct/function test
Joe Perches
2022-03-23
checkpatch: add --fix option for some TRAILING_STATEMENTS
Joe Perches
2022-03-23
checkpatch: prefer MODULE_LICENSE("GPL") over MODULE_LICENSE("GPL v2")
Joe Perches
2022-01-20
checkpatch: improve Kconfig help test
Joe Perches
2022-01-20
checkpatch: relax regexp for COMMIT_LOG_LONG_LINE
Jerome Forissier
2021-11-09
checkpatch: get default codespell dictionary path from package location
Peter Ujfalusi
2021-11-09
checkpatch: improve EXPORT_SYMBOL test for EXPORT_SYMBOL_NS uses
Joe Perches
2021-11-06
Compiler Attributes: add __alloc_size() for better bounds checking
Kees Cook
2021-09-08
checkpatch: improve GIT_COMMIT_ID test
Joe Perches
2021-09-08
checkpatch: make email address check case insensitive
Mimi Zohar
2021-09-08
checkpatch: support wide strings
Joe Perches
2021-07-01
checkpatch: do not complain about positive return values starting with EPOLL
Guenter Roeck
2021-07-01
checkpatch: improve the indented label test
Joe Perches
2021-07-01
checkpatch: scripts/spdxcheck.py now requires python3
Guenter Roeck
2021-05-06
checkpatch: improve ALLOC_ARRAY_ARGS test
Christophe JAILLET
2021-05-06
checkpatch: exclude four preprocessor sub-expressions from MACRO_ARG_REUSE
Vincent Mailhol
2021-05-06
checkpatch: warn when missing newline in return sysfs_emit() formats
Joe Perches
2021-04-28
Merge tag 'devicetree-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2021-04-28
Merge tag 'drm-next-2021-04-28' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2021-04-07
docs: dt: update writing-schema.rst references
Mauro Carvalho Chehab
2021-03-16
Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2021-03-06
checkpatch: add verbose mode
Dwaipayan Ray
[prev]
[next]