mirror of
https://github.com/torvalds/linux.git
synced 2026-07-29 10:41:49 +02:00
Linux kernel source tree
- Update VFIO maintainers entry (Alex Williamson) -----BEGIN PGP SIGNATURE----- iQJFBAABCAAvFiEEQvbATlQL0amee4qQI5ubbjuwiyIFAmj3x0MRHGFsZXhAc2hh emJvdC5vcmcACgkQI5ubbjuwiyKmdxAAqUIAULi16CgdieFCJjxvBNiGyML5/Vkp eBbfmDeUOJeGk7/eSSCQnSJ8RkObgRA1LC6e8Ud+HVVe+6FmRkYkrLVfvln38tkT ppsVxjwfwH94N3S5IzNEbuQbSxHesKpTHYQjaVzaKa/Tc+emtKTzsksYRu7s8T83 igD07Eqa3OitzKnflCSol3qxsWoiljgzb9rlFbjmDEscreghsUxRCy4KmuOw9uc4 pTHa2HcUlBTh/iszKiiZFlqZbKK44lg07PQ6JcSiCBqjhuh7RjktLdrp2MLeeIsv UO4MOzw4cNOdvYTWTTSOuHS9RdkYAX4x7XIbWv3Wd0jBP1cTOdC5sv8IXF4iLnqR G7YHUTBdnUiTg1CO0QIEvARozTxaGYd7Bv8vnZrLx3gpbOlkWcMSe7ODdh1KjKtz jzkLAQwGBgFV3iOqkHQeAB7ZWKutIb4C6VSNCjytGNfjb38FOVMCgG1BQCNPtGx+ Y2v2abumXfkfv2NsiUhFHsmxGroYUavmkV4JbjJD6k6gWzVI2aYm1DC5ilmbKH/V 7f88SswR+iwpg9NCex/xJW++syGzkXqkud+AltWJYb8Cm4D4OvbrDIzmIqOKcdJk jaik1PRyxvw8CA8XIMZrYBiWBxI7EW1UUDMzK6mWL2IRhrTD+vWT1KGk13RF3Tgv g4G/9ZR8U6o= =clnr -----END PGP SIGNATURE----- Merge tag 'vfio-v6.18-rc3' of https://github.com/awilliam/linux-vfio Pull VFIO fixlet from Alex Williamson: "A tiny update as I'm changing jobs. Different email, same signing key for now. - Update VFIO maintainers entry (Alex Williamson)" * tag 'vfio-v6.18-rc3' of https://github.com/awilliam/linux-vfio: MAINTAINERS: Update Alex Williamson's email address |
||
|---|---|---|
| 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.