xref: /linux/ !
Name Date Size #Lines LOC

..--

Documentation/H28-Oct-2025-1,600,8101,250,495

LICENSES/H28-Oct-2025-4,5563,745

arch/H06-Nov-2025-4,617,3253,577,269

block/H04-Nov-2025-71,30944,734

certs/H28-Oct-2025-1,379959

crypto/H28-Oct-2025-112,42593,363

drivers/H28-Oct-2025-25,446,08819,628,094

fs/H28-Oct-2025-1,577,5541,129,469

include/H28-Oct-2025-1,398,347859,589

init/H28-Oct-2025-6,9155,332

io_uring/H08-Nov-2025-24,66218,807

ipc/H28-Oct-2025-9,9366,842

kernel/H11-Nov-2025-528,033341,202

lib/H11-Nov-2025-309,158230,939

mm/H11-Nov-2025-213,541135,629

net/H28-Oct-2025-1,317,854970,345

rust/HToday-51,94124,714

samples/H28-Oct-2025-42,53530,902

scripts/H11-Nov-2025-126,13891,326

security/H28-Oct-2025-124,68082,398

sound/H28-Oct-2025-1,614,5931,264,262

tools/H28-Oct-2025-2,228,1081,812,831

usr/H28-Oct-2025-1,6791,315

virt/H28-Oct-2025-10,9987,423

.clang-formatH A D28-Oct-202523.6 KiB804799

.clippy.tomlH A D28-Oct-2025374 128

.cocciconfigH A D28-Oct-202559 43

.editorconfigH A D28-Oct-2025575 3024

.get_maintainer.ignoreH A D28-Oct-2025270 87

.gitattributesH A D28-Oct-2025105 65

.gitignoreH A D28-Oct-20252.2 KiB186163

.mailmapH A D10-Nov-202550.1 KiB865864

.pylintrcH A D28-Oct-2025103 32

.rustfmt.tomlH A D28-Oct-2025369 1311

COPYINGH A D28-Oct-2025496 2111

CREDITSH A D04-Nov-2025104.6 KiB4,5383,903

KbuildH A D28-Oct-20252.8 KiB11281

KconfigH A D28-Oct-2025582 3520

MAINTAINERSH A DToday848 KiB28,40225,241

MakefileH A D09-Nov-202569.3 KiB2,1591,350

READMEH A D28-Oct-2025726 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