No description
Find a file
Javier Martinez Canillas 7454a7e72b
MAINTAINERS: Add simpledrm driver co-maintainer
Thomas asked me to serve as co-maintainer for the simpledrm driver.

Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
Acked-by: Thomas Zimmermann <tzimmermann@suse.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20220505172610.338299-1-javierm@redhat.com
2022-05-11 11:14:25 +02:00
arch
block
certs
crypto
Documentation dt-bindings: display: bridge: ldb: Fill in reg property 2022-05-06 13:20:30 +02:00
drivers drm/amdgpu: move internal vram_mgr function into the C file 2022-05-11 10:02:32 +02:00
fs
include drm: Add DRM-managed mutex_init() 2022-05-05 09:04:10 +02:00
init
ipc
kernel
lib
LICENSES
mm
net
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: Add simpledrm driver co-maintainer 2022-05-11 11:14:25 +02:00
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.