Go to file
Bryan Brattlof 1fc0fd6739 docs: trace: fix a typo
emumerated -> enumerated

Signed-off-by: Bryan Brattlof <hello@bryanbrattlof.com>
Link: https://lore.kernel.org/r/87lfili2d8.fsf@bryanbrattlof.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
2020-08-11 10:22:15 -06:00
Documentation docs: trace: fix a typo 2020-08-11 10:22:15 -06:00
LICENSES
arch docs: move other kAPI documents to core-api 2020-06-26 11:33:42 -06:00
block
certs
crypto
drivers Replace HTTP links with HTTPS ones: LVM 2020-07-05 14:28:27 -06:00
fs Replace HTTP links with HTTPS ones: CIFS 2020-07-05 14:23:38 -06:00
include docs: fix references for DMA*.txt files 2020-06-26 10:01:32 -06:00
init docs: move nommu-mmap.txt to admin-guide and rename to ReST 2020-06-26 11:33:35 -06:00
ipc
kernel docs: fix references for DMA*.txt files 2020-06-26 10:01:32 -06:00
lib
mm docs: move nommu-mmap.txt to admin-guide and rename to ReST 2020-06-26 11:33:35 -06:00
net net: dev: add a missing kernel-doc annotation 2020-06-26 10:00:20 -06:00
samples
scripts scripts/kernel-doc: optionally treat warnings as errors 2020-07-31 11:11:17 -06:00
security
sound
tools selftests/vm/keys: fix a broken reference at protection_keys.c 2020-06-26 10:01:12 -06:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap mailmap: add entry for <alobakin@marvell.com> 2020-07-31 11:07:42 -06:00
COPYING
CREDITS CREDITS: Replace HTTP links with HTTPS ones 2020-07-23 14:53:58 -06:00
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: adjust kprobes.rst entry to new location 2020-07-27 16:22:17 -06:00
Makefile
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.