Go to file
2025-12-23 20:06:59 +08:00
arch [feat] fisrst commit of linux-6.18.2 2025-12-23 20:06:59 +08:00
block [feat] fisrst commit of linux-6.18.2 2025-12-23 20:06:59 +08:00
certs [feat] fisrst commit of linux-6.18.2 2025-12-23 20:06:59 +08:00
crypto [feat] fisrst commit of linux-6.18.2 2025-12-23 20:06:59 +08:00
Documentation [feat] fisrst commit of linux-6.18.2 2025-12-23 20:06:59 +08:00
drivers [feat] fisrst commit of linux-6.18.2 2025-12-23 20:06:59 +08:00
fs [feat] fisrst commit of linux-6.18.2 2025-12-23 20:06:59 +08:00
include [feat] fisrst commit of linux-6.18.2 2025-12-23 20:06:59 +08:00
init [feat] fisrst commit of linux-6.18.2 2025-12-23 20:06:59 +08:00
io_uring [feat] fisrst commit of linux-6.18.2 2025-12-23 20:06:59 +08:00
ipc [feat] fisrst commit of linux-6.18.2 2025-12-23 20:06:59 +08:00
kernel [feat] fisrst commit of linux-6.18.2 2025-12-23 20:06:59 +08:00
lib [feat] fisrst commit of linux-6.18.2 2025-12-23 20:06:59 +08:00
LICENSES [feat] fisrst commit of linux-6.18.2 2025-12-23 20:06:59 +08:00
mm [feat] fisrst commit of linux-6.18.2 2025-12-23 20:06:59 +08:00
net [feat] fisrst commit of linux-6.18.2 2025-12-23 20:06:59 +08:00
rust [feat] fisrst commit of linux-6.18.2 2025-12-23 20:06:59 +08:00
samples [feat] fisrst commit of linux-6.18.2 2025-12-23 20:06:59 +08:00
scripts [feat] fisrst commit of linux-6.18.2 2025-12-23 20:06:59 +08:00
security [feat] fisrst commit of linux-6.18.2 2025-12-23 20:06:59 +08:00
sound [feat] fisrst commit of linux-6.18.2 2025-12-23 20:06:59 +08:00
tools [feat] fisrst commit of linux-6.18.2 2025-12-23 20:06:59 +08:00
usr [feat] fisrst commit of linux-6.18.2 2025-12-23 20:06:59 +08:00
virt [feat] fisrst commit of linux-6.18.2 2025-12-23 20:06:59 +08:00
.clang-format [feat] fisrst commit of linux-6.18.2 2025-12-23 20:06:59 +08:00
.clippy.toml [feat] fisrst commit of linux-6.18.2 2025-12-23 20:06:59 +08:00
.cocciconfig [feat] fisrst commit of linux-6.18.2 2025-12-23 20:06:59 +08:00
.editorconfig [feat] fisrst commit of linux-6.18.2 2025-12-23 20:06:59 +08:00
.get_maintainer.ignore [feat] fisrst commit of linux-6.18.2 2025-12-23 20:06:59 +08:00
.gitattributes [feat] fisrst commit of linux-6.18.2 2025-12-23 20:06:59 +08:00
.gitignore [feat] fisrst commit of linux-6.18.2 2025-12-23 20:06:59 +08:00
.mailmap [feat] fisrst commit of linux-6.18.2 2025-12-23 20:06:59 +08:00
.pylintrc [feat] fisrst commit of linux-6.18.2 2025-12-23 20:06:59 +08:00
.rustfmt.toml [feat] fisrst commit of linux-6.18.2 2025-12-23 20:06:59 +08:00
COPYING [feat] fisrst commit of linux-6.18.2 2025-12-23 20:06:59 +08:00
CREDITS [feat] fisrst commit of linux-6.18.2 2025-12-23 20:06:59 +08:00
Kbuild [feat] fisrst commit of linux-6.18.2 2025-12-23 20:06:59 +08:00
Kconfig [feat] fisrst commit of linux-6.18.2 2025-12-23 20:06:59 +08:00
MAINTAINERS [feat] fisrst commit of linux-6.18.2 2025-12-23 20:06:59 +08:00
Makefile [feat] fisrst commit of linux-6.18.2 2025-12-23 20:06:59 +08:00
README [feat] fisrst commit of linux-6.18.2 2025-12-23 20:06:59 +08: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.