xref: /linux/
  • Home
  • Annotate
  • current directory
Name Date Size #Lines LOC

..22-Aug-2025-

Documentation/18-Apr-2025-

LICENSES/18-Apr-2025-

arch/18-Apr-2025-

block/18-Apr-2025-

certs/18-Apr-2025-

crypto/18-Apr-2025-

drivers/18-Apr-2025-

fs/18-Apr-2025-

include/18-Apr-2025-

init/18-Apr-2025-

io_uring/18-Apr-2025-

ipc/18-Apr-2025-

kernel/18-Apr-2025-

lib/18-Apr-2025-

mm/18-Apr-2025-

net/18-Apr-2025-

rust/18-Apr-2025-

samples/18-Apr-2025-

scripts/18-Apr-2025-

security/18-Apr-2025-

sound/18-Apr-2025-

tools/18-Apr-2025-

usr/18-Apr-2025-

virt/18-Apr-2025-

.clang-format A D18-Apr-202522.3 KiB765760

.cocciconfig A D18-Apr-202559 43

.editorconfig A D18-Apr-2025575 3024

.get_maintainer.ignore A D18-Apr-2025194 65

.gitattributes A D18-Apr-2025105 65

.gitignore A D18-Apr-20252.1 KiB180157

.mailmap A D18-Apr-202541.8 KiB736735

.rustfmt.toml A D18-Apr-2025369 1311

COPYING A D18-Apr-2025496 2111

CREDITS A D18-Apr-2025102.6 KiB4,4413,828

Kbuild A D18-Apr-20252.5 KiB10074

Kconfig A D18-Apr-2025555 3319

MAINTAINERS A D18-Apr-2025764.3 KiB25,71022,800

Makefile A D18-Apr-202567.1 KiB2,0831,287

README A D18-Apr-2025726 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 reStructuredText 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