Go to file
2025-08-24 12:04:12 -04:00
arch - Fix the GDS mitigation detection on some machines after the recent attack 2025-08-24 09:52:28 -04:00
block
certs
crypto
Documentation Driver core fixes for 6.16-rc3 2025-08-23 09:04:32 -04:00
drivers i2c-for-6.17-rc3 2025-08-24 10:32:04 -04:00
fs Driver core fixes for 6.16-rc3 2025-08-23 09:04:32 -04:00
include USB fixes for 6.17-rc3 2025-08-23 11:21:56 -04:00
init
io_uring
ipc
kernel - Fix a case where the events throttling logic operates on inactive events 2025-08-24 10:13:05 -04:00
lib
LICENSES
mm Driver core fixes for 6.16-rc3 2025-08-23 09:04:32 -04:00
net
rust Driver core fixes for 6.16-rc3 2025-08-23 09:04:32 -04:00
samples
scripts
security
sound
tools tracing fixes for v6.17-rc2: 2025-08-23 10:11:34 -04:00
usr
virt
.clang-format
.clippy.toml
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.pylintrc
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS i2c-for-6.17-rc3 2025-08-24 10:32:04 -04:00
Makefile Linux 6.17-rc3 2025-08-24 12:04:12 -04: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.