xref: /linux/
Name Date Size #Lines LOC

..--

Documentation/H--1,803,7761,415,133

LICENSES/H--4,4293,632

arch/H--5,964,5584,608,841

block/H--155,82397,981

certs/H--1,6411,137

crypto/H--130,187107,592

drivers/H--33,951,00925,842,673

fs/H--3,249,2902,341,174

include/H--1,847,9831,126,515

init/H--10,9468,506

io_uring/H--49,61437,409

ipc/H--11,6898,161

kernel/H--993,631636,151

lib/H--296,868223,297

mm/H--377,714238,163

net/H--1,990,9671,472,529

rust/H--25,30311,361

samples/H--44,48832,462

scripts/H--137,503100,936

security/H--171,788111,960

sound/H--1,849,8131,449,472

tools/H--2,125,3431,719,166

usr/H--1,5891,246

virt/H--10,6777,287

.clang-formatH A D21-Jan-202522.3 KiB765760

.clippy.tomlH A D20-Dec-2024352

.cocciconfigH A D16-Dec-201659 43

.editorconfigH A D20-Sep-2024575

.get_maintainer.ignoreH A D20-Dec-2024229

.gitattributesH A D07-Nov-2023105 65

.gitignoreH A D20-Dec-20242.1 KiB

.mailmapH A D09-Mar-202544.8 KiB782781

.rustfmt.tomlH A D14-Dec-2022369 1311

COPYINGH A D06-Jun-2020496 2111

CREDITSH A D15-Feb-2025103.1 KiB4,4633,845

KbuildH A D14-Dec-20222.5 KiB10074

KconfigH A D15-Dec-2020555 3319

MAINTAINERSH A D12-Mar-2025782.1 KiB26,31523,345

MakefileH A D10-Mar-202568.9 KiB2,1431,337

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