Go to file
Greg Kroah-Hartman dcbcab9d70 Linux 6.1.174
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2026-05-23 13:41:18 +02:00
arch x86/CPU/AMD: Prevent improper isolation of shared resources in Zen2's op cache 2026-05-15 14:49:41 +02:00
block block: Fix the blk_mq_destroy_queue() documentation 2026-04-11 14:16:38 +02:00
certs sign-file,extract-cert: use pkcs11 provider for OPENSSL MAJOR >= 3 2025-04-25 10:44:04 +02:00
crypto crypto: algif_aead - Fix minimum RX size check for decryption 2026-04-30 11:19:11 +02:00
Documentation dt-bindings: gpio: fix microchip #interrupt-cells 2026-04-11 14:16:25 +02:00
drivers xen/privcmd: fix double free via VMA splitting 2026-04-30 11:19:11 +02:00
fs ext4: fix unused iterator variable warnings 2026-04-11 14:16:38 +02:00
include ptrace: slightly saner 'get_dumpable()' logic 2026-05-15 14:49:41 +02:00
init init: handle bootloader identifier in kernel parameters 2025-10-19 16:23:13 +02:00
io_uring io_uring/kbuf: check if target buffer list is still legacy on recycle 2026-03-25 11:03:12 +01:00
ipc ipc: don't audit capability check in ipc_permissions() 2026-03-04 07:19:42 -05:00
kernel ptrace: slightly saner 'get_dumpable()' logic 2026-05-15 14:49:41 +02:00
lib lib/crypto: chacha: Zeroize permuted_state before it leaves scope 2026-04-18 10:35:55 +02:00
LICENSES LICENSES/LGPL-2.1: Add LGPL-2.1-or-later as valid identifiers 2021-12-16 14:33:10 +01:00
mm mm/damon/sysfs: check contexts->nr before accessing contexts_arr[0] 2026-04-11 14:16:33 +02:00
net net: skbuff: propagate shared-frag marker through frag-transfer helpers 2026-05-23 13:41:18 +02:00
rust mm/ksm: fix flag-dropping behavior in ksm_madvise 2025-10-29 14:04:43 +01:00
samples samples: work around glibc redefining some of our defines wrong 2026-01-11 15:18:16 +01:00
scripts modpost: Amend ppc64 save/restfpr symnames for -Os build 2026-03-04 07:20:24 -05:00
security apparmor: fix race between freeing data and fs accessing it 2026-04-18 10:35:57 +02:00
sound ALSA: ctxfi: Fix missing SPDIFI1 index handling 2026-04-11 14:16:26 +02:00
tools x86/CPU/AMD: Prevent improper isolation of shared resources in Zen2's op cache 2026-05-15 14:49:41 +02:00
usr kbuild: uapi: Strip comments before size type check 2025-12-07 06:12:28 +09:00
virt KVM: Don't clobber irqfd routing type when deassigning irqfd 2026-02-11 13:37:20 +01:00
.clang-format PCI: Introduce pci_dev_for_each_resource() 2026-03-25 11:02:54 +01:00
.cocciconfig
.get_maintainer.ignore get_maintainer: add Alan to .get_maintainer.ignore 2022-08-20 15:17:44 -07:00
.gitattributes .gitattributes: use 'dts' diff driver for dts files 2019-12-04 19:44:11 -08:00
.gitignore Remove *.orig pattern from .gitignore 2024-10-17 15:21:15 +02:00
.mailmap 9 hotfixes. 6 for MM, 3 for other areas. Four of these patches address 2022-12-10 17:10:52 -08:00
.rustfmt.toml rust: add .rustfmt.toml 2022-09-28 09:02:20 +02:00
COPYING COPYING: state that all contributions really are covered by this file 2020-02-10 13:32:20 -08:00
CREDITS MAINTAINERS: Remove Michal Marek from Kbuild maintainers 2022-11-16 14:53:00 +09:00
Kbuild Kbuild updates for v6.1 2022-10-10 12:00:45 -07:00
Kconfig kbuild: ensure full rebuild when the compiler is updated 2020-05-12 13:28:33 +09:00
MAINTAINERS staging: rtl8712: Remove driver using deprecated API wext 2025-12-07 06:12:45 +09:00
Makefile Linux 6.1.174 2026-05-23 13:41:18 +02:00
README Drop all 00-INDEX files from Documentation/ 2018-09-09 15:08:58 -06:00

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.