xref: /linux/
Name Date Size #Lines LOC

..--

Documentation/H--1,801,1231,413,216

LICENSES/H--4,4293,632

arch/H--5,932,5564,587,399

block/H--155,82397,981

certs/H--1,6411,137

crypto/H--130,187107,592

drivers/H--33,880,74925,794,422

fs/H--3,244,1262,337,599

include/H--1,847,9341,126,493

init/H--10,9468,506

io_uring/H--49,61537,410

ipc/H--11,6898,161

kernel/H--993,602636,132

lib/H--293,573220,584

mm/H--360,862227,610

net/H--1,981,7591,465,702

rust/H--25,30311,361

samples/H--44,48832,462

scripts/H--137,503100,936

security/H--171,788111,960

sound/H--1,849,6701,449,358

tools/H--2,124,1051,718,331

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 D28-Feb-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 D28-Feb-2025782 KiB26,31423,344

MakefileH A D02-Mar-202568.7 KiB2,1381,334

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