No description
Find a file
Qinglang Miao 9572e6693c vga_switcheroo: simplify the return expression of vga_switcheroo_runtime_resume
Simplify the return expression.

Signed-off-by: Qinglang Miao <miaoqinglang@huawei.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20200921131110.93365-1-miaoqinglang@huawei.com
2020-09-22 15:20:29 +02:00
arch ARM: SoC fixes 2020-09-13 14:54:40 -07:00
block
certs
crypto
Documentation Merge drm/drm-next into drm-misc-next 2020-09-14 18:11:40 +02:00
drivers vga_switcheroo: simplify the return expression of vga_switcheroo_runtime_resume 2020-09-22 15:20:29 +02:00
fs Driver core fixes for 5.9-rc5 2020-09-13 09:02:59 -07:00
include drm/dev: Remove drm_dev_init 2020-09-21 10:45:08 +02:00
init
ipc
kernel Linux 5.9-rc5 2020-09-14 17:19:11 +02:00
lib Merge drm/drm-next into drm-misc-next 2020-09-14 18:11:40 +02:00
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: make linux-aspeed list remarks consistent 2020-09-17 13:39:44 +02:00
Makefile Linux 5.9-rc5 2020-09-13 16:06:00 -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.