linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-21 17:54:47 to 2025-08-24 01:37:50 UTC [more...]

[PATCH v10 00/13] khugepaged: mTHP support
 2025-08-24  1:37 UTC  (33+ messages)
` [PATCH v10 02/13] introduce collapse_single_pmd to unify khugepaged and madvise_collapse
` [PATCH v10 03/13] khugepaged: generalize hugepage_vma_revalidate for mTHP support
` [PATCH v10 07/13] khugepaged: skip collapsing mTHP to smaller orders
` [PATCH v10 10/13] khugepaged: kick khugepaged for enabling none-PMD-sized mTHPs

[PATCH v2 0/7] Enhanced autonomous selection and API
 2025-08-24  0:08 UTC  (10+ messages)
` [PATCH v2 1/7] ACPI: CPPC: add perf control read API and clarify naming
` [PATCH v2 2/7] ACPI: CPPC: extend APIs to support auto_sel and epp
` [PATCH v2 3/7] ACPI: CPPC: add APIs and sysfs interface for min/max_perf
` [PATCH v2 4/7] ACPI: CPPC: add APIs and sysfs interface for perf_limited register
` [PATCH v2 5/7] cpufreq: CPPC: update policy min/max when toggling auto_select
` [PATCH v2 6/7] cpufreq: CPPC: Add sysfs for min/max_perf and perf_limited
` [PATCH v2 7/7] cpufreq: CPPC: add autonomous mode boot parameter support

[PATCH v7] Documentation: cve Korean translation
 2025-08-23 19:56 UTC  (2+ messages)

[PATCH v2] docs: bcachefs: fix typo in idle_work documentation
 2025-08-23 16:08 UTC  (2+ messages)

[PATCH net-next v7 0/5] Add driver for 1Gbe network chips from MUCSE
 2025-08-23 15:17 UTC  (22+ messages)
` [PATCH net-next v7 1/5] net: rnpgbe: Add build support for rnpgbe
` [PATCH net-next v7 2/5] net: rnpgbe: Add n500/n210 chip support
` [PATCH net-next v7 3/5] net: rnpgbe: Add basic mbx ops support
` [PATCH net-next v7 4/5] net: rnpgbe: Add basic mbx_fw support
` [PATCH net-next v7 5/5] net: rnpgbe: Add register_netdev

[PATCH] Documentation/staging: Fix typo and incorrect citation in crc32.rst
 2025-08-23  9:18 UTC  (2+ messages)

[PATCH v4 0/2] cgroup: Track time in cgroup v2 freezer
 2025-08-23  1:47 UTC  (11+ messages)
` [PATCH v4 1/2] cgroup: cgroup.stat.local time accounting
` [PATCH v4 2/2] cgroup: selftests: Add tests for freezer time

[PATCH v5 0/5] Add driver for 1Gbe network chips from MUCSE
 2025-08-23  1:12 UTC  (8+ messages)
` [PATCH v5 4/5] net: rnpgbe: Add basic mbx_fw support

[PATCHv3 net-next 0/3] bonding: support aggregator selection based on port priority
 2025-08-23  0:33 UTC  (3+ messages)
` [PATCHv3 net-next 1/3] bonding: add support for per-port LACP actor priority

[PATCH net-next v14 0/8] net: hinic3: Add a driver for Huawei 3rd gen NIC - management interfaces
 2025-08-23  0:30 UTC  (2+ messages)

[PATCH v8 00/10] x86,fs/resctrl: Support L3 Smart Data Cache Injection Allocation Enforcement (SDCIAE)
 2025-08-22 23:10 UTC  (15+ messages)
` [PATCH v8 02/10] x86/resctrl: Add SDCIAE feature in the command line options
` [PATCH v8 04/10] x86,fs/resctrl: Implement "io_alloc" enable/disable handlers
` [PATCH v8 05/10] fs/resctrl: Introduce interface to display "io_alloc" support
` [PATCH v8 06/10] fs/resctrl: Add user interface to enable/disable io_alloc feature

[PATCH v1 RESEND 0/5] RISC-V: Add Zilsd/Zclsd support in hwprobe and KVM
 2025-08-22 22:34 UTC  (4+ messages)
` [PATCH v1 RESEND 1/5] dt-bidings: riscv: add Zilsd and Zclsd extension descriptions

[PATCH v2 07/14] docs: conf.py: extra cleanups and fixes
 2025-08-22 22:34 UTC  (4+ messages)

[PATCH v6] Documentation: cve Korean translation
 2025-08-22 19:00 UTC  (3+ messages)

[PATCH v2 00/24] better handle media headers
 2025-08-22 14:32 UTC  (26+ messages)
` [PATCH v2 01/24] docs: parse-headers.pl: improve its debug output format
` [PATCH v2 02/24] docs: parse-headers.py: convert parse-headers.pl
` [PATCH v2 03/24] docs: parse-headers.py: improve --help logic
` [PATCH v2 04/24] docs: parse-headers.py: better handle @var arguments
` [PATCH v2 05/24] docs: parse-headers.py: simplify the rules for hashes
` [PATCH v2 06/24] tools: docs: parse-headers.py: move it from sphinx dir
` [PATCH v2 07/24] tools: docs: parse_data_structs.py: add methods to return output
` [PATCH v2 08/24] MAINTAINERS: add files from tools/docs to documentation entry
` [PATCH v2 09/24] docs: uapi: media: Makefile: use parse-headers.py
` [PATCH v2 10/24] docs: kernel_include.py: Update its coding style
` [PATCH v2 11/24] docs: kernel_include.py: allow cross-reference generation
` [PATCH v2 12/24] docs: kernel_include.py: generate warnings for broken refs
` [PATCH v2 13/24] docs: kernel_include.py: move rawtext logic to separate functions
` [PATCH v2 14/24] docs: kernel_include.py: move range logic to a separate function
` [PATCH v2 15/24] docs: kernel_include.py: remove range restriction for gen docs
` [PATCH v2 16/24] docs: kernel_include.py: move code and literal functions
` [PATCH v2 17/24] docs: kernel_include.py: add support to generate a TOC table
` [PATCH v2 18/24] docs: kernel_include.py: append line numbers to better report errors
` [PATCH v2 19/24] docs: kernel_include.py: move apply_range() and add a docstring
` [PATCH v2 20/24] docs: kernel_include.py: remove line numbers from parsed-literal
` [PATCH v2 21/24] docs: kernel_include.py: remove Include class inheritance
` [PATCH v2 22/24] docs: kernel_include.py: document all supported parameters
` [PATCH v2 23/24] scripts: sphinx-build-wrapper: get rid of uapi/media Makefile
` [PATCH v2 24/24] docs: sphinx: drop parse-headers.pl

[PATCH v5 00/20] Introduce STM32 DDR PMU for STM32MP platforms
 2025-08-22 13:59 UTC  (6+ messages)
` [PATCH v5 06/20] dt-bindings: memory: introduce DDR4

[PATCH 00/11] Split sphinx call logic from docs Makefile
 2025-08-22 13:55 UTC  (10+ messages)
` [PATCH 04/11] scripts: sphinx-build-wrapper: add a wrapper for sphinx-build
` [PATCH 10/11] scripts: sphinx-*: prevent sphinx-build crashes

[PATCH v3] hwmon: crps: Fix typos in crps.rst documentation
 2025-08-22 13:25 UTC 

[PATCH v2] fs: Add 'rootfsflags' to set rootfs mount options
 2025-08-22 13:25 UTC  (6+ messages)

[PATCH v15 net-next 00/14] AccECN protocol patch series
 2025-08-22 10:08 UTC  (7+ messages)
` [PATCH v15 net-next 12/14] tcp: accecn: AccECN option failure handling
` [PATCH v15 net-next 14/14] tcp: accecn: try to fit AccECN option with SACK

[PATCH v3 0/7] Docs/zh_CN: Translate filesystems docs to Simplified Chinese
 2025-08-22  9:30 UTC  (8+ messages)
` [PATCH v3 1/7] Docs/zh_CN: Translate ubifs.rst "
` [PATCH v3 2/7] Docs/zh_CN: Translate ubifs-authentication.rst "
` [PATCH v3 3/7] Docs/zh_CN: Translate gfs2.rst "
` [PATCH v3 4/7] Docs/zh_CN: Translate gfs2-uevents.rst "
` [PATCH v3 5/7] Docs/zh_CN: Translate gfs2-glocks.rst "
` [PATCH v3 6/7] Docs/zh_CN: Translate dnotify.rst "
` [PATCH v3 7/7] Docs/zh_CN: Translate inotify.rst "

[PATCH v3] docs: replace a duplicated word and add missing SPDX-License tag
 2025-08-22  9:28 UTC  (3+ messages)

[PATCH v5 0/5] multicommiters model documentation
 2025-08-22  8:33 UTC  (2+ messages)
` [PATCH v5 1/5] docs: maintainer-pgp-guide.rst: add a reference for kernel.org sign

[PATCH v4 00/18] kasan: x86: arm64: KASAN tag-based mode for x86
 2025-08-22  7:36 UTC  (3+ messages)

[PATCH v2 0/3] Documentation: Add real-time bits
 2025-08-22  7:08 UTC  (8+ messages)
` [PATCH v2 3/3] Documentation: Add real-time to core-api

[PATCH v7 00/29] KVM: arm64: Implement support for SME
 2025-08-22  6:50 UTC  (31+ messages)
` [PATCH v7 01/29] arm64/sysreg: Update SMIDR_EL1 to DDI0601 2025-06
` [PATCH v7 02/29] arm64/fpsimd: Update FA64 and ZT0 enables when loading SME state
` [PATCH v7 03/29] arm64/fpsimd: Decide to save ZT0 and streaming mode FFR at bind time
` [PATCH v7 04/29] arm64/fpsimd: Check enable bit for FA64 when saving EFI state
` [PATCH v7 05/29] arm64/fpsimd: Determine maximum virtualisable SME vector length
` [PATCH v7 06/29] KVM: arm64: Introduce non-UNDEF FGT control
` [PATCH v7 07/29] KVM: arm64: Pay attention to FFR parameter in SVE save and load
` [PATCH v7 08/29] KVM: arm64: Pull ctxt_has_ helpers to start of sysreg-sr.h
` [PATCH v7 09/29] KVM: arm64: Move SVE state access macros after feature test macros
` [PATCH v7 10/29] KVM: arm64: Rename SVE finalization constants to be more general
` [PATCH v7 11/29] KVM: arm64: Document the KVM ABI for SME
` [PATCH v7 12/29] KVM: arm64: Define internal features "
` [PATCH v7 13/29] KVM: arm64: Rename sve_state_reg_region
` [PATCH v7 14/29] KVM: arm64: Store vector lengths in an array
` [PATCH v7 15/29] KVM: arm64: Implement SME vector length configuration
` [PATCH v7 16/29] KVM: arm64: Support SME control registers
` [PATCH v7 17/29] KVM: arm64: Support TPIDR2_EL0
` [PATCH v7 18/29] KVM: arm64: Support SME identification registers for guests
` [PATCH v7 19/29] KVM: arm64: Support SME priority registers
` [PATCH v7 20/29] KVM: arm64: Provide assembly for SME register access
` [PATCH v7 21/29] KVM: arm64: Support userspace access to streaming mode Z and P registers
` [PATCH v7 22/29] KVM: arm64: Flush register state on writes to SVCR.SM and SVCR.ZA
` [PATCH v7 23/29] KVM: arm64: Expose SME specific state to userspace
` [PATCH v7 24/29] KVM: arm64: Context switch SME state for guests
` [PATCH v7 25/29] KVM: arm64: Handle SME exceptions
` [PATCH v7 26/29] KVM: arm64: Expose SME to nested guests
` [PATCH v7 27/29] KVM: arm64: Provide interface for configuring and enabling SME for guests
` [PATCH v7 28/29] KVM: arm64: selftests: Add SME system registers to get-reg-list
` [PATCH v7 29/29] KVM: arm64: selftests: Add SME to set_id_regs test

[PATCH v4] cxl: docs/driver-api/conventions resolve conflicts between CFMWS, LMH, Decoders
 2025-08-22  1:55 UTC  (2+ messages)

[PATCH net-next v6 0/5] Add driver for 1Gbe network chips from MUCSE
 2025-08-21 22:56 UTC  (2+ messages)

[PATCH v6 00/20] Enable FRED with KVM VMX
 2025-08-21 22:36 UTC  (21+ messages)
` [PATCH v6 01/20] KVM: VMX: Add support for the secondary VM exit controls
` [PATCH v6 02/20] KVM: VMX: Initialize VM entry/exit FRED controls in vmcs_config
` [PATCH v6 03/20] KVM: VMX: Disable FRED if FRED consistency checks fail
` [PATCH v6 04/20] x86/cea: Export an API to get per CPU exception stacks for KVM to use
` [PATCH v6 05/20] KVM: VMX: Initialize VMCS FRED fields
` [PATCH v6 06/20] KVM: VMX: Set FRED MSR intercepts
` [PATCH v6 07/20] KVM: VMX: Save/restore guest FRED RSP0
` [PATCH v6 08/20] KVM: VMX: Add support for FRED context save/restore
` [PATCH v6 09/20] KVM: x86: Add a helper to detect if FRED is enabled for a vCPU
` [PATCH v6 10/20] KVM: VMX: Virtualize FRED event_data
` [PATCH v6 11/20] KVM: VMX: Virtualize FRED nested exception tracking
` [PATCH v6 12/20] KVM: x86: Save/restore the nested flag of an exception
` [PATCH v6 13/20] KVM: x86: Mark CR4.FRED as not reserved
` [PATCH v6 14/20] KVM: VMX: Dump FRED context in dump_vmcs()
` [PATCH v6 15/20] KVM: x86: Advertise support for FRED
` [PATCH v6 16/20] KVM: nVMX: Add support for the secondary VM exit controls
` [PATCH v6 17/20] KVM: nVMX: Add FRED VMCS fields to nested VMX context handling
` [PATCH v6 18/20] KVM: nVMX: Add FRED-related VMCS field checks
` [PATCH v6 19/20] KVM: nVMX: Add prerequisites to SHADOW_FIELD_R[OW] macros
` [PATCH v6 20/20] KVM: nVMX: Allow VMX FRED controls

[PATCH v4] docs: rcu: Replace multiple dead OLS links in RTFP.txt
 2025-08-21 22:14 UTC  (4+ messages)

[PATCH] Documentation: Fix documentation typos
 2025-08-21 21:34 UTC  (3+ messages)

[PATCH v15 0/6] KVM: arm64: Provide guest support for GCS
 2025-08-21 21:25 UTC  (7+ messages)
` [PATCH v15 3/6] KVM: arm64: Forward GCS exceptions to nested guests
` [PATCH v15 4/6] KVM: arm64: Set PSTATE.EXLOCK when entering an exception

[PATCH v8 03/11] tee: add TEE_IOCTL_PARAM_ATTR_TYPE_UBUF
 2025-08-21 20:34 UTC  (2+ messages)

[PATCH v2 00/14] Fix PDF doc builds on major distros
 2025-08-21 19:43 UTC  (3+ messages)

[PATCH] docs: fix trailing whitespace error and remove repeated words in propagate_umount.txt
 2025-08-21 18:50 UTC  (2+ messages)

[PATCH] docs: sysctl: add a few more top-level /proc/sys entries
 2025-08-21 18:00 UTC  (2+ messages)

[PATCH] docs: Corrected typo in trace/events
 2025-08-21 17:59 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).