The source for the Linux kernel used in Windows Subsystem for Linux 2 (WSL2)
Перейти к файлу
Ben Skeggs 2bf00037c4 drm/nouveau/kms/nv04-: no need for multiple nvsw objects
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Reviewed-by: Lyude Paul <lyude@redhat.com>
2020-07-24 18:50:57 +10:00
Documentation Linux 5.8-rc6 2020-07-24 08:48:05 +10:00
LICENSES
arch Linux 5.8-rc6 2020-07-24 08:48:05 +10:00
block
certs
crypto
drivers drm/nouveau/kms/nv04-: no need for multiple nvsw objects 2020-07-24 18:50:57 +10:00
fs More NFS Client Bugfixes for Linux 5.8 2020-07-17 16:37:52 -07:00
include drm/tegra: Changes for v5.9-rc1 2020-07-24 09:38:55 +10:00
init
ipc
kernel Two fixes for the timer wheel: 2020-07-19 12:06:08 -07:00
lib
mm
net
samples
scripts
security
sound sound fixes for 5.8-rc6 2020-07-17 08:48:19 -07:00
tools Third batch of perf tooling fixes for 5.8: 2020-07-19 12:35:07 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Linux 5.8-rc6 2020-07-24 08:48:05 +10:00
Makefile Linux 5.8-rc6 2020-07-19 15:41:18 -07:00
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.