|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | - | - |
| Documentation/ | H | - | - | 1,990,005 | 1,568,033 |
| LICENSES/ | H | - | - | 4,559 | 3,749 |
| arch/ | H | - | - | 7,074,718 | 5,465,932 |
| block/ | H | - | - | 194,526 | 123,365 |
| certs/ | H | - | - | 1,641 | 1,137 |
| crypto/ | H | - | - | 150,396 | 124,359 |
| drivers/ | H | - | - | 38,515,337 | 29,229,179 |
| fs/ | H | - | - | 4,093,190 | 2,961,125 |
| include/ | H | - | - | 2,130,208 | 1,292,561 |
| init/ | H | - | - | 17,615 | 13,777 |
| io_uring/ | H | - | - | 72,948 | 54,779 |
| ipc/ | H | - | - | 11,692 | 8,164 |
| kernel/ | H | - | - | 1,315,854 | 843,323 |
| lib/ | H | - | - | 333,342 | 249,323 |
| mm/ | H | - | - | 599,285 | 377,819 |
| net/ | H | - | - | 2,247,065 | 1,660,863 |
| rust/ | H | - | - | 58,019 | 26,538 |
| samples/ | H | - | - | 46,830 | 33,853 |
| scripts/ | H | - | - | 171,306 | 125,773 |
| security/ | H | - | - | 180,649 | 118,241 |
| sound/ | H | - | - | 2,229,830 | 1,752,534 |
| tools/ | H | - | - | 2,292,272 | 1,844,171 |
| usr/ | H | - | - | 1,593 | 1,249 |
| virt/ | H | - | - | 10,691 | 7,295 |
| .clang-format | H A D | 05-Jun-2025 | 23.7 KiB | 805 | 800 |
| .clippy.toml | H A D | 05-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 | 05-Feb-2025 | 229 | | |
| .gitattributes | H A D | 07-Nov-2023 | 105 | 6 | 5 |
| .gitignore | H A D | 02-Jun-2025 | 2.2 KiB | 185 | 162 |
| .mailmap | H A D | 28-Jun-2025 | 48.2 KiB | 838 | 837 |
| .pylintrc | H A D | 27-May-2025 | 85 | 3 | 2 |
| .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 | 26-Jun-2025 | 104 KiB | 4,506 | 3,878 |
| Kbuild | H A D | 02-Jun-2025 | 2.6 KiB | | |
| Kconfig | H A D | 02-Jun-2025 | 582 | | |
| MAINTAINERS | H A D | Today | 819.2 KiB | 27,491 | 24,421 |
| Makefile | H A D | 26-Jun-2025 | 69.1 KiB | 2,152 | 1,342 |
| 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