The source for the Linux kernel used in Windows Subsystem for Linux 2 (WSL2)
Перейти к файлу
Matthew Wilcox 7ae3424fb4 shmem: Convert shmem_partial_swap_usage to XArray
Simpler code because the xarray takes care of things like the limit and
dereferencing the slot.

Signed-off-by: Matthew Wilcox <willy@infradead.org>
2018-10-21 10:46:40 -04:00
Documentation xarray: Track free entries in an XArray 2018-10-21 10:46:32 -04:00
LICENSES
arch xarray: Replace exceptional entries 2018-09-29 22:47:49 -04:00
block
certs
crypto
drivers xarray: Replace exceptional entries 2018-09-29 22:47:49 -04:00
firmware
fs pagevec: Use xa_mark_t 2018-10-21 10:46:39 -04:00
include shmem: Convert shmem_alloc_hugepage to XArray 2018-10-21 10:46:40 -04:00
init
ipc
kernel
lib shmem: Convert shmem_alloc_hugepage to XArray 2018-10-21 10:46:40 -04:00
mm shmem: Convert shmem_partial_swap_usage to XArray 2018-10-21 10:46:40 -04:00
net
samples
scripts
security
sound
tools shmem: Convert find_swap_entry to XArray 2018-10-21 10:46:39 -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 Update email address 2018-09-29 22:47:48 -04:00
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.