Main-line Linux kernel tree http://www.kernel.org
Go to file
2025-07-20 15:18:33 -07:00
arch A single fix for a GCC wreckage, which emits a KCSAN instrumentation call 2025-07-20 11:27:52 -07:00
block block-6.16-20250718 2025-07-18 12:16:13 -07:00
certs
crypto
Documentation Char/Misc/IIO fixes for 6.16-rc7 2025-07-20 09:03:41 -07:00
drivers i2c-for-6.16-rc7 2025-07-20 12:56:13 -07:00
fs EFI fixes for v6.16 #2 2025-07-19 16:27:03 -07:00
include Char/Misc/IIO fixes for 6.16-rc7 2025-07-20 09:03:41 -07:00
init
io_uring io_uring-6.16-20250718 2025-07-18 12:21:26 -07:00
ipc
kernel Tracing fixes for 6.16: 2025-07-20 13:03:31 -07:00
lib
LICENSES
mm vfs-6.16-rc7.fixes 2025-07-19 08:47:59 -07:00
net
rust Rust fixes for v6.16 (2nd) 2025-07-19 09:22:26 -07:00
samples
scripts Rust fixes for v6.16 (2nd) 2025-07-19 09:22:26 -07:00
security
sound
tools A single fix for the futex selftest code to make 32-bit user space work 2025-07-20 11:22:05 -07:00
usr
virt
.clang-format
.clippy.toml
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.pylintrc
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Char/Misc/IIO fixes for 6.16-rc7 2025-07-20 09:03:41 -07:00
Makefile Linux 6.16-rc7 2025-07-20 15:18:33 -07:00
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.