Go to file
2025-07-15 10:29:55 -04:00
arch Merge branch 'v6.6/standard/base' into v6.6/standard/preempt-rt/arm-versatile-926ejs 2025-07-15 10:29:55 -04:00
block scsi: sd_zbc: block: Respect bio vector limits for REPORT ZONES buffer 2025-05-22 14:12:22 +02:00
certs sign-file,extract-cert: use pkcs11 provider for OPENSSL MAJOR >= 3 2025-04-25 10:45:58 +02:00
crypto This is the 6.6.94 stable release 2025-06-25 17:33:50 -04:00
Documentation This is the 6.6.97 stable release 2025-07-15 10:23:07 -04:00
drivers Merge branch 'v6.6/standard/base' into v6.6/standard/preempt-rt/arm-versatile-926ejs 2025-07-15 10:28:35 -04:00
fs Merge branch 'v6.6/standard/base' into v6.6/standard/preempt-rt/arm-versatile-926ejs 2025-07-15 10:28:35 -04:00
include Merge branch 'v6.6/standard/base' into v6.6/standard/preempt-rt/arm-versatile-926ejs 2025-07-15 10:28:35 -04:00
init This is the 6.6.89 stable release 2025-05-06 10:49:40 -04:00
io_uring io_uring: fix task leak issue in io_wq_create() 2025-06-27 11:08:58 +01:00
ipc ipc: fix to protect IPCS lookups using RCU 2025-06-27 11:08:49 +01:00
kernel Merge branch 'v6.6/standard/base' into v6.6/standard/preempt-rt/arm-versatile-926ejs 2025-07-15 10:28:35 -04:00
lib lib: test_objagg: Set error message in check_expect_hints_stats() 2025-07-10 16:03:11 +02:00
LICENSES
mm This is the 6.6.97 stable release 2025-07-15 10:23:07 -04:00
net Merge branch 'v6.6/standard/base' into v6.6/standard/preempt-rt/arm-versatile-926ejs 2025-07-15 10:28:35 -04:00
rust rust: module: place cleanup_module() in .exit.text section 2025-07-06 11:00:06 +02:00
samples samples/bpf: Fix compilation failure for samples/bpf on LoongArch Fedora 2025-06-04 14:41:53 +02:00
scripts This is the 6.6.96 stable release 2025-07-08 08:56:33 -04:00
security This is the 6.6.95 stable release 2025-07-07 16:02:43 -04:00
sound ASoC: amd: yc: update quirk data for HP Victus 2025-07-10 16:03:16 +02:00
tools This is the 6.6.96 stable release 2025-07-08 08:56:33 -04:00
usr This is the 6.6.83 stable release 2025-03-19 10:02:33 -04:00
virt KVM: Use dedicated mutex to protect kvm_usage_count to avoid deadlock 2024-10-04 16:29:47 +02:00
.clang-format iommu: Add for_each_group_device() 2023-05-23 08:15:51 +02:00
.cocciconfig
.get_maintainer.ignore
.gitattributes .gitattributes: set diff driver for Rust source code files 2023-05-31 17:48:25 +02:00
.gitignore Remove *.orig pattern from .gitignore 2024-10-04 16:29:44 +02:00
.mailmap 20 hotfixes. 12 are cc:stable and the remainder address post-6.5 issues 2023-10-24 09:52:16 -10:00
.rustfmt.toml
COPYING
CREDITS USB: Remove Wireless USB and UWB documentation 2023-08-09 14:17:32 +02:00
Kbuild
Kconfig
localversion-rt Linux 6.6.31-rt31 2024-06-05 08:15:07 -04:00
MAINTAINERS This is the 6.6.88 stable release 2025-05-01 22:32:26 -04:00
Makefile This is the 6.6.98 stable release 2025-07-15 10:29:31 -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 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.