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

..--

Documentation/11-Mar-2024-1,222,914952,870

LICENSES/11-Mar-2024-4,1683,433

arch/11-Mar-2024-4,007,3103,054,835

block/11-Mar-2024-66,33541,701

certs/11-Mar-2024-1,260886

crypto/11-Mar-2024-109,42291,243

drivers/11-Mar-2024-22,111,51616,950,610

fs/11-Mar-2024-1,480,8341,063,340

include/11-Mar-2024-1,196,421734,864

init/11-Mar-2024-6,3844,865

io_uring/11-Mar-2024-16,97912,981

ipc/11-Mar-2024-9,8976,823

kernel/11-Mar-2024-438,996285,516

lib/11-Mar-2024-230,065172,367

mm/11-Mar-2024-182,910116,239

net/11-Mar-2024-1,239,648911,781

rust/11-Mar-2024-10,6745,028

samples/11-Mar-2024-40,87729,999

scripts/11-Mar-2024-105,20277,472

security/11-Mar-2024-108,79973,941

sound/11-Mar-2024-1,437,3221,121,160

tools/11-Mar-2024-1,572,2101,278,609

usr/11-Mar-2024-1,5821,238

virt/11-Mar-2024-9,4276,543

.clang-formatD11-Mar-202419.9 KiB685680

.cocciconfigD11-Mar-202459 43

.get_maintainer.ignoreD11-Mar-2024151 54

.gitattributesD11-Mar-202462 54

.gitignoreD11-Mar-20242 KiB171149

.mailmapD11-Mar-202424.6 KiB456455

.rustfmt.tomlD11-Mar-2024369 1311

COPYINGD11-Mar-2024496 2111

CREDITSD11-Mar-202499.3 KiB4,2843,705

KbuildD11-Mar-20242.5 KiB10074

KconfigD11-Mar-2024555 3319

MAINTAINERSD11-Mar-2024672.3 KiB22,83720,201

MakefileD11-Mar-202469 KiB2,1231,305

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