xref: /linux/
Name Date Size #Lines LOC

..--

Documentation/H--2,078,5391,638,821

LICENSES/H--4,5563,745

arch/H--7,347,5445,676,045

block/H--213,856134,535

certs/H--1,6411,137

crypto/H--158,679131,175

drivers/H--40,883,06930,977,095

fs/H--4,450,1673,214,255

include/H--2,247,4921,367,214

init/H--17,64313,801

io_uring/H--73,84755,504

ipc/H--11,6928,164

kernel/H--1,367,483877,472

lib/H--379,616284,258

mm/H--605,907382,089

net/H--2,305,8611,705,374

rust/H--65,54429,864

samples/H--48,15834,724

scripts/H--172,339126,637

security/H--219,733143,990

sound/H--2,341,0791,842,402

tools/H--2,689,5402,184,627

usr/H--1,5931,249

virt/H--10,8087,307

.clang-formatH A D06-Aug-202523.7 KiB805800

.clippy.tomlH A D29-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 D11-Aug-20252.2 KiB

.mailmapH A D22-Aug-202548.9 KiB

.pylintrcH A D06-Aug-202585 32

.rustfmt.tomlH A D14-Dec-2022369 1311

COPYINGH A D06-Jun-2020496 2111

CREDITSH A D29-Aug-2025104.3 KiB4,5233,891

KbuildH A D28-May-20252.6 KiB

KconfigH A D28-May-2025582

MAINTAINERSH A D29-Aug-2025832.2 KiB27,89724,792

MakefileH A D24-Aug-202569.4 KiB2,1601,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