Go to file
2025-07-14 21:26:21 +00:00
arch Initial import of 6.12.0-55.20.1.el10_0 2025-07-14 21:26:21 +00:00
block Initial import of 6.12.0-55.20.1.el10_0 2025-07-14 21:26:21 +00:00
certs Initial import of 6.12.0-55.20.1.el10_0 2025-07-14 21:26:21 +00:00
configs Initial import of 6.12.0-55.20.1.el10_0 2025-07-14 21:26:21 +00:00
crypto Initial import of 6.12.0-55.20.1.el10_0 2025-07-14 21:26:21 +00:00
Documentation Initial import of 6.12.0-55.20.1.el10_0 2025-07-14 21:26:21 +00:00
drivers Initial import of 6.12.0-55.20.1.el10_0 2025-07-14 21:26:21 +00:00
fs Initial import of 6.12.0-55.20.1.el10_0 2025-07-14 21:26:21 +00:00
include Initial import of 6.12.0-55.20.1.el10_0 2025-07-14 21:26:21 +00:00
init Initial import of 6.12.0-55.20.1.el10_0 2025-07-14 21:26:21 +00:00
io_uring Initial import of 6.12.0-55.20.1.el10_0 2025-07-14 21:26:21 +00:00
ipc Initial import of 6.12.0-55.20.1.el10_0 2025-07-14 21:26:21 +00:00
kernel Initial import of 6.12.0-55.20.1.el10_0 2025-07-14 21:26:21 +00:00
lib Initial import of 6.12.0-55.20.1.el10_0 2025-07-14 21:26:21 +00:00
LICENSES Initial import of 6.12.0-55.20.1.el10_0 2025-07-14 21:26:21 +00:00
mm Initial import of 6.12.0-55.20.1.el10_0 2025-07-14 21:26:21 +00:00
net Initial import of 6.12.0-55.20.1.el10_0 2025-07-14 21:26:21 +00:00
redhat Initial import of 6.12.0-55.20.1.el10_0 2025-07-14 21:26:21 +00:00
rust Initial import of 6.12.0-55.20.1.el10_0 2025-07-14 21:26:21 +00:00
samples Initial import of 6.12.0-55.20.1.el10_0 2025-07-14 21:26:21 +00:00
scripts Initial import of 6.12.0-55.20.1.el10_0 2025-07-14 21:26:21 +00:00
security Initial import of 6.12.0-55.20.1.el10_0 2025-07-14 21:26:21 +00:00
sound Initial import of 6.12.0-55.20.1.el10_0 2025-07-14 21:26:21 +00:00
tools Initial import of 6.12.0-55.20.1.el10_0 2025-07-14 21:26:21 +00:00
usr Initial import of 6.12.0-55.20.1.el10_0 2025-07-14 21:26:21 +00:00
virt Initial import of 6.12.0-55.20.1.el10_0 2025-07-14 21:26:21 +00:00
.clang-format Initial import of 6.12.0-55.20.1.el10_0 2025-07-14 21:26:21 +00:00
.cocciconfig Initial import of 6.12.0-55.20.1.el10_0 2025-07-14 21:26:21 +00:00
.editorconfig Initial import of 6.12.0-55.20.1.el10_0 2025-07-14 21:26:21 +00:00
.get_maintainer.ignore Initial import of 6.12.0-55.20.1.el10_0 2025-07-14 21:26:21 +00:00
.gitattributes Initial import of 6.12.0-55.20.1.el10_0 2025-07-14 21:26:21 +00:00
.gitlab-ci.yml Initial import of 6.12.0-55.20.1.el10_0 2025-07-14 21:26:21 +00:00
.mailmap Initial import of 6.12.0-55.20.1.el10_0 2025-07-14 21:26:21 +00:00
.rustfmt.toml Initial import of 6.12.0-55.20.1.el10_0 2025-07-14 21:26:21 +00:00
COPYING-6.12.0-55.20.1.el10 Initial import of 6.12.0-55.20.1.el10_0 2025-07-14 21:26:21 +00:00
CREDITS Initial import of 6.12.0-55.20.1.el10_0 2025-07-14 21:26:21 +00:00
Kbuild Initial import of 6.12.0-55.20.1.el10_0 2025-07-14 21:26:21 +00:00
Kconfig Initial import of 6.12.0-55.20.1.el10_0 2025-07-14 21:26:21 +00:00
Kconfig.redhat Initial import of 6.12.0-55.20.1.el10_0 2025-07-14 21:26:21 +00:00
MAINTAINERS Initial import of 6.12.0-55.20.1.el10_0 2025-07-14 21:26:21 +00:00
makefile Initial import of 6.12.0-55.20.1.el10_0 2025-07-14 21:26:21 +00:00
Makefile Initial import of 6.12.0-55.20.1.el10_0 2025-07-14 21:26:21 +00:00
Makefile.rhelver Initial import of 6.12.0-55.20.1.el10_0 2025-07-14 21:26:21 +00:00
README Initial import of 6.12.0-55.20.1.el10_0 2025-07-14 21:26:21 +00:00

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 reStructuredText 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.