1
0
Fork 0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-01-22 07:53:11 -05:00
No description
Find a file
2025-01-20 13:40:52 +01:00
arch
block
certs
crypto
Documentation Another moderately busy cycle in docsland: 2024-11-20 09:16:45 -08:00
drivers printk changes for 6.13 2024-11-20 09:21:11 -08:00
fs
include printk changes for 6.13 2024-11-20 09:21:11 -08:00
init printk changes for 6.13 2024-11-20 09:21:11 -08:00
io_uring
ipc
kernel Merge branch 'for-6.14-cpu_sync-fixup' into for-linus 2025-01-20 13:40:52 +01:00
lib
LICENSES
mm
net
rust
samples
scripts Another moderately busy cycle in docsland: 2024-11-20 09:16:45 -08:00
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap Another moderately busy cycle in docsland: 2024-11-20 09:16:45 -08:00
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the reStructuredText markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.