The source for the Linux kernel used in Windows Subsystem for Linux 2 (WSL2)
Перейти к файлу
Masahiro Yamada 75dd47472b kbuild: remove src and obj from the top Makefile
Replace $(src) and $(obj) with $(srctree) and $(objtree), respectively.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
2019-07-11 00:05:09 +09:00
Documentation kbuild: support header-test-pattern-y 2019-07-09 10:10:52 +09:00
LICENSES
arch kbuild: remove src and obj from the top Makefile 2019-07-11 00:05:09 +09:00
block
certs
crypto
drivers kbuild: add support for ensuring headers are self-contained 2019-06-15 19:57:02 +09:00
fs A change to call iput() asynchronously to avoid a possible deadlock 2019-06-08 15:57:35 -07:00
include kbuild: compile-test kernel headers to ensure they are self-contained 2019-07-09 21:44:37 +09:00
init kbuild: compile-test kernel headers to ensure they are self-contained 2019-07-09 21:44:37 +09:00
ipc
kernel kheaders: include only headers into kheaders_data.tar.xz 2019-07-09 10:10:52 +09:00
lib lib/raid6: refactor unroll rules with pattern rules 2019-06-24 03:43:03 +09:00
mm
net init/Kconfig: add CONFIG_CC_CAN_LINK 2019-07-08 02:25:59 +09:00
samples kbuild: add CONFIG_HEADERS_INSTALL and loosen the dependency of samples 2019-06-15 19:57:01 +09:00
scripts scripts/tags.sh: remove unused environment variables from comments 2019-07-09 22:01:44 +09:00
security
sound
tools
usr kbuild: compile-test exported headers to ensure they are self-contained 2019-07-08 23:13:57 +09:00
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore kbuild: do not create wrappers for header-test-y 2019-07-09 10:10:27 +09:00
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile kbuild: remove src and obj from the top Makefile 2019-07-11 00:05:09 +09: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.