Go to file
Greg Kroah-Hartman ac56c046ad Linux 5.15.195
Link: https://lore.kernel.org/r/20251017145142.382145055@linuxfoundation.org
Tested-by: Brett A C Sheffield <bacs@librecast.net>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2025-10-19 16:21:56 +02:00
arch arm64: mte: Do not flag the zero page as PG_mte_tagged 2025-10-19 16:21:55 +02:00
block
certs
crypto crypto: essiv - Check ssize for decryption and in-place encryption 2025-10-19 16:21:43 +02:00
Documentation fs: Add 'initramfs_options' to set initramfs mount options 2025-10-19 16:21:54 +02:00
drivers media: pci: ivtv: Add check for DMA map result 2025-10-19 16:21:55 +02:00
fs writeback: Avoid excessively long inode switching times 2025-10-19 16:21:54 +02:00
include mm/slab: make __free(kfree) accept error pointers 2025-10-19 16:21:55 +02:00
init init: handle bootloader identifier in kernel parameters 2025-10-19 16:21:45 +02:00
io_uring
ipc
kernel pid: Add a judgment for ns null in pid_nr_ns 2025-10-19 16:21:54 +02:00
lib minmax: don't use max() in situations that want a C constant expression 2025-10-19 16:21:52 +02:00
LICENSES
mm minmax: make generic MIN() and MAX() macros available everywhere 2025-10-19 16:21:52 +02:00
net mptcp: pm: in-kernel: usable client side with C-flag 2025-10-19 16:21:55 +02:00
samples
scripts locking: Introduce __cleanup() based infrastructure 2025-10-19 16:21:51 +02:00
security KEYS: trusted_tpm1: Compare HMAC values in constant time 2025-10-19 16:21:45 +02:00
sound ASoC: wcd934x: fix error handling in wcd934x_codec_parse_data() 2025-10-19 16:21:50 +02:00
tools selftests: mptcp: join: validate C-flag + def limit 2025-10-19 16:21:55 +02:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 5.15.195 2025-10-19 16:21:56 +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.