Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2018-07-26 23:16:23 to 2018-08-03 14:55:26 UTC [more...]

[RFC PATCH 0/7] A General Accelerator Framework, WarpDrive
 2018-08-03 14:55 UTC  (37+ messages)
` [RFC PATCH 1/7] vfio/spimdev: Add documents for WarpDrive framework
` [RFC PATCH 2/7] iommu: Add share domain interface in iommu for spimdev
` [RFC PATCH 3/7] vfio: add spimdev support
` [RFC PATCH 4/7] crypto: add hisilicon Queue Manager driver
` [RFC PATCH 5/7] crypto: Add Hisilicon Zip driver
` [RFC PATCH 6/7] crypto: add spimdev support to Hisilicon QM
` [RFC PATCH 7/7] vfio/spimdev: add user sample for spimdev

[PATCH v2 8/9] dmapool: reduce footprint in struct page
 2018-08-03 14:49 UTC  (4+ messages)

[PATCH v2 4/9] dmapool: improve scalability of dma_pool_alloc
 2018-08-03 13:55 UTC  (4+ messages)

[PATCH v2 2/9] dmapool: cleanup error messages
 2018-08-03 13:41 UTC  (3+ messages)

[PATCH] powerpc: do not redefined NEED_DMA_MAP_STATE
 2018-08-03 10:48 UTC  (3+ messages)
`  "

[PATCH v3] sparc: use generic dma_noncoherent_ops
 2018-08-03  7:48 UTC  (2+ messages)

[PATCH v2 5/9] dmapool: rename fields in dma_page
 2018-08-02 20:08 UTC  (2+ messages)

[PATCH v2 9/9] [SCSI] mpt3sas: replace chain_dma_pool
 2018-08-02 20:01 UTC 

[PATCH v2 7/9] dmapool: debug: prevent endless loop in case of corruption
 2018-08-02 20:00 UTC 

[PATCH v2 6/9] dmapool: improve scalability of dma_pool_free
 2018-08-02 19:59 UTC 

[PATCH v2 3/9] dmapool: cleanup dma_pool_destroy
 2018-08-02 19:58 UTC 

[PATCH v2 1/9] dmapool: fix boundary comparison
 2018-08-02 19:56 UTC 

[PATCH v2 0/9] mpt3sas and dmapool scalability
 2018-08-02 19:56 UTC 

[RFC PATCH v1 0/6] Resolve unwanted DMA backing with IOMMU
 2018-08-02 18:24 UTC  (15+ messages)
` [RFC PATCH v1 5/6] drm/nouveau: tegra: Universally avoid implicit "
  ` [RFC PATCH v1 6/6] Revert "drm/nouveau: tegra: Detach from ARM DMA/IOMMU mapping"

[PATCH] arm64: remove dummy_dma_ops
 2018-08-02 12:43 UTC  (3+ messages)

[PATCH] iommu/ipmmu-vmsa: convert to SPDX identifiers
 2018-08-02 12:33 UTC  (3+ messages)

use the generic dma-noncoherent code for sh V3
 2018-08-02  7:15 UTC  (5+ messages)

DMA related cleanups for IA64
 2018-08-01 16:02 UTC  (10+ messages)
` [PATCH 1/9] ia64: remove the kern_mem_attribute export
` [PATCH 2/9] ia64: remove the dead iommu_sac_force variable
` [PATCH 3/9] ia64: remove iommu_dma_supported
` [PATCH 4/9] ia64: remove the unused bad_dma_address symbol
` [PATCH 5/9] ia64: remove the unused pci_iommu_shutdown function
` [PATCH 6/9] ia64: remove the unused iommu_dma_init function
` [PATCH 7/9] ia64/sn2: remove no-ops dma sync methods
` [PATCH 8/9] ia64: remove machvec_dma_sync_{single,sg}
` [PATCH 9/9] intel-iommu: mark intel_dma_ops static

barriers vs I/O and DMA for ia64
 2018-08-01  8:00 UTC  (5+ messages)
` [PATCH] ia64: fix barrier placement for write* / dma mapping

use the generic dma-noncoherent code for hexagon
 2018-07-31 15:22 UTC  (5+ messages)
` [PATCH 1/3] hexagon: remove the sync_single_for_cpu DMA operation

use the generic dma-noncoherent code for sh V2
 2018-07-31 13:25 UTC  (7+ messages)

use generic DMA mapping code in powerpc
 2018-07-31 12:16 UTC  (22+ messages)
  ` [PATCH 01/20] kernel/dma/direct: take DMA offset into account in dma_direct_supported
  ` [PATCH 02/20] kernel/dma/direct: refine dma_direct_alloc zone selection
  ` [PATCH 03/20] dma-mapping: make the get_required_mask method available unconditionally
  ` [PATCH 04/20] ia64: remove get_required_mask implementation
  ` [PATCH 05/20] swiotlb: allow the architecture to provide a get_required_mask hook
  ` [PATCH 06/20] dma-noncoherent: add an optional arch hook for ->get_required_mask
  ` [PATCH 07/20] powerpc/dma: remove the unused ARCH_HAS_DMA_MMAP_COHERENT define
  ` [PATCH 08/20] powerpc/dma: remove the unused dma_nommu_ops export
  ` [PATCH 09/20] powerpc/dma: remove the unused ISA_DMA_THRESHOLD export
  ` [PATCH 10/20] powerpc/dma-noncoherent: don't disable irqs over kmap_atomic
  ` [PATCH 11/20] powerpc/dma: split the two __dma_alloc_coherent implementations
  ` [PATCH 12/20] powerpc/dma: use phys_to_dma instead of get_dma_offset
  ` [PATCH 13/20] powerpc/dma: remove get_dma_offset
  ` [PATCH 14/20] powerpc/dma: replace dma_nommu_dma_supported with dma_direct_supported
  ` [PATCH 15/20] powerpc/dma: remove the unused unmap_page and unmap_sg methods
  ` [PATCH 16/20] powerpc/dma: use dma_direct_{alloc,free}
  ` [PATCH 17/20] powerpc/dma-swiotlb: use generic swiotlb_dma_ops
  ` [PATCH 18/20] powerpc/dma-noncoherent: use generic dma_noncoherent_ops
  ` [PATCH 19/20] powerpc/dma: use the generic dma-direct map_page and map_sg routines
  ` [PATCH 20/20] powerpc/dma: remove dma_nommu_mmap_coherent

[PATCH v2 0/7] Stop losing firmware-set DMA masks
 2018-07-31 11:24 UTC  (20+ messages)
` [PATCH v2 2/7] dma-mapping: Generalise dma_32bit_limit flag
` [PATCH v2 7/7] OF: Don't set default coherent DMA mask

[PATCH] PCI: call dma_debug_add_bus for pci_bus_type in common code
 2018-07-31 10:54 UTC  (7+ messages)

[PATCH] iommu/iova: Update cached node pointer when current node fails to get any free IOVA
 2018-07-31  2:40 UTC  (12+ messages)

[PATCH] sparc: use generic dma_noncoherent_ops
 2018-07-30 19:41 UTC  (2+ messages)

[PATCH 2/3] dmapool: improve scalability of dma_pool_free
 2018-07-30 14:05 UTC  (11+ messages)

generic noncoherent dma ops for sparc32, 2nd resend
 2018-07-30  8:02 UTC  (4+ messages)
  ` [PATCH] sparc: use generic dma_noncoherent_ops

[PATCH] iommu: remove the ->map_sg indirection
 2018-07-30  7:36 UTC 

[PATCH] MIPS: remove mips_swiotlb_ops
 2018-07-28 19:06 UTC  (2+ messages)

[PATCH] of/platform: Initialise default DMA masks
 2018-07-27 17:03 UTC  (5+ messages)

[PATCH 1/3] dmapool: improve scalability of dma_pool_alloc
 2018-07-27 13:50 UTC  (4+ messages)

[GIT PULL] iommu/arm-smmu: Updates for 4.19
 2018-07-27 13:04 UTC  (2+ messages)

MSI B350M MORTAR: `AMD-Vi: Unable to write to IOMMU perf counter.` and `pci 0000:00:00.2: can't derive routing for PCI INT A`
 2018-07-27 10:27 UTC  (6+ messages)

[PATCH] iommu/arm-smmu-v3: sync the OVACKFLG to PRIQ consumer register
 2018-07-27  9:59 UTC  (4+ messages)

[PATCH 0/3] Enable smmu support on sdm845
 2018-07-27  9:57 UTC  (6+ messages)
` [PATCH 3/3] iommu/arm-smmu: Error out only if not enough context interrupts

[PATCH v3 0/6] add non-strict mode support for arm-smmu-v3
 2018-07-27  9:37 UTC  (6+ messages)

[PATCH v1] iommu/ipmmu-vmsa: Don't register as BUS IOMMU if machine doesn't have IPMMU-VMSA
 2018-07-27  9:10 UTC  (3+ messages)

[PATCH] iommu/ipmmu-vmsa: Clarify supported platforms
 2018-07-27  7:51 UTC  (2+ messages)

[PATCH] iommu/ipmmu-vmsa: Fix allocation in atomic context
 2018-07-27  7:41 UTC  (2+ messages)

[PATCH v14 0/4] iommu/arm-smmu: Add runtime pm/sleep support
 2018-07-27  7:02 UTC  (5+ messages)
` [PATCH v14 1/4] iommu/arm-smmu: Add pm_runtime/sleep ops
  ` [PATCH v14 2/4] iommu/arm-smmu: Invoke pm_runtime during probe, add/remove device
` [PATCH v14 3/4] iommu/arm-smmu: Add the device_link between masters and smmu
` [PATCH v14 4/4] iommu/arm-smmu: Add support for qcom,smmu-v2 variant

[PATCH v13 0/4] iommu/arm-smmu: Add runtime pm/sleep support
 2018-07-27  5:05 UTC  (7+ messages)
` [PATCH v13 1/4] iommu/arm-smmu: Add pm_runtime/sleep ops


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