Go to file
2025-09-05 16:58:25 +00:00
arch Import of kernel-6.12.0-55.27.1.el10_0 2025-09-05 16:58:25 +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 Import of kernel-6.12.0-55.27.1.el10_0 2025-09-05 16:58:25 +00:00
Documentation Import of kernel-6.12.0-55.27.1.el10_0 2025-09-05 16:58:25 +00:00
drivers Import of kernel-6.12.0-55.27.1.el10_0 2025-09-05 16:58:25 +00:00
fs Import of kernel-6.12.0-55.27.1.el10_0 2025-09-05 16:58:25 +00:00
include Import of kernel-6.12.0-55.27.1.el10_0 2025-09-05 16:58:25 +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 Import of kernel-6.12.0-55.25.1.el10_0 2025-09-05 16:49:26 +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 Import of kernel-6.12.0-55.27.1.el10_0 2025-09-05 16:58:25 +00:00
net Import of kernel-6.12.0-55.25.1.el10_0 2025-09-05 16:49:26 +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 Import of kernel-6.12.0-55.21.1.el10_0 2025-09-05 15:33:03 +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 Import of kernel-6.12.0-55.27.1.el10_0 2025-09-05 16:58:25 +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.27.1.el10 Import of kernel-6.12.0-55.27.1.el10_0 2025-09-05 16:58:25 +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 Import of kernel-6.12.0-55.27.1.el10_0 2025-09-05 16:58:25 +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.