mirror of
https://github.com/torvalds/linux.git
synced 2026-08-21 06:53:11 +02:00
Linux kernel source tree
- various KATO fixes and cleanups (Hou Pu, Hannes Reinecke) - APST fix and cleanup -----BEGIN PGP SIGNATURE----- iQI/BAABCgApFiEEgdbnc3r/njty3Iq9D55TZVIEUYMFAmCBg4ILHGhjaEBsc3Qu ZGUACgkQD55TZVIEUYN9mg/+PLZ0N0LZhalP9kH24xk2lCgHKEQ9JEfCXyky5zxE 1P29lEmYHu3FUhaSufDAj57Q5qJnrOWjMGFiOj8tVHfXTW22qXlzKy8LHZ89pMag nCJrmguDM/LUOXYrUKbD8ZBbAw1xh9Nm+z/eDD0UlWwrNd5DJAuNzfNOK/vrJeZ4 9GMqPy/he0JBLS6e9iRPG8blGnALseBX7uuHP62sqLncnYo25DJssOlqAVudfp4f iNg9d3TJI/zgU7thI7SE5t5lVhToZsHo/smDVXSpexhr3SEgJFRq13TbxDvtLaJE t+Lts5P6k/RjVHdhNx8GSHEFSOeTrHkliMPp+rVUeX3g/G3jHd8qGL9YxqpayWEt uZMTaB8jUB0rtiaiBkcz3Oj2BHAX635WGo4sm/QkkHnK+QIggLetNiO0rtwGBc82 Mv6SlpUg7GEeKbA2XO0nsHdLzPH4MyPmBVQcfCMyxUF/hRyskuxdX/BmJ4PLRvLV j/r9gJqWJpwB3ng6ZCILKiB7JN/m3XQv+5YjISb71Jshq0zdBoggq377aVNaF+8L WCHrfj5c7hYgAkvLPBhYebFiHwlwDCC3PfuP1ZXzTYxNxZDMpfOdVPCpj6/zXjzs xFlrIn7ScjdzCpbughOyD2PRpp3WJCmBszq2k13jHaR9rn78k9cpWHwbrM+63jz+ 3u8= =n2dO -----END PGP SIGNATURE----- Merge tag 'nvme-5.13-2021-04-22' of git://git.infradead.org/nvme into for-5.13/drivers Pull NVMe updates from Christoph: "- add support for a per-namespace character device (Minwoo Im) - various KATO fixes and cleanups (Hou Pu, Hannes Reinecke) - APST fix and cleanup" * tag 'nvme-5.13-2021-04-22' of git://git.infradead.org/nvme: nvme: introduce generic per-namespace chardev nvme: cleanup nvme_configure_apst nvme: do not try to reconfigure APST when the controller is not live nvme: add 'kato' sysfs attribute nvme: sanitize KATO setting nvmet: avoid queuing keep-alive timer if it is disabled |
||
|---|---|---|
| arch | ||
| block | ||
| certs | ||
| crypto | ||
| Documentation | ||
| drivers | ||
| fs | ||
| include | ||
| init | ||
| ipc | ||
| kernel | ||
| lib | ||
| LICENSES | ||
| mm | ||
| net | ||
| samples | ||
| scripts | ||
| security | ||
| sound | ||
| tools | ||
| usr | ||
| virt | ||
| .clang-format | ||
| .cocciconfig | ||
| .get_maintainer.ignore | ||
| .gitattributes | ||
| .gitignore | ||
| .mailmap | ||
| 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.