• Home
  • Annotate
  • current directory
Name Date Size #Lines LOC

..20-Aug-2023-

Documentation/13-Mar-2023-

LICENSES/13-Mar-2023-

arch/13-Mar-2023-

block/13-Mar-2023-

certs/13-Mar-2023-

crypto/13-Mar-2023-

drivers/13-Mar-2023-

fs/13-Mar-2023-

include/13-Mar-2023-

init/13-Mar-2023-

io_uring/13-Mar-2023-

ipc/13-Mar-2023-

kernel/13-Mar-2023-

lib/13-Mar-2023-

mm/13-Mar-2023-

net/13-Mar-2023-

rust/13-Mar-2023-

samples/13-Mar-2023-

scripts/13-Mar-2023-

security/13-Mar-2023-

sound/13-Mar-2023-

tools/13-Mar-2023-

usr/13-Mar-2023-

virt/13-Mar-2023-

.clang-format A D13-Mar-202320 KiB689684

.cocciconfig A D13-Mar-202359 43

.get_maintainer.ignore A D13-Mar-2023151 54

.gitattributes A D13-Mar-202390 54

.gitignore A D13-Mar-20232 KiB175153

.mailmap A D13-Mar-202325.8 KiB474473

.rustfmt.toml A D13-Mar-2023369 1311

COPYING A D13-Mar-2023496 2111

CREDITS A D13-Mar-202399.7 KiB4,3033,720

Kbuild A D13-Mar-20232.5 KiB10074

Kconfig A D13-Mar-2023555 3319

MAINTAINERS A D13-Mar-2023685.1 KiB23,20020,539

Makefile A D13-Mar-202370.1 KiB2,1621,336

README A D13-Mar-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