Matthew Wilcox ad3d6c7263 xarray: Add XArray load operation
The xa_load function brings with it a lot of infrastructure; xa_empty(),
xa_is_err(), and large chunks of the XArray advanced API that are used
to implement xa_load.

As the test-suite demonstrates, it is possible to use the XArray functions
on a radix tree.  The radix tree functions depend on the GFP flags being
stored in the root of the tree, so it's not possible to use the radix
tree functions on an XArray.

Signed-off-by: Matthew Wilcox <willy@infradead.org>
2018-10-21 10:45:57 -04:00
2018-09-29 22:47:49 -04:00
2018-08-18 15:55:59 -07:00
2018-10-21 10:45:57 -04:00
2018-09-29 22:47:49 -04:00
2018-10-21 10:45:57 -04:00
2018-08-25 13:40:38 -07:00
2018-10-21 10:45:57 -04:00
2018-10-21 10:45:56 -04:00
2018-09-17 07:24:28 +02:00
2018-09-17 18:59:21 +02:00
2018-10-21 10:45:57 -04:00
2018-04-15 17:21:30 -07:00
2018-09-29 22:47:48 -04:00
2017-11-17 17:45:29 -08:00
2018-09-29 22:47:48 -04:00
2018-09-23 19:15:18 +02:00

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.
Description
Linux kernel source tree
Readme 3.3 GiB
Languages
C 97.5%
Assembly 1%
Shell 0.6%
Python 0.3%
Makefile 0.3%