mirror of
https://github.com/torvalds/linux.git
synced 2026-07-29 02:31:27 +02:00
Linux kernel source tree
- Fixes for request_queue state (Ming) - Another uuid quirk (August) -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEE3Fbyvv+648XNRdHTPe3zGtjzRgkFAmTLvkMACgkQPe3zGtjz RglPmhAAkj5xv1UO4nga4i+GHgjl07Eohi8C4tYWiRae6K2bzl1sQsKRbtaDKBY3 RmAZ2kZIJteDso6RTYqzAffSLHLRav3gs4gxoEgETAVlqSqhNGp7xoi8YdajK5As h1dl6P1Whs4p0CH118GNtPvYcKo+p9SVpR8bTqSlWUGNu0L/auf/B8/E5SaEScbe ovqElpcgvAmBFCo9LiHpEph8bDMeQRsJRIomEFJU98BwM35VMe0H3lbmw9pgBEny cZOTXf+AznBJWUwZ+gQtvGPO8r8QVlwgHtT3SVBDMRZjkQLnKXZpgU9btlOMBCNv IaLCVTOfIKTihM5wxRByx1OJx4DHVM2oGn/06RR38+TkQUgaIUHqWY9Po4fY21C0 gHe28iFNJHMKyznjepNnKHDS28ZTMk2taD8EbR2ke8Kba8HWv4hNRIHJ/PvJHwJW mWuCwQA0hvUrL2HrnlU1sVJt5+zu3mE9dfp2YbhCE/vVLp5+SYnQkRm6TVtob6D4 7Qmj/I4QkxuZs7XIgXaA8bHH5NPH4Ga2j3WFxQA3Pvp7ZXTnRbbVUWHrD+N7i1cM cNLfSGww5SZAvgzBM17UcA/MxKHENfZM0O9A/4hlZwH544n21aQAefv19yqTLfBE e0CE0+htpxgBJL1DmakMl7FJIpl4eQfhwH3C24sBaG5u/w/mMcE= =YQ2k -----END PGP SIGNATURE----- Merge tag 'nvme-6.5-2023-08-02' of git://git.infradead.org/nvme into block-6.5 Pull NVMe fixes from Keith: "nvme fixes for Linux 6.5 - Fixes for request_queue state (Ming) - Another uuid quirk (August)" * tag 'nvme-6.5-2023-08-02' of git://git.infradead.org/nvme: nvme-pci: add NVME_QUIRK_BOGUS_NID for Samsung PM9B1 256G and 512G nvme-rdma: fix potential unbalanced freeze & unfreeze nvme-tcp: fix potential unbalanced freeze & unfreeze nvme: fix possible hang when removing a controller during error recovery |
||
|---|---|---|
| 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 | ||
| .cocciconfig | ||
| .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 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.