Go to file
2025-07-18 07:57:11 -04:00
arch Import of kernel-5.14.0-570.26.1.el9_6 2025-07-18 07:57:11 -04:00
block Initial import of 5.14.0-570.25.1.el9_6 2025-07-14 21:16:13 +00:00
certs Initial import of 5.14.0-570.25.1.el9_6 2025-07-14 21:16:13 +00:00
configs Import of kernel-5.14.0-570.26.1.el9_6 2025-07-18 07:57:11 -04:00
crypto Initial import of 5.14.0-570.25.1.el9_6 2025-07-14 21:16:13 +00:00
Documentation Initial import of 5.14.0-570.25.1.el9_6 2025-07-14 21:16:13 +00:00
drivers Import of kernel-5.14.0-570.26.1.el9_6 2025-07-18 07:57:11 -04:00
fs Import of kernel-5.14.0-570.26.1.el9_6 2025-07-18 07:57:11 -04:00
include Import of kernel-5.14.0-570.26.1.el9_6 2025-07-18 07:57:11 -04:00
init Initial import of 5.14.0-570.25.1.el9_6 2025-07-14 21:16:13 +00:00
io_uring Initial import of 5.14.0-570.25.1.el9_6 2025-07-14 21:16:13 +00:00
ipc Initial import of 5.14.0-570.25.1.el9_6 2025-07-14 21:16:13 +00:00
kernel Initial import of 5.14.0-570.25.1.el9_6 2025-07-14 21:16:13 +00:00
lib Initial import of 5.14.0-570.25.1.el9_6 2025-07-14 21:16:13 +00:00
LICENSES Initial import of 5.14.0-570.25.1.el9_6 2025-07-14 21:16:13 +00:00
mm Import of kernel-5.14.0-570.26.1.el9_6 2025-07-18 07:57:11 -04:00
net Initial import of 5.14.0-570.25.1.el9_6 2025-07-14 21:16:13 +00:00
redhat Import of kernel-5.14.0-570.26.1.el9_6 2025-07-18 07:57:11 -04:00
samples Initial import of 5.14.0-570.25.1.el9_6 2025-07-14 21:16:13 +00:00
scripts Import of kernel-5.14.0-570.26.1.el9_6 2025-07-18 07:57:11 -04:00
security Initial import of 5.14.0-570.25.1.el9_6 2025-07-14 21:16:13 +00:00
sound Initial import of 5.14.0-570.25.1.el9_6 2025-07-14 21:16:13 +00:00
tools Initial import of 5.14.0-570.25.1.el9_6 2025-07-14 21:16:13 +00:00
usr Initial import of 5.14.0-570.25.1.el9_6 2025-07-14 21:16:13 +00:00
virt Import of kernel-5.14.0-570.26.1.el9_6 2025-07-18 07:57:11 -04:00
.clang-format Initial import of 5.14.0-570.25.1.el9_6 2025-07-14 21:16:13 +00:00
.cocciconfig Initial import of 5.14.0-570.25.1.el9_6 2025-07-14 21:16:13 +00:00
.get_maintainer.ignore Initial import of 5.14.0-570.25.1.el9_6 2025-07-14 21:16:13 +00:00
.gitattributes Initial import of 5.14.0-570.25.1.el9_6 2025-07-14 21:16:13 +00:00
.gitlab-ci.yml Initial import of 5.14.0-570.25.1.el9_6 2025-07-14 21:16:13 +00:00
.mailmap Initial import of 5.14.0-570.25.1.el9_6 2025-07-14 21:16:13 +00:00
.scmversion Initial import of 5.14.0-570.25.1.el9_6 2025-07-14 21:16:13 +00:00
COPYING-5.14.0-570.26.1.el9 Import of kernel-5.14.0-570.26.1.el9_6 2025-07-18 07:57:11 -04:00
CREDITS Initial import of 5.14.0-570.25.1.el9_6 2025-07-14 21:16:13 +00:00
Kbuild Initial import of 5.14.0-570.25.1.el9_6 2025-07-14 21:16:13 +00:00
Kconfig Initial import of 5.14.0-570.25.1.el9_6 2025-07-14 21:16:13 +00:00
Kconfig.redhat Initial import of 5.14.0-570.25.1.el9_6 2025-07-14 21:16:13 +00:00
MAINTAINERS Initial import of 5.14.0-570.25.1.el9_6 2025-07-14 21:16:13 +00:00
makefile Initial import of 5.14.0-570.25.1.el9_6 2025-07-14 21:16:13 +00:00
Makefile Initial import of 5.14.0-570.25.1.el9_6 2025-07-14 21:16:13 +00:00
Makefile.rhelver Import of kernel-5.14.0-570.26.1.el9_6 2025-07-18 07:57:11 -04:00
README Initial import of 5.14.0-570.25.1.el9_6 2025-07-14 21:16:13 +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 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.