No description
Find a file
Matthew Wilcox 9076b33d7d radix tree test suite: Remove __item_insert
Inline it into its one caller

Signed-off-by: Matthew Wilcox <willy@infradead.org>
2018-10-21 10:46:47 -04:00
arch xarray: Replace exceptional entries 2018-09-29 22:47:49 -04:00
block blk-mq: I/O and timer unplugs are inverted in blktrace 2018-09-27 13:12:44 -06:00
certs
crypto
Documentation xarray: Add range store functionality 2018-10-21 10:46:46 -04:00
drivers xarray: Replace exceptional entries 2018-09-29 22:47:49 -04:00
firmware
fs page cache: Finish XArray conversion 2018-10-21 10:46:44 -04:00
include xarray: Add range store functionality 2018-10-21 10:46:46 -04:00
init
ipc
kernel memremap: Convert to XArray 2018-10-21 10:46:47 -04:00
lib xarray: Add range store functionality 2018-10-21 10:46:46 -04:00
LICENSES
mm page cache: Finish XArray conversion 2018-10-21 10:46:44 -04:00
net ip_tunnel: be careful when accessing the inner header 2018-09-24 12:27:04 -07:00
samples
scripts
security Revert "uapi/linux/keyctl.h: don't use C++ reserved keyword as a struct member name" 2018-09-25 13:28:58 +02:00
sound
tools radix tree test suite: Remove __item_insert 2018-10-21 10:46:47 -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

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.