xref: /linux/
Name Date Size #Lines LOC

..--

Documentation/H--1,994,3411,571,326

LICENSES/H--4,5593,749

arch/H--7,098,3435,482,380

block/H--194,526123,365

certs/H--1,6411,137

crypto/H--150,396124,359

drivers/H--38,636,42629,318,910

fs/H--4,124,8762,984,143

include/H--2,134,2641,294,743

init/H--17,61913,781

io_uring/H--72,94554,776

ipc/H--11,6928,164

kernel/H--1,318,699845,070

lib/H--333,348249,328

mm/H--599,264377,811

net/H--2,250,9121,663,741

rust/H--58,19526,651

samples/H--46,95933,953

scripts/H--171,595125,987

security/H--180,649118,241

sound/H--2,231,4381,753,704

tools/H--2,297,4201,848,252

usr/H--1,5931,249

virt/H--10,7617,349

.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 D13-Jul-202548.3 KiB839838

.pylintrcH A D27-May-202585 32

.rustfmt.tomlH A D14-Dec-2022369 1311

COPYINGH A D06-Jun-2020496 2111

CREDITSH A D04-Jul-2025104 KiB4,5063,878

KbuildH A D02-Jun-20252.6 KiB

KconfigH A D02-Jun-2025582

MAINTAINERSH A D13-Jul-2025818.9 KiB27,48324,414

MakefileH A D13-Jul-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