public inbox for iommu@lists.linux-foundation.org
 help / color / mirror / Atom feed
 messages from 2026-01-18 15:57:38 to 2026-01-20 19:53:59 UTC [more...]

[PATCH v0 00/15] PCI passthru on Hyper-V (Part I)
 2026-01-20 19:52 UTC  (20+ 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 v0 09/15] mshv: Import data structs around device domains and irq remapping
` [PATCH v0 10/15] PCI: hv: Build device id for a VMBus device
` [PATCH v0 11/15] x86/hyperv: Build logical device ids for PCI passthru hcalls
` [PATCH v0 12/15] x86/hyperv: Implement hyperv virtual iommu
` [PATCH v0 13/15] x86/hyperv: Basic interrupt support for direct attached devices
` [PATCH v0 14/15] mshv: Remove mapping of mmio space during map user ioctl
` [PATCH v0 15/15] mshv: Populate mmio mappings for PCI passthru

[PATCH 1/2] dma-direct: Validate DMA mask against canonical DMA addresses
 2026-01-20 19:22 UTC  (18+ 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 18:54 UTC  (10+ 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

[RFC PATCH v4 00/38] NTB transport backed by PCI EP embedded DMA
 2026-01-20 18:47 UTC  (26+ messages)
` [RFC PATCH v4 02/38] dmaengine: dw-edma: Add per-channel interrupt routing control
` [RFC PATCH v4 05/38] dmaengine: dw-edma: Add a helper to query linked-list region
` [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 11/38] NTB: core: Add .get_dma_dev() to ntb_dev_ops
` [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 18/38] NTB: ntb_transport: Use ntb_get_dma_dev()
` [RFC PATCH v4 36/38] PCI: endpoint: pci-epf-test: Add remote eDMA-backed mode

[GIT PULL] more dma-mapping fixes for Linux 6.19
 2026-01-20 18:37 UTC  (2+ messages)

[PATCH v3 00/11] Fix incorrect iommu_groups with PCIe ACS
 2026-01-20 18:08 UTC  (3+ messages)
` [PATCH v3 10/11] PCI: Check ACS DSP/USP redirect bits in pci_enable_pasid()

[PATCH] iommu/amd: serialize sequence allocation under concurrent TLB invalidations
 2026-01-20 17:24 UTC  (2+ messages)

[PATCH] iommu/arm-smmu-qcom: Restore ACTLR settings for MDSS on sa8775p
 2026-01-20 15:11 UTC 

[PATCH v3 0/7] dma-buf: Use revoke mechanism to invalidate shared buffers
 2026-01-20 14:07 UTC  (8+ messages)
` [PATCH v3 1/7] dma-buf: Rename .move_notify() callback to a clearer identifier
` [PATCH v3 2/7] dma-buf: Always build with DMABUF_MOVE_NOTIFY
` [PATCH v3 3/7] dma-buf: Document RDMA non-ODP invalidate_mapping() special case
` [PATCH v3 4/7] dma-buf: Add check function for revoke semantics
` [PATCH v3 5/7] iommufd: Pin dma-buf importer "
` [PATCH v3 6/7] vfio: Wait for dma-buf invalidation to complete
` [PATCH v3 7/7] vfio: Validate dma-buf revocation semantics

[PATCH 0/3] iommu/vt-d: Ensure atomicity in context and PASID entry updates
 2026-01-20 13:49 UTC  (9+ messages)
` [PATCH 2/3] iommu/vt-d: Clear Present bit before tearing down PASID entry

[PATCH v2 0/4] dma-buf: document revoke mechanism to invalidate shared buffers
 2026-01-20 13:33 UTC  (41+ 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] arm64: swiotlb: Don’t shrink default buffer when bounce is forced
 2026-01-20 13:20 UTC  (3+ messages)

[PATCH] iommu/arm-smmu-v3: Maintain valid access attributes for non-coherent SMMU
 2026-01-20 13:11 UTC  (7+ messages)

[PATCH v2 0/8] dma-mapping: arm64: support batched cache sync
 2026-01-20 12:33 UTC  (5+ messages)
` [PATCH v2 1/8] arm64: Provide dcache_by_myline_op_nosync helper
` [PATCH v2 3/8] arm64: Provide dcache_inval_poc_nosync helper

[PATCH v2 0/2] iommu: debug-pagealloc: Remove pfn_valid() usage
 2026-01-20 10:03 UTC  (4+ messages)
` [PATCH v2 1/2] mm/page_ext: Add page_ext_get_from_phys()
` [PATCH v2 2/2] iommu: debug-pagealloc: Use page_ext_get_from_phys()

[PATCH] dma-direct: Skip cache prep for HighMem coherent allocations
 2026-01-20  9:49 UTC  (11+ messages)

[PATCH] dma-direct: swiotlb: Skip encryption toggles for swiotlb allocations
 2026-01-20  9:33 UTC  (11+ messages)

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

[PATCH] iommu/amd: Remove unused variable in amd_iommufd_viommu_destroy()
 2026-01-20  9:16 UTC  (2+ messages)

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

[PATCH v2] iommu/vt-d: Flush piotlb for SVM and Nested domain
 2026-01-20  7:09 UTC  (2+ messages)

[PATCH v2] iommu/vt-d: Flush cache for PASID table before using it
 2026-01-20  7:01 UTC  (2+ messages)

[PATCH v2 0/2] iommu/vt-d: Skip dev-iotlb flush for inaccessible PCIe device
 2026-01-20  6:49 UTC  (2+ messages)

[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 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 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  (6+ messages)
` [PATCH 3/3] iommupt: Avoid rewalking during map

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 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  (5+ 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 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  (7+ 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  (4+ 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 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 "


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