NameDateSize

..22-Jun-202150

.clang-formatH A D13-Jan-202421.7 KiB

.cocciconfigH A D03-Aug-201659

.editorconfigH A D19-Jan-2024672

.get_maintainer.ignoreH A D13-Mar-2024194

.gitattributesH A D30-Jun-2023105

.gitignoreH A D23-Mar-20242 KiB

.mailmapH A DToday38.4 KiB

.rustfmt.tomlH A D04-Oct-2022369

arch/H14-Apr-202425

block/HToday80

certs/H03-Nov-202314

COPYINGH A D22-Feb-2020496

CREDITSH A D14-Apr-2024101.9 KiB

crypto/H27-Mar-2024156

Documentation/H13-Mar-202489

drivers/H15-Mar-2024145

fs/H06-Apr-2024156

include/H06-Aug-202231

init/H20-Apr-202417

io_uring/H14-Apr-202468

ipc/H19-Mar-202415

KbuildH A D11-Oct-20222.5 KiB

KconfigH A D07-Jun-2020555

kernel/H20-Apr-2024143

lib/H20-Apr-2024300

LICENSES/H09-May-20196

MAINTAINERSH A DToday729.9 KiB

MakefileH A DToday66.2 KiB

mm/H20-Apr-2024138

net/H23-Mar-202479

READMEH A D21-Mar-2024726

rust/H23-Mar-202414

samples/H11-Jan-202444

scripts/H04-Apr-2024163

security/H04-Apr-202424

sound/H13-Jan-202432

tools/H29-Mar-202443

usr/H19-Jan-202411

virt/H22-May-20195

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