Matthew Wilcox f32f004cdd ida: Convert to XArray
Use the XA_TRACK_FREE ability to track which entries have a free bit,
similarly to how it uses the radix tree's IDR_FREE tag.  This eliminates
the per-cpu ida_bitmap preload, and fixes the memory consumption
regression I introduced when making the IDR able to store any pointer.

Signed-off-by: Matthew Wilcox <willy@infradead.org>
2018-10-21 10:46:33 -04:00
2018-09-29 22:47:49 -04:00
2018-09-29 22:47:49 -04:00
2018-10-21 10:46:33 -04:00
2018-10-21 10:46:33 -04:00
2018-10-21 10:45:56 -04:00
2018-10-21 10:46:33 -04:00
2018-09-29 22:47:48 -04:00
2018-10-21 10:46:00 -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
TAG: KERNEL.PLATFORM.2.0.r22-00800-kernel.0
Readme 6.9 GiB
Languages
C 97.8%
Assembly 1.2%
Shell 0.4%
Makefile 0.3%
Python 0.1%
Other 0.1%