Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
Documentation/ | H | - | - | |||
LICENSES/ | H | - | - | |||
arch/ | H | - | - | |||
block/ | H | - | - | |||
certs/ | H | - | - | |||
crypto/ | H | - | - | |||
drivers/ | H | - | - | |||
fs/ | H | - | - | |||
include/ | H | - | - | |||
init/ | H | - | - | |||
io_uring/ | H | - | - | |||
ipc/ | H | - | - | |||
kernel/ | H | - | - | |||
lib/ | H | - | - | |||
mm/ | H | - | - | |||
net/ | H | - | - | |||
rust/ | H | - | - | |||
samples/ | H | - | - | |||
scripts/ | H | - | - | |||
security/ | H | - | - | |||
sound/ | H | - | - | |||
tools/ | H | - | - | |||
usr/ | H | - | - | |||
virt/ | H | - | - | |||
.clang-format | H A D | 05-Feb-2025 | 22.3 KiB | |||
.clippy.toml | H A D | 05-Feb-2025 | 352 | |||
.cocciconfig | H A D | 16-Dec-2016 | 59 | |||
.editorconfig | H A D | 05-Feb-2025 | 575 | |||
.get_maintainer.ignore | H A D | 05-Feb-2025 | 229 | |||
.gitattributes | H A D | 07-Nov-2023 | 105 | |||
.gitignore | H A D | 05-Feb-2025 | 2.1 KiB | |||
.mailmap | H A D | Today | 45.5 KiB | |||
.rustfmt.toml | H A D | 14-Dec-2022 | 369 | |||
COPYING | H A D | 06-Jun-2020 | 496 | |||
CREDITS | H A D | Today | 103.7 KiB | |||
Kbuild | H A D | 29-Mar-2025 | 2.6 KiB | |||
Kconfig | H A D | 28-Mar-2025 | 582 | |||
MAINTAINERS | H A D | Today | 795.1 KiB | |||
Makefile | H A D | 25-Mar-2025 | 69 KiB | |||
README | H A D | 15-Jul-2024 | 726 |
README
1Linux kernel 2============ 3 4There are several guides for kernel developers and users. These guides can 5be rendered in a number of formats, like HTML and PDF. Please read 6Documentation/admin-guide/README.rst first. 7 8In order to build the documentation, use ``make htmldocs`` or 9``make pdfdocs``. The formatted documentation can also be read online at: 10 11 https://www.kernel.org/doc/html/latest/ 12 13There are various text files in the Documentation/ subdirectory, 14several of them using the reStructuredText markup notation. 15 16Please read the Documentation/process/changes.rst file, as it contains the 17requirements for building and running the kernel, and information about 18the problems which may result by upgrading your kernel. 19