No description
Find a file
Jonathan Neuschäfer cd15ed23d7 docs: i2c: Fix SPDX-License-Identifier syntax
ReST directives are introduced with two dots.

Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
2019-10-18 09:45:50 -06:00
arch csky-for-linus-5.4-rc1: arch/csky patches for 5.4-rc1 2019-09-30 10:16:17 -07:00
block
certs
crypto
Documentation docs: i2c: Fix SPDX-License-Identifier syntax 2019-10-18 09:45:50 -06:00
drivers docs: admin-guide: Move Dell RBU document from driver-api 2019-10-15 12:35:39 -06:00
fs docs: fix some broken references 2019-10-10 11:25:39 -06:00
include A few more tracing fixes: 2019-09-30 09:29:53 -07:00
init
ipc
kernel A few more tracing fixes: 2019-09-30 09:29:53 -07:00
lib genalloc: Fix a set of docs build warnings 2019-10-07 09:10:38 -06:00
LICENSES
mm
net
samples
scripts scripts/sphinx-pre-install: Add a new path for the debian package "fonts-noto-cjk" 2019-10-03 10:49:08 -06:00
security
sound
tools A few more tracing fixes: 2019-09-30 09:29:53 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap mailmap: add new email address for Martin Kepplinger 2019-10-01 06:44:42 -06:00
COPYING
CREDITS CREDITS: update email address for Martin Kepplinger 2019-10-01 06:45:01 -06:00
Kbuild
Kconfig
MAINTAINERS bindings: MAINTAINERS: fix references to Allwinner LRADC 2019-10-10 11:27:36 -06:00
Makefile Linux 5.4-rc1 2019-09-30 10:35:40 -07: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.