Go to file
Will Deacon 4e4e36dce3 Merge branch 'for-next/uprobes' into for-next/core
* for-next/uprobes:
  arm64: probes: Fix incorrect bl/blr address and register usage
  uprobes: uprobe_warn should use passed task
  arm64: Kconfig: Remove GCS restrictions on UPROBES
  arm64: uprobes: Add GCS support to uretprobes
  arm64: probes: Add GCS support to bl/blr/ret
  arm64: uaccess: Add additional userspace GCS accessors
  arm64: uaccess: Move existing GCS accessors definitions to gcs.h
  arm64: probes: Break ret out from bl/blr
2025-09-24 16:35:06 +01:00
arch Merge branch 'for-next/uprobes' into for-next/core 2025-09-24 16:35:06 +01:00
block block-6.17-20250808 2025-08-09 08:47:28 +03:00
certs
crypto Significant patch series in this pull request: 2025-08-03 16:23:09 -07:00
Documentation Merge branch 'for-next/perf' into for-next/core 2025-09-24 16:34:52 +01:00
drivers Merge branch 'for-next/perf' into for-next/core 2025-09-24 16:34:52 +01:00
fs NFS client updates for Linux 6.17 2025-08-09 07:20:44 +03:00
include arm64: Enable permission change on arm64 kernel block mappings 2025-09-18 21:36:37 +01:00
init Significant patch series in this pull request: 2025-08-03 16:23:09 -07:00
io_uring io_uring/memmap: cast nr_pages to size_t before shifting 2025-08-08 06:35:14 -06:00
ipc vfs-6.17-rc1.mmap_prepare 2025-07-28 13:43:25 -07:00
kernel Merge branch 'for-next/uprobes' into for-next/core 2025-09-24 16:35:06 +01:00
lib block-6.17-20250808 2025-08-09 08:47:28 +03:00
LICENSES LICENSES: Replace the obsolete address of the FSF in the GFDL-1.2 2025-07-24 11:15:39 +02:00
mm arm64: Enable permission change on arm64 kernel block mappings 2025-09-18 21:36:37 +01:00
net NFS client updates for Linux 6.17 2025-08-09 07:20:44 +03:00
rust Rust changes for v6.17 2025-08-03 13:49:10 -07:00
samples Significant patch series in this pull request: 2025-08-03 16:23:09 -07:00
scripts Kbuild updates for v6.17 2025-08-06 07:32:52 +03:00
security + Features 2025-08-04 08:17:28 -07:00
sound gpio updates for v6.17-rc1 2025-08-09 08:15:43 +03:00
tools Merge branch 'for-next/selftests' into for-next/core 2025-09-24 16:34:56 +01:00
usr
virt Merge tag 'kvm-x86-no_assignment-6.17' of https://github.com/kvm-x86/linux into HEAD 2025-07-29 08:36:42 -04:00
.clang-format
.clippy.toml
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap Significant patch series in this pull request: 2025-08-03 16:23:09 -07:00
.pylintrc
.rustfmt.toml
COPYING
CREDITS Kbuild updates for v6.17 2025-08-06 07:32:52 +03:00
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: Remove myself from HiSilicon PMU maintainers 2025-09-18 14:54:29 +01:00
Makefile Linux 6.17-rc1 2025-08-10 19:41:16 +03: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.