Go to file
Greg Kroah-Hartman d5eca7ebcf Linux 5.10.240
Link: https://lore.kernel.org/r/20250715130810.830580412@linuxfoundation.org
Tested-by: Brett A C Sheffield (Librecast) <bacs@librecast.net>
Link: https://lore.kernel.org/r/20250715150416.252033217@linuxfoundation.org
Link: https://lore.kernel.org/r/20250715163613.640534312@linuxfoundation.org
Tested-by: Dominique Martinet <dominique.martinet@atmark-techno.com>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Mark Brown <broonie@kernel.org>
Tested-by: Florian Fainelli <florian.fainelli@broadcom.com>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Brett A C Sheffield <bacs@librecast.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2025-07-17 18:28:01 +02:00
arch x86/process: Move the buffer clearing before MONITOR 2025-07-17 18:28:01 +02:00
block blk-iocost: do not WARN if iocg was already offlined 2025-05-02 07:41:07 +02:00
certs
crypto crypto: xts - Only add ecb if it is not already there 2025-06-27 11:04:01 +01:00
Documentation x86/bugs: Add a Transient Scheduler Attacks mitigation 2025-07-17 18:28:00 +02:00
drivers x86/bugs: Add a Transient Scheduler Attacks mitigation 2025-07-17 18:28:00 +02:00
fs fs/proc: do_task_stat: use __for_each_thread() 2025-07-17 18:27:54 +02:00
include x86/bugs: Add a Transient Scheduler Attacks mitigation 2025-07-17 18:28:00 +02:00
init bpf: Clean up sockmap related Kconfigs 2025-06-27 11:04:09 +01:00
io_uring io_uring: fix possible deadlock in io_register_iowq_max_workers() 2024-11-17 14:59:39 +01:00
ipc ipc: fix to protect IPCS lookups using RCU 2025-06-27 11:04:14 +01:00
kernel rseq: Fix segfault on registration when rseq_cs is non-zero 2025-07-17 18:28:01 +02:00
lib lib: test_objagg: Set error message in check_expect_hints_stats() 2025-07-17 18:27:47 +02:00
LICENSES
mm mm/huge_memory: fix dereferencing invalid pmd migration entry 2025-06-27 11:04:24 +01:00
net net: appletalk: Fix device refcount leak in atrtr_create() 2025-07-17 18:27:58 +02:00
samples tracing: samples: Initialize trace_array_printk() with the correct function 2025-06-04 14:36:57 +02:00
scripts kbuild: Add KBUILD_CPPFLAGS to as-option invocation 2025-06-27 11:04:10 +01:00
security selinux: fix selinux_xfrm_alloc_user() to set correct ctx_len 2025-06-27 11:04:20 +01:00
sound ASoC: fsl_asrc: use internal measured ratio for non-ideal ratio mode 2025-07-17 18:27:52 +02:00
tools libbpf: Fix null pointer dereference in btf_dump__free on allocation failure 2025-07-17 18:27:41 +02:00
usr kbuild: hdrcheck: fix cross build with clang 2025-06-27 11:04:11 +01:00
virt KVM: Fix a data race on last_boosted_vcpu in kvm_vcpu_on_spin() 2024-10-22 15:39:24 +02:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore Remove *.orig pattern from .gitignore 2024-10-17 15:07:59 +02:00
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS platform: Add Surface platform directory 2025-06-27 11:04:19 +01:00
Makefile Linux 5.10.240 2025-07-17 18:28:01 +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.