xref: /linux/
Name Date Size #Lines LOC

..--

Documentation/H--2,124,9021,675,409

LICENSES/H--4,5563,745

arch/H--7,596,8625,853,909

block/H--226,147142,649

certs/H--1,6411,137

crypto/H--197,995169,414

drivers/H--42,153,86731,913,796

fs/H--4,494,8933,240,327

include/H--2,328,9021,416,686

init/H--17,69013,836

io_uring/H--73,99755,613

ipc/H--11,6918,164

kernel/H--1,379,520885,678

lib/H--394,125295,757

mm/H--624,641393,984

net/H--2,312,0421,710,278

rust/H--69,80532,188

samples/H--48,61235,109

scripts/H--173,869127,849

security/H--226,372148,011

sound/H--2,346,8181,846,631

tools/H--2,742,4822,224,068

usr/H--1,6781,315

virt/H--10,9397,401

.clang-formatH A D16-Oct-202523.6 KiB

.clippy.tomlH A D29-Jun-2025374 128

.cocciconfigH A D16-Dec-201659 43

.editorconfigH A D05-Feb-2025575

.get_maintainer.ignoreH A D16-Oct-2025270 87

.gitattributesH A D07-Nov-2023105 65

.gitignoreH A D16-Oct-20252.2 KiB

.mailmapH A D22-Oct-202550 KiB863862

.pylintrcH A D16-Oct-2025103

.rustfmt.tomlH A D14-Dec-2022369 1311

COPYINGH A D06-Jun-2020496 2111

CREDITSH A D16-Oct-2025104.5 KiB4,5343,900

KbuildH A D16-Oct-20252.8 KiB11281

KconfigH A D28-May-2025582

MAINTAINERSH A DToday847.4 KiB28,38325,223

MakefileH A D20-Oct-202569.3 KiB2,1591,350

READMEH A D15-Jul-2024726 1913

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