mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 18:21:24 +02:00
Linux kernel source tree
- DSI panel's version 2 mipi-sequences fix (Hans) -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEbSBwaO7dZQkcLOKj+mJfZA7rE8oFAmhwPj4ACgkQ+mJfZA7r E8pmGQgAmznm3EvJUvMGQMtw4KppMDDl6wIHjpiMoUepIJl/WECZHO3V6IN+LocK NfZtcj8jWoDO9D1aBf4JIwpO1MlBOyxntNrYUa/FGNDehkGXscUUHjl7g1/AdpGz TEVgxd+HBTbS8Vg0y+a6pcX55qYHdhD0nzTwO09kYtC8djkhaGYC7N93H9DISZMO QW2TLlJ632n6omtO6lwBZHj0po9aSV3eySvSzo+HHFmjFqTUiDKEUB+j5NGsgAlI tLX9gJUXdd6mt0WMKe0w8U6sUuQl68iVOnhdhkvYuBl2ENJ+WEgssvZrJXLPaSHz QNdtNCU5Lvj/GjS6GJD6vLLg74Qqrg== =FNrT -----END PGP SIGNATURE----- Merge tag 'drm-intel-next-2025-07-10' of https://gitlab.freedesktop.org/drm/i915/kernel into drm-next Driver Changes: - DSI panel's version 2 mipi-sequences fix (Hans) Signed-off-by: Simona Vetter <simona.vetter@ffwll.ch> From: Rodrigo Vivi <rodrigo.vivi@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/aHA-qrFQ00TaNsGr@intel.com |
||
|---|---|---|
| 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.