• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

Documentation/25-May-2025-1,529,4981,194,323

LICENSES/25-May-2025-4,4293,632

arch/25-May-2025-4,501,3043,477,443

block/25-May-2025-70,55744,240

certs/25-May-2025-1,379959

crypto/25-May-2025-114,18394,833

drivers/25-May-2025-25,010,79419,292,514

fs/25-May-2025-1,666,1621,198,583

include/25-May-2025-1,349,795827,457

init/25-May-2025-6,7285,185

io_uring/25-May-2025-23,26517,686

ipc/25-May-2025-9,9346,839

kernel/25-May-2025-513,204331,427

lib/25-May-2025-257,787191,241

mm/25-May-2025-205,934130,865

net/25-May-2025-1,316,018967,410

rust/25-May-2025-28,75413,292

samples/25-May-2025-41,04329,816

scripts/25-May-2025-119,08886,863

security/25-May-2025-122,79681,168

sound/25-May-2025-1,584,4861,241,000

tools/25-May-2025-2,115,9541,725,846

usr/25-May-2025-1,5931,249

virt/25-May-2025-10,7587,323

.clang-formatD25-May-202523.4 KiB798793

.clippy.tomlD25-May-2025374 128

.cocciconfigD25-May-202559 43

.editorconfigD25-May-2025575 3024

.get_maintainer.ignoreD25-May-2025229 76

.gitattributesD25-May-2025105 65

.gitignoreD25-May-20252.2 KiB184161

.mailmapD25-May-202546.4 KiB805804

.rustfmt.tomlD25-May-2025369 1311

COPYINGD25-May-2025496 2111

CREDITSD25-May-2025103.8 KiB4,5013,874

KbuildD25-May-20252.6 KiB10175

KconfigD25-May-2025582 3520

MAINTAINERSD25-May-2025803.4 KiB26,97923,958

MakefileD25-May-202569.1 KiB2,1521,345

READMED25-May-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