|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | - | - |
| Documentation/ | H | - | - | 2,078,539 | 1,638,821 |
| LICENSES/ | H | - | - | 4,556 | 3,745 |
| arch/ | H | - | - | 7,347,544 | 5,676,045 |
| block/ | H | - | - | 213,856 | 134,535 |
| certs/ | H | - | - | 1,641 | 1,137 |
| crypto/ | H | - | - | 158,679 | 131,175 |
| drivers/ | H | - | - | 40,883,069 | 30,977,095 |
| fs/ | H | - | - | 4,450,167 | 3,214,255 |
| include/ | H | - | - | 2,247,492 | 1,367,214 |
| init/ | H | - | - | 17,643 | 13,801 |
| io_uring/ | H | - | - | 73,847 | 55,504 |
| ipc/ | H | - | - | 11,692 | 8,164 |
| kernel/ | H | - | - | 1,367,483 | 877,472 |
| lib/ | H | - | - | 379,616 | 284,258 |
| mm/ | H | - | - | 605,907 | 382,089 |
| net/ | H | - | - | 2,305,861 | 1,705,374 |
| rust/ | H | - | - | 65,544 | 29,864 |
| samples/ | H | - | - | 48,158 | 34,724 |
| scripts/ | H | - | - | 172,339 | 126,637 |
| security/ | H | - | - | 219,733 | 143,990 |
| sound/ | H | - | - | 2,341,079 | 1,842,402 |
| tools/ | H | - | - | 2,689,540 | 2,184,627 |
| usr/ | H | - | - | 1,593 | 1,249 |
| virt/ | H | - | - | 10,808 | 7,307 |
| .clang-format | H A D | 06-Aug-2025 | 23.7 KiB | 805 | 800 |
| .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 | 05-Feb-2025 | 229 | | |
| .gitattributes | H A D | 07-Nov-2023 | 105 | 6 | 5 |
| .gitignore | H A D | 11-Aug-2025 | 2.2 KiB | | |
| .mailmap | H A D | 22-Aug-2025 | 48.9 KiB | | |
| .pylintrc | H A D | 06-Aug-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 | 29-Aug-2025 | 104.3 KiB | 4,523 | 3,891 |
| Kbuild | H A D | 28-May-2025 | 2.6 KiB | | |
| Kconfig | H A D | 28-May-2025 | 582 | | |
| MAINTAINERS | H A D | 29-Aug-2025 | 832.2 KiB | 27,897 | 24,792 |
| Makefile | H A D | 24-Aug-2025 | 69.4 KiB | 2,160 | 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