xref: /linux/
Name
Date
Size
#Lines
LOC

..--

Documentation/H--1,877,0841,475,888

LICENSES/H--4,4293,632

arch/H--6,436,1484,976,481

block/H--177,226112,093

certs/H--1,6411,137

crypto/H--132,425109,423

drivers/H--35,850,37927,246,071

fs/H--3,627,0332,620,971

include/H--1,993,3821,210,546

init/H--14,65511,340

io_uring/H--66,15949,690

ipc/H--11,6898,161

kernel/H--1,260,819809,132

lib/H--311,612234,453

mm/H--491,243309,433

net/H--2,187,5451,616,925

rust/H--32,80614,746

samples/H--45,60632,945

scripts/H--153,953112,787

security/H--174,887114,077

sound/H--1,992,1331,564,212

tools/H--2,219,3391,790,397

usr/H--1,5891,246

virt/H--10,6987,299

.clang-formatH A D05-Feb-202522.3 KiB765760

.clippy.tomlH A D08-Apr-2025352

.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 D08-Apr-20252.2 KiB

.mailmapH A D08-Apr-202545.6 KiB794793

.rustfmt.tomlH A D14-Dec-2022369 1311

COPYINGH A D06-Jun-2020496 2111

CREDITSH A D08-Apr-2025103.8 KiB4,4973,871

KbuildH A D08-Apr-20252.6 KiB

KconfigH A D08-Apr-2025582

MAINTAINERSH A D08-Apr-2025796.4 KiB26,75223,745

MakefileH A DToday69.4 KiB2,1581,349

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