iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-11-26 02:10:46 to 2018-11-30 13:10:56 UTC [more...]

use generic DMA mapping code in powerpc V4
 2018-11-30 13:10 UTC  (17+ messages)

[PATCH] dma-debug: hns_enet_drv could use more DMA entries
 2018-11-30 12:04 UTC  (4+ messages)

[PATCH v4] iommu/dma: Use NUMA aware memory allocations in __iommu_dma_alloc_pages()
 2018-11-30 11:14 UTC 

PCI passthrough with multiple devices in same iommu group
 2018-11-30  6:34 UTC  (3+ messages)

[PATCH v3 0/4] PCI / iommu / thunderbolt: IOMMU based DMA protection
 2018-11-29 20:59 UTC  (6+ messages)
` [PATCH v3 1/4] PCI / ACPI: Identify untrusted PCI devices
` [PATCH v3 2/4] iommu/vt-d: Force IOMMU on for platform opt in hint
` [PATCH v3 3/4] iommu/vt-d: Do not enable ATS for untrusted devices
` [PATCH v3 4/4] thunderbolt: Export IOMMU based DMA protection support to userspace

remove the ->mapping_error method from dma_map_ops V2
 2018-11-29 18:55 UTC  (23+ messages)

scatterlist arch cleanups
 2018-11-29 17:06 UTC  (2+ messages)

[PATCH v18 0/5] iommu/arm-smmu: Add runtime pm/sleep support
 2018-11-29 14:55 UTC  (10+ messages)
  ` [PATCH v18 1/5] iommu/arm-smmu: Add pm_runtime/sleep ops
  ` [PATCH v18 2/5] iommu/arm-smmu: Invoke pm_runtime during probe, add/remove device
  ` [PATCH v18 3/5] iommu/arm-smmu: Add the device_link between masters and smmu
  ` [PATCH v18 4/5] dt-bindings: arm-smmu: Add bindings for qcom, smmu-v2
` [PATCH v18 5/5] iommu/arm-smmu: Add support for qcom,smmu-v2 variant

[PATCH v2 00/17] locking/lockdep: Add a new class of terminal locks
 2018-11-29 13:09 UTC  (9+ messages)
` [PATCH v2 07/17] debugobjects: Move printk out of db lock critical sections

[PATCH 0/2] iommu/ipmmu-vmsa: Modify ipmmu_slave_whitelist()
 2018-11-29  9:39 UTC  (5+ messages)
  ` [PATCH v2 2/2] iommu/ipmmu-vmsa: add an array of slave devices whitelist
  ` [PATCH v2 1/2] iommu/ipmmu-vmsa: Modify ipmmu_slave_whitelist() to check SoC revisions

[PATCH AUTOSEL 3.18 1/6] iommu/ipmmu-vmsa: Fix crash on early domain free
 2018-11-29  6:05 UTC 

[PATCH AUTOSEL 4.4 01/13] iommu/vt-d: Fix NULL pointer dereference in prq_event_thread()
 2018-11-29  6:04 UTC  (3+ messages)
` [PATCH AUTOSEL 4.4 02/13] iommu/ipmmu-vmsa: Fix crash on early domain free
` [PATCH AUTOSEL 4.4 12/13] iommu/vt-d: Use memunmap to free memremap

[PATCH AUTOSEL 4.9 02/18] iommu/vt-d: Fix NULL pointer dereference in prq_event_thread()
 2018-11-29  6:03 UTC  (3+ messages)
` [PATCH AUTOSEL 4.9 04/18] iommu/ipmmu-vmsa: Fix crash on early domain free
` [PATCH AUTOSEL 4.9 16/18] iommu/vt-d: Use memunmap to free memremap

[PATCH AUTOSEL 4.14 02/35] iommu/vt-d: Fix NULL pointer dereference in prq_event_thread()
 2018-11-29  6:01 UTC  (4+ messages)
` [PATCH AUTOSEL 4.14 04/35] iommu/ipmmu-vmsa: Fix crash on early domain free
` [PATCH AUTOSEL 4.14 10/35] amd/iommu: Fix Guest Virtual APIC Log Tail Address Register
` [PATCH AUTOSEL 4.14 27/35] iommu/vt-d: Use memunmap to free memremap

[PATCH AUTOSEL 4.19 05/68] iommu/vt-d: Fix NULL pointer dereference in prq_event_thread()
 2018-11-29  5:55 UTC  (4+ messages)
` [PATCH AUTOSEL 4.19 08/68] iommu/ipmmu-vmsa: Fix crash on early domain free
` [PATCH AUTOSEL 4.19 16/68] amd/iommu: Fix Guest Virtual APIC Log Tail Address Register
` [PATCH AUTOSEL 4.19 56/68] iommu/vt-d: Use memunmap to free memremap

[PATCH 0/9] iommu: clean up/remove modular stuff from non-modules
 2018-11-28 22:10 UTC  (23+ messages)
` [PATCH 2/9] iommu: rockchip: make it explicitly non-modular
  ` [PATCH 1/9] iommu: audit and remove any unnecessary uses of module.h
  ` [PATCH 3/9] iommu: msm_iommu: make it explicitly non-modular
  ` [PATCH 4/9] iommu: mtk_iommu: "
  ` [PATCH 5/9] iommu: ipmmu-vmsa: "
  ` [PATCH 6/9] iommu: qcom_iommu: "
  ` [PATCH 7/9] iommu: tegra-gart: "
  ` [PATCH 8/9] iommu: arm-smmu: "
  ` [PATCH 9/9] iommu: arm-smmu-v3: "

[PATCH v2 0/4] PCI / iommu / thunderbolt: IOMMU based DMA protection
 2018-11-28 20:31 UTC  (14+ messages)
` [PATCH v2 1/4] PCI / ACPI: Identify untrusted PCI devices
` [PATCH v2 2/4] iommu/vt-d: Force IOMMU on for platform opt in hint
` [PATCH v2 3/4] iommu/vt-d: Do not enable ATS for untrusted devices
` [PATCH v2 4/4] thunderbolt: Export IOMMU based DMA protection support to userspace

[PATCH 1/9] mm: Introduce new vm_insert_range API
 2018-11-28 15:21 UTC  (2+ messages)

move the arm arch_dma_alloc implementation to common code
 2018-11-28 12:18 UTC  (6+ messages)

[PATCH 0/2] iommu/ipmmu-vmsa: Modify ipmmu_slave_whitelist()
 2018-11-28  9:08 UTC  (7+ messages)
  ` [PATCH 1/2] iommu/ipmmu-vmsa: Modify ipmmu_slave_whitelist() to check SoC revisions
  ` [PATCH 2/2] iommu/ipmmu-vmsa: add an array of slave devices whitelist

[PATCH v2 0/3] iommu/io-pgtable-arm-v7s: Use DMA32 zone for page tables
 2018-11-28  8:55 UTC  (8+ messages)

[PATCH 0/3] Driver message cleanups
 2018-11-28  8:43 UTC  (4+ messages)
` [PATCH 2/3] iommu/amd: Fix line-break in error log reporting
  ` [PATCH 1/3] iommu/amd: Use pr_fmt()
  ` [PATCH 3/3] iommu/amd: Remove leading 0s in error log messages

[PATCH v5 00/12] iommu/vt-d: Add scalable mode support
 2018-11-28  3:54 UTC  (13+ messages)
  ` [PATCH v5 01/12] iommu/vt-d: Enumerate the scalable mode capability
  ` [PATCH v5 03/12] iommu/vt-d: Move page table helpers into header
` [PATCH v5 02/12] iommu/vt-d: Manage scalalble mode PASID tables
` [PATCH v5 04/12] iommu/vt-d: Add 256-bit invalidation descriptor support
` [PATCH v5 05/12] iommu/vt-d: Reserve a domain id for FL and PT modes
` [PATCH v5 06/12] iommu/vt-d: Add second level page table interface
` [PATCH v5 07/12] iommu/vt-d: Setup pasid entry for RID2PASID support
` [PATCH v5 08/12] iommu/vt-d: Pass pasid table to context mapping
` [PATCH v5 09/12] iommu/vt-d: Setup context and enable RID2PASID support
` [PATCH v5 10/12] iommu/vt-d: Add first level page table interface
` [PATCH v5 11/12] iommu/vt-d: Shared virtual address in scalable mode
` [PATCH v5 12/12] iommu/vt-d: Remove deferred invalidation

[PATCH 0/2] SWIOTLB fixes for 4.20
 2018-11-27 20:39 UTC  (7+ messages)

[PATCH v2 0/2] SWIOTLB fixes for 4.20
 2018-11-27 20:38 UTC  (3+ messages)
` [PATCH v2 2/2] swiotlb: Skip cache maintenance on map error

[PATCH v5 0/7] Add virtio-iommu driver
 2018-11-27 18:53 UTC  (20+ messages)
` [PATCH v5 5/7] iommu: "

[PATCH V2] mm: Replace all open encodings for NUMA_NO_NODE
 2018-11-27 13:58 UTC  (7+ messages)
` [Intel-wired-lan] "

[PATCH v3] drm/rockchip: update cursors asynchronously through atomic
 2018-11-27  7:56 UTC  (8+ messages)

[PATCH] dma-mapping: fix return type of dma_set_max_seg_size()
 2018-11-27  7:40 UTC  (4+ messages)

DMA-API: exceeded 7 overlapping mappings of cacheline
 2018-11-27  3:01 UTC 

[PATCH v2 0/5] Add Tegra194 Dual ARM SMMU driver
 2018-11-27  2:30 UTC  (3+ messages)

[PATCH] iommu: arm-smmu: Set SCTLR.HUPCF bit
 2018-11-26 20:56 UTC  (8+ messages)

[RESEND PATCH v17 0/5] iommu/arm-smmu: Add runtime pm/sleep support
 2018-11-26 19:31 UTC  (18+ messages)
` [RESEND PATCH v17 2/5] iommu/arm-smmu: Invoke pm_runtime during probe, add/remove device
` [RESEND PATCH v17 5/5] iommu/arm-smmu: Add support for qcom, smmu-v2 variant
      ` [RESEND PATCH v17 5/5] iommu/arm-smmu: Add support for qcom,smmu-v2 variant

[PATCH 06/10] swiotlb: use swiotlb_map_page in swiotlb_map_sg_attrs
 2018-11-26 19:31 UTC  (11+ messages)

[PATCH] iommu/arm-smmu-v3: Use explicit mb() when moving cons pointer
 2018-11-26 16:56 UTC 

[PATCH 6/9] iommu/dma-iommu.c: Convert to use vm_insert_range
 2018-11-26 13:18 UTC  (5+ messages)

[RFC PATCH 0/6] Auxiliary IOMMU domains and Arm SMMUv3
 2018-11-26  7:29 UTC  (10+ messages)

[PATCH] mm: Replace all open encodings for NUMA_NO_NODE
 2018-11-26  6:45 UTC  (3+ messages)

[PATCH v4 0/8] vfio/mdev: IOMMU aware mediated device
 2018-11-26  3:09 UTC  (13+ messages)
` [PATCH v4 2/8] iommu/vt-d: Add multiple domains per device query
` [PATCH v4 4/8] iommu/vt-d: Attach/detach domains in auxiliary mode
` [PATCH v4 7/8] vfio/type1: Add domain at(de)taching group helpers
` [PATCH v4 8/8] vfio/type1: Handle different mdev isolation type


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