The source for the Linux kernel used in Windows Subsystem for Linux 2 (WSL2)
Перейти к файлу
Matthew Wilcox 62f945b6a7 shmem: Convert shmem_radix_tree_replace to XArray
Rename shmem_radix_tree_replace() to shmem_replace_entry() and
convert it to use the XArray API.

Signed-off-by: Matthew Wilcox <willy@infradead.org>
2018-10-21 10:46:39 -04:00
Documentation xarray: Track free entries in an XArray 2018-10-21 10:46:32 -04:00
LICENSES
arch
block
certs
crypto
drivers
firmware
fs pagevec: Use xa_mark_t 2018-10-21 10:46:39 -04:00
include pagevec: Use xa_mark_t 2018-10-21 10:46:39 -04:00
init
ipc
kernel
lib mm: Convert workingset to XArray 2018-10-21 10:46:36 -04:00
mm shmem: Convert shmem_radix_tree_replace to XArray 2018-10-21 10:46:39 -04:00
net
samples
scripts
security
sound
tools radix tree test suite: Convert regression1 to XArray 2018-10-21 10:46:35 -04:00
usr
virt
.clang-format page cache: Convert find_get_pages_contig to XArray 2018-10-21 10:46:34 -04:00
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS xarray: Add MAINTAINERS entry 2018-10-21 10:46:00 -04: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.
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.