Go to file
Alexey Dobriyan 70e79866ab ELF: fix all "Elf" typos
ELF is acronym and therefore should be spelled in all caps.

I left one exception at Documentation/arm/nwfpe/nwfpe.rst which looks like
being written in the first person.

Link: https://lkml.kernel.org/r/Y/3wGWQviIOkyLJW@p183
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
2023-04-08 13:45:37 -07:00
arch ELF: fix all "Elf" typos 2023-04-08 13:45:37 -07:00
block
certs
crypto
Documentation kcov: improve documentation 2023-04-08 13:45:36 -07:00
drivers ELF: fix all "Elf" typos 2023-04-08 13:45:37 -07:00
fs ELF: fix all "Elf" typos 2023-04-08 13:45:37 -07:00
include ACPI fixes for 6.3-rc6 2023-04-07 13:32:54 -07:00
init
io_uring
ipc
kernel tracing: Free error logs of tracing instances 2023-04-05 09:54:37 -04:00
lib ELF: fix all "Elf" typos 2023-04-08 13:45:37 -07:00
LICENSES
mm mm: uninline kstrdup() 2023-04-08 13:45:37 -07:00
net Including fixes from wireless and can. 2023-04-06 11:39:07 -07:00
rust
samples
scripts scripts/gdb: support getting current task struct in UML 2023-04-08 13:45:37 -07:00
security
sound ELF: fix all "Elf" typos 2023-04-08 13:45:37 -07:00
tools ELF: fix all "Elf" typos 2023-04-08 13:45:37 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
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.