mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 01:55:51 +02:00
Linux kernel source tree
- Fix LRC address being written too late for GuC - Fix notifier vs folio deadlock - Fix race betwen dma_buf unmap and vram eviction - Fix debugfs handling PXP terminations unconditionally -----BEGIN PGP SIGNATURE----- iQJNBAABCAA3FiEE6rM8lpABPHM5FqyDm6KlpjDL6lMFAmgB5YMZHGx1Y2FzLmRl bWFyY2hpQGludGVsLmNvbQAKCRCboqWmMMvqU1U2D/0SGAkEc8tzDiRnlNMctKoV hHk+DfDP/o7m7pYnB1zeqZsSdL9klcKuYca8afrhoi6VkRpaodZGx68BoLoxg+eL VGzhVobRBdvXeibnl+jkuC80SHDNbVHuJRuSxmysRRG5dqAhNk273GmUGEPmnSNm xv79wZhoC6NA04rG0wlyyiTozI2HmcEaw+7MSXvyxphwviedvNQeCaTOmWtuZJqm V2Aq3G88JWcbBa4Ozhcsv8WVWlmFjBsmGy4X4ipV1w3TuNhQBLMYZ8SnEkXIxRY5 54wRaNYOCNvaDQeKACXb13vJfVgXqTUusihW0Uy14DxwA8CqCYb2V3+fmbCyRhOV wrGcPUla65Xv3lrTnWs4TFCAnczvAt2Ae5Dw3K63tHAVFYJgwIcvYfVrMnbiQ/Mt 3u3zPrVwFj8JmOYeV/fol9j2hJuKq1J7HOsNYueLRmrs4Qp0qvj8BlhUKk7Dr20y U0bFC9UL95nXYM9SfDLxC7MjYJsGJtuqbWSmu2V8vl7Bjvx1NH8N77hOhSHm2gDv 4GAoWBxjghCW/5fTcXW9pA4oyS1ayC1FAggqRCRIlZsKYQiyjKBgvC206t7jV6qo gDNjbRihH6cfn+bxOB4rIPPF4oR9bHBtNc+ioKiaGsq+1HResh49Xz+hIT+hVLWi qhMz2Uh7SPjbl0a9XnyBIw== =tgIZ -----END PGP SIGNATURE----- Merge tag 'drm-xe-fixes-2025-04-18' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-fixes Driver Changes: - Fix LRC address being written too late for GuC - Fix notifier vs folio deadlock - Fix race betwen dma_buf unmap and vram eviction - Fix debugfs handling PXP terminations unconditionally Signed-off-by: Dave Airlie <airlied@redhat.com> From: Lucas De Marchi <lucas.demarchi@intel.com> Link: https://lore.kernel.org/r/ndinq644zenywaaycxyfqqivsb2xer4z7err3dlpalbz33jfkm@ttabzsg6wnet |
||
|---|---|---|
| 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 | ||
| .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.