No description
Find a file
Thomas Zimmermann 91185d55b3 drm: Remove DRM_KMS_FB_HELPER Kconfig option
It's only used by DRM_FBDEV_EMULATION, so inline it there.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20210415110040.23525-5-tzimmermann@suse.de
2021-04-26 12:43:20 +02:00
arch
block
certs
crypto
Documentation drm/todo: Add link to old debugfs RFC 2021-04-22 01:11:39 +02:00
drivers drm: Remove DRM_KMS_FB_HELPER Kconfig option 2021-04-26 12:43:20 +02:00
fs
include drm/ttm: move the page_alignment into the BO v2 2021-04-23 16:23:02 +02:00
init
ipc
kernel prctl: fix PR_SET_MM_AUXV kernel stack leak 2021-03-14 14:33:27 -07:00
lib drm-misc-next for 5.13: 2021-03-16 17:08:46 +10:00
LICENSES
mm
net
samples
scripts drm-misc-next for 5.13: 2021-03-16 17:08:46 +10:00
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: add it66121 HDMI bridge driver entry 2021-04-21 13:51:35 +02:00
Makefile Linux 5.12-rc3 2021-03-14 14:41:02 -07:00
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.