Go to file
2025-07-18 10:09:27 -04:00
arch Merge branch 'v6.12/standard/base' into v6.12/standard/preempt-rt/nxp-sdk-6.6/nxp-s32g 2025-07-18 10:09:27 -04:00
block block: Clear BIO_EMULATES_ZONE_APPEND flag on BIO completion 2025-06-27 11:11:19 +01:00
certs
crypto crypto: ecdsa - Harden against integer overflows in DIV_ROUND_UP() 2025-07-17 18:37:24 +02:00
Documentation Merge branch 'v6.12/standard/base' into v6.12/standard/preempt-rt/nxp-sdk-6.6/nxp-s32g 2025-07-18 10:09:27 -04:00
drivers Merge branch 'v6.12/standard/base' into v6.12/standard/preempt-rt/nxp-sdk-6.6/nxp-s32g 2025-07-18 10:09:27 -04:00
fs This is the 6.12.39 stable release 2025-07-18 10:01:20 -04:00
include Merge branch 'v6.12/standard/base' into v6.12/standard/preempt-rt/nxp-sdk-6.6/nxp-s32g 2025-07-18 10:09:27 -04:00
init This is the 6.12.29 stable release 2025-05-19 23:03:06 -04:00
io_uring io_uring: make fallocate be hashed work 2025-07-17 18:37:21 +02:00
ipc ipc: fix to protect IPCS lookups using RCU 2025-06-27 11:11:22 +01:00
kernel Merge branch 'v6.12/standard/base' into v6.12/standard/preempt-rt/nxp-sdk-6.6/nxp-s32g 2025-07-18 10:09:27 -04:00
lib lib/alloc_tag: do not acquire non-existent lock in alloc_tag_top_users() 2025-07-17 18:37:14 +02:00
LICENSES
mm This is the 6.12.39 stable release 2025-07-18 10:01:20 -04:00
net This is the 6.12.39 stable release 2025-07-18 10:01:20 -04:00
rust rust: init: allow dead_code warnings for Rust >= 1.89.0 2025-07-17 18:37:14 +02:00
samples samples/bpf: Fix compilation failure for samples/bpf on LoongArch Fedora 2025-05-29 11:02:01 +02:00
scripts This is the 6.12.39 stable release 2025-07-18 10:01:20 -04:00
security This is the 6.12.37 stable release 2025-07-15 09:33:39 -04:00
sound ALSA: hda/realtek: Add quirks for some Clevo laptops 2025-07-17 18:37:21 +02:00
tools Merge branch 'v6.12/standard/base' into v6.12/standard/preempt-rt/nxp-sdk-6.6/nxp-s32g 2025-07-18 10:09:27 -04:00
usr
virt KVM: Allow CPU to reschedule while setting per-page memory attributes 2025-07-17 18:37:08 +02:00
.clang-format
.clippy.toml rust: clean Rust 1.88.0's warning about clippy::disallowed_macros configuration 2025-05-18 08:24:51 +02:00
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
localversion-rt
MAINTAINERS This is the 6.12.30 stable release 2025-05-28 13:08:41 -04:00
Makefile This is the 6.12.39 stable release 2025-07-18 10:01:20 -04: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 reStructuredText 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.