Name Date Size #Lines LOC

..Today-

Documentation/H05-Apr-2024-1,345,6921,066,568

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

arch/H03-May-2024-4,164,2223,190,055

block/H18-Apr-2024-67,86142,779

certs/H05-Apr-2024-1,353929

crypto/H05-Apr-2024-111,56293,138

drivers/H05-Apr-2024-22,961,16717,641,996

fs/H11-Apr-2024-1,510,9031,082,329

include/H05-Apr-2024-1,255,339770,727

init/H03-May-2024-6,1364,725

io_uring/H29-Apr-2024-18,02413,680

ipc/H05-Apr-2024-9,9106,828

kernel/H03-May-2024-467,497303,869

lib/H03-May-2024-245,021182,466

mm/H03-May-2024-189,514120,935

net/H05-Apr-2024-1,266,065930,983

rust/H03-May-2024-19,1148,708

samples/H05-Apr-2024-39,41828,608

scripts/H03-May-2024-109,39980,606

security/H05-Apr-2024-112,88275,002

sound/H05-Apr-2024-1,513,0811,182,664

tools/H05-Apr-2024-1,729,6191,398,515

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

virt/H07-Mar-2021-9,6726,645

.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 D05-Apr-20242 KiB173151

.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 D29-Apr-2024710.4 KiB23,96421,235

MakefileH A D03-May-202465.9 KiB2,0561,279

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