Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2019-04-26 16:24:47 to 2019-04-30 00:29:51 UTC [more...]

[PATCH v2 0/4] iommu/amd: Convert the AMD iommu driver to the dma-iommu api
 2019-04-30  0:29 UTC  (5+ messages)
` [PATCH v2 1/4] iommu: Add gfp parameter to iommu_ops::map
` [PATCH v2 2/4] iommu/dma-iommu: Handle deferred devices
` [PATCH v2 3/4] iommu/dma-iommu: Use the dev->coherent_dma_mask
` [PATCH v2 4/4] iommu/amd: Convert the AMD iommu driver to the dma-iommu api

[PATCH v2 00/19] Shared virtual address IOMMU and VT-d support
 2019-04-29 22:41 UTC  (49+ messages)
` [PATCH v2 06/19] drivers core: Add I/O ASID allocator
` [PATCH v2 10/19] iommu/vt-d: Add custom allocator for IOASID
` [PATCH v2 11/19] iommu/vt-d: Replace Intel specific PASID allocator with IOASID
` [PATCH v2 13/19] iommu/vt-d: Add nested translation support
` [PATCH v2 14/19] iommu: Add guest PASID bind function
` [PATCH v2 15/19] iommu/vt-d: Add bind guest PASID support
` [PATCH v2 17/19] iommu: Add max num of cache and granu types
` [PATCH v2 18/19] iommu/vt-d: Support flushing more translation cache types
` [PATCH v2 19/19] iommu/vt-d: Add svm/sva invalidate function

[PATCH v2 0/9] PCI: add help pci_dev_id
 2019-04-29 21:14 UTC  (3+ messages)

[PATCH v3 0/8] iommu/vt-d: Delegate DMA domain to generic iommu
 2019-04-29 20:03 UTC  (20+ messages)
` [PATCH v3 1/8] iommu: Add ops entry for supported default domain type
` [PATCH v3 2/8] iommu/vt-d: Implement apply_resv_region iommu ops entry
` [PATCH v3 3/8] iommu/vt-d: Expose ISA direct mapping region via iommu_get_resv_regions
` [PATCH v3 4/8] iommu/vt-d: Enable DMA remapping after rmrr mapped
` [PATCH v3 5/8] iommu/vt-d: Implement def_domain_type iommu ops entry
` [PATCH v3 6/8] iommu/vt-d: Allow DMA domains to be allocated by iommu ops
` [PATCH v3 7/8] iommu/vt-d: Remove lazy allocation of domains
` [PATCH v3 8/8] iommu/vt-d: Implement is_attach_deferred iommu ops entry

[PATCH v2 0/7] iommu/dma-iommu: Split iommu_dma_map_msi_msg in two parts
 2019-04-29 19:35 UTC  (28+ messages)
` [PATCH v2 1/7] genirq/msi: Add a new field in msi_desc to store an IOMMU cookie
` [PATCH v2 2/7] iommu/dma-iommu: Split iommu_dma_map_msi_msg() in two parts
` [PATCH v2 3/7] irqchip/gicv2m: Don't map the MSI page in gicv2m_compose_msi_msg()
` [PATCH v2 4/7] irqchip/gic-v3-its: Don't map the MSI page in its_irq_compose_msi_msg()
` [PATCH v2 5/7] irqchip/ls-scfg-msi: Don't map the MSI page in ls_scfg_msi_compose_msg()
` [PATCH v2 6/7] irqchip/gic-v3-mbi: Don't map the MSI page in mbi_compose_m{b, s}i_msg()
` [PATCH v2 7/7] iommu/dma-iommu: Remove iommu_dma_map_msi_msg()

implement generic dma_map_ops for IOMMUs v3
 2019-04-29 19:16 UTC  (47+ messages)
` [PATCH 02/26] arm64/iommu: improve mmap bounds checking
` [PATCH 07/26] iommu/dma: move the arm64 wrappers to common code
` [PATCH 11/26] iommu/dma: Factor out remapped pages lookup
` [PATCH 12/26] iommu/dma: Refactor the page array remapping allocator
` [PATCH 13/26] iommu/dma: Remove __iommu_dma_free
` [PATCH 14/26] iommu/dma: Refactor iommu_dma_free
` [PATCH 19/26] iommu/dma: Cleanup variable naming in iommu_dma_alloc
` [PATCH 20/26] iommu/dma: Refactor iommu_dma_alloc, part 2
` [PATCH 21/26] iommu/dma: Refactor iommu_dma_get_sgtable
` [PATCH 22/26] iommu/dma: Refactor iommu_dma_mmap
` [PATCH 23/26] iommu/dma: Don't depend on CONFIG_DMA_DIRECT_REMAP
` [PATCH 26/26] arm64: trim includes in dma-mapping.c

Linux crash when using FTDI FT232R USB to serial converter on AMD boards
 2019-04-29 11:48 UTC  (8+ messages)

[PATCH v4 0/3] PCIe Host request to reserve IOVA
 2019-04-29 16:09 UTC  (4+ messages)
` [PATCH v4 2/3] iommu/dma: Reserve IOVA for PCIe inaccessible DMA address

"iommu/amd: Set exclusion range correctly" causes smartpqi offline
 2019-04-29 14:23 UTC  (5+ messages)

[PATCH 0/7] iommu/dma-iommu: Split iommu_dma_map_msi_msg in two parts
 2019-04-29 13:14 UTC  (5+ messages)
` [PATCH 2/7] "

[PATCH v1] iommu/amd: flush not present cache in iommu_map_page
 2019-04-29 12:29 UTC  (10+ messages)

implement generic dma_map_ops for IOMMUs v2 [rebase + resend]
 2019-04-29 12:02 UTC  (14+ messages)
` [PATCH 12/21] dma-iommu: factor atomic pool allocations into helpers

[PATCH v3 00/10] iommu: Bounce page for untrusted devices
 2019-04-29 11:44 UTC  (18+ messages)
` [PATCH v3 01/10] iommu: Add helper to get minimal page size of domain
` [PATCH v3 02/10] swiotlb: Factor out slot allocation and free

[PATCH 1/1] iommu/vt-d: Cleanup: no spaces at the start of a line
 2019-04-29  1:16 UTC  (2+ messages)

[PATCH v2] iommu/amd: flush not present cache in iommu_map_page
 2019-04-28 23:47 UTC  (2+ messages)

[PATCH v2 0/9] Prerequisites for NXP LS104xA SMMU enablement
 2019-04-27 17:10 UTC  (26+ messages)
` [PATCH v2 1/9] soc/fsl/qman: fixup liodns only on ppc targets
` [PATCH v2 2/9] soc/fsl/qbman_portals: add APIs to retrieve the probing status
` [PATCH v2 3/9] fsl/fman: backup and restore ICID registers
` [PATCH v2 4/9] fsl/fman: add API to get the device behind a fman port
` [PATCH v2 5/9] dpaa_eth: defer probing after qbman
` [PATCH v2 6/9] dpaa_eth: base dma mappings on the fman rx port
` [PATCH v2 7/9] dpaa_eth: fix iova handling for contiguous frames
` [PATCH v2 8/9] dpaa_eth: fix iova handling for sg frames
` [PATCH v2 9/9] dpaa_eth: fix SG frame cleanup

[PATCH AUTOSEL 3.18 8/8] iommu/amd: Set exclusion range correctly
 2019-04-27  1:44 UTC  (2+ messages)

[PATCH AUTOSEL 4.4 9/9] iommu/amd: Set exclusion range correctly
 2019-04-27  1:43 UTC  (2+ messages)

[PATCH AUTOSEL 4.9 15/16] iommu/amd: Set exclusion range correctly
 2019-04-27  1:43 UTC  (2+ messages)

[PATCH AUTOSEL 4.14 30/32] iommu/amd: Set exclusion range correctly
 2019-04-27  1:42 UTC  (2+ messages)

[PATCH AUTOSEL 4.19 50/53] iommu/amd: Set exclusion range correctly
 2019-04-27  1:40 UTC  (2+ messages)

[PATCH AUTOSEL 5.0 75/79] iommu/amd: Set exclusion range correctly
 2019-04-27  1:38 UTC  (2+ messages)

[RFC PATCH] virtio_ring: Use DMA API if guest memory is encrypted
 2019-04-26 23:56 UTC  (13+ messages)

[PATCH v2 RFC/RFT 0/5] Save single pages from CMA area
 2019-04-26 20:25 UTC  (7+ 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