mirror of
https://github.com/torvalds/linux.git
synced 2026-07-30 19:21:28 +02:00
Linux kernel source tree
appletbdrm: - Fix device refcount -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEchf7rIzpz2NEoWjlaA3BHVMLeiMFAmfTHQYACgkQaA3BHVML eiMD5Qf/fuMTX69R6wV8R/fVDsIaeKcASvJB7GVr9IUufzStmFoREWD8tfSf+hk1 UnS8gT/QmgnuH45tc2gRuWnpwNA5x3KlkVt9nDj6esBWTFpi1akk5ZlYlolKqEmT ize/0APYeWKiCGWweyiQx/t2nnadJ3XLXw55K311dJbLksf2HHcqQUAUpKMSkzbe IpRjnwWBKRj475Uoptnm/I8QyZ6Ds72uZRzzVcm6p2i78y5gj9jPug6YsYYSWjfE QiUkAh/ZC5al2KAzZNg8G7NYF0zFIfISgpNZbRCqJvZooESEgqISKLvSTLZ1gndo rcdzFH9WzaRIoX8bkAxYqphBn2vV8g== =I0xf -----END PGP SIGNATURE----- Merge tag 'drm-misc-next-fixes-2025-03-13' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-next Short summary of fixes pull: appletbdrm: - Fix device refcount Signed-off-by: Dave Airlie <airlied@redhat.com> From: Thomas Zimmermann <tzimmermann@suse.de> Link: https://patchwork.freedesktop.org/patch/msgid/20250313180135.GA276891@linux.fritz.box |
||
|---|---|---|
| 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.