Go to file
Greg Kroah-Hartman 16fdf2c711 Linux 5.15.181
Link: https://lore.kernel.org/r/20250429161123.119104857@linuxfoundation.org
Tested-by: Hardik Garg <hargar@linux.microsoft.com>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Ron Economos <re@w6rz.net>
Link: https://lore.kernel.org/r/20250501081459.064070563@linuxfoundation.org
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Mark Brown <broonie@kernel.org>
Tested-by: Hardik Garg <hargar@linux.microsoft.com>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2025-05-02 07:44:40 +02:00
arch MIPS: cm: Fix warning if MIPS_CM is disabled 2025-05-02 07:44:40 +02:00
block blk-iocost: do not WARN if iocg was already offlined 2025-05-02 07:44:22 +02:00
certs certs/blacklist_hashes.c: fix const confusion in certs blacklist 2022-06-22 14:22:01 +02:00
crypto crypto: null - Use spin lock instead of mutex 2025-05-02 07:44:34 +02:00
Documentation scsi: libsas: Delete lldd_clear_aca callback 2025-05-02 07:44:07 +02:00
drivers PCI: Release resource invalidated by coalescing 2025-05-02 07:44:40 +02:00
fs jfs: define xtree root and page independently 2025-05-02 07:44:39 +02:00
include xdp: Reset bpf_redirect_info before running a xdp's BPF prog. 2025-05-02 07:44:39 +02:00
init sched/isolation: Make CONFIG_CPU_ISOLATION depend on CONFIG_SMP 2025-05-02 07:44:36 +02:00
io_uring io_uring: fix possible deadlock in io_register_iowq_max_workers() 2024-11-17 15:06:25 +01:00
ipc ipc/sem: Fix dangling sem_array access in semtimedop race 2022-12-08 11:28:45 +01:00
kernel dma/contiguous: avoid warning about unused size_bytes 2025-05-02 07:44:29 +02:00
lib ubsan: Fix panic from test_ubsan_out_of_bounds 2025-05-02 07:44:38 +02:00
LICENSES
mm mm: fix apply_to_existing_page_range() 2025-05-02 07:44:24 +02:00
net net: selftests: initialize TCP header and skb payload with zero 2025-05-02 07:44:30 +02:00
samples samples/landlock: Fix possible NULL dereference in parse_path() 2025-03-13 12:49:57 +01:00
scripts selinux: Chain up tool resolving errors in install_policy.sh 2025-04-10 14:31:57 +02:00
security landlock: Add the errata interface 2025-05-02 07:44:20 +02:00
sound objtool, ASoC: codecs: wcd934x: Remove potential undefined behavior in wcd934x_slim_irq_handler() 2025-05-02 07:44:35 +02:00
tools selftests/mincore: Allow read-ahead pages to reach the end of the file 2025-05-02 07:44:37 +02:00
usr
virt KVM: Fix a data race on last_boosted_vcpu in kvm_vcpu_on_spin() 2024-10-22 15:40:41 +02:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore Remove *.orig pattern from .gitignore 2024-10-17 15:11:10 +02:00
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS trace: Relocate event helper files 2024-04-10 16:19:24 +02:00
Makefile Linux 5.15.181 2025-05-02 07:44:40 +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.