mirror of
https://github.com/torvalds/linux.git
synced 2026-07-29 02:31:27 +02:00
Linux kernel source tree
- TCP error handling fix (Shin'ichiro Kawasaki) - TCP I/O stall handling fixes (Hannes Reinecke) - fix command limits status code (Keith Busch) - support vectored buffers also for passthrough (Pavel Begunkov) - spelling fixes (Yi Zhang) -----BEGIN PGP SIGNATURE----- iQI/BAABCgApFiEEgdbnc3r/njty3Iq9D55TZVIEUYMFAmhBZEULHGhjaEBsc3Qu ZGUACgkQD55TZVIEUYNIAxAAsHTYrnmDYPkFyqOwL6k43U3OiIuiSl85WeN/x1f7 XUHH7sZHT5UzmkbRhTQkRehAtVl+GlSk03QsJ1Yn5ecxjoVYYzNeM4opEVe2zh9j C0wmUMRjyzXgJ0rnIC1USjeDu+ycezL86NXWECT4NTsXUIDw+XMokAAW2b4KE1aG 2EnGxZaXrKY/veOHPoH459UbNJ/XZNV7c2n6oUG22+lXckOC6GaLRxTC1kI6rRoP PbxuwZK336mhOhzXRIwRDzyzOI1OWfOdOerxzKMKWisNutU0tDcNrbpRRTdwZM2T oBZYGKySVFzbai6RI0p/035kk6kNRuoUSwSeU2pr6PkdK5ewkFRSWLkza7Q7Fp00 omHdmDSXtnQchkEeVX418qfVtlVZQIV9hU2U1asw4Q4913OEy3nKCFHwOCR/ma7L 2+d7WE/2jM7HD9eJnwTxWt+w+EcY2fH0iza3HsHR+RCgxuzPY+7A2KAUWyQUZmho BEjlFCBmTQjigCHv0h+UaCk5y8zs8LcvELG6ZydWZnTnqxARdV/H48kI2k7+hZmO 5F+UJZsgwQMu60dQbzqP+aNukrEJ2ZJXpEpcPN+05ikjXiVRNGcUF3l+r9KVFjKF K6KGSJ35FuutJ+CCL6mdxjQB+Ajky29bsUwBPydWCHP5GHYIZyY3NSKtneNzqvrA OYY= =mfp3 -----END PGP SIGNATURE----- Merge tag 'nvme-6.16-2025-06-05' of git://git.infradead.org/nvme into block-6.16 Pull NVMe updates and fixes from Christoph: "nvme updates for Linux 6.16 - TCP error handling fix (Shin'ichiro Kawasaki) - TCP I/O stall handling fixes (Hannes Reinecke) - fix command limits status code (Keith Busch) - support vectored buffers also for passthrough (Pavel Begunkov) - spelling fixes (Yi Zhang)" * tag 'nvme-6.16-2025-06-05' of git://git.infradead.org/nvme: nvme: spelling fixes nvme-tcp: fix I/O stalls on congested sockets nvme-tcp: sanitize request list handling nvme-tcp: remove tag set when second admin queue config fails nvme: enable vectored registered bufs for passthrough cmds nvme: fix implicit bool to flags conversion nvme: fix command limits status code |
||
|---|---|---|
| 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.