iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-05 19:12:03 to 2021-04-09 19:38:37 UTC [more...]

[PATCH v2 0/3] Apple M1 DART IOMMU driver
 2021-04-09 19:38 UTC  (8+ messages)
` [PATCH v2 1/3] iommu: io-pgtable: add DART pagetable format
` [PATCH v2 3/3] iommu: dart: Add DART iommu driver

[PATCH v2] swiotlb: Make SWIOTLB_NO_FORCE perform no allocation
 2021-04-09 19:32 UTC  (5+ messages)
` [PATCH v3] "

[PATCH 1/2] iommu/sva: Tighten SVA bind API with explicit flags
 2021-04-09 18:08 UTC  (8+ messages)
` [PATCH 2/2] iommu/sva: Remove mm parameter from SVA bind API

[PATCH 0/2] iommu/amd: Revert and remove failing PMC test
 2021-04-09 17:10 UTC  (6+ messages)
` [PATCH 1/2] Revert "iommu/amd: Fix performance counter initialization"
` [PATCH 2/2] iommu/amd: Remove performance counter pre-initialization test

[PATCH] iommu: dart: fix call_kern.cocci warnings
 2021-04-09 16:49 UTC  (2+ messages)

[PATCH v3] drivers: introduce and use WANT_DMA_CMA for soft dependencies on DMA_CMA
 2021-04-09 13:39 UTC  (5+ messages)

[PATCH v1 1/2] iommu/tegra-smmu: Defer attachment of display clients
 2021-04-09 12:55 UTC  (7+ messages)

[PATCH] iommu: exynos: remove unneeded local variable initialization
 2021-04-09 12:17 UTC  (2+ messages)

[RFC PATCH v2 0/8] ACPI/IORT: Support for IORT RMR node
 2021-04-09 10:08 UTC  (3+ messages)

[PATCH v14 00/13] SMMUv3 Nested Stage Setup (IOMMU part)
 2021-04-09  9:43 UTC  (9+ messages)
` [PATCH v14 06/13] iommu/smmuv3: Allow stage 1 invalidation with unmanaged ASIDs
` [PATCH v14 08/13] dma-iommu: Implement NESTED_MSI cookie

[PATCH] iommu/vt-d: Force to flush iotlb before creating superpage
 2021-04-09  5:31 UTC  (6+ messages)

[RFC PATCH v3 0/8] Add IOPF support for VFIO passthrough
 2021-04-09  3:44 UTC  (9+ messages)
` [RFC PATCH v3 1/8] iommu: Evolve the device fault reporting framework
` [RFC PATCH v3 2/8] vfio/type1: Add a page fault handler
` [RFC PATCH v3 3/8] vfio/type1: Add an MMU notifier to avoid pinning
` [RFC PATCH v3 4/8] vfio/type1: Pre-map more pages than requested in the IOPF handling
` [RFC PATCH v3 5/8] vfio/type1: VFIO_IOMMU_ENABLE_IOPF
` [RFC PATCH v3 6/8] vfio/type1: No need to statically pin and map if IOPF enabled
` [RFC PATCH v3 7/8] vfio/type1: Add selective DMA faulting support
` [RFC PATCH v3 8/8] vfio: Add nested IOPF support

[PATCH RESEND] iommu/amd: Remove duplicate check of devid
 2021-04-09  3:30 UTC 

[PATCH] iommu/amd: Remove duplicate check of devid
 2021-04-09  3:02 UTC  (2+ messages)

[RFC PATCH v5 00/15] Optimizing iommu_[map/unmap] performance
 2021-04-08 17:14 UTC  (16+ messages)
` [RFC PATCH v5 01/15] iommu/io-pgtable: Introduce unmap_pages() as a page table op
` [RFC PATCH v5 02/15] iommu: Add an unmap_pages() op for IOMMU drivers
` [RFC PATCH v5 03/15] iommu/io-pgtable: Introduce map_pages() as a page table op
` [RFC PATCH v5 04/15] iommu: Add a map_pages() op for IOMMU drivers
` [RFC PATCH v5 05/15] iommu: Use bitmap to calculate page size in iommu_pgsize()
` [RFC PATCH v5 06/15] iommu: Split 'addr_merge' argument to iommu_pgsize() into separate parts
` [RFC PATCH v5 07/15] iommu: Hook up '->unmap_pages' driver callback
` [RFC PATCH v5 08/15] iommu: Add support for the map_pages() callback
` [RFC PATCH v5 09/15] iommu/io-pgtable-arm: Prepare PTE methods for handling multiple entries
` [RFC PATCH v5 10/15] iommu/io-pgtable-arm: Implement arm_lpae_unmap_pages()
` [RFC PATCH v5 11/15] iommu/io-pgtable-arm: Implement arm_lpae_map_pages()
` [RFC PATCH v5 12/15] iommu/io-pgtable-arm-v7s: Implement arm_v7s_unmap_pages()
` [RFC PATCH v5 13/15] iommu/io-pgtable-arm-v7s: Implement arm_v7s_map_pages()
` [RFC PATCH v5 14/15] iommu/arm-smmu: Implement the unmap_pages() IOMMU driver callback
` [RFC PATCH v5 15/15] iommu/arm-smmu: Implement the map_pages() "

[PATCH 00/16] Add new DMA mapping operation for P2PDMA
 2021-04-08 17:01 UTC  (17+ messages)
` [PATCH 01/16] PCI/P2PDMA: Pass gfp_mask flags to upstream_bridge_distance_warn()
` [PATCH 02/16] PCI/P2PDMA: Avoid pci_get_slot() which sleeps
` [PATCH 03/16] PCI/P2PDMA: Attempt to set map_type if it has not been set
` [PATCH 04/16] PCI/P2PDMA: Refactor pci_p2pdma_map_type() to take pagmap and device
` [PATCH 05/16] dma-mapping: Introduce dma_map_sg_p2pdma()
` [PATCH 06/16] lib/scatterlist: Add flag for indicating P2PDMA segments in an SGL
` [PATCH 07/16] PCI/P2PDMA: Make pci_p2pdma_map_type() non-static
` [PATCH 08/16] PCI/P2PDMA: Introduce helpers for dma_map_sg implementations
` [PATCH 09/16] dma-direct: Support PCI P2PDMA pages in dma-direct map_sg
` [PATCH 10/16] dma-mapping: Add flags to dma_map_ops to indicate PCI P2PDMA support
` [PATCH 11/16] iommu/dma: Support PCI P2PDMA pages in dma-iommu map_sg
` [PATCH 12/16] nvme-pci: Check DMA ops when indicating support for PCI P2PDMA
` [PATCH 13/16] nvme-pci: Convert to using dma_map_sg_p2pdma for p2pdma pages
` [PATCH 14/16] nvme-rdma: Ensure dma support when using p2pdma
` [PATCH 15/16] RDMA/rw: use dma_map_sg_p2pdma()
` [PATCH 16/16] PCI/P2PDMA: Remove pci_p2pdma_[un]map_sg()

[PATCH] iommu/amd: page-specific invalidations for more than one page
 2021-04-08 15:16 UTC  (7+ messages)

[GIT PULL] iommu/arm-smmu: Updates for 5.13
 2021-04-08 15:11 UTC  (2+ messages)

[RFC PATCH v4 00/15] Optimizing iommu_[map/unmap] performance
 2021-04-08 14:40 UTC  (26+ messages)
` [RFC PATCH v4 01/15] iommu/io-pgtable: Introduce unmap_pages() as a page table op
` [RFC PATCH v4 02/15] iommu: Add an unmap_pages() op for IOMMU drivers
` [RFC PATCH v4 03/15] iommu/io-pgtable: Introduce map_pages() as a page table op
` [RFC PATCH v4 04/15] iommu: Add a map_pages() op for IOMMU drivers
` [RFC PATCH v4 05/15] iommu: Use bitmap to calculate page size in iommu_pgsize()
` [RFC PATCH v4 06/15] iommu: Split 'addr_merge' argument to iommu_pgsize() into separate parts
` [RFC PATCH v4 07/15] iommu: Hook up '->unmap_pages' driver callback
` [RFC PATCH v4 08/15] iommu: Add support for the map_pages() callback
` [RFC PATCH v4 09/15] iommu/io-pgtable-arm: Prepare PTE methods for handling multiple entries
` [RFC PATCH v4 10/15] iommu/io-pgtable-arm: Implement arm_lpae_unmap_pages()
` [RFC PATCH v4 11/15] iommu/io-pgtable-arm: Implement arm_lpae_map_pages()
` [RFC PATCH v4 12/15] iommu/io-pgtable-arm-v7s: Implement arm_v7s_unmap_pages()
` [RFC PATCH v4 13/15] iommu/io-pgtable-arm-v7s: Implement arm_v7s_map_pages()
` [RFC PATCH v4 14/15] iommu/arm-smmu: Implement the unmap_pages() IOMMU driver callback
` [RFC PATCH v4 15/15] iommu/arm-smmu: Implement the map_pages() "

[PATCH V4 05/18] iommu/ioasid: Redefine IOASID set and allocation APIs
 2021-04-08 11:41 UTC  (49+ messages)

[RFC PATCH v3 00/12] Optimizing iommu_[map/unmap] performance
 2021-04-08  4:56 UTC  (22+ messages)
` [RFC PATCH v3 02/12] iommu: Add an unmap_pages() op for IOMMU drivers
` [RFC PATCH v3 03/12] iommu/io-pgtable: Introduce map_pages() as a page table op
` [RFC PATCH v3 04/12] iommu: Add a map_pages() op for IOMMU drivers
` [RFC PATCH v3 05/12] iommu: Use bitmap to calculate page size in iommu_pgsize()
` [RFC PATCH v3 06/12] iommu: Split 'addr_merge' argument to iommu_pgsize() into separate parts
` [RFC PATCH v3 09/12] iommu/io-pgtable-arm: Implement arm_lpae_unmap_pages()
` [RFC PATCH v3 11/12] iommu/arm-smmu: Implement the unmap_pages() IOMMU driver callback

[PATCH 5.4 v2 1/1] iommu/vt-d: Fix agaw for a supported 48 bit guest address width
 2021-04-08  0:25 UTC  (2+ messages)

[PATCH v5.4 1/1] iommu/vt-d: Fix agaw for a supported 48 bit guest address width
 2021-04-07 18:41 UTC  (3+ messages)

[PATCH v8 0/9] vfio/mdev: IOMMU aware mediated device
 2021-04-07 11:34 UTC  (5+ messages)
` [PATCH v8 7/9] vfio/mdev: Add iommu related member in mdev_device

[PATCH] iommu/arm-smmu-v3: Remove the unused fields for PREFETCH_CONFIG command
 2021-04-07 11:29 UTC  (2+ messages)

[PATCH] Revert "iommu/amd: Fix performance counter initialization"
 2021-04-07 10:04 UTC  (5+ messages)

[PATCH v12 00/13] SMMUv3 Nested Stage Setup (VFIO part)
 2021-04-07  9:33 UTC  (3+ messages)
` [PATCH v12 01/13] vfio: VFIO_IOMMU_SET_PASID_TABLE

AMD IOMMU cleanups and dead code removal
 2021-04-07  9:15 UTC  (2+ messages)

cleanup unused or almost unused IOMMU APIs and the FSL PAMU driver v3
 2021-04-07  8:57 UTC  (2+ messages)

[PATCH v14 00/10] iommu: I/O page faults for SMMUv3
 2021-04-07  8:55 UTC  (6+ messages)
` [PATCH v14 09/10] ACPI/IORT: Enable stall support for platform devices

[PATCH] iommu: sprd: Fix parameter type warning
 2021-04-07  8:44 UTC  (2+ messages)

[PATCH 1/1] iommu/vt-d: Report right snoop capability when using FL for IOVA
 2021-04-07  8:41 UTC  (2+ messages)

[PATCH v2 1/2] iommu/mediatek-v1: Allow building as module
 2021-04-07  8:34 UTC  (2+ messages)

[PATCH v2 0/4] iommu/iova: Add CPU hotplug handler to flush rcaches to core code
 2021-04-07  8:31 UTC  (4+ messages)

[PATCH] iommu: Fix a boundary issue to avoid performance drop
 2021-04-07  8:24 UTC  (3+ messages)

[PATCH 0/5] iommu/vt-d: Several misc cleanups
 2021-04-07  8:16 UTC  (2+ messages)

[PATCH 0/3] iommu/iova: Add CPU hotplug handler to flush rcaches to core code
 2021-04-07  8:08 UTC  (3+ messages)

[PATCH v2 1/1] iommu/vt-d: Don't set then clear private data in prq_event_thread()
 2021-04-07  8:10 UTC  (2+ messages)

[PATCH v2 1/1] iommu/vt-d: Fix lockdep splat in intel_pasid_get_entry()
 2021-04-07  8:08 UTC  (2+ messages)

[PATCH RESEND] lib/scatterlist: Fix NULL pointer deference
 2021-04-07  6:10 UTC  (2+ messages)

[PATCH 0/6] dma mapping/iommu: Allow IOMMU IOVA rcache range to be configured
 2021-04-06 16:54 UTC  (8+ messages)
` [PATCH 1/6] iommu: Move IOVA power-of-2 roundup into allocator

[RFC PATCH 0/6] iommu_pgsize() improvements to help towards ->[un]map_pages()
 2021-04-06 11:40 UTC  (4+ messages)
` [RFC PATCH 3/6] iommu: Use bitmap to calculate page size in iommu_pgsize()

[PATCH] iommu: Add device name to iommu map/unmap trace events
 2021-04-06  9:08 UTC  (4+ messages)

[PATCH RFC v1 00/15] iommu/virtio: Nested stage support with Arm
 2021-04-06  6:24 UTC  (6+ messages)
` [PATCH RFC v1 15/15] iommu/virtio: Update fault type and reason info for viommu fault

[PATCH v2 0/5] iommu/vt-d: Several misc fixes
 2021-04-06  0:58 UTC  (3+ messages)
` [PATCH v2 4/5] iommu/vt-d: Use user privilege for RID2PASID translation

[RFC PATCH v2 00/12] Optimizing iommu_[map/unmap] performance
 2021-04-05 19:22 UTC  (4+ messages)
` [PATCH v2 07/12] iommu: Hook up '->unmap_pages' driver callback


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