Name Date Size #Lines LOC

..Today-

Documentation/H05-Apr-2024-1,346,1351,066,971

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

arch/H03-May-2024-4,157,3013,185,681

block/H18-Nov-2024-67,94242,825

certs/H05-Apr-2024-1,353929

crypto/H18-Nov-2024-111,52193,106

drivers/H05-Apr-2024-22,866,71917,573,404

fs/H11-Nov-2024-1,480,9031,060,811

include/H05-Apr-2024-1,252,849769,092

init/H11-Nov-2024-6,1404,729

io_uring/H18-Nov-2024-18,12213,746

ipc/H12-Aug-2024-9,9776,878

kernel/H15-Nov-2024-434,684284,987

lib/H11-Nov-2024-245,185182,566

mm/H18-Nov-2024-178,826113,879

net/H18-Oct-2024-1,254,987922,549

rust/H13-Sep-2024-19,1718,756

samples/H05-Apr-2024-39,42228,611

scripts/H30-Aug-2024-109,35480,561

security/H11-Oct-2024-113,01975,097

sound/H18-Nov-2024-1,512,2511,181,767

tools/H05-Apr-2024-1,728,9181,397,849

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 D13-Sep-2024711.1 KiB23,98921,257

MakefileH A D18-Nov-202466.1 KiB2,0641,277

READMEH A D07-Mar-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