The source for the Linux kernel used in Windows Subsystem for Linux 2 (WSL2)
Перейти к файлу
Mike Rapoport aa00eaa9af docs/vm: transhuge: minor updates
Some formatting changes and addition of a sentence introducing khugepaged

Signed-off-by: Mike Rapoport <rppt@linux.vnet.ibm.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
2018-05-21 09:30:51 -06:00
Documentation docs/vm: transhuge: minor updates 2018-05-21 09:30:51 -06:00
LICENSES LICENSES: Add Linux-OpenIB license text 2018-04-27 16:41:53 -06:00
arch Linux 4.17-rc2 2018-04-27 17:13:20 -06:00
block
certs
crypto
drivers w1: w1_io.c: fix a kernel-doc warning 2018-05-10 15:42:42 -06:00
firmware
fs Linux 4.17-rc2 2018-04-27 17:13:20 -06:00
include Linux 4.17-rc2 2018-04-27 17:13:20 -06:00
init
ipc
kernel Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2018-04-22 10:49:02 -07:00
lib
mm mm/ksm: docs: extend overview comment and make it "DOC:" 2018-04-27 17:19:24 -06:00
net
samples
scripts scripts/documentation-file-ref-check: rewrite it in perl with auto-fix mode 2018-05-10 15:42:43 -06:00
security
sound
tools Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2018-04-22 10:17:01 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Linux 4.17-rc2 2018-04-27 17:13:20 -06:00
Makefile Linux 4.17-rc2 2018-04-22 19:20:09 -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.
See Documentation/00-INDEX for a list of what is contained in each file.

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.