|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | - | - |
| Documentation/ | H | - | - | 2,124,902 | 1,675,409 |
| LICENSES/ | H | - | - | 4,556 | 3,745 |
| arch/ | H | - | - | 7,596,862 | 5,853,909 |
| block/ | H | - | - | 226,147 | 142,649 |
| certs/ | H | - | - | 1,641 | 1,137 |
| crypto/ | H | - | - | 197,995 | 169,414 |
| drivers/ | H | - | - | 42,153,867 | 31,913,796 |
| fs/ | H | - | - | 4,494,893 | 3,240,327 |
| include/ | H | - | - | 2,328,902 | 1,416,686 |
| init/ | H | - | - | 17,690 | 13,836 |
| io_uring/ | H | - | - | 73,997 | 55,613 |
| ipc/ | H | - | - | 11,691 | 8,164 |
| kernel/ | H | - | - | 1,379,520 | 885,678 |
| lib/ | H | - | - | 394,125 | 295,757 |
| mm/ | H | - | - | 624,641 | 393,984 |
| net/ | H | - | - | 2,312,042 | 1,710,278 |
| rust/ | H | - | - | 69,805 | 32,188 |
| samples/ | H | - | - | 48,612 | 35,109 |
| scripts/ | H | - | - | 173,869 | 127,849 |
| security/ | H | - | - | 226,372 | 148,011 |
| sound/ | H | - | - | 2,346,818 | 1,846,631 |
| tools/ | H | - | - | 2,742,482 | 2,224,068 |
| usr/ | H | - | - | 1,678 | 1,315 |
| virt/ | H | - | - | 10,939 | 7,401 |
| .clang-format | H A D | 16-Oct-2025 | 23.6 KiB | | |
| .clippy.toml | H A D | 29-Jun-2025 | 374 | 12 | 8 |
| .cocciconfig | H A D | 16-Dec-2016 | 59 | 4 | 3 |
| .editorconfig | H A D | 05-Feb-2025 | 575 | | |
| .get_maintainer.ignore | H A D | 16-Oct-2025 | 270 | 8 | 7 |
| .gitattributes | H A D | 07-Nov-2023 | 105 | 6 | 5 |
| .gitignore | H A D | 16-Oct-2025 | 2.2 KiB | | |
| .mailmap | H A D | 22-Oct-2025 | 50 KiB | 863 | 862 |
| .pylintrc | H A D | 16-Oct-2025 | 103 | | |
| .rustfmt.toml | H A D | 14-Dec-2022 | 369 | 13 | 11 |
| COPYING | H A D | 06-Jun-2020 | 496 | 21 | 11 |
| CREDITS | H A D | 16-Oct-2025 | 104.5 KiB | 4,534 | 3,900 |
| Kbuild | H A D | 16-Oct-2025 | 2.8 KiB | 112 | 81 |
| Kconfig | H A D | 28-May-2025 | 582 | | |
| MAINTAINERS | H A D | Today | 847.4 KiB | 28,383 | 25,223 |
| Makefile | H A D | 20-Oct-2025 | 69.3 KiB | 2,159 | 1,350 |
| README | H A D | 15-Jul-2024 | 726 | 19 | 13 |
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