Linux kernel source tree
Go to file
Will Deacon 2ef52ca02c Merge branch 'for-next/selftests' into for-next/core
* for-next/selftests:
  kselftest/arm64: Fix build warnings for ptrace
  kselftest/arm64: Actually test SME vector length changes via sigreturn
  kselftest/arm64: signal: fix/refactor SVE vector length enumeration
2024-09-12 13:43:57 +01:00
arch Merge branch 'for-next/poe' into for-next/core 2024-09-12 13:43:41 +01:00
block
certs
crypto
Documentation Merge branch 'for-next/poe' into for-next/core 2024-09-12 13:43:41 +01:00
drivers Merge branch 'for-next/pkvm-guest' into for-next/core 2024-09-12 13:43:22 +01:00
fs mm: use ARCH_PKEY_BITS to define VM_PKEY_BITN 2024-09-04 12:52:40 +01:00
include Merge branch 'for-next/poe' into for-next/core 2024-09-12 13:43:41 +01:00
init
io_uring io_uring/net: don't pick multiple buffers for non-bundle send 2024-08-07 15:20:52 -06:00
ipc
kernel drivers/perf: arm_spe: Use perf_allow_kernel() for permissions 2024-08-30 11:42:24 +01:00
lib
LICENSES
mm 9 hotfixes. 5 are cc:stable, 4 either pertain to post-6.10 material or 2024-08-08 07:32:20 -07:00
net nfsd-6.11 fixes: 2024-08-10 10:44:21 -07:00
rust
samples
scripts
security
sound ASoC: Fixes for v6.11 2024-08-09 09:58:07 +02:00
tools Merge branch 'for-next/selftests' into for-next/core 2024-09-12 13:43:57 +01:00
usr
virt
.clang-format
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap mailmap: update entry for David Heidelberg 2024-08-07 18:33:56 -07:00
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Merge branch 'for-next/perf' into for-next/core 2024-09-12 13:43:16 +01:00
Makefile Linux 6.11-rc3 2024-08-11 14:27:14 -07: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.