xref: /linux/
Name Date Size #Lines LOC

..--

Documentation/H--1,990,4421,568,361

LICENSES/H--4,5593,749

arch/H--7,078,0975,468,852

block/H--194,526123,365

certs/H--1,6411,137

crypto/H--150,396124,359

drivers/H--38,574,09329,270,561

fs/H--4,122,3422,982,308

include/H--2,131,3431,293,221

init/H--17,61513,777

io_uring/H--72,94954,780

ipc/H--11,6928,164

kernel/H--1,317,979844,641

lib/H--333,344249,325

mm/H--599,278377,813

net/H--2,250,0731,663,149

rust/H--58,01926,538

samples/H--46,83033,853

scripts/H--171,306125,773

security/H--180,649118,241

sound/H--2,229,8301,752,534

tools/H--2,297,2501,848,121

usr/H--1,5931,249

virt/H--10,6917,295

.clang-formatH A D05-Jun-202523.7 KiB805800

.clippy.tomlH A D05-Jun-2025374 128

.cocciconfigH A D16-Dec-201659 43

.editorconfigH A D05-Feb-2025575

.get_maintainer.ignoreH A D05-Feb-2025229

.gitattributesH A D07-Nov-2023105 65

.gitignoreH A D02-Jun-20252.2 KiB185162

.mailmapH A D28-Jun-202548.2 KiB838837

.pylintrcH A D27-May-202585 32

.rustfmt.tomlH A D14-Dec-2022369 1311

COPYINGH A D06-Jun-2020496 2111

CREDITSH A D26-Jun-2025104 KiB4,5063,878

KbuildH A D02-Jun-20252.6 KiB

KconfigH A D02-Jun-2025582

MAINTAINERSH A D03-Jul-2025819.4 KiB27,49524,425

MakefileH A D29-Jun-202569.1 KiB2,1521,342

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