mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 18:21:24 +02:00
Linux kernel source tree
- fix and cleanup freeing single sgl (Keith Busch) -----BEGIN PGP SIGNATURE----- iQI/BAABCgApFiEEgdbnc3r/njty3Iq9D55TZVIEUYMFAmPtIWkLHGhjaEBsc3Qu ZGUACgkQD55TZVIEUYPHkxAAwmN7NlGsISPwH3b/20h1taQ60Y2yXXSMZwvcTp/l mBPpHSl5yuconMa7UfsA4eqhpXepUh+VOjY88NrH4sr3ECkxjEESfqJBGOmB+YSD +uKnNPgEqm2g8YpLlyGvOBw9fqtYOc7PTsczkT98l+r7STz76+qpKdEQLQvnXYQQ 6x6J9yQ50eVXHmVWCFmHNlENStdG9NnZInsHEN5Ygy0klBREXJxPmwv60Nx1q9ep sD8o+y3yDWHYVBxIhjtJ9tMrpdPohpPLL4IZYBTaEYPLbUBJY/Swdbb3yPv4FMUu wWkpxxA00+HHrChIsGa063VzS9nYATvF9QigMxFb8r2VKam7ZM68mxdyYQ4Pq9j1 5MyImVMGGApiZswjGgKP0zV+9OI3eAsI82+k3aBWzVnAoIDZAB0Fu90anMoPVjk+ XBVhFlH69lcPd3M4259/fbdIsntL8S6BWIAQI6PX5Lulfn8wqmQxo6OZ3cYokl+y zs3MwIz/ajF9QTmIRHhKV9WFWYlvy80x2Yw1Wn7p1kSCnrfFkjiOrFbfzHGTV40R ap+Ip2Pzl2N9sreBXJ826N5FtI5l4p5/mrEG+zZgBtq/5XlMwjBEm3jiG7X7x5nL uYuFIKIDxr9THswjpcliVTJ4lmSNx6qKEnAFKYX1HUa6DZUyq5BUaU3ssUCoedg9 0/k= =cGCH -----END PGP SIGNATURE----- Merge tag 'nvme-6.3-2023-02-15' of git://git.infradead.org/nvme into for-6.3/block Pull NVMe fixes from Christoph: "nvme fixes for Linux 6.3 - fix and cleanup freeing single sgl (Keith Busch)" * tag 'nvme-6.3-2023-02-15' of git://git.infradead.org/nvme: nvme-pci: remove iod use_sgls nvme-pci: fix freeing single sgl |
||
|---|---|---|
| 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.