mirror of
https://github.com/torvalds/linux.git
synced 2026-07-30 03:01:41 +02:00
Linux kernel source tree
1. Fix probe resource leaks 2. Add support for MT8195/88 HDMIv2 and DDCv2 3. Fix CCORR mtk_ctm_s31_32_to_s1_n function issue 4. Fix device node reference leak in mtk_dp_dt_parse() -----BEGIN PGP SIGNATURE----- iQJMBAABCgA2FiEEACwLKSDmq+9RDv5P4cpzo8lZTiQFAmkeTqQYHGNodW5rdWFu Zy5odUBrZXJuZWwub3JnAAoJEOHKc6PJWU4kuwQP/3XosNKqBCT07Vr2Gkbjl5MS aI8WJpZ8nSmcOm9kmh3uvx6JTde7bFU+LPYRp/Bgz5+OZRHVu545o2v49EJbXxBU APhmdZJz8pAQJVUn3L3EtXoz7XyYGcykZzoI09uygwhbu521ACfCXPMVJrXFYKMC 5Ynpw8TKcRKA52RybtrzJ9zizCSRKTX7tuVeKheCNXJUUwdiXwZZmK5rgttLmZEx Y9zcMVDjBvBqD/PRg3kQiszaTCqsIburphln4aNaOqfoQPFA98yV7oRzHx0HH6PM BkMMRyPOiBDgfM0WgaFSbNH/TIStNacjBF7aC6nu1xqmVXq82xNTkz9kURpB7dpu KJwldin2nN1mt1sv3qSvIJAbrkd67ANoN8Y1GOo004A3OYvyc4XAbond7udNOmYV 5c+Uccj+/caYsOZXqTOA9IJz9ecorl6REobUudhkSVOjyPrZrSBrkPafTHRhjrDj jk+9q1iI7yssB416mcska9qM0W4//kTN1+FZSrIbKtN3p+eJor1cg7QbW202KMMi fdK97PzkRrUQtWxFg/ZI16/Dwxqalyv0N68rhjREqL6zg5LS2BQlcIu/5cF7znF5 EKCGEiIknFlUmsetO9sHp7nRrbAkYxfqNzrXDNIJZzsyqniulesG69E0S/QrE7PV +QbqGZ9boZqsIf0rpu3F =UOFb -----END PGP SIGNATURE----- Merge tag 'mediatek-drm-next-20251120' of https://git.kernel.org/pub/scm/linux/kernel/git/chunkuang.hu/linux into drm-next Mediatek DRM Next - 20251120 1. Fix probe resource leaks 2. Add support for MT8195/88 HDMIv2 and DDCv2 3. Fix CCORR mtk_ctm_s31_32_to_s1_n function issue 4. Fix device node reference leak in mtk_dp_dt_parse() Signed-off-by: Dave Airlie <airlied@redhat.com> From: Chun-Kuang Hu <chunkuang.hu@kernel.org> Link: https://patch.msgid.link/20251119233202.10034-1-chunkuang.hu@kernel.org |
||
|---|---|---|
| arch | ||
| block | ||
| certs | ||
| crypto | ||
| Documentation | ||
| drivers | ||
| fs | ||
| include | ||
| init | ||
| io_uring | ||
| ipc | ||
| kernel | ||
| lib | ||
| LICENSES | ||
| mm | ||
| net | ||
| rust | ||
| samples | ||
| scripts | ||
| security | ||
| sound | ||
| tools | ||
| usr | ||
| virt | ||
| .clang-format | ||
| .clippy.toml | ||
| .cocciconfig | ||
| .editorconfig | ||
| .get_maintainer.ignore | ||
| .gitattributes | ||
| .gitignore | ||
| .mailmap | ||
| .pylintrc | ||
| .rustfmt.toml | ||
| COPYING | ||
| CREDITS | ||
| Kbuild | ||
| Kconfig | ||
| MAINTAINERS | ||
| Makefile | ||
| README | ||
Linux kernel
============
There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.
In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``. The formatted documentation can also be read online at:
https://www.kernel.org/doc/html/latest/
There are various text files in the Documentation/ subdirectory,
several of them using the reStructuredText markup notation.
Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.