Go to file
Jonathan Corbet 00fa9bc4e9 docs: kdoc: remove redundant comment stripping in dump_typedef()
By the time we get here, comments have long since been stripped out; there
is no need to do it again.

Signed-off-by: Jonathan Corbet <corbet@lwn.net>
2025-09-18 10:19:54 -06:00
Documentation docs: Pull LKMM documentation into dev-tools book 2025-09-16 10:12:02 -06:00
LICENSES
arch - Fix an interrupt vector setup race which leads to a non-functioning device 2025-08-10 08:15:32 +03:00
block block-6.17-20250808 2025-08-09 08:47:28 +03:00
certs
crypto
drivers - Fix a wrong ioremap size in mvebu-gicp 2025-08-10 08:46:47 +03:00
fs docs: Remove remainders of reiserfs 2025-08-18 10:45:43 -06:00
include TTY revert fix for 6.16-rc1 2025-08-09 18:12:23 +03:00
init
io_uring io_uring/memmap: cast nr_pages to size_t before shifting 2025-08-08 06:35:14 -06:00
ipc
kernel - Remove an obsolete comment and fix spelling 2025-08-10 08:51:37 +03:00
lib block-6.17-20250808 2025-08-09 08:47:28 +03:00
mm
net NFS client updates for Linux 6.17 2025-08-09 07:20:44 +03:00
rust
samples
scripts docs: kdoc: remove redundant comment stripping in dump_typedef() 2025-09-18 10:19:54 -06:00
security
sound gpio updates for v6.17-rc1 2025-08-09 08:15:43 +03:00
tools docs: add tools/docs/gen-redirects.py 2025-09-09 13:37:16 -06:00
usr
virt
.clang-format
.clippy.toml
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.pylintrc tools: docs: parse-headers.py: move it from sphinx dir 2025-08-29 15:54:42 -06:00
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS docs: Pull LKMM documentation into dev-tools book 2025-09-16 10:12:02 -06:00
Makefile docs: add tools/docs/gen-redirects.py 2025-09-09 13:37:16 -06:00
README

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.