iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-04-09 15:25:38 to 2019-04-11 14:34:30 UTC [more...]

get rid of dma_max_pfn
 2019-04-11 14:34 UTC  (9+ messages)
` [PATCH 1/2] mmc: let the dma map ops handle bouncing
` [PATCH 2/2] dma-mapping: remove dma_max_pfn

per-device dma_map_ops for intel-iommu?
 2019-04-11 13:57 UTC  (4+ messages)

[PATCH] iommu/iova: Separate atomic variables to improve performance
 2019-04-11 13:43 UTC  (3+ messages)

[PATCH v2 0/3] Initial Panfrost driver
 2019-04-11 13:15 UTC  (25+ messages)
` [PATCH v3 1/3] iommu: io-pgtable: Add ARM Mali midgard MMU page table format
` [PATCH v2 2/3] drm: Add a drm_gem_objects_lookup helper
` [PATCH v2 3/3] drm/panfrost: Add initial panfrost driver

[PATCH v1 0/3] IOMMU: Tegra SMMU fixes
 2019-04-11 12:52 UTC  (4+ messages)

[PATCH] driver core: Postpone DMA tear-down until after devres release for probe failure
 2019-04-11 12:13 UTC  (11+ messages)

[PATCH 00/18] Shared virtual address IOMMU and VT-d support
 2019-04-11 10:02 UTC  (35+ messages)
` [PATCH 01/18] drivers core: Add I/O ASID allocator
` [PATCH 05/18] iommu: introduce device fault data
` [PATCH 08/18] iommu: Introduce cache_invalidate API
` [PATCH 09/18] iommu/vt-d: Enlightened PASID allocation
` [PATCH 18/18] iommu/vt-d: Add svm/sva invalidate function

[PATCH v1 0/3] PCIe and AR8151 on APQ8098/MSM8998
 2019-04-11  9:38 UTC  (10+ messages)
` [PATCH v1 3/3] arm64: dts: qcom: msm8998: Add PCIe PHY and RC nodes

[PATCH v2 0/6] iommu/ipmmu-vmsa: Suspend/resume support and assorted cleanups
 2019-04-11  8:39 UTC  (23+ messages)
` [PATCH v2 1/6] iommu/ipmmu-vmsa: Link IOMMUs and devices in sysfs
` [PATCH v2 2/6] iommu/ipmmu-vmsa: Prepare to handle 40-bit error addresses
` [PATCH v2 3/6] iommu/ipmmu-vmsa: Make IPMMU_CTX_MAX unsigned
` [PATCH v2 4/6] iommu/ipmmu-vmsa: Move num_utlbs to SoC-specific features
` [PATCH v2 5/6] iommu/ipmmu-vmsa: Extract hardware context initialization
` [PATCH v2 6/6] iommu/ipmmu-vmsa: Add suspend/resume support

a few xen swiotlb cleanups
 2019-04-11  7:20 UTC  (10+ messages)
  ` [PATCH 1/4] swiotlb-xen: make instances match their method names
  ` [PATCH 2/4] swiotlb-xen: use ->map_page to implement ->map_sg
  ` [PATCH 3/4] swiotlb-xen: simplify the DMA sync method implementations
  ` [PATCH 4/4] swiotlb-xen: ensure we have a single callsite for xen_dma_map_page

[PATCH] dma-mapping: remove the dma_get_sgtable API comments from arm to common code
 2019-04-11  7:11 UTC  (2+ messages)

[RFC patch 28/41] dma/debug: Simplify stracktrace retrieval
 2019-04-11  3:09 UTC  (12+ messages)

[PATCH] dma-debug: Only skip one stackframe entry
 2019-04-10 21:59 UTC  (2+ messages)

[PATCH] sparc64/pci_sun4v: fix ATU checks for large DMA masks
 2019-04-10 19:38 UTC  (5+ messages)

[PATCH] iommu/amd: remove the leftover of bypass support
 2019-04-10 16:50 UTC  (2+ messages)

clean up the bypass code in intel-iommu a little
 2019-04-10 16:14 UTC  (8+ messages)
  ` [PATCH 1/3] intel-iommu: clean up iommu_no_mapping
  ` [PATCH 2/3] intel-iommu: use dma_direct for bypass devices
  ` [PATCH 3/3] intel-iommu: don't clear GFP_DMA and GFP_DMA32 flags

[PATCH] iommu/amd: Use pci_prg_resp_pasid_required()
 2019-04-10 15:21 UTC  (2+ messages)

[PATCH v3 0/1] IOMMU SVA device driver interface
 2019-04-10 15:15 UTC  (4+ messages)
` [PATCH v3 1/1] iommu: Bind process address spaces to devices

revert dma direct internals abuse
 2019-04-10 15:01 UTC  (14+ messages)

[PATCH v6 00/22] SMMUv3 Nested Stage Setup
 2019-04-10 13:15 UTC  (14+ messages)
` [PATCH v6 09/22] vfio: VFIO_IOMMU_BIND/UNBIND_MSI

[PATCH v5 0/6] add generic boot option for IOMMU dma mode
 2019-04-10 11:46 UTC  (4+ messages)
` [PATCH v5 4/6] s390/pci: add support for generic boot option iommu.dma_mode

Reporting crash fixed by intel_iommu=igfx_off
 2019-04-10  9:58 UTC  (2+ messages)

[bug report] iommu/io-pgtable-arm: Fix pgtable allocation in selftest
 2019-04-10 10:02 UTC  (6+ messages)

Do we always need to reserve an iova before iommu_map?
 2019-04-10  9:20 UTC  (4+ messages)

implement generic dma_map_ops for IOMMUs v2 [rebase + resend]
 2019-04-10  6:11 UTC  (40+ messages)
` [PATCH 02/21] arm64/iommu: improve mmap bounds checking
` [PATCH 04/21] dma-iommu: cleanup dma-iommu.h
` [PATCH 07/21] dma-iommu: move the arm64 wrappers to common code
` [PATCH 08/21] dma-iommu: refactor iommu_dma_mmap
` [PATCH 09/21] dma-iommu: refactor iommu_dma_get_sgtable
` [PATCH 10/21] dma-iommu: move __iommu_dma_map
` [PATCH 11/21] dma-iommu: refactor page array remap helpers
` [PATCH 12/21] dma-iommu: factor atomic pool allocations into helpers

[PATCH 0/4] iommu/vt-d: Fix-up device-domain relationship by refactoring to use iommu group default domain
 2019-04-10  5:22 UTC  (14+ messages)
` [PATCH v2 0/7] "
  ` [PATCH v2 3/7] iommu/vt-d: Expose ISA direct mapping region via iommu_get_resv_regions

[PATCH v3 0/3] Initial Panfrost driver
 2019-04-09 20:54 UTC  (4+ messages)
  ` [PATCH v3 1/3] iommu: io-pgtable: Add ARM Mali midgard MMU page table format

[PATCH v2 0/7] Add PCI ATS support to Arm SMMUv3
 2019-04-09 16:52 UTC  (16+ messages)
  ` [PATCH v2 1/7] ACPI/IORT: Check ATS capability in root complex nodes
  ` [PATCH v2 2/7] iommu/arm-smmu-v3: Rename arm_smmu_master_data to arm_smmu_master
  ` [PATCH v2 3/7] iommu/arm-smmu-v3: Store SteamIDs in master
  ` [PATCH v2 4/7] iommu/arm-smmu-v3: Add a master->domain pointer
  ` [PATCH v2 5/7] iommu/arm-smmu-v3: Link domains and devices
  ` [PATCH v2 6/7] iommu/arm-smmu-v3: Add support for PCI ATS
  ` [PATCH v2 7/7] iommu/arm-smmu-v3: Disable tagged pointers


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