public inbox for linux-doc@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-12 14:54:59 to 2026-03-13 06:13:48 UTC [more...]

[PATCH RFC v3 00/43] guest_memfd: In-place conversion support
 2026-03-13  6:13 UTC  (37+ messages)
` [PATCH RFC v3 01/43] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [PATCH RFC v3 02/43] KVM: Rename KVM_GENERIC_MEMORY_ATTRIBUTES to KVM_VM_MEMORY_ATTRIBUTES
` [PATCH RFC v3 03/43] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
` [PATCH RFC v3 04/43] KVM: Stub in ability to disable per-VM memory attribute tracking
` [PATCH RFC v3 05/43] KVM: guest_memfd: Wire up kvm_get_memory_attributes() to per-gmem attributes
` [PATCH RFC v3 06/43] KVM: guest_memfd: Update kvm_gmem_populate() to use gmem attributes
` [PATCH RFC v3 07/43] KVM: Introduce KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH RFC v3 08/43] KVM: guest_memfd: Enable INIT_SHARED on guest_memfd for x86 Coco VMs
` [PATCH RFC v3 09/43] KVM: guest_memfd: Add support for KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH RFC v3 10/43] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
` [PATCH RFC v3 11/43] KVM: Move KVM_VM_MEMORY_ATTRIBUTES config definition to x86
` [PATCH RFC v3 12/43] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes
` [PATCH RFC v3 13/43] KVM: selftests: Create gmem fd before "regular" fd when adding memslot
` [PATCH RFC v3 14/43] KVM: selftests: Rename guest_memfd{,_offset} to gmem_{fd,offset}
` [PATCH RFC v3 15/43] KVM: selftests: Add support for mmap() on guest_memfd in core library
` [PATCH RFC v3 16/43] KVM: selftests: Add selftests global for guest memory attributes capability
` [PATCH RFC v3 17/43] KVM: selftests: Update framework to use KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH RFC v3 18/43] KVM: selftests: Add helpers for calling ioctls on guest_memfd
` [PATCH RFC v3 19/43] KVM: selftests: Test using guest_memfd for guest private memory
` [PATCH RFC v3 20/43] KVM: selftests: Test basic single-page conversion flow
` [PATCH RFC v3 21/43] KVM: selftests: Test conversion flow when INIT_SHARED
` [PATCH RFC v3 22/43] KVM: selftests: Test indexing in guest_memfd
` [PATCH RFC v3 23/43] KVM: selftests: Test conversion before allocation
` [PATCH RFC v3 24/43] KVM: selftests: Convert with allocated folios in different layouts
` [PATCH RFC v3 25/43] KVM: selftests: Test precision of conversion
` [PATCH RFC v3 26/43] KVM: selftests: Test that truncation does not change shared/private status
` [PATCH RFC v3 27/43] KVM: selftests: Test that shared/private status is consistent across processes
` [PATCH RFC v3 28/43] KVM: selftests: Test conversion with elevated page refcount
` [PATCH RFC v3 29/43] KVM: selftests: Reset shared memory after hole-punching
` [PATCH RFC v3 30/43] KVM: selftests: Provide function to look up guest_memfd details from gpa
` [PATCH RFC v3 31/43] KVM: selftests: Provide common function to set memory attributes
` [PATCH RFC v3 32/43] KVM: selftests: Check fd/flags provided to mmap() when setting up memslot
` [PATCH RFC v3 33/43] KVM: selftests: Make TEST_EXPECT_SIGBUS thread-safe
` [PATCH RFC v3 34/43] KVM: selftests: Update private_mem_conversions_test to mmap() guest_memfd
` [PATCH RFC v3 35/43] KVM: selftests: Add script to exercise private_mem_conversions_test
` [PATCH RFC v3 36/43] KVM: selftests: Update pre-fault test to work with per-guest_memfd attributes

[PATCH v2 0/7] Remove the Kontron SMARC-sAM67 board
 2026-03-13  6:07 UTC  (2+ messages)
` (subset) "

[akpm-mm:mm-new 367/381] htmldocs: Documentation/filesystems/mmap_prepare.rst: WARNING: document isn't included in any toctree [toc.not_included]
 2026-03-13  4:32 UTC  (2+ messages)

[PATCH v6 0/3] Fix get cpu steer-tag fail on ARM64 platform
 2026-03-13  2:32 UTC  (7+ messages)
` [PATCH v6 1/3] ACPI: Rename get_acpi_id_for_cpu() to acpi_get_cpu_uid() on non-x86
` [PATCH v6 2/3] x86: Implement acpi_get_cpu_uid()

[PATCH v7 0/3] Fix get cpu steer-tag fail on ARM64 platform
 2026-03-13  2:21 UTC  (4+ messages)
` [PATCH v7 1/3] ACPI: Refactor get_acpi_id_for_cpu() to acpi_get_cpu_uid() on non-x86
` [PATCH v7 2/3] x86: Implement acpi_get_cpu_uid()
` [PATCH v7 3/3] PCI/TPH: Fix get cpu steer-tag fail on ARM64 platform

[PATCH v2 0/3] docs: sp_SP: Add Rust documentation section
 2026-03-13  2:12 UTC  (9+ messages)
` [PATCH v2 3/3] docs: sp_SP: Add Spanish translation for Rust coding guidelines

[PATCH net-next v2] netfilter: conntrack: expose gc_scan_interval_max via sysctl
 2026-03-13  2:09 UTC  (2+ messages)

[PATCH 00/12] Add spi-hid transport driver
 2026-03-13  1:24 UTC  (10+ messages)
` [PATCH 07/12] HID: spi_hid: add ACPI support for SPI over HID
` [PATCH 09/12] dt-bindings: input: Document hid-over-spi DT schema
      ` Fwd: "

[PATCH v2 0/5] list private v2 & luo flb v9
 2026-03-13  1:00 UTC  (4+ messages)
` [PATCH v9 4/5] liveupdate: luo_flb: Introduce File-Lifecycle-Bound global state

[PATCH v2] docs: octeontx2: fix typo in documentation
 2026-03-13  1:00 UTC  (3+ messages)

[RFC PATCH v2 00/37] guest_memfd: In-place conversion support
 2026-03-13  0:36 UTC  (8+ messages)
` [RFC PATCH v2 09/37] KVM: guest_memfd: Add support for KVM_SET_MEMORY_ATTRIBUTES2

[PATCH v2 00/22] vfio/pci: Base Live Update support for VFIO device files
 2026-03-13  0:33 UTC  (13+ messages)
` [PATCH v2 07/22] vfio/pci: Notify PCI subsystem about devices preserved across Live Update
` [PATCH v2 10/22] vfio/pci: Skip reset of preserved device after "

[PATCH 00/15] mm: expand mmap_prepare functionality and usage
 2026-03-13  0:12 UTC  (20+ messages)
` [PATCH 01/15] mm: various small mmap_prepare cleanups
` [PATCH 02/15] mm: add documentation for the mmap_prepare file operation callback
` [PATCH 03/15] mm: document vm_operations_struct->open the same as close()
` [PATCH 04/15] mm: add vm_ops->mapped hook
` [PATCH 05/15] fs: afs: correctly drop reference count on mapping failure
` [PATCH 06/15] mm: add mmap_action_simple_ioremap()
` [PATCH 07/15] misc: open-dice: replace deprecated mmap hook with mmap_prepare
` [PATCH 08/15] hpet: "
` [PATCH 09/15] mtdchar: replace deprecated mmap hook with mmap_prepare, clean up
` [PATCH 10/15] stm: replace deprecated mmap hook with mmap_prepare
` [PATCH 11/15] staging: vme_user: "
` [PATCH 12/15] mm: allow handling of stacked mmap_prepare hooks in more drivers
` [PATCH 13/15] drivers: hv: vmbus: replace deprecated mmap hook with mmap_prepare
` [PATCH 14/15] uio: replace deprecated mmap hook with mmap_prepare in uio_info
` [PATCH 15/15] mm: add mmap_action_map_kernel_pages[_full]()

[PATCH v2 0/5] watchdog/hardlockup: Improvements to hardlockup detection and documentation
 2026-03-12 23:22 UTC  (6+ messages)
` [PATCH v2 1/5] watchdog: Return early in watchdog_hardlockup_check()
` [PATCH v2 2/5] watchdog: Update saved interrupts during check
` [PATCH v2 3/5] doc: watchdog: Clarify hardlockup detection timing
` [PATCH v2 4/5] watchdog/hardlockup: improve buddy system detection timeliness
` [PATCH v2 5/5] doc: watchdog: Document buddy detector

[PATCH net-next] netfilter: conntrack: expose gc_scan_interval_max via sysctl
 2026-03-12 23:10 UTC  (7+ messages)

[PATCH v6 16/19] HID: Add documentation for Lenovo Legion Go drivers
 2026-03-12 22:57 UTC  (3+ messages)

[PATCH v6 11/19] KVM: arm64: Context swap Partitioned PMU guest registers
 2026-03-12 22:39 UTC  (2+ messages)

[PATCH v6 06/19] perf: arm_pmuv3: Keep out of guest counter partition
 2026-03-12 22:39 UTC  (2+ messages)

[PATCH v6 04/19] perf: arm_pmuv3: Introduce method to partition the PMU
 2026-03-12 22:37 UTC  (2+ messages)

[PATCH v6 04/19] perf: arm_pmuv3: Introduce method to partition the PMU
 2026-03-12 22:37 UTC  (2+ messages)

[PATCH v6 16/19] KVM: arm64: Add vCPU device attr to partition the PMU
 2026-03-12 22:13 UTC  (2+ messages)

[robh:dt-convert 66/621] htmldocs: Warning: Documentation/devicetree/bindings/clock/st/st,clkgen-c32.yaml references a file that doesn't exist: Documentation/devicetree/bindings/clock/st/st,clkgen-mux.txt
 2026-03-12 22:02 UTC 

[PATCH] virtio: document the map API in the driver writing guide
 2026-03-12 21:58 UTC 

[PATCH mm-unstable v15 00/13] khugepaged: mTHP support
 2026-03-12 21:22 UTC  (23+ messages)
` [PATCH mm-unstable v15 01/13] mm/khugepaged: generalize hugepage_vma_revalidate for "
` [PATCH mm-unstable v15 02/13] mm/khugepaged: generalize alloc_charge_folio()
` [PATCH mm-unstable v15 03/13] mm/khugepaged: generalize __collapse_huge_page_* for mTHP support
` [PATCH mm-unstable v15 06/13] mm/khugepaged: skip collapsing mTHP to smaller orders
` [PATCH mm-unstable v15 07/13] mm/khugepaged: add per-order mTHP collapse failure statistics
` [PATCH mm-unstable v15 08/13] mm/khugepaged: improve tracepoints for mTHP orders
` [PATCH mm-unstable v15 09/13] mm/khugepaged: introduce collapse_allowable_orders helper function
` [PATCH mm-unstable v15 10/13] mm/khugepaged: Introduce mTHP collapse support
` [PATCH mm-unstable v15 11/13] mm/khugepaged: avoid unnecessary mTHP collapse attempts
` [PATCH mm-unstable v15 12/13] mm/khugepaged: run khugepaged for all orders

[PATCH v11 0/5] Enable Remote GPIO over RPMSG on i.MX Platform
 2026-03-12 21:22 UTC  (7+ messages)
` [PATCH v11 1/5] docs: driver-api: gpio: rpmsg gpio driver over rpmsg bus
` [PATCH v11 2/5] dt-bindings: remoteproc: imx_rproc: Add "rpmsg" subnode support
` [PATCH v11 3/5] gpio: rpmsg: add generic rpmsg GPIO driver
` [PATCH v11 4/5] gpio: rpmsg: add support for NXP legacy firmware protocol
` [PATCH v11 5/5] arm64: dts: imx8ulp: Add rpmsg node under imx_rproc

[PATCH 0/4] watchdog/hardlockup: Improvements to hardlockup detection and documentation
 2026-03-12 21:02 UTC  (6+ messages)
` [PATCH 3/4] watchdog/hardlockup: improve buddy system detection timeliness

[PATCH] checkpatch: add support for Assisted-by tag
 2026-03-12 20:59 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 00/15] PCI: endpoint: Remote DMA support via vNTB
 2026-03-12 20:39 UTC  (20+ messages)
` [PATCH 01/15] dmaengine: dw-edma: Cache DMA channel IDs in dw_edma_chip
` [PATCH 02/15] PCI: endpoint: Add DMA channel metadata to pci_epc_aux_resource
` [PATCH 03/15] PCI: dwc: ep: Report DMA channel metadata for aux resources
` [PATCH 04/15] dmaengine: dw-edma: Add per-channel interrupt routing control
` [PATCH 05/15] dmaengine: dw-edma: Compose MSI messages from allocated IRQs
` [PATCH 06/15] PCI: endpoint: pci-epf-vntb: Fold MW runtime state into a struct
` [PATCH 07/15] PCI: endpoint: Add EPC DMA channel delegation hooks
` [PATCH 08/15] PCI: dwc: ep: Delegate exported eDMA channels through EPC ops
` [PATCH 09/15] PCI: endpoint: Add pci-ep-dma helper for exported DMA ABI v1
` [PATCH 10/15] PCI: endpoint: pci-epf-vntb: Support DMA export and shared BAR layouts
` [PATCH 11/15] NTB: hw: epf: Parse control-layout version and DMA locator
` [PATCH 12/15] NTB: hw: epf: Enumerate auxiliary child for DMA ABI v1
` [PATCH 13/15] dmaengine: dw-edma: Add auxiliary-bus frontend for exported eDMA
` [PATCH 14/15] NTB: Add ntb_ep_dma test client
` [PATCH 15/15] Documentation: PCI: endpoint: Add vNTB DMA export HOWTO

[PATCH v2 00/16] fs,x86/resctrl: Add kernel-mode (e.g., PLZA) support to the resctrl subsystem
 2026-03-12 20:37 UTC  (17+ messages)
` [PATCH v2 01/16] fs/resctrl: Add kernel mode (kmode) data structures and arch hook
` [PATCH v2 02/16] fs, x86/resctrl: Add architecture routines for kernel mode initialization
` [PATCH v2 03/16] fs/resctrl: Add info/kernel_mode file to show kernel mode options
` [PATCH v2 04/16] x86/resctrl: Support Privilege-Level Zero Association (PLZA)
` [PATCH v2 05/16] x86/resctrl: Initialize supported kernel modes when CPUID reports PLZA
` [PATCH v2 06/16] resctrl: Introduce kmode static key enable/disable helpers
` [PATCH v2 07/16] x86/resctrl: Add data structures and definitions for PLZA configuration
` [PATCH v2 08/16] x86/resctrl: Add per-CPU and per-task kernel mode state
` [PATCH v2 09/16] x86,fs/resctrl: Add the functionality to configure PLZA
` [PATCH v2 10/16] x86/resctrl: Add PLZA state tracking and context switch handling
` [PATCH v2 11/16] fs/resctrl: Add write handler for info/kernel_mode
` [PATCH v2 12/16] fs/resctrl: Add info/kernel_mode_assignment to show kernel-mode rdtgroup
` [PATCH v2 13/16] fs/resctrl: Add write interface for kernel_mode_assignment
` [PATCH v2 14/16] fs/resctrl: Update kmode configuration when cpu_mask changes
` [PATCH v2 15/16] x86/resctrl: Refactor show_rdt_tasks() to support PLZA tasks
` [PATCH v2 16/16] fs/resctrl: Add per-task kmode enable support via rdtgroup

[PATCH v12 0/1] rust: interop: Add list module for C linked list interface
 2026-03-12 19:50 UTC  (7+ messages)
` [PATCH v12 1/1] "

[PATCH net-next v5 1/3] net: ethtool: add ethtool COALESCE_RX_CQE_FRAMES/NSECS
 2026-03-12 19:37 UTC 

[PATCH v6 5/5] Documentation: laptops: Update documentation for uniwill laptops
 2026-03-12 19:25 UTC 

[PATCH v5 5/5] Documentation: laptops: Update documentation for uniwill laptops
 2026-03-12 19:23 UTC 

[PATCH v5 5/5] Documentation: laptops: Update documentation for uniwill laptops
 2026-03-12 19:18 UTC  (5+ messages)

[PATCH RFC v3 0/4] guest_memfd: Track amount of memory allocated on inode
 2026-03-12 19:00 UTC  (5+ messages)
` [PATCH RFC v3 2/4] KVM: guest_memfd: Set release always on guest_memfd mappings

[PATCH 0/2] docs: interconnect: Improve API documentation coverage
 2026-03-12 17:53 UTC  (3+ messages)
` [PATCH 1/2] docs: interconnect: Add provider APIs to documentation
` [PATCH 2/2] docs: interconnect: Document consumer APIs and drop outdated text

[PATCH v12 0/1] Rust GPU buddy allocator bindings
 2026-03-12 17:45 UTC  (4+ messages)
` [PATCH v12.1 "
  ` [PATCH v12.1 1/1] rust: gpu: Add "

[PATCH v17 0/2] ACPI: Add support for ACPI RAS2 feature table
 2026-03-12 16:52 UTC  (3+ messages)
` [PATCH v17 1/2] ACPI:RAS2: Add driver for the "

[PATCH v2 0/8] RDMA: Enable operation with DMA debug enabled
 2026-03-12 16:50 UTC  (10+ messages)
` [PATCH v2 4/8] dma-mapping: Introduce DMA require coherency attribute
` [PATCH v2 5/8] dma-direct: prevent SWIOTLB path when DMA_ATTR_REQUIRE_COHERENT is set
` [PATCH v2 8/8] mm/hmm: Indicate that HMM requires DMA coherency

[PATCH ipsec-next v6 12/14] xfrm: add XFRM_MSG_MIGRATE_STATE for single SA migration
 2026-03-12 16:41 UTC  (4+ messages)
` [ipsec-next,v6,12/14] "
  ` [devel-ipsec] "

[PATCH v3] docs: octeontx2:Fix typo in documentation
 2026-03-12 16:27 UTC 

[PATCH v3 00/15] hwspinlock: move device alloc into core and refactor includes
 2026-03-12 15:20 UTC  (3+ messages)
` [PATCH v3 15/15] hwspinlock/treewide: refactor consumer.h from public header

[PATCH v3 0/5] Support the FEAT_HDBSS introduced in Armv9.5
 2026-03-12 14:58 UTC  (9+ messages)
` [PATCH v3 4/5] KVM: arm64: Enable HDBSS support and handle HDBSSF events

[PATCH v2 00/28] kernel-doc: use a C lexical tokenizer for transforms
 2026-03-12 14:54 UTC  (20+ messages)
` [PATCH v2 10/28] unittests: add a runner to execute all unittests
` [PATCH v2 11/28] docs: kdoc: create a CMatch to match nested C blocks
` [PATCH v2 12/28] tools: unittests: add tests for CMatch
` [PATCH v2 13/28] docs: c_lex: properly implement a sub() method "
` [PATCH v2 14/28] unittests: test_cmatch: add tests for sub()
` [PATCH v2 15/28] docs: kdoc: replace NestedMatch with CMatch
` [PATCH v2 16/28] docs: kdoc_re: get rid of NestedMatch class
` [PATCH v2 17/28] docs: xforms_lists: handle struct_group directly
` [PATCH v2 18/28] docs: xforms_lists: better evaluate struct_group macros
` [PATCH v2 19/28] docs: c_lex: add support to work with pure name ids
` [PATCH v2 20/28] docs: xforms_lists: use CMatch for all identifiers
` [PATCH v2 21/28] docs: c_lex: add "@" operator
` [PATCH v2 22/28] docs: c_lex: don't exclude an extra token
` [PATCH v2 23/28] docs: c_lex: setup a logger to report tokenizer issues
` [PATCH v2 24/28] docs: unittests: add and adjust tests to check for errors
` [PATCH v2 25/28] docs: c_lex: better handle BEGIN/END at search
` [PATCH v2 26/28] docs: kernel-doc.rst: document private: scope propagation
` [PATCH v2 27/28] docs: c_lex: produce a cleaner str() representation
` [PATCH v2 28/28] unittests: test_cmatch: remove weird stuff from expected results


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox