Go to file
Greg Kroah-Hartman c1bd6fce53 Linux 6.6.100
Link: https://lore.kernel.org/r/20250722134333.375479548@linuxfoundation.org
Tested-by: Brett A C Sheffield <bacs@librecast.net>
Tested-by: Florian Fainelli <florian.fainelli@broadcom.com>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Miguel Ojeda <ojeda@kernel.org>
Tested-by: Peter Schneider <pschneider1968@googlemail.com>
Tested-by: Mark Brown <broonie@kernel.org>
Tested-by: Harshit Mogalapalli <harshit.m.mogalapalli@oracle.com>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Hardik Garg <hargar@linux.microsoft.com>
Tested-by: Ron Economos <re@w6rz.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
(cherry picked from commit dbcb8d8e4163e46066f43e2bd9a6779e594ec900)
2025-07-28 15:19:09 +08:00
.github/workflows CI: Add patch check by using build kernel sw8a 2025-07-11 02:39:50 +08:00
Documentation arch: add ARCH_HAS_KERNEL_FPU_SUPPORT 2025-07-24 23:36:39 +08:00
LICENSES LICENSES: add 0BSD license text 2025-01-18 13:07:45 +08:00
arch KVM: x86/xen: Fix cleanup logic in emulation of Xen schedop poll hypercalls 2025-07-28 15:19:09 +08:00
block block: fix kobject leak in blk_unregister_queue 2025-07-28 15:19:05 +08:00
certs sign-file,extract-cert: use pkcs11 provider for OPENSSL MAJOR >= 3 2025-05-09 22:54:46 +08:00
crypto crypto: ecdsa - Harden against integer overflows in DIV_ROUND_UP() 2025-07-22 16:16:48 +08:00
deepin deepin: OWNERS: Update OWNERS 2025-05-29 18:26:52 +08:00
drivers nvmem: layouts: u-boot-env: remove crc32 endianness conversion 2025-07-28 15:19:09 +08:00
fs clone_private_mnt(): make sure that caller has CAP_SYS_ADMIN in the right userns 2025-07-28 15:19:07 +08:00
include rxrpc: Fix recv-recv race of completed call 2025-07-28 15:19:07 +08:00
init sched/isolation: Make CONFIG_CPU_ISOLATION depend on CONFIG_SMP 2025-05-09 23:02:50 +08:00
io_uring io_uring/poll: fix POLLERR handling 2025-07-28 15:19:02 +08:00
ipc ipc: fix to protect IPCS lookups using RCU 2025-07-03 11:31:56 +08:00
kernel sched: Change nr_uninterruptible type to unsigned long 2025-07-28 15:19:07 +08:00
lib selftests/fpu: allow building on other architectures 2025-07-24 23:36:39 +08:00
mm kasan: remove kasan_find_vm_area() to prevent possible deadlock 2025-07-22 16:16:48 +08:00
net ipv6: make addrconf_wq single threaded 2025-07-28 15:19:07 +08:00
rust rust: module: place cleanup_module() in .exit.text section 2025-07-09 09:49:55 +08:00
samples samples/bpf: Fix compilation failure for samples/bpf on LoongArch Fedora 2025-06-10 10:34:50 +08:00
scripts scripts/gdb: fix interrupts.py after maple tree conversion 2025-07-22 16:16:42 +08:00
security selinux: fix selinux_xfrm_alloc_user() to set correct ctx_len 2025-07-03 11:32:08 +08:00
sound ASoC: fsl_sai: Force a software reset when starting in consumer mode 2025-07-28 15:19:08 +08:00
tools Revert "selftests/bpf: dummy_st_ops should reject 0 for non-nullable params" 2025-07-28 15:19:09 +08:00
usr kbuild: hdrcheck: fix cross build with clang 2025-03-18 15:26:16 +08:00
virt KVM: Discard zero mask with function kvm_dirty_ring_reset 2025-06-06 14:45:06 +08: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-12-10 20:42:03 +08: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
CREDITS fs: Remove NTFS classic 2024-12-10 20:39:15 +08:00
Kbuild Kbuild updates for v6.1 2022-10-10 12:00:45 -07:00
Kconfig
MAINTAINERS selftests: ifs: verify test interfaces are created by the driver 2025-07-01 11:32:36 +08:00
Makefile Linux 6.6.100 2025-07-28 15:19:09 +08:00
README

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.