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

..03-May-2022-

Documentation/H03-May-2022-813,336629,896

LICENSES/H16-May-2021-4,1663,431

arch/H16-May-2021-3,734,4172,830,858

block/H16-May-2021-62,05338,699

certs/H16-May-2021-945670

crypto/H16-May-2021-102,22584,290

drivers/H16-May-2021-18,967,47414,335,342

fs/H16-May-2021-1,397,4911,004,013

include/H16-May-2021-1,101,282675,130

init/H16-May-2021-6,5495,034

ipc/H16-May-2021-9,6126,691

kernel/H16-May-2021-398,201258,551

lib/H16-May-2021-192,180144,641

mm/H16-May-2021-154,45397,198

net/H16-May-2021-1,185,787871,122

samples/H16-May-2021-41,57330,517

scripts/H03-May-2022-101,00374,224

security/H16-May-2021-106,00772,155

sound/H16-May-2021-1,289,3081,002,110

tools/H16-May-2021-1,057,624832,661

usr/H16-May-2021-1,3541,072

virt/H16-May-2021-8,0065,722

.clang-formatH A D16-May-202116.4 KiB553548

.cocciconfigH A D16-May-202159 43

.get_maintainer.ignoreH A D16-May-202171 32

.gitattributesH A D16-May-202162 54

.gitignoreH A D16-May-20211.9 KiB164143

.mailmapH A D16-May-202119.4 KiB371370

COPYINGH A D16-May-2021496 2111

CREDITSH A D16-May-202198.6 KiB4,2553,682

KbuildH A D16-May-20211.3 KiB6038

KconfigH A D16-May-2021555 3319

MAINTAINERSH A D16-May-2021587.9 KiB20,25117,897

MakefileH A D16-May-202164.2 KiB1,9861,229

READMEH A D16-May-2021727 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 Restructured Text 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