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

..--

Documentation/11-Mar-2024-1,081,064842,558

LICENSES/11-Mar-2024-4,1663,431

arch/11-Mar-2024-3,778,5062,866,720

block/11-Mar-2024-63,85539,944

certs/11-Mar-2024-992707

crypto/11-Mar-2024-102,55784,610

drivers/11-Mar-2024-19,526,89014,799,731

fs/11-Mar-2024-1,470,0261,057,627

include/11-Mar-2024-1,119,251686,428

init/11-Mar-2024-6,6285,094

ipc/11-Mar-2024-9,6746,720

kernel/11-Mar-2024-411,671267,260

lib/11-Mar-2024-197,282148,751

mm/11-Mar-2024-162,280101,829

net/11-Mar-2024-1,205,938886,270

samples/11-Mar-2024-42,59131,463

scripts/11-Mar-2024-103,12076,230

security/11-Mar-2024-106,93472,755

sound/11-Mar-2024-1,320,0131,027,818

tools/11-Mar-2024-1,140,988898,658

usr/11-Mar-2024-1,3541,072

virt/11-Mar-2024-8,5576,052

.clang-formatD11-Mar-202416.6 KiB562557

.cocciconfigD11-Mar-202459 43

.get_maintainer.ignoreD11-Mar-202471 32

.gitattributesD11-Mar-202462 54

.gitignoreD11-Mar-20241.9 KiB164143

.mailmapD11-Mar-202419.9 KiB381380

COPYINGD11-Mar-2024496 2111

CREDITSD11-Mar-202498.6 KiB4,2563,683

KbuildD11-Mar-20241.3 KiB6038

KconfigD11-Mar-2024555 3319

MAINTAINERSD11-Mar-2024606 KiB20,81718,396

MakefileD11-Mar-202464 KiB2,0011,218

READMED11-Mar-2024727 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