xref: /linux/
Name Date Size #Lines LOC

..--

Documentation/H--1,990,0051,568,033

LICENSES/H--4,5593,749

arch/H--7,074,7185,465,932

block/H--194,526123,365

certs/H--1,6411,137

crypto/H--150,396124,359

drivers/H--38,515,33729,229,179

fs/H--4,093,1902,961,125

include/H--2,130,2081,292,561

init/H--17,61513,777

io_uring/H--72,94854,779

ipc/H--11,6928,164

kernel/H--1,315,854843,323

lib/H--333,342249,323

mm/H--599,285377,819

net/H--2,247,0651,660,863

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,292,2721,844,171

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 DToday819.2 KiB27,49124,421

MakefileH A D26-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