public inbox for iommu@lists.linux-foundation.org
 help / color / mirror / Atom feed
 messages from 2026-01-16 17:10:57 to 2026-01-20 06:43:39 UTC [more...]

[PATCH v0 00/15] PCI passthru on Hyper-V (Part I)
 2026-01-20  6:42 UTC  (9+ messages)
` [PATCH v0 01/15] iommu/hyperv: rename hyperv-iommu.c to hyperv-irq.c
` [PATCH v0 02/15] x86/hyperv: cosmetic changes in irqdomain.c for readability
` [PATCH v0 03/15] x86/hyperv: add insufficient memory support in irqdomain.c
` [PATCH v0 04/15] mshv: Provide a way to get partition id if running in a VMM process
` [PATCH v0 05/15] mshv: Declarations and definitions for VFIO-MSHV bridge device
` [PATCH v0 06/15] mshv: Implement mshv bridge device for VFIO
` [PATCH v0 07/15] mshv: Add ioctl support for MSHV-VFIO bridge device
` [PATCH v0 08/15] PCI: hv: rename hv_compose_msi_msg to hv_vmbus_compose_msi_msg

[PATCH 1/2] dma-direct: Validate DMA mask against canonical DMA addresses
 2026-01-20  6:42 UTC  (2+ messages)
` [PATCH 2/2] dma-direct: Make phys_to_dma() pick encrypted vs unencrypted per device

[PATCH v2 0/3] iommu/vt-d: Ensure atomicity in context and PASID entry updates
 2026-01-20  6:18 UTC  (4+ messages)
` [PATCH v2 1/3] iommu/vt-d: Clear Present bit before tearing down PASID entry
` [PATCH v2 2/3] iommu/vt-d: Clear Present bit before tearing down context entry
` [PATCH v2 3/3] iommu/vt-d: Fix race condition during PASID entry replacement

[PATCH v5 0/3] of: parsing of multi #{iommu,msi}-cells in maps
 2026-01-20  5:08 UTC  (7+ messages)
` [PATCH v5 1/3] of: Add convenience wrappers for of_map_id()
` [PATCH v5 2/3] of: factor arguments passed to of_map_id() into a struct
` [PATCH v5 3/3] of: Respect #{iommu,msi}-cells in maps

[PATCH] iommu/amd: Remove unused variable in amd_iommufd_viommu_destroy()
 2026-01-20  1:48 UTC 

[PATCH v2 0/2] Let iommupt manage changes in page size internally
 2026-01-20  1:28 UTC  (4+ messages)
` [PATCH v2 1/2] iommupt: Directly call iommupt's unmap_range()
` [PATCH v2 2/2] iommupt: Avoid rewalking during map

[PATCH rc] iommu/arm-smmu-v3: Do not set disable_ats unless vSTE is Translate
 2026-01-20  0:22 UTC  (2+ messages)

[PATCH rc] iommupt: Make it clearer to the compiler that pts.level == 0 for single page
 2026-01-20  0:19 UTC 

[PATCH v15 00/28] x86: Secure Launch support for Intel TXT
 2026-01-20  0:10 UTC  (8+ messages)
` [PATCH v15 01/28] tpm: Initial step to reorganize TPM public headers
` [PATCH v15 02/28] tpm: Move TPM1 specific definitions and functions to new headers
` [PATCH v15 19/28] x86/tpm: Early TPM PCR extending driver

[PATCH 0/3] Let iommupt manage changes in page size internally
 2026-01-19 23:40 UTC  (7+ messages)
` [PATCH 3/3] iommupt: Avoid rewalking during map

[RFC PATCH v4 00/38] NTB transport backed by PCI EP embedded DMA
 2026-01-19 20:47 UTC  (51+ messages)
` [RFC PATCH v4 01/38] dmaengine: dw-edma: Export helper to get integrated register window
` [RFC PATCH v4 02/38] dmaengine: dw-edma: Add per-channel interrupt routing control
` [RFC PATCH v4 03/38] dmaengine: dw-edma: Poll completion when local IRQ handling is disabled
` [RFC PATCH v4 04/38] dmaengine: dw-edma: Add notify-only channels support
` [RFC PATCH v4 05/38] dmaengine: dw-edma: Add a helper to query linked-list region
` [RFC PATCH v4 06/38] NTB: epf: Add mwN_offset support and config region versioning
` [RFC PATCH v4 07/38] NTB: epf: Reserve a subset of MSI vectors for non-NTB users
` [RFC PATCH v4 08/38] NTB: epf: Provide db_vector_count/db_vector_mask callbacks
` [RFC PATCH v4 09/38] NTB: core: Add mw_set_trans_ranges() for subrange programming
` [RFC PATCH v4 10/38] NTB: core: Add .get_private_data() to ntb_dev_ops
` [RFC PATCH v4 11/38] NTB: core: Add .get_dma_dev() "
` [RFC PATCH v4 12/38] NTB: core: Add driver_override support for NTB devices
` [RFC PATCH v4 13/38] PCI: endpoint: pci-epf-vntb: Support BAR subrange mappings for MWs
` [RFC PATCH v4 14/38] PCI: endpoint: pci-epf-vntb: Implement .get_private_data() callback
` [RFC PATCH v4 15/38] PCI: endpoint: pci-epf-vntb: Implement .get_dma_dev()
` [RFC PATCH v4 16/38] NTB: ntb_transport: Move TX memory window setup into setup_qp_mw()
` [RFC PATCH v4 17/38] NTB: ntb_transport: Dynamically determine qp count
` [RFC PATCH v4 18/38] NTB: ntb_transport: Use ntb_get_dma_dev()
` [RFC PATCH v4 19/38] NTB: ntb_transport: Rename ntb_transport.c to ntb_transport_core.c
` [RFC PATCH v4 20/38] NTB: ntb_transport: Move internal types to ntb_transport_internal.h
` [RFC PATCH v4 21/38] NTB: ntb_transport: Export common helpers for modularization
` [RFC PATCH v4 22/38] NTB: ntb_transport: Split core library and default NTB client
` [RFC PATCH v4 23/38] NTB: ntb_transport: Add transport backend infrastructure
` [RFC PATCH v4 24/38] NTB: ntb_transport: Run ntb_set_mw() before link-up negotiation
` [RFC PATCH v4 25/38] NTB: hw: Add remote eDMA backend registry and DesignWare backend
` [RFC PATCH v4 26/38] NTB: ntb_transport: Add remote embedded-DMA transport client
` [RFC PATCH v4 27/38] ntb_netdev: Multi-queue support
` [RFC PATCH v4 28/38] iommu: ipmmu-vmsa: Add PCIe ch0 to devices_allowlist
` [RFC PATCH v4 29/38] iommu: ipmmu-vmsa: Add support for reserved regions
` [RFC PATCH v4 30/38] arm64: dts: renesas: Add Spider RC/EP DTs for NTB with remote DW PCIe eDMA
` [RFC PATCH v4 31/38] NTB: epf: Add per-SoC quirk to cap MRRS for DWC eDMA (128B for R-Car)
` [RFC PATCH v4 32/38] NTB: epf: Add an additional memory window (MW2) barno mapping on Renesas R-Car
` [RFC PATCH v4 33/38] Documentation: PCI: endpoint: pci-epf-vntb: Update and add mwN_offset usage
` [RFC PATCH v4 34/38] Documentation: driver-api: ntb: Document remote embedded-DMA transport
` [RFC PATCH v4 35/38] PCI: endpoint: pci-epf-test: Add pci_epf_test_next_free_bar() helper
` [RFC PATCH v4 36/38] PCI: endpoint: pci-epf-test: Add remote eDMA-backed mode
` [RFC PATCH v4 37/38] misc: pci_endpoint_test: Add remote eDMA transfer test mode
` [RFC PATCH v4 38/38] selftests: pci_endpoint: Add remote eDMA transfer coverage

types: reuse common phys_vec type instead of DMABUF open‑coded variant
 2026-01-19 20:38 UTC  (6+ messages)

[PATCH RFCv1 0/3] Allow ATS to be always on for certain ATS-capable devices
 2026-01-19 20:06 UTC  (8+ messages)
` [PATCH RFCv1 1/3] PCI: Allow ATS to be always on for CXL.cache capable devices
` [PATCH RFCv1 2/3] PCI: Allow ATS to be always on for non-CXL NVIDIA GPUs
` [PATCH RFCv1 3/3] iommu/arm-smmu-v3: Allow ATS to be always on

[PATCH v2 0/4] dma-buf: document revoke mechanism to invalidate shared buffers
 2026-01-19 19:54 UTC  (37+ messages)
` [PATCH v2 1/4] dma-buf: Rename .move_notify() callback to a clearer identifier
` [PATCH v2 2/4] dma-buf: Document revoke semantics
` [PATCH v2 3/4] iommufd: Require DMABUF "
` [PATCH v2 4/4] vfio: Add pinned interface to perform "

[PATCH v8 07/15] iommupt: Add map_pages op
 2026-01-19 17:37 UTC  (5+ messages)

[PATCH v6 00/13] iommu/amd: Introduce Nested Translation support
 2026-01-19 17:15 UTC  (6+ messages)
` [PATCH v6 10/13] iommu/amd: Introduce gDomID-to-hDomID Mapping and handle parent domain invalidation
` [PATCH v6 13/13] iommu/amd: Add support for nested domain attach/detach

[PATCH v9 0/7] iommu/arm-smmu-v3: Introduce an RCU-protected invalidation array
 2026-01-19 17:10 UTC  (2+ messages)

[PATCH] dma-direct: swiotlb: Skip encryption toggles for swiotlb allocations
 2026-01-19 16:37 UTC  (10+ messages)

[PATCH 0/2] iommu: debug-pagealloc: Remove pfn_valid() usage
 2026-01-19 15:55 UTC  (8+ messages)
` [PATCH 1/2] mm/page_ext: Add page_ext_get_phys()
` [PATCH 2/2] iommu: debug-pagealloc: Use page_ext_get_phys()

[PATCH v7 0/5] iommu: Add page_ext for IOMMU_DEBUG_PAGEALLOC
 2026-01-19 14:25 UTC  (5+ messages)

[PATCH] dma-iommu: Introduce API to reserve IOVA regions for dynamically created devices
 2026-01-19 14:13 UTC  (3+ messages)

[PATCH v11 0/7] Add support for Verisilicon IOMMU used by media
 2026-01-19 14:06 UTC  (13+ messages)
` [PATCH v11 3/7] iommu: Add verisilicon IOMMU driver

imx8 PCI regression since "iommu: Get DT/ACPI parsing into the proper probe path"
 2026-01-19 12:53 UTC  (8+ messages)
  ` [REGRESSION] "

[PATCH] of: reserved_mem: Allow reserved_mem framework detect "cma=" kernel param
 2026-01-19 10:38 UTC  (4+ messages)

[PATCH v6] rust: iommu: add io_pgtable abstraction
 2026-01-19  9:29 UTC  (5+ messages)

[PATCH v5 0/2] iommu: Avoid setting C-bit for MMIO addresses
 2026-01-25 19:19 UTC  (5+ messages)
` [PATCH v5 1/2] iommupt: Do not set C-bit on MMIO backed PTEs
` [PATCH v5 2/2] vfio/type1: Set IOMMU_MMIO in dma->prot for MMIO-backed addresses

[PATCH] dma-direct: Skip cache prep for HighMem coherent allocations
 2026-01-19  9:18 UTC  (10+ messages)

[PATCH v12 0/6] Add support for Verisilicon IOMMU used by media
 2026-01-19  8:58 UTC  (4+ messages)
` [PATCH v12 3/6] iommu: Add verisilicon IOMMU driver

[PATCH v4 0/3] of: parsing of multi #{iommu,msi}-cells in maps
 2026-01-18 18:15 UTC  (5+ messages)
` [PATCH v4 3/3] of: Respect "

[PATCH] iommu/riscv: Add IOTINVAL after updating DDT/PDT entries
 2026-01-18 14:33 UTC  (7+ messages)
    `  "

[PATCH v5] io: add io_pgtable abstraction
 2026-01-18 10:08 UTC  (3+ messages)

[PATCH] iommu/amd: Fix error path in amd_iommu_probe_device()
 2026-01-18 10:03 UTC  (2+ messages)

[PATCH v1 0/9] iommu/arm-smmu-v3: Share domain across SMMU/vSMMU instances
 2026-01-17  1:11 UTC  (11+ messages)
` [PATCH v1 2/9] iommu/arm-smmu-v3: Add alloc_id/free_id functions to arm_smmu_invs


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