Go to file
Dave Airlie 6eee6675e0 drm/vmwgfx: fix gmrid takedown paths to new interface
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200804025632.3868079-34-airlied@gmail.com
2020-08-06 12:32:03 +10:00
Documentation dt-bindings: Add DT bindings for Chefree CH101OLHLWH-002 2020-08-02 09:09:27 +02:00
LICENSES
arch
block
certs
crypto
drivers drm/vmwgfx: fix gmrid takedown paths to new interface 2020-08-06 12:32:03 +10:00
fs
include drm/ttm: start allowing drivers to use new takedown path (v2) 2020-08-06 12:32:03 +10:00
init
ipc
kernel moduleparams: Add hexint type parameter 2020-07-28 13:44:53 +02:00
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS drm/mgag200: Add support for G200 desktop cards 2020-08-03 09:43:00 +02: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.