xref: /linux/
Name Date Size #Lines LOC

..--

Documentation/H--1,754,7931,376,073

LICENSES/H--4,4293,632

arch/H--5,700,8774,419,135

block/H--120,02676,516

certs/H--1,6411,137

crypto/H--122,604101,360

drivers/H--31,563,36224,093,280

fs/H--2,999,8842,160,652

include/H--1,711,9221,043,542

init/H--8,8646,793

io_uring/H--35,84927,130

ipc/H--11,6898,161

kernel/H--780,337503,253

lib/H--279,037210,346

mm/H--247,866157,923

net/H--1,690,4541,248,239

rust/H--19,9859,094

samples/H--42,96531,359

scripts/H--129,58295,285

security/H--152,09999,473

sound/H--1,736,9291,361,084

tools/H--2,049,6161,662,211

usr/H--1,5891,246

virt/H--10,6397,281

.clang-formatH A D14-Oct-202422.3 KiB765760

.clippy.tomlH A D05-Dec-2024335

.cocciconfigH A D16-Dec-201659 43

.editorconfigH A D20-Sep-2024575

.get_maintainer.ignoreH A D05-Dec-2024229

.gitattributesH A D07-Nov-2023105 65

.gitignoreH A D05-Dec-20242.1 KiB182159

.mailmapH A D12-Jan-202542.3 KiB744743

.rustfmt.tomlH A D14-Dec-2022369 1311

COPYINGH A D06-Jun-2020496 2111

CREDITSH A D09-Jan-2025103.2 KiB4,4653,847

KbuildH A D14-Dec-20222.5 KiB10074

KconfigH A D15-Dec-2020555 3319

MAINTAINERSH A D14-Jan-2025774.5 KiB26,04923,104

MakefileH A D12-Jan-202568.7 KiB2,1381,333

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