xref: /linux/
Name Date Size #Lines LOC

..12-May-2022-

Documentation/H15-Mar-2024-1,415,3561,121,963

LICENSES/H08-May-2022-4,4053,613

arch/H29-Apr-2024-4,238,7003,258,194

block/H28-Apr-2024-69,54143,605

certs/H03-Nov-2023-1,369943

crypto/H04-Apr-2024-110,86892,290

drivers/H15-Mar-2024-23,808,75618,326,576

fs/H06-May-2024-1,618,7081,165,163

include/H06-Aug-2022-1,284,854787,332

init/H28-Apr-2024-6,1674,749

io_uring/H13-Apr-2024-20,03515,123

ipc/H19-Mar-2024-9,9766,878

kernel/H06-May-2024-480,846311,600

lib/H06-May-2024-248,713185,055

mm/H28-Apr-2024-193,446123,281

net/H04-Apr-2024-1,284,677944,682

rust/H28-Apr-2024-21,4269,795

samples/H12-Jan-2024-40,70829,629

scripts/H28-Apr-2024-110,64881,440

security/H04-Apr-2024-114,90876,222

sound/H13-Jan-2024-1,541,1451,204,597

tools/H04-Apr-2024-1,823,0281,478,464

usr/H28-Jan-2024-1,5941,250

virt/H08-May-2022-10,6757,297

.clang-formatH A D12-Jan-202421.7 KiB744739

.cocciconfigH A D08-May-202259 43

.editorconfigH A D28-Jan-2024672 3327

.get_maintainer.ignoreH A D15-Mar-2024194 65

.gitattributesH A D27-Jun-2023105 65

.gitignoreH A D04-Apr-20242 KiB174152

.mailmapH A D04-May-202439.1 KiB689688

.rustfmt.tomlH A D04-Oct-2022369 1311

COPYINGH A D08-May-2022496 2111

CREDITSH A D13-Apr-2024101.9 KiB4,4093,803

KbuildH A D11-Oct-20222.5 KiB10074

KconfigH A D08-May-2022555 3319

MAINTAINERSH A D04-May-2024729.8 KiB24,59921,797

MakefileH A D06-May-202466.2 KiB2,0631,281

READMEH A D04-Apr-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