source code of Linux source code
Go to file
Chao Yu a4a03bdccf mailmap: add entry for Gao Xiang
Add entry to connect all Gao Xiang's email addresses.

Signed-off-by: Chao Yu <yuchao0@huawei.com>
Acked-by: Gao Xiang <gaoxiang25@huawei.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
2019-08-06 11:28:10 -06:00
Documentation Input: docs: fix spelling mistake "potocol" -> "protocol" 2019-08-06 11:24:49 -06:00
LICENSES
arch Merge branch 'pdf_fixes_v1' of https://git.linuxtv.org/mchehab/experimental into mauro 2019-07-22 13:51:20 -06:00
block
certs
crypto
drivers spi: docs: convert to ReST and add it to the kABI bookset 2019-07-31 14:13:13 -06:00
fs docs: fix a couple of new broken references 2019-07-31 14:12:26 -06:00
include spi: docs: convert to ReST and add it to the kABI bookset 2019-07-31 14:13:13 -06:00
init
ipc
kernel
lib
mm
net
samples
scripts kernel-doc: ignore __printf attribute 2019-08-06 11:22:47 -06:00
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap mailmap: add entry for Gao Xiang 2019-08-06 11:28:10 -06:00
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS docs: fs: cifs: convert to ReST and add to admin-guide book 2019-07-31 14:13:42 -06:00
Makefile Linus 5.3-rc1 2019-07-21 14:05:38 -07:00
README

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.