Go to file
2025-06-25 17:35:20 -04:00
arch Merge branch 'v6.6/standard/base' into v6.6/standard/preempt-rt/intel-sdk-6.6/intel-socfpga 2025-06-25 17:35:20 -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 Merge branch 'v6.6/standard/base' into v6.6/standard/preempt-rt/intel-sdk-6.6/intel-socfpga 2025-06-25 17:35:20 -04:00
drivers Merge branch 'v6.6/standard/base' into v6.6/standard/preempt-rt/intel-sdk-6.6/intel-socfpga 2025-06-25 17:35:20 -04:00
fs Merge branch 'v6.6/standard/base' into v6.6/standard/preempt-rt/intel-sdk-6.6/intel-socfpga 2025-06-25 17:35:20 -04:00
include Merge branch 'v6.6/standard/base' into v6.6/standard/preempt-rt/intel-sdk-6.6/intel-socfpga 2025-06-25 17:35:20 -04:00
init This is the 6.6.89 stable release 2025-05-06 10:49:40 -04:00
io_uring Revert "io_uring: ensure deferred completions are posted for multishot" 2025-06-19 15:28:45 +02:00
ipc ipc: fix memleak if msg_init_ns failed in create_ipc_ns 2024-12-09 10:32:54 +01:00
kernel Merge branch 'v6.6/standard/base' into v6.6/standard/preempt-rt/intel-sdk-6.6/intel-socfpga 2025-06-25 17:35:20 -04:00
lib kunit: Fix wrong parameter to kunit_deactivate_static_stub() 2025-06-19 15:28:04 +02:00
LICENSES LICENSES: Add the copyleft-next-0.3.1 license 2022-11-08 15:44:01 +01:00
mm This is the 6.6.94 stable release 2025-06-25 17:33:50 -04:00
net Merge branch 'v6.6/standard/base' into v6.6/standard/preempt-rt/intel-sdk-6.6/intel-socfpga 2025-06-25 17:35:20 -04:00
rust rust: lockdep: Remove support for dynamically allocated LockClassKeys 2025-03-22 12:50:50 -07:00
samples samples/bpf: Fix compilation failure for samples/bpf on LoongArch Fedora 2025-06-04 14:41:53 +02:00
scripts Merge branch 'v6.6/standard/base' into v6.6/standard/preempt-rt/intel-sdk-6.6/intel-socfpga 2025-06-25 17:35:20 -04:00
security This is the 6.6.93 stable release 2025-06-06 10:24:55 -04:00
sound ALSA: usb-audio: Add implicit feedback quirk for RODE AI-1 2025-06-19 15:28:44 +02:00
tools This is the 6.6.94 stable release 2025-06-25 17:33:50 -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 get_maintainer: add Alan to .get_maintainer.ignore 2022-08-20 15:17:44 -07:00
.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 rust: add .rustfmt.toml 2022-09-28 09:02:20 +02:00
COPYING COPYING: state that all contributions really are covered by this file 2020-02-10 13:32:20 -08:00
CREDITS USB: Remove Wireless USB and UWB documentation 2023-08-09 14:17:32 +02:00
Kbuild Kbuild updates for v6.1 2022-10-10 12:00:45 -07:00
Kconfig kbuild: ensure full rebuild when the compiler is updated 2020-05-12 13:28:33 +09:00
localversion-rt Linux 6.6.31-rt31 2024-06-05 08:15:07 -04:00
MAINTAINERS Merge branch 'v6.6/standard/base' into v6.6/standard/preempt-rt/intel-sdk-6.6/intel-socfpga 2025-05-01 22:37:58 -04:00
Makefile This is the 6.6.94 stable release 2025-06-25 17:33:50 -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.