Go to file
Greg Kroah-Hartman 4afb9d6bd4 Linux 6.15.11
Link: https://lore.kernel.org/r/20250818124458.334548733@linuxfoundation.org
Tested-by: Brett A C Sheffield <bacs@librecast.net>
Tested-by: Florian Fainelli <florian.fainelli@broadcom.com>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Ron Economos <re@w6rz.net>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Link: https://lore.kernel.org/r/20250819122834.836683687@linuxfoundation.org
Tested-by: Peter Schneider <pschneider1968@googlemail.com>
Tested-by: Florian Fainelli <floria.fainelli@broadcom.com>
Tested-by: Justin M. Forbes <jforbes@fedoraproject.org>
Tested-by: Brett A C Sheffield <bacs@librecast.net>
Tested-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2025-08-20 18:36:36 +02:00
arch KVM: x86: Convert vcpu_run()'s immediate exit param into a generic bitmap 2025-08-20 18:36:34 +02:00
block block: Introduce bio_needs_zone_write_plugging() 2025-08-20 18:36:28 +02:00
certs
crypto
Documentation
drivers dm: split write BIOs on zone boundaries when zone append is not emulated 2025-08-20 18:36:35 +02:00
fs ocfs2: reset folio to NULL when get folio fails 2025-08-20 18:36:32 +02:00
include ACPI: Return -ENODEV from acpi_parse_spcr() when SPCR support is disabled 2025-08-20 18:36:36 +02:00
init
io_uring io_uring/rw: cast rw->flags assignment to rwf_t 2025-08-20 18:36:35 +02:00
ipc
kernel rcu: Fix racy re-initialization of irq_work causing hangs 2025-08-20 18:36:35 +02:00
lib lib/sbitmap: convert shallow_depth from one word to the whole sbitmap 2025-08-20 18:36:25 +02:00
LICENSES
mm mm/kmemleak: avoid deadlock by moving pr_warn() outside kmemleak_lock 2025-08-20 18:36:33 +02:00
net net/sched: ets: use old 'nbands' while purging unused classes 2025-08-20 18:36:32 +02:00
rust rust: workaround rustdoc target modifiers bug 2025-08-20 18:36:27 +02:00
samples samples/damon/wsse: fix boot time enable handling 2025-08-20 18:36:27 +02:00
scripts kconfig: lxdialog: fix 'space' to (de)select options 2025-08-20 18:36:25 +02:00
security
sound ASoC: fsl_sai: replace regmap_write with regmap_update_bits 2025-08-20 18:36:27 +02:00
tools tools/nolibc: fix spelling of FD_SETBITMASK in FD_* macros 2025-08-20 18:36:34 +02:00
usr
virt
.clang-format
.clippy.toml
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 6.15.11 2025-08-20 18:36:36 +02: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.