Linux kernel source tree
Go to file
Gerd Hoffmann c837da88c3 drm/virtio: implement prime mmap
Sync gem vm_node.start with ttm vm_node.start,
then we can just call drm_gem_prime_mmap().

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Acked-by: Noralf Trønnes <noralf@tronnes.org>
Link: http://patchwork.freedesktop.org/patch/msgid/20190227144441.6755-2-kraxel@redhat.com
2019-02-28 09:09:01 +01:00
arch
block
certs
crypto
Documentation dt-bindings: panel: Add YAML schemas for the Ronbo RB070D30 panel 2019-02-26 15:57:48 +01:00
drivers drm/virtio: implement prime mmap 2019-02-28 09:09:01 +01:00
firmware
fs
include dma-buf: clarify locking documentation for reservation_object_get_excl 2019-02-27 23:51:51 +01:00
init
ipc
kernel
lib
LICENSES
mm
net
samples
scripts
security
sound typed componented support + i915/snd-hda changes 2019-02-19 11:17:42 +01:00
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.