Name Date Size #Lines LOC

..--

Documentation/H05-Apr-2024-1,347,5541,051,333

LICENSES/H07-Mar-2021-4,4053,613

arch/H03-May-2024-4,187,5033,209,229

block/H23-May-2025-68,13642,935

certs/H30-Apr-2025-1,363945

crypto/H20-Jun-2025-111,55293,128

drivers/H05-Apr-2024-22,992,96317,664,184

fs/H20-Jun-2025-1,519,3871,088,535

include/H05-Apr-2024-1,257,600772,000

init/H05-May-2025-6,1644,749

io_uring/H20-Jun-2025-18,19913,827

ipc/H11-Dec-2024-9,9796,880

kernel/H05-Jun-2025-469,936305,378

lib/H05-Jun-2025-245,268182,622

mm/H05-Jun-2025-189,901121,150

net/H05-Jun-2025-1,270,711934,283

rust/H13-Sep-2024-19,1668,754

samples/H05-Apr-2024-39,44428,628

scripts/H20-Jun-2025-109,54680,684

security/H11-Oct-2024-113,18975,181

sound/H18-Nov-2024-1,515,0731,183,991

tools/H05-Apr-2024-1,733,8151,401,581

usr/H05-Apr-2024-1,5911,246

virt/H07-Mar-2021-9,6746,647

.clang-formatH A D05-Apr-202420.1 KiB690685

.cocciconfigH A D07-Mar-202159 43

.get_maintainer.ignoreH A D05-Apr-2024151 54

.gitattributesH A D05-Apr-2024105 65

.gitignoreH A D08-Oct-20242 KiB172150

.mailmapH A D05-Apr-202435.8 KiB630629

.rustfmt.tomlH A D05-Apr-2024369 1311

COPYINGH A D07-Mar-2021496 2111

CREDITSH A D05-Apr-2024100 KiB4,3233,735

KbuildH A D05-Apr-20242.5 KiB10074

KconfigH A D07-Mar-2021555 3319

MAINTAINERSH A D08-May-2025711.5 KiB24,00521,271

MakefileH A D20-Jun-202566.2 KiB2,0671,278

READMEH A D07-Mar-2021727 1913

opengrok0.0.logH A D28-Dec-202420 MiB239,541239,540

opengrok1.0.logH A D28-Dec-202450 MiB239,889239,888

opengrok2.0.logH A D28-Dec-202450 MiB46,77646,768

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