public inbox for linux-doc@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-12 16:50:43 to 2026-03-13 12:13:30 UTC [more...]

[RFC net-next 0/3] tls_sw: add tx record zero padding
 2026-03-13 12:13 UTC  (2+ messages)

[PATCH 00/15] mm: expand mmap_prepare functionality and usage
 2026-03-13 12:00 UTC  (24+ 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] hwmon: add driver for ARCTIC Fan Controller
 2026-03-13 11:19 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v2 00/28] kernel-doc: use a C lexical tokenizer for transforms
 2026-03-13 11:05 UTC  (6+ messages)
` [PATCH v2 29/28] docs: kdoc: ensure that comments are dropped before calling split_struct_proto()
  ` [PATCH v2 30/28] docs: kdoc_parser: avoid tokenizing structs everytime

[PATCH 00/38] docs: several improvements to kernel-doc
 2026-03-13 10:48 UTC  (5+ messages)
      ` [Intel-wired-lan] "

[PATCH] Documentation: printk: warn about lockups from excessive use
 2026-03-13 10:27 UTC  (2+ messages)

[PATCH v5 00/41] arm_mpam: Add KVM/arm64 and resctrl glue code
 2026-03-13  9:43 UTC  (5+ messages)
` [PATCH v5 12/41] KVM: arm64: Use kernel-space partid configuration for hypercalls

[PATCH v7 net-next 00/11] nbl driver for Nebulamatrix NICs
 2026-03-13  9:36 UTC  (5+ messages)
` [PATCH v7 net-next 03/11] net/nebula-matrix: add chip related definitions
    ` 回复:[PATCH "

[PATCH v2 0/1] update riscv prctl for discovering V extension
 2026-03-13  9:19 UTC  (2+ messages)

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

[PATCH 00/15] PCI: endpoint: Remote DMA support via vNTB
 2026-03-13  8:51 UTC  (15+ messages)
` [PATCH 01/15] dmaengine: dw-edma: Cache DMA channel IDs in dw_edma_chip
` [PATCH 04/15] dmaengine: dw-edma: Add per-channel interrupt routing control
` [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 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 net-next v01 0/7] net: hinic3: PF initialization
 2026-03-13  8:50 UTC  (10+ messages)
` [PATCH net-next v01 1/7] hinic3: Add ethtool queue ops
` [PATCH net-next v01 2/7] hinic3: Add ethtool statistic ops
` [PATCH net-next v01 3/7] hinic3: Add ethtool coalesce ops
` [PATCH net-next v01 4/7] hinic3: Add ethtool rss ops
` [PATCH net-next v01 5/7] hinic3: Add MTU size validation
` [PATCH net-next v01 6/7] hinic3: Configure netdev->watchdog_timeo to set nic tx timeout
` [PATCH net-next v01 7/7] hinic3: Remove unneed coalesce parameters

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

[PATCH v9 00/23] gpu: nova-core: Add memory management support
 2026-03-13  6:58 UTC  (3+ messages)
` [PATCH v9 04/23] gpu: nova-core: gsp: Extract usable FB region from GSP

[PATCH] virtio: document the map API in the driver writing guide
 2026-03-13  6:18 UTC  (2+ messages)

[PATCH RFC v3 00/43] guest_memfd: In-place conversion support
 2026-03-13  6:13 UTC  (44+ 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 RFC v3 37/43] KVM: selftests: Update private memory exits test work with per-gmem attributes
` [PATCH RFC v3 38/43] KVM: guest_memfd: Introduce default handlers for content modes
` [PATCH RFC v3 39/43] KVM: guest_memfd: Apply content modes while setting memory attributes
` [PATCH RFC v3 40/43] KVM: x86: Add support for applying content modes
` [PATCH RFC v3 41/43] KVM: x86: Support content mode ZERO for TDX
` [PATCH RFC v3 42/43] KVM: selftests: Allow flags to be specified in set_memory_attributes functions
` [PATCH RFC v3 43/43] KVM: selftests: Update tests to use flag-enabled library functions

[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 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)

[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 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 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 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 "


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