iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-14 19:49:31 to 2022-03-20 06:42:42 UTC [more...]

[PATCH RFC 00/11] iommu: SVA and IOPF refactoring
 2022-03-20  6:40 UTC 

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

[PATCH v4 00/32] KVM: s390: enable zPCI for interpretive execution
 2022-03-19  7:51 UTC  (43+ 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 v4 22/32] KVM: s390: pci: routines for (dis)associating zPCI devices with a KVM
` [PATCH v4 25/32] KVM: s390: pci: provide routines for enabling/disabling IOAT assist
` [PATCH v4 26/32] KVM: s390: pci: handle refresh of PCI translations
` [PATCH v4 27/32] KVM: s390: intercept the rpcit instruction
` [PATCH v4 28/32] KVM: s390: add KVM_S390_ZPCI_OP to manage guest zPCI devices
` [PATCH v4 29/32] vfio-pci/zdev: add DTSM to clp group capability
` [PATCH v4 30/32] KVM: s390: introduce CPU feature for zPCI Interpretation
` [PATCH v4 31/32] MAINTAINERS: additional files related kvm s390 pci passthrough
` [PATCH v4 32/32] MAINTAINERS: update s390 IOMMU entry

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

[PATCH v2] iommu/amd: Add support to indicate whether DMA remap support is enabled
 2022-03-18 22:31 UTC 

[PATCH v2 0/2] thunderbolt: Make iommu_dma_protection more accurate
 2022-03-18 22:29 UTC  (4+ 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 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 RFC 00/12] IOMMUFD Generic interface
 2022-03-18 17:27 UTC  (13+ 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] 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  (57+ messages)
` [PATCH v2 1/8] iommu: Assign per device max PASID
` [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 8/8] iommu: Remove unused driver data in sva_bind_device
` [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 v8 00/11] ACPI/IORT: Support for IORT RMR node
 2022-03-17 15:30 UTC  (3+ messages)

[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  (11+ messages)
` [PATCH 2/2] thunderbolt: Use pre-boot DMA protection on AMD systems

[PATCH v5 0/8] Add support for HiSilicon PCIe Tune and Trace device
 2022-03-16  7:49 UTC  (7+ messages)
` [PATCH v5 1/8] iommu/arm-smmu-v3: Make default domain type of HiSilicon PTT device to identity
` [PATCH v5 2/8] hwtracing: Add trace function support for HiSilicon PCIe Tune and Trace device

cleanup swiotlb initialization v5
 2022-03-16  0:39 UTC  (11+ messages)
` [PATCH 12/15] swiotlb: provide swiotlb_init variants that remap the buffer
` [PATCH 13/15] swiotlb: merge swiotlb-xen initialization into swiotlb
` [PATCH 14/15] swiotlb: remove swiotlb_init_with_tbl and swiotlb_init_late_with_tbl

[PATCH v8 00/11] Fix BUG_ON in vfio_iommu_group_notifier()
 2022-03-15  0:21 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).