Linux kernel source tree
Go to file
Jiri Pirko 3c93b576e0 virtio: convert find_vqs() op implementations to find_vqs_info()
Convert existing find_vqs() transport implementations
to use find_vqs_info() config op.

Signed-off-by: Jiri Pirko <jiri@nvidia.com>
Message-Id: <20240708074814.1739223-7-jiri@resnulli.us>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
2024-07-17 05:20:57 -04:00
arch virtio: convert find_vqs() op implementations to find_vqs_info() 2024-07-17 05:20:57 -04:00
block
certs
crypto
Documentation cxl fixes for v6.10-rc7 2024-07-01 13:03:30 -07:00
drivers virtio: convert find_vqs() op implementations to find_vqs_info() 2024-07-17 05:20:57 -04:00
fs virtio-fs: improved request latencies when Virtio queue is full 2024-07-09 08:42:42 -04:00
include virtio: introduce virtio_queue_info struct and find_vqs_info() config op 2024-07-17 05:20:57 -04:00
init
io_uring
ipc
kernel TTY/Serial/Console fixes for 6.10-rc6 2024-06-30 08:57:43 -07:00
lib hardening fixes for v6.10-rc6 2024-06-28 16:11:02 -07:00
LICENSES
mm
net NFS client bugfixes for Linux 6.10 2024-06-29 13:48:24 -07:00
rust
samples
scripts
security
sound
tools tools/virtio: creating pipe assertion in vringh_test 2024-07-04 11:00:31 -04:00
usr
virt
.clang-format
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: Change lingshan's email to kernel.org 2024-07-09 08:42:40 -04:00
Makefile Linux 6.10-rc6 2024-06-30 14:40:44 -07:00
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.