mirror of
https://github.com/torvalds/linux.git
synced 2026-06-04 20:46:48 +02:00
Linux kernel source tree
-----BEGIN PGP SIGNATURE----- iQEzBAABCAAdFiEEbSBwaO7dZQkcLOKj+mJfZA7rE8oFAmG5xmgACgkQ+mJfZA7r E8pxHgf+Pk1JAVupvoIJxJ+p+HqCCJwZg5kM0vev6X/3ShMtYN2dWpK3rNIPUl8r 6nsQuwfPV02o2EpdNIeQoSzxjJwpMd00kOELW6L9kQDP3lNjTM33YXWjz3RYE6Sw lfFeH3Jysp6VMJBY5B0FN9gTXAbHOHN8eWLtAxb1qJX0FqZ6lPxa+jc7uJxF5wsB adXHUVQce/I/hTAwWBcSe/MhVf+nzphT4iWrj8xXV3RKeEsCn3jwTh7RIeJcJtTL IW594uKvjdGaeFBK5jYTa7yOS91OqjGJFb/6Q4SCrb8aJPh04TOJ35qrrkeJyNXk panxp1isr3pAaf/U+JePdiZpLyymYg== =fv3X -----END PGP SIGNATURE----- Merge tag 'drm-intel-fixes-2021-12-15' of ssh://git.freedesktop.org/git/drm/drm-intel into drm-fixes Fix a bound check in the DMC fw load. Signed-off-by: Dave Airlie <airlied@redhat.com> From: Rodrigo Vivi <rodrigo.vivi@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/YbnGvnsX/H3rKAqO@intel.com |
||
|---|---|---|
| arch | ||
| block | ||
| certs | ||
| crypto | ||
| Documentation | ||
| drivers | ||
| fs | ||
| include | ||
| init | ||
| ipc | ||
| kernel | ||
| lib | ||
| LICENSES | ||
| mm | ||
| net | ||
| samples | ||
| scripts | ||
| security | ||
| sound | ||
| tools | ||
| usr | ||
| virt | ||
| .clang-format | ||
| .cocciconfig | ||
| .get_maintainer.ignore | ||
| .gitattributes | ||
| .gitignore | ||
| .mailmap | ||
| 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 Restructured Text 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.