Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2022-03-16 09:50:35 to 2022-03-22 20:10:36 UTC [more...]

[PATCH v4 1/2] PCI: Rename "pci_dev->untrusted" to "pci_dev->poses_dma_risk"
 2022-03-22 20:09 UTC  (7+ messages)
` [PATCH v4 2/2] PCI: ACPI: Support Microsoft's "DmaProperty"

[PATCH v8 00/11] ACPI/IORT: Support for IORT RMR node
 2022-03-22 19:31 UTC  (11+ messages)
` [PATCH v8 01/11] ACPI/IORT: Add temporary RMR node flag definitions
` [PATCH v8 02/11] iommu: Introduce a union to struct iommu_resv_region
` [PATCH v8 05/11] ACPI/IORT: Add a helper to retrieve RMR memory regions
` [PATCH v8 10/11] iommu/arm-smmu-v3: Reserve any RMR regions associated with a dev

[PATCH] iommu/dma: Explicitly sort PCI DMA windows
 2022-03-22 17:27 UTC 

[PATCH RFC 00/12] IOMMUFD Generic interface
 2022-03-22 16:41 UTC  (21+ messages)
` [PATCH RFC 01/12] interval-tree: Add a utility to iterate over spans in an interval tree
` [PATCH RFC 02/12] iommufd: Overview documentation
` [PATCH RFC 03/12] iommufd: File descriptor, context, kconfig and makefiles
` [PATCH RFC 04/12] kernel/user: Allow user::locked_vm to be usable for iommufd
` [PATCH RFC 05/12] iommufd: PFN handling for iopt_pages
` [PATCH RFC 06/12] iommufd: Algorithms for PFN storage
` [PATCH RFC 07/12] iommufd: Data structure to provide IOVA to PFN mapping
` [PATCH RFC 08/12] iommufd: IOCTLs for the io_pagetable
` [PATCH RFC 09/12] iommufd: Add a HW pagetable object
` [PATCH RFC 10/12] iommufd: Add kAPI toward external drivers
` [PATCH RFC 11/12] iommufd: vfio container FD ioctl compatibility
` [PATCH RFC 12/12] iommufd: Add a selftest

[PATCH v2 0/2] thunderbolt: Make iommu_dma_protection more accurate
 2022-03-22 14:40 UTC  (12+ messages)
` [PATCH v2 1/2] iommu: Add capability for pre-boot DMA protection
` [PATCH v2 2/2] thunderbolt: Make iommu_dma_protection more accurate

[PATCH RFC 00/11] iommu: SVA and IOPF refactoring
 2022-03-22 12:15 UTC  (56+ messages)
` [PATCH RFC 01/11] iommu: Add pasid_bits field in struct dev_iommu
` [PATCH RFC 02/11] iommu: Add iommu_domain type for SVA
` [PATCH RFC 03/11] iommu: Add attach/detach_dev_pasid domain ops
` [PATCH RFC 04/11] iommu/vt-d: Add SVA domain support
` [PATCH RFC 05/11] arm-smmu-v3/sva: "
` [PATCH RFC 06/11] iommu/sva: Use attach/detach_pasid_dev in SVA interfaces
` [PATCH RFC 07/11] iommu: Remove SVA related callbacks from iommu ops
` [PATCH RFC 08/11] iommu: Handle IO page faults directly
` [PATCH RFC 09/11] iommu: Add iommu_get_domain_for_dev_pasid()
` [PATCH RFC 10/11] iommu: Make IOPF handling framework generic
` [PATCH RFC 11/11] iommu: Rename iommu-sva-lib.{c,h}

[PATCH v4 00/32] KVM: s390: enable zPCI for interpretive execution
 2022-03-22  7:30 UTC  (24+ messages)
` [PATCH v4 14/32] iommu: introduce iommu_domain_alloc_type and the KVM type
` [PATCH v4 15/32] vfio: introduce KVM-owned IOMMU type

[PATCH v2] iommu/vt-d: calculate mask for non-aligned flushes
 2022-03-22  6:35 UTC 

[PATCH v2] iommu/amd: Add support to indicate whether DMA remap support is enabled
 2022-03-21  2:52 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION 6d72dda014a4753974eb08950089ddf71fec4f60
 2022-03-19  3:39 UTC 

[PATCH 0/4 RESEND] Fix coherence for VMbus and PCI pass-thru devices in Hyper-V VM
 2022-03-18 20:37 UTC  (16+ messages)
` [PATCH 1/4 RESEND] ACPI: scan: Export acpi_get_dma_attr()
` [PATCH 2/4 RESEND] dma-mapping: Add wrapper function to set dma_coherent
` [PATCH 3/4 RESEND] Drivers: hv: vmbus: Propagate VMbus coherence to each VMbus device
` [PATCH 4/4 RESEND] PCI: hv: Propagate coherence from VMbus device to PCI device

[PATCH] thunderbolt: Make iommu_dma_protection more accurate
 2022-03-18 15:23 UTC  (17+ messages)

[PATCH v2 0/8] Enable PASID for DMA API users
 2022-03-18 13:50 UTC  (45+ messages)
` [PATCH v2 2/8] iommu: Add attach/detach_dev_pasid domain ops
` [PATCH v2 3/8] iommu/vt-d: Implement device_pasid domain attach ops
` [PATCH v2 4/8] iommu/vt-d: Use device_pasid attach op for RID2PASID
` [PATCH v2 5/8] iommu: Add PASID support for DMA mapping API users
` [PATCH v2 6/8] dmaengine: idxd: Use DMA API for in-kernel DMA with PASID
` [PATCH v2 7/8] iommu/vt-d: Delete supervisor/kernel SVA
` [PATCH v2 9/9] dmaengine: idxd: separate user and kernel pasid enabling

[PATCH] iommu/vt-d: check alignment before using psi
 2022-03-18  9:59 UTC  (3+ messages)

[PATCH 0/4] Fix coherence for VMbus and PCI pass-thru devices in Hyper-V VM
 2022-03-17 16:12 UTC  (5+ messages)
` [PATCH 1/4] ACPI: scan: Export acpi_get_dma_attr()
` [PATCH 2/4] dma-mapping: Add wrapper function to set dma_coherent
` [PATCH 3/4] Drivers: hv: vmbus: Propagate VMbus coherence to each VMbus device
` [PATCH 4/4] PCI: hv: Propagate coherence from VMbus device to PCI device

[PATCH] thunderbolt: Stop using iommu_present()
 2022-03-17 14:21 UTC  (18+ messages)

[PATCH 1/2] iommu/amd: Add support to indicate whether DMA remap support is enabled
 2022-03-16  9:50 UTC  (7+ messages)
` [PATCH 2/2] thunderbolt: Use pre-boot DMA protection on AMD systems


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