Go to file
2026-01-22 12:04:06 -05:00
arch Merge branch 'v5.15/standard/base' into v5.15/standard/cn-sdkv5.15/octeon 2026-01-22 12:04:06 -05:00
block This is the 5.15.198 stable release 2026-01-22 12:03:47 -05:00
certs
crypto Merge branch 'v5.15/standard/base' into v5.15/standard/cn-sdkv5.15/octeon 2026-01-22 12:04:06 -05:00
Documentation Merge branch 'v5.15/standard/base' into v5.15/standard/cn-sdkv5.15/octeon 2026-01-22 12:04:06 -05:00
drivers Merge branch 'v5.15/standard/base' into v5.15/standard/cn-sdkv5.15/octeon 2026-01-22 12:04:06 -05:00
fs Merge branch 'v5.15/standard/base' into v5.15/standard/cn-sdkv5.15/octeon 2026-01-22 12:04:06 -05:00
include Merge branch 'v5.15/standard/base' into v5.15/standard/cn-sdkv5.15/octeon 2026-01-22 12:04:06 -05:00
init This is the 5.15.195 stable release 2025-10-27 23:59:49 -04:00
io_uring io_uring: fix filename leak in __io_openat_prep() 2026-01-19 13:09:54 +01:00
ipc ipc: fix to protect IPCS lookups using RCU 2025-06-27 11:05:26 +01:00
kernel Merge branch 'v5.15/standard/base' into v5.15/standard/cn-sdkv5.15/octeon 2026-01-22 12:04:06 -05:00
lib Merge branch 'v5.15/standard/base' into v5.15/standard/cn-sdkv5.15/octeon 2026-01-22 12:04:06 -05:00
LICENSES
mm Merge branch 'v5.15/standard/base' into v5.15/standard/cn-sdkv5.15/octeon 2026-01-22 12:04:06 -05:00
net Merge branch 'v5.15/standard/base' into v5.15/standard/cn-sdkv5.15/octeon 2026-01-22 12:04:06 -05:00
samples samples: mei: Fix building on musl libc 2025-08-28 16:24:07 +02:00
scripts This is the 5.15.198 stable release 2026-01-22 12:03:47 -05:00
security This is the 5.15.198 stable release 2026-01-22 12:03:47 -05:00
sound ASoC: fsl_sai: Add missing registers to cache default 2026-01-19 13:10:19 +01:00
tools Merge branch 'v5.15/standard/base' into v5.15/standard/cn-sdkv5.15/octeon 2026-01-22 12:04:06 -05:00
usr This is the 5.15.186 stable release 2025-07-07 17:04:07 -04:00
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 Merge branch 'v5.15/standard/base' into v5.15/standard/cn-sdkv5.15/octeon 2025-12-09 09:35:59 -05:00
Makefile This is the 5.15.198 stable release 2026-01-22 12:03:47 -05: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.