The source for the Linux kernel used in Windows Subsystem for Linux 2 (WSL2)
Перейти к файлу
David Stevens a0308938ec virtio: add dma-buf support for exported objects
This change adds a new flavor of dma-bufs that can be used by virtio
drivers to share exported objects. A virtio dma-buf can be queried by
virtio drivers to obtain the UUID which identifies the underlying
exported object.

Signed-off-by: David Stevens <stevensd@chromium.org>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20200818071343.3461203-2-stevensd@chromium.org
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
2020-08-18 10:01:44 +02:00
Documentation dt-bindings: panel: rocktech,jh057n00900: Add myself as maintainer 2020-08-16 17:23:47 +02:00
LICENSES
arch Linux 5.8 2020-08-11 11:58:31 +10:00
block
certs
crypto
drivers virtio: add dma-buf support for exported objects 2020-08-18 10:01:44 +02:00
fs
include virtio: add dma-buf support for exported objects 2020-08-18 10:01:44 +02:00
init
ipc
kernel Merge drm/drm-next into drm-misc-next 2020-08-12 20:42:08 +02:00
lib Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2020-08-01 16:47:24 -07:00
mm
net Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2020-08-01 16:47:24 -07:00
samples
scripts kbuild: remove redundant FORCE definition in scripts/Makefile.modpost 2020-08-02 23:09:16 +09:00
security
sound
tools Bugfixes and strengthening the validity checks on inputs from new userspace APIs. 2020-08-02 10:41:00 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Merge drm/drm-next into drm-misc-next 2020-08-12 20:42:08 +02:00
Makefile Linux 5.8 2020-08-02 14:21:45 -07:00
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.