No description
Find a file
Alex Shi 3a00e7c47c ida: remove abandoned macros
3 IDA_ started macros aren't used from commit f32f004cdd ("ida: Convert
to XArray"). so better to remove them.

Signed-off-by: Alex Shi <alex.shi@linux.alibaba.com>
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
2020-01-31 15:09:49 -05:00
arch
block block: allow partitions on host aware zone devices 2020-01-26 09:59:08 -07:00
certs
crypto
Documentation
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 ida: remove abandoned macros 2020-01-31 15:09:49 -05:00
LICENSES
mm
net
samples
scripts
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.