No description
Find a file
Matthew Wilcox 4e17ec250f mm: Convert delete_from_swap_cache to XArray
Both callers of __delete_from_swap_cache have the swp_entry_t already,
so pass that in to make constructing the XA_STATE easier.

Signed-off-by: Matthew Wilcox <willy@infradead.org>
2018-10-21 10:46:37 -04:00
arch
block
certs
crypto
Documentation xarray: Track free entries in an XArray 2018-10-21 10:46:32 -04:00
drivers
firmware
fs page cache: Convert hole search to XArray 2018-10-21 10:46:33 -04:00
include mm: Convert delete_from_swap_cache to XArray 2018-10-21 10:46:37 -04:00
init
ipc
kernel
lib mm: Convert workingset to XArray 2018-10-21 10:46:36 -04:00
LICENSES
mm mm: Convert delete_from_swap_cache to XArray 2018-10-21 10:46:37 -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

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.