mirror of
https://github.com/torvalds/linux.git
synced 2026-07-29 02:31:27 +02:00
Linux kernel source tree
- unblock ctrl state transition for firmware update (Daniel Wagner) -----BEGIN PGP SIGNATURE----- iQI/BAABCgApFiEEgdbnc3r/njty3Iq9D55TZVIEUYMFAmgcyH0LHGhjaEBsc3Qu ZGUACgkQD55TZVIEUYN+4xAAsiuDNOrV1Y3SlDdCz78SsFhs5ylQ3PtUO1qdca56 yrXv41sAbvkkqPvB29UgqlGD/sbY6KbA3tbZ2Q081nweKOuVrI6n3eNzcguIaA2X I9UmojBxphhefR5APsMtY4FpDzks+cCeqmGK+fRGZ3fMdq4vc6qoOpmTkg+cT0lr 1F3N6Mai8D3RZovH2Z23EpWiHiJOFX3qbFxPhNL43ekC3Lx0DlUJmfLl+GMWUJu/ hEX77/c/4g0k3uitrTY1nebZ3/Zt0y9QOlM9hOoDQfRplQ40L9HeJfwavVkrw0jB 4PSRSeLNI3ONo/tnAz7fxfnsWou+jBDDHgHnWKWvOYMr4enWATWwpI9W2lckhVuS b1OLmAPDb1e7IRgvCSmorkD88SJlbddyifbHNlzyY16nP1PuvKqWtU229CTIm4A3 4dJqL3ZbA2sEW5usXGq+SuaxJjEvU8lQv/5uz1Rsixn5wYVoI13qPhNlQUNAoX9i WNynScKV5LIxafB+sVRlN9dWlcWiXcuQ5Ip8jdRyCdbDd/9u/C6qIx+RFfcm1OJt rqKttrSKzqdwDYmbHuhec48JZw3NbfGp1lxfH8MrMj3PAF5dq54/W3wdgJXZpnvH h8rHzt8gT2DXLv0iF0McC6m9PAdJXrqQ6kdVlErRT35KwFT6jagvncZ5p3ZhBaVg 7ho= =63LF -----END PGP SIGNATURE----- Merge tag 'nvme-6.15-2025-05-08' of git://git.infradead.org/nvme into block-6.15 Pull NVMe fix from Christoph: "nvme fixes for linux 6.15 - unblock ctrl state transition for firmware update (Daniel Wagner)" * tag 'nvme-6.15-2025-05-08' of git://git.infradead.org/nvme: nvme: unblock ctrl state transition for firmware update |
||
|---|---|---|
| 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.