Go to file
Matthew Wilcox (Oracle) d8e93e3f22 XArray: Optimise xas_sibling() if !CONFIG_XARRAY_MULTI
If CONFIG_XARRAY_MULTI is disabled, then xas_sibling() must be false.

Reported-by: JaeJoon Jung <rgbi3307@gmail.com>
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
2020-02-27 07:37:40 -05:00
arch ARM fixes for 5.5: 2020-01-25 14:32:51 -08:00
block block: allow partitions on host aware zone devices 2020-01-26 09:59:08 -07:00
certs
crypto
Documentation Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2020-01-25 14:19:32 -08:00
drivers block-5.5-2020-01-26 2020-01-26 12:12:36 -08:00
fs io_uring-5.5-2020-01-26 2020-01-26 12:23:04 -08:00
include XArray: Fix incorrect comment in header file 2020-01-31 15:09:49 -05:00
init
ipc
kernel
lib XArray: Optimise xas_sibling() if !CONFIG_XARRAY_MULTI 2020-02-27 07:37:40 -05:00
LICENSES
mm
net Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf 2020-01-25 21:40:39 +01:00
samples
scripts ARM fixes for 5.5: 2020-01-25 14:32:51 -08:00
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 5.5 2020-01-26 16:23:03 -08:00
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.

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.