The following changes since commit bd415b5c9552d44069d4e7c1e018b6d42f25af9e: Documentation/filesystems: ramfs-rootfs-initramfs: use :Author: (2023-05-16 12:55:35 -0600) are available in the Git repository at: git://git.lwn.net/linux.git tags/docs-6.5 for you to fetch changes up to a1e72bb00a48687a1dc1c2e549eaf4ba09e802be: docs: consolidate storage interfaces (2023-06-21 09:18:06 -0600) ---------------------------------------------------------------- It's been a relatively calm cycle in docsland. We do have: - Some initial page-table documentation from Linus (the other Linus) - Regression-handling documentation improvements from Thorsten - Addition of kerneldoc documentation for the ERR_PTR() and related macros from James Seo ...and the usual collection of fixes and updates. ---------------------------------------------------------------- Baruch Siach (1): docs: crypto: async-tx-api: fix typo in struct name Costa Shulyupin (2): docs: consolidate human interface subsystems docs: consolidate storage interfaces Jakub Kicinski (1): MAINTAINERS: direct process doc changes to a dedicated ML James Seo (3): Documentation: conf.py: Add __force to c_id_attributes err.h: Add missing kerneldocs for error pointer functions Documentation: core-api: Add error pointer functions to kernel-api Joe Stringer (1): docs/doc-guide: Clarify how to write tables Johannes Berg (1): Documentation: update git configuration for Link: tag Jonathan Corbet (1): docs: process: fix a typoed cross-reference Kees Cook (1): docs: submitting-patches: Discuss interleaved replies Linus Walleij (1): Documentation/mm: Initial page table documentation Natesh Sharma (1): docs: admin-guide: Add information about intel_pstate active mode Randy Dunlap (5): Documentation: virt: correct location of haltpoll module params Documentation: KVM: make corrections to halt-polling.rst Documentation: KVM: make corrections to locking.rst Documentation: KVM: make corrections to ppc-pv.rst Documentation: KVM: make corrections to vcpu-requests.rst Thorsten Leemhuis (1): docs: handling-regressions: rework section about fixing procedures Yan-Jie Wang (1): docs: clarify KVM related kernel parameters' descriptions Documentation/admin-guide/kernel-parameters.txt | 63 ++++--- Documentation/conf.py | 1 + Documentation/core-api/kernel-api.rst | 6 + Documentation/crypto/async-tx-api.rst | 2 +- Documentation/doc-guide/sphinx.rst | 11 +- Documentation/maintainer/configure-git.rst | 2 +- Documentation/mm/page_tables.rst | 149 +++++++++++++++++ Documentation/process/2.Process.rst | 7 +- Documentation/process/handling-regressions.rst | 208 ++++++++++++++---------- Documentation/process/submitting-patches.rst | 25 +++ Documentation/subsystem-apis.rst | 34 ++-- Documentation/virt/guest-halt-polling.rst | 2 +- Documentation/virt/kvm/halt-polling.rst | 10 +- Documentation/virt/kvm/locking.rst | 18 +- Documentation/virt/kvm/ppc-pv.rst | 8 +- Documentation/virt/kvm/vcpu-requests.rst | 6 +- MAINTAINERS | 6 + include/linux/err.h | 48 ++++++ 18 files changed, 462 insertions(+), 144 deletions(-)