The source for the Linux kernel used in Windows Subsystem for Linux 2 (WSL2)
Перейти к файлу
Changbin Du ff600a9a69 kernel-hacking: create submenu for arch special debugging options
The arch special options are a little long, so create a submenu for
them.

Link: http://lkml.kernel.org/r/20190909144453.3520-3-changbin.du@gmail.com
Signed-off-by: Changbin Du <changbin.du@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Tested-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2019-12-07 11:00:19 -08:00
Documentation drm msm + fixes for 5.5-rc1 2019-12-06 10:28:09 -08:00
LICENSES
arch drm msm + fixes for 5.5-rc1 2019-12-06 10:28:09 -08:00
block
certs
crypto
drivers drm msm + fixes for 5.5-rc1 2019-12-06 10:28:09 -08:00
fs pipe: fix incorrect caching of pipe state over pipe_wait() 2019-12-06 12:40:35 -08:00
include sound updates #2 for 5.5-rc1 2019-12-06 13:06:14 -08:00
init
ipc
kernel
lib kernel-hacking: create submenu for arch special debugging options 2019-12-07 11:00:19 -08:00
mm
net for-linus-20191205 2019-12-06 10:08:59 -08:00
samples
scripts
security
sound sound updates #2 for 5.5-rc1 2019-12-06 13:06:14 -08:00
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS drm msm + fixes for 5.5-rc1 2019-12-06 10:28:09 -08: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.