iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-05-02 13:11:19 to 2019-05-13 17:10:15 UTC [more...]

[PATCH v3 00/16] Shared virtual address IOMMU and VT-d support
 2019-05-13 17:09 UTC  (21+ messages)
` [PATCH v3 01/16] iommu: Introduce attach/detach_pasid_table API
` [PATCH v3 02/16] iommu: Introduce cache_invalidate API
` [PATCH v3 03/16] iommu: Add I/O ASID allocator
` [PATCH v3 04/16] ioasid: Add custom IOASID allocator
` [PATCH v3 05/16] iommu/vt-d: Enlightened PASID allocation
` [PATCH v3 06/16] iommu/vt-d: Add custom allocator for IOASID
` [PATCH v3 07/16] iommu/vtd: Optimize tlb invalidation for vIOMMU
` [PATCH v3 08/16] iommu/vt-d: Replace Intel specific PASID allocator with IOASID
` [PATCH v3 09/16] iommu: Introduce guest PASID bind function
` [PATCH v3 10/16] iommu/vt-d: Move domain helper to header
` [PATCH v3 11/16] iommu/vt-d: Avoid duplicated code for PASID setup
` [PATCH v3 12/16] iommu/vt-d: Add nested translation helper function
` [PATCH v3 13/16] iommu/vt-d: Clean up for SVM device list
` [PATCH v3 14/16] iommu/vt-d: Add bind guest PASID support
` [PATCH v3 15/16] iommu/vt-d: Support flushing more translation cache types
` [PATCH v3 16/16] iommu/vt-d: Add svm/sva invalidate function

[PATCH 0/4] RMRR related fixes
 2019-05-13 16:58 UTC  (7+ messages)
` [PATCH 1/4] iommu: Pass a GFP flag parameter to iommu_alloc_resv_region()
` [PATCH 2/4] iommu/vt-d: Duplicate iommu_resv_region objects per device list
` [PATCH 3/4] iommu/vt-d: Handle RMRR with PCI bridge device scopes
` [PATCH 4/4] iommu/vt-d: Handle PCI bridge RMRR device scopes in intel_iommu_get_resv_regions

[PATCH v7 00/23] SMMUv3 Nested Stage Setup
 2019-05-13 14:40 UTC  (36+ messages)
` [PATCH v7 05/23] iommu: Introduce cache_invalidate API
` [PATCH v7 06/23] iommu: Introduce bind/unbind_guest_msi
` [PATCH v7 11/23] iommu/arm-smmu-v3: Maintain a SID->device structure
` [PATCH v7 12/23] iommu/smmuv3: Get prepared for nested stage support
` [PATCH v7 13/23] iommu/smmuv3: Implement attach/detach_pasid_table
` [PATCH v7 14/23] iommu/smmuv3: Implement cache_invalidate
` [PATCH v7 15/23] dma-iommu: Implement NESTED_MSI cookie
` [PATCH v7 18/23] iommu/smmuv3: Report non recoverable faults

[PATCH v6 0/1] iommu: enhance IOMMU dma mode build options
 2019-05-13 14:04 UTC  (5+ messages)
` [PATCH v6 1/1] "

[git pull] IOMMU Updates for Linux v5.2
 2019-05-13 13:40 UTC  (2+ messages)

[ARM SMMU] Dynamic StreamID allocation
 2019-05-13 13:36 UTC  (7+ messages)

[PATCH v4 1/1] iommu/io-pgtable-arm: Add support to use system cache
 2019-05-13 11:32 UTC  (2+ messages)

[PATCH v3 0/6] iommu/ipmmu-vmsa: Suspend/resume support and assorted cleanups
 2019-05-13  7:14 UTC  (2+ messages)

[PATCH v3 02/10] swiotlb: Factor out slot allocation and free
 2019-05-13  7:05 UTC  (13+ messages)

[PATCH v7 0/7] Add virtio-iommu driver
 2019-05-12 17:15 UTC  (3+ messages)

[PATCH] iommu/amd: remove redundant assignment to variable npages
 2019-05-11 12:41 UTC 

[PATCH V2 0/3] Add debugfs support to show scalable mode DMAR table
 2019-05-10 18:59 UTC  (4+ messages)
` [PATCH V2 1/3] iommu/vt-d: Modify the format of intel DMAR tables dump
` [PATCH V2 2/3] iommu/vt-d: Introduce macros useful for dumping DMAR table
` [PATCH V2 3/3] iommu/vt-d: Add debugfs support to show scalable mode DMAR table internals

[RFC] iommu: arm-smmu: stall support
 2019-05-10 18:23 UTC  (6+ messages)

[PATCH] iommu/intel: fix variable 'iommu' set but not used
 2019-05-10 15:25 UTC 

[PATCH 0/3] Add debugfs support to show scalable mode DMAR table
 2019-05-10 14:56 UTC  (11+ messages)
` [PATCH 1/3] iommu/vt-d: Modify the format of intel DMAR tables dump
` [PATCH 2/3] iommu/vt-d: Introduce macros useful for dumping DMAR table
` [PATCH 3/3] iommu/vt-d: Add debugfs support to show scalable mode DMAR table internals

[PATCH 0/4] Retrieving zPCI specific info with VFIO
 2019-05-10 14:45 UTC  (7+ messages)
` [PATCH 1/4] s390: pci: Exporting access to CLP PCI function and PCI group
` [PATCH 2/4] vfio: vfio_iommu_type1: Define VFIO_IOMMU_INFO_CAPABILITIES
` [PATCH 3/4] s390: iommu: Adding get attributes for s390_iommu
` [PATCH 4/4] vfio: vfio_iommu_type1: implement VFIO_IOMMU_INFO_CAPABILITIES

[PATCH] of/device: add blacklist for iommu dma_ops
 2019-05-10 14:35 UTC  (3+ messages)

[PATCH v3 0/8] iommu/vt-d: Delegate DMA domain to generic iommu
 2019-05-10  5:29 UTC  (13+ messages)
` [PATCH v3 1/8] iommu: Add ops entry for supported default domain type
` [PATCH v3 5/8] iommu/vt-d: Implement def_domain_type iommu ops entry

[GIT PULL] DMA mapping updates for 5.2
 2019-05-09 16:25 UTC  (2+ messages)

[PATCH] ARM: dma-mapping: don't use the atomic pool for DMA_ATTR_NO_KERNEL_MAPPING
 2019-05-09  7:20 UTC 

[PATCH] iommu/vt-d: Fix bind svm with multiple devices
 2019-05-08 19:22 UTC 

[PATCH v2 0/2] Optimize dma_*_from_contiguous calls
 2019-05-08 18:08 UTC  (5+ messages)
` [PATCH v2 1/2] dma-contiguous: Abstract dma_{alloc, free}_contiguous()
` [PATCH v2 2/2] dma-contiguous: Use fallback alloc_pages for single pages

status of the calgary iommu driver
 2019-05-08 17:59 UTC  (5+ messages)

[PATCH 0/3] handle init errors more gracefully in amd_iommu
 2019-05-07 18:05 UTC  (2+ messages)

[PATCH] iommu/amd: print out "tag" in INVALID_PPR_REQUEST
 2019-05-07 13:47 UTC  (2+ messages)

implement generic dma_map_ops for IOMMUs v4
 2019-05-07  9:05 UTC  (20+ messages)
` [PATCH 01/25] arm64/iommu: handle non-remapped addresses in ->mmap and ->get_sgtable
` [PATCH 02/25] dma-mapping: add a Kconfig symbol to indicated arch_dma_prep_coherent presence
` [PATCH 04/25] iommu/dma: Remove the flush_page callback
` [PATCH 06/25] iommu/dma: move the arm64 wrappers to common code
` [PATCH 24/25] arm64: switch copyright boilerplace to SPDX in dma-mapping.c
` [PATCH 25/25] arm64: trim includes "

provide generic support for uncached segements in dma-direct
 2019-05-07  7:02 UTC  (13+ messages)
` [PATCH 4/7] dma-direct: provide generic support for uncached kernel segments
  ` [PATCH 2/7] au1100fb: fix DMA API abuse

[PATCH v3 0/4] iommu/amd: Convert the AMD iommu driver to the dma-iommu api
 2019-05-07  6:40 UTC  (6+ messages)
` [PATCH v3 1/4] iommu: Add gfp parameter to iommu_ops::map
` [PATCH v3 2/4] iommu/dma-iommu: Handle deferred devices
` [PATCH v3 3/4] iommu/dma-iommu: Use the dev->coherent_dma_mask
` [PATCH v3 4/4] iommu/amd: Convert AMD iommu driver to the dma-iommu api

[PATCH v2 0/4] iommu/amd: Convert the AMD iommu driver to the dma-iommu api
 2019-05-07  6:35 UTC  (8+ messages)
` [PATCH v2 3/4] iommu/dma-iommu: Use the dev->coherent_dma_mask

[PATCH -next v2] iommu/amd: fix a null-ptr-deref in map_sg()
 2019-05-07  7:39 UTC  (2+ messages)

[PATCH v6 0/3] PCIe Host request to reserve IOVA
 2019-05-07  9:55 UTC  (9+ messages)
` [PATCH v6 1/3] PCI: Add dma_ranges window list
` [PATCH v6 2/3] iommu/dma: Reserve IOVA for PCIe inaccessible DMA address
` [PATCH v6 3/3] PCI: iproc: Add sorted dma ranges resource entries to host bridge

[PATCH v2 56/79] docs: Documentation/*.txt: rename all ReST files to *.rst
 2019-05-06 19:50 UTC  (11+ messages)

[PATCH v2 00/19] Shared virtual address IOMMU and VT-d support
 2019-05-06 17:59 UTC  (7+ messages)
` [PATCH v2 08/19] ioasid: Add custom IOASID allocator

[PATCH -next] iommu/amd: fix a null-ptr-deref in map_sg()
 2019-05-06 16:10 UTC 

[RFC 0/7] Convert the Intel iommu driver to the dma-ops api
 2019-05-06 15:27 UTC  (15+ messages)
` [RFC 1/7] iommu/vt-d: Set the dma_ops per device so we can remove the iommu_no_mapping code
` [RFC 2/7] iommu/vt-d: Remove iova handling code from non-dma ops path
` [RFC 3/7] iommu: improve iommu iotlb flushing
` [RFC 4/7] iommu/dma-iommu: Handle freelists in the dma-iommu api path
` [RFC 5/7] iommu/dma-iommu: add wrapper for iommu_dma_free_cpu_cached_iovas
` [RFC 6/7] iommu/vt-d: convert the intel iommu driver to the dma-iommu ops api
` [RFC 7/7] iommu/vt-d: Always set DMA_PTE_READ if the iommu doens't support zero length reads

"iommu/amd: Set exclusion range correctly" causes smartpqi offline
 2019-05-06 12:29 UTC  (7+ messages)

Linux crash when using FTDI FT232R USB to serial converter on AMD boards
 2019-05-06  7:10 UTC  (4+ messages)

[PATCH] iommu/vt-d: Fix leak in intel_pasid_alloc_table on error path
 2019-05-03 15:34 UTC  (2+ messages)

[PATCH 0/2] iommu/vt-d: Small fixes for 5.2-rc1
 2019-05-03 15:31 UTC  (2+ messages)

[PATCH v2] iommu/amd: flush not present cache in iommu_map_page
 2019-05-03 15:28 UTC  (2+ messages)

[PATCH 1/1] iommu/vt-d: Cleanup: no spaces at the start of a line
 2019-05-03 15:26 UTC  (2+ messages)

[PATCH v3 0/7] iommu/dma-iommu: Split iommu_dma_map_msi_msg in two parts
 2019-05-03 14:52 UTC  (8+ messages)
` [PATCH v3 2/7] iommu/dma-iommu: Split iommu_dma_map_msi_msg() "
` [PATCH v3 6/7] irqchip/gic-v3-mbi: Don't map the MSI page in mbi_compose_m{b, s}i_msg()
` [PATCH v3 7/7] iommu/dma-iommu: Remove iommu_dma_map_msi_msg()

[PATCH v5 0/3] PCIe Host request to reserve IOVA
 2019-05-03 10:30 UTC  (12+ messages)
` [PATCH v5 2/3] iommu/dma: Reserve IOVA for PCIe inaccessible DMA address

[PATCH v4 0/3] PCIe Host request to reserve IOVA
 2019-05-03  5:25 UTC  (6+ messages)

[PATCH v2 RFC/RFT 0/5] Save single pages from CMA area
 2019-05-02 13:26 UTC  (8+ messages)
` [PATCH v2 RFC/RFT 1/5] ARM: dma-mapping: Add fallback normal page allocations


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