Go to file
Greg Kroah-Hartman 43bb85222e Linux 5.15.193
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2025-09-11 17:17:17 +02:00
arch x86/vmscape: Add old Intel CPUs to affected list 2025-09-11 17:17:17 +02:00
block
certs
crypto
Documentation x86/vmscape: Enable the mitigation 2025-09-11 17:17:17 +02:00
drivers x86/vmscape: Enable the mitigation 2025-09-11 17:17:17 +02:00
fs fs: writeback: fix use-after-free in __mark_inode_dirty() 2025-09-09 18:50:17 +02:00
include x86/vmscape: Enable the mitigation 2025-09-11 17:17:17 +02:00
init
io_uring
ipc
kernel cpufreq/sched: Explicitly synchronize limits_changed flag handling 2025-09-09 18:50:22 +02:00
lib
LICENSES
mm mm/slub: avoid accessing metadata when pointer is invalid in object_err() 2025-09-09 18:50:24 +02:00
net net: dsa: microchip: linearize skb for tail-tagging switches 2025-09-09 18:50:23 +02:00
samples
scripts randstruct: gcc-plugin: Fix attribute addition 2025-09-09 18:50:23 +02:00
security
sound ALSA: hda/hdmi: Add pin fix for another HP EliteDesk 800 G4 model 2025-09-09 18:50:24 +02:00
tools perf bpf-event: Fix use-after-free in synthesis 2025-09-09 18:50:24 +02:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 5.15.193 2025-09-11 17:17:17 +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 Restructured Text 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.