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

..--

Documentation/01-Feb-2023-1,223,131966,462

LICENSES/01-Feb-2023-4,1683,433

arch/01-Feb-2023-4,009,3063,056,317

block/01-Feb-2023-66,47941,795

certs/01-Feb-2023-1,260886

crypto/01-Feb-2023-109,41591,239

drivers/01-Feb-2023-22,117,90916,955,474

fs/01-Feb-2023-1,481,6161,063,782

include/01-Feb-2023-1,196,813735,122

init/01-Feb-2023-6,3884,868

io_uring/01-Feb-2023-17,06813,033

ipc/01-Feb-2023-9,8996,825

kernel/01-Feb-2023-439,628285,858

lib/01-Feb-2023-230,105172,398

mm/01-Feb-2023-182,910116,226

net/01-Feb-2023-1,240,347912,266

rust/01-Feb-2023-10,6745,028

samples/01-Feb-2023-40,88930,008

scripts/01-Feb-2023-105,22077,472

security/01-Feb-2023-108,86974,004

sound/01-Feb-2023-1,437,9451,121,647

tools/01-Feb-2023-1,572,8841,279,082

usr/01-Feb-2023-1,5821,238

virt/01-Feb-2023-9,4276,543

.clang-formatD01-Feb-202319.9 KiB685680

.cocciconfigD01-Feb-202359 43

.get_maintainer.ignoreD01-Feb-2023151 54

.gitattributesD01-Feb-202362 54

.gitignoreD01-Feb-20232 KiB171149

.mailmapD01-Feb-202324.6 KiB456455

.rustfmt.tomlD01-Feb-2023369 1311

COPYINGD01-Feb-2023496 2111

CREDITSD01-Feb-202399.3 KiB4,2843,705

KbuildD01-Feb-20232.5 KiB10074

KconfigD01-Feb-2023555 3319

MAINTAINERSD01-Feb-2023672.4 KiB22,83920,203

MakefileD01-Feb-202369.6 KiB2,1361,308

READMED01-Feb-2023727 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