Go to file
Linus Torvalds 07e27ad163 Linux 6.17-rc7 2025-09-21 15:08:52 -07:00
Documentation sound fixes for 6.17-rc7 2025-09-19 08:22:07 -07:00
LICENSES
arch Fix a SEV-SNP regression when CONFIG_KVM_AMD_SEV is disabled. 2025-09-20 09:27:15 -07:00
block
certs
crypto This push fixes a NULL pointer dereference in ccp and a couple of 2025-09-19 09:58:21 -07:00
drivers Fixes to the Allwinner and Renesas clk drivers: 2025-09-21 11:11:07 -07:00
fs for-6.17-rc6-tag 2025-09-20 21:41:26 -07:00
include io_uring-6.17-20250919 2025-09-19 12:10:49 -07:00
init
io_uring io_uring-6.17-20250919 2025-09-19 12:10:49 -07:00
ipc
kernel Runtime Verifier fixes for v6.17 2025-09-18 15:22:00 -07:00
lib
mm
net
rust
samples
scripts
security
sound ALSA: hda/realtek: Fix mute led for HP Laptop 15-dw4xx 2025-09-18 21:10:05 +02:00
tools LoongArch fixes for v6.17-rc7 2025-09-19 10:06:51 -07:00
usr
virt
.clang-format
.clippy.toml
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.pylintrc
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Runtime Verifier fixes for v6.17 2025-09-18 15:22:00 -07:00
Makefile Linux 6.17-rc7 2025-09-21 15:08:52 -07: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 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.