|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | - | - |
| Documentation/ | | 01-Feb-2023 | - | 1,223,131 | 966,462 |
| LICENSES/ | | 01-Feb-2023 | - | 4,168 | 3,433 |
| arch/ | | 01-Feb-2023 | - | 4,009,306 | 3,056,317 |
| block/ | | 01-Feb-2023 | - | 66,479 | 41,795 |
| certs/ | | 01-Feb-2023 | - | 1,260 | 886 |
| crypto/ | | 01-Feb-2023 | - | 109,415 | 91,239 |
| drivers/ | | 01-Feb-2023 | - | 22,117,909 | 16,955,474 |
| fs/ | | 01-Feb-2023 | - | 1,481,616 | 1,063,782 |
| include/ | | 01-Feb-2023 | - | 1,196,813 | 735,122 |
| init/ | | 01-Feb-2023 | - | 6,388 | 4,868 |
| io_uring/ | | 01-Feb-2023 | - | 17,068 | 13,033 |
| ipc/ | | 01-Feb-2023 | - | 9,899 | 6,825 |
| kernel/ | | 01-Feb-2023 | - | 439,628 | 285,858 |
| lib/ | | 01-Feb-2023 | - | 230,105 | 172,398 |
| mm/ | | 01-Feb-2023 | - | 182,910 | 116,226 |
| net/ | | 01-Feb-2023 | - | 1,240,347 | 912,266 |
| rust/ | | 01-Feb-2023 | - | 10,674 | 5,028 |
| samples/ | | 01-Feb-2023 | - | 40,889 | 30,008 |
| scripts/ | | 01-Feb-2023 | - | 105,220 | 77,472 |
| security/ | | 01-Feb-2023 | - | 108,869 | 74,004 |
| sound/ | | 01-Feb-2023 | - | 1,437,945 | 1,121,647 |
| tools/ | | 01-Feb-2023 | - | 1,572,884 | 1,279,082 |
| usr/ | | 01-Feb-2023 | - | 1,582 | 1,238 |
| virt/ | | 01-Feb-2023 | - | 9,427 | 6,543 |
| .clang-format | D | 01-Feb-2023 | 19.9 KiB | 685 | 680 |
| .cocciconfig | D | 01-Feb-2023 | 59 | 4 | 3 |
| .get_maintainer.ignore | D | 01-Feb-2023 | 151 | 5 | 4 |
| .gitattributes | D | 01-Feb-2023 | 62 | 5 | 4 |
| .gitignore | D | 01-Feb-2023 | 2 KiB | 171 | 149 |
| .mailmap | D | 01-Feb-2023 | 24.6 KiB | 456 | 455 |
| .rustfmt.toml | D | 01-Feb-2023 | 369 | 13 | 11 |
| COPYING | D | 01-Feb-2023 | 496 | 21 | 11 |
| CREDITS | D | 01-Feb-2023 | 99.3 KiB | 4,284 | 3,705 |
| Kbuild | D | 01-Feb-2023 | 2.5 KiB | 100 | 74 |
| Kconfig | D | 01-Feb-2023 | 555 | 33 | 19 |
| MAINTAINERS | D | 01-Feb-2023 | 672.4 KiB | 22,839 | 20,203 |
| Makefile | D | 01-Feb-2023 | 69.6 KiB | 2,136 | 1,308 |
| README | D | 01-Feb-2023 | 727 | 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 Restructured Text 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