Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2019-04-29 14:47:32 to 2019-04-30 17:20:12 UTC [more...]

[PATCH v2 00/19] Shared virtual address IOMMU and VT-d support
 2019-04-30 17:22 UTC  (29+ messages)
` [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 RFC/RFT 0/5] Save single pages from CMA area
 2019-04-30 15:24 UTC  (7+ messages)
` [PATCH v2 RFC/RFT 1/5] ARM: dma-mapping: Add fallback normal page allocations

[RFC/RFT PATCH 0/2] Optimize dma_*_from_contiguous calls
 2019-04-30 15:20 UTC  (16+ messages)
` [RFC/RFT PATCH 1/2] dma-contiguous: Simplify dma_*_from_contiguous() function calls
` [RFC/RFT PATCH 2/2] dma-contiguous: Use fallback alloc_pages for single pages

[PATCH v2 0/4] iommu/amd: Convert the AMD iommu driver to the dma-iommu api
 2019-04-30 14:04 UTC  (22+ 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 0/7] iommu/dma-iommu: Split iommu_dma_map_msi_msg in two parts
 2019-04-30 13:38 UTC  (37+ 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-30 11:38 UTC  (28+ messages)
` [PATCH 02/26] arm64/iommu: improve mmap bounds checking
` [PATCH 11/26] iommu/dma: Factor out remapped pages lookup
` [PATCH 14/26] iommu/dma: Refactor iommu_dma_free
` [PATCH 20/26] iommu/dma: Refactor iommu_dma_alloc, part 2
` [PATCH 23/26] iommu/dma: Don't depend on CONFIG_DMA_DIRECT_REMAP
` [PATCH 26/26] arm64: trim includes in dma-mapping.c

[PATCH] qcom_iommu: fix a config symbol typo
 2019-04-30 11:15 UTC  (2+ messages)

provide generic support for uncached segements in dma-direct
 2019-04-30 11:00 UTC  (16+ messages)
` [PATCH 1/7] MIPS: remove the _dma_cache_wback_inv export
` [PATCH 2/7] au1100fb: fix DMA API abuse
` [PATCH 3/7] dma-mapping: add a Kconfig symbol to indicate arch_dma_prep_coherent presence
` [PATCH 4/7] dma-direct: provide generic support for uncached kernel segments
` [PATCH 5/7] MIPS: use the generic uncached segment support in dma-direct
` [PATCH 6/7] nios2: "
` [PATCH 7/7] microblaze: "

implement generic dma_map_ops for IOMMUs v4
 2019-04-30 10:52 UTC  (52+ 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 03/25] iommu/dma: Cleanup dma-iommu.h
` [PATCH 04/25] iommu/dma: Remove the flush_page callback
` [PATCH 05/25] iommu/dma: Use for_each_sg in iommu_dma_alloc
` [PATCH 06/25] iommu/dma: move the arm64 wrappers to common code
` [PATCH 07/25] iommu/dma: Move __iommu_dma_map
` [PATCH 08/25] iommu/dma: Move domain lookup into __iommu_dma_{map, unmap}
` [PATCH 09/25] iommu/dma: Squash __iommu_dma_{map,unmap}_page helpers
` [PATCH 10/25] iommu/dma: Factor out remapped pages lookup
` [PATCH 11/25] iommu/dma: Refactor the page array remapping allocator
` [PATCH 12/25] iommu/dma: Remove __iommu_dma_free
` [PATCH 13/25] iommu/dma: Refactor iommu_dma_free
` [PATCH 14/25] iommu/dma: Refactor iommu_dma_alloc
` [PATCH 15/25] iommu/dma: Don't remap CMA unnecessarily
` [PATCH 16/25] iommu/dma: Merge the CMA and alloc_pages allocation paths
` [PATCH 17/25] iommu/dma: Split iommu_dma_free
` [PATCH 18/25] iommu/dma: Cleanup variable naming in iommu_dma_alloc
` [PATCH 19/25] iommu/dma: Refactor iommu_dma_alloc, part 2
` [PATCH 20/25] iommu/dma: Refactor iommu_dma_get_sgtable
` [PATCH 21/25] iommu/dma: Refactor iommu_dma_mmap
` [PATCH 22/25] iommu/dma: Don't depend on CONFIG_DMA_DIRECT_REMAP
` [PATCH 23/25] iommu/dma: Switch copyright boilerplace to SPDX
` [PATCH 24/25] arm64: switch copyright boilerplace to SPDX in dma-mapping.c
` [PATCH 25/25] arm64: trim includes "

[PATCH v4 0/3] PCIe Host request to reserve IOVA
 2019-04-30 10:19 UTC  (7+ messages)
` [PATCH v4 2/3] iommu/dma: Reserve IOVA for PCIe inaccessible DMA address
` [PATCH v4 3/3] PCI: iproc: Add sorted dma ranges resource entries to host bridge

[PATCH v3 00/10] iommu: Bounce page for untrusted devices
 2019-04-30  9:53 UTC  (19+ 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] iommu/vt-d: Fix leak in intel_pasid_alloc_table on error path
 2019-04-30  7:30 UTC  (2+ messages)

[PATCH] iommu/vt-d: Fix intel_pasid_max_id
 2019-04-30  7:29 UTC  (2+ messages)

[PATCH v7 00/23] SMMUv3 Nested Stage Setup
 2019-04-30  7:09 UTC  (3+ messages)

[PATCH v3 0/8] iommu/vt-d: Delegate DMA domain to generic iommu
 2019-04-30  2:11 UTC  (6+ messages)
` [PATCH v3 5/8] iommu/vt-d: Implement def_domain_type iommu ops entry

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

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


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