Go to file
Gautam Dawar 84d7c8fd3a vhost-vdpa: introduce uAPI to set group ASID
Follows the vDPA support for associating ASID to a specific virtqueue
group. This patch adds a uAPI to support setting them from userspace.

Signed-off-by: Jason Wang <jasowang@redhat.com>
Signed-off-by: Gautam Dawar <gdawar@xilinx.com>
Message-Id: <20220330180436.24644-15-gdawar@xilinx.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
2022-05-31 12:44:31 -04:00
Documentation More power management updates for 5.19-rc1 2022-05-30 11:37:26 -07:00
LICENSES
arch parisc architecture updates for kernel v5.19-rc1 2022-05-30 11:52:18 -07:00
block
certs
crypto
drivers vhost-vdpa: introduce uAPI to set group ASID 2022-05-31 12:44:31 -04:00
fs overlayfs update for 5.19 2022-05-30 11:19:16 -07:00
include vhost-vdpa: introduce uAPI to set group ASID 2022-05-31 12:44:31 -04:00
init tracing updates for 5.19: 2022-05-29 10:31:36 -07:00
ipc
kernel More power management updates for 5.19-rc1 2022-05-30 11:37:26 -07:00
lib tracing updates for 5.19: 2022-05-29 10:31:36 -07:00
mm
net
samples
scripts
security
sound m68knommu: changes for linux 5.19 2022-05-30 10:56:18 -07:00
tools Cleanups and fixes 2022-05-30 11:01:50 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS dmaengine updates for v5.19-rc1 2022-05-29 11:38:27 -07:00
Makefile
README

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.