iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-03-26 11:41:38 to 2019-04-03 17:34:02 UTC [more...]

[RFC PATCH v9 00/13] Add support for eXclusive Page Frame Ownership
 2019-04-03 17:34 UTC  (2+ messages)
  ` [RFC PATCH v9 01/13] mm: add MAP_HUGETLB support to vm_mmap

5.1-rc1: mpt init crash in scsi_map_dma, dma_4v_map_sg on sparc64
 2019-04-03 16:38 UTC  (6+ messages)

remove NULL struct device support in the DMA API
 2019-04-03 15:43 UTC  (8+ messages)
  ` [PATCH 3/7] gbefb: switch to managed version of the DMA allocator
  ` [PATCH 2/7] da8xx-fb: pass struct device to DMA API functions
  ` [PATCH 4/7] pxa3xx-gcu: pass struct device to dma_mmap_coherent

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

[PATCH v1 0/3] IOMMU: Tegra SMMU fixes
 2019-04-03 10:27 UTC  (9+ messages)
` [PATCH v1 1/3] iommu/tegra-smmu: Fix invalid ASID bits on Tegra30/114
` [PATCH v1 2/3] iommu/tegra-smmu: Properly release domain resources
` [PATCH v1 3/3] iommu/tegra-smmu: Respect IOMMU API read-write protections

[PATCH v1 0/3] PCIe and AR8151 on APQ8098/MSM8998
 2019-04-03  9:26 UTC  (12+ messages)
  ` [PATCH v1 1/3] PCI: qcom: Setup PCIE20_PARF_BDF_TRANSLATE_N
  ` [PATCH v1 2/3] arm64: dts: qcom: msm8998: Add PCIe SMMU node
  ` [PATCH v1 3/3] arm64: dts: qcom: msm8998: Add PCIe PHY and RC nodes

[PATCH] driver core: Postpone DMA tear-down until after devres release for probe failure
 2019-04-03  9:20 UTC  (4+ messages)

[PATCH] iommu/iova: Separate atomic variables to improve performance
 2019-04-03  8:35 UTC 

[PATCH v2 0/3] Initial Panfrost driver
 2019-04-03  4:57 UTC  (18+ 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 v2] iommu/amd: Reserve exclusion range in iova-domain
 2019-04-02 20:20 UTC  (4+ messages)

[PATCH v2] iommu/arm-smmu: Break insecure users by disabling bypass by default
 2019-04-02 15:42 UTC  (2+ messages)

[PATCH v2 1/2] arm64: dts: qcom: msm8998: Add ANOC1 SMMU node
 2019-04-02  7:37 UTC  (3+ messages)
  ` [PATCH v2 2/2] dt-bindings: arm-smmu: Add qcom,msm8998-smmu-v2 binding

[PATCH 00/13] Prerequisites for NXP LS104xA SMMU enablement
 2019-04-01 22:12 UTC  (25+ messages)
` [PATCH 01/13] soc/fsl/qman: fixup liodns only on ppc targets
` [PATCH 02/13] soc/fsl/bman: map FBPR area in the iommu
` [PATCH 03/13] soc/fsl/qman: map FQD and PFDR areas "
` [PATCH 04/13] soc/fsl/qman-portal: map CENA area "
` [PATCH 05/13] soc/fsl/bqman: page align iommu mapping sizes
` [PATCH 06/13] soc/fsl/qbman_portals: add APIs to retrieve the probing status
` [PATCH 07/13] fsl/fman: backup and restore ICID registers
` [PATCH 08/13] fsl/fman: add API to get the device behind a fman port
` [PATCH 09/13] dpaa_eth: defer probing after qbman
` [PATCH 10/13] dpaa_eth: base dma mappings on the fman rx port
` [PATCH 11/13] dpaa_eth: fix iova handling for contiguous frames
` [PATCH 12/13] dpaa_eth: fix iova handling for sg frames
` [PATCH 13/13] dpaa_eth: fix SG frame cleanup

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

implement generic dma_map_ops for IOMMUs v2 [rebase + resend]
 2019-04-01  9:39 UTC  (24+ messages)
` [PATCH 01/21] arm64/iommu: handle non-remapped addresses in ->mmap and ->get_sgtable
` [PATCH 02/21] arm64/iommu: improve mmap bounds checking
` [PATCH 04/21] dma-iommu: cleanup dma-iommu.h
` [PATCH 05/21] dma-iommu: remove the flush_page callback
` [PATCH 06/21] dma-iommu: use for_each_sg in iommu_dma_alloc
  ` [PATCH 03/21] dma-mapping: add a Kconfig symbol to indicated arch_dma_prep_coherent presence
  ` [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 13/21] dma-iommu: factor contiguous "
` [PATCH 14/21] dma-iommu: refactor iommu_dma_free
` [PATCH 15/21] dma-iommu: don't remap contiguous allocations for coherent devices
` [PATCH 16/21] dma-iommu: factor contiguous remapped allocations into helpers
` [PATCH 17/21] dma-iommu: refactor iommu_dma_alloc
` [PATCH 18/21] dma-iommu: don't depend on CONFIG_DMA_DIRECT_REMAP
` [PATCH 19/21] dma-iommu: switch copyright boilerplace to SPDX
` [PATCH 20/21] arm64: switch copyright boilerplace to SPDX in dma-mapping.c
` [PATCH 21/21] arm64: trim includes "

[RESEND PATCH v4 0/9] mm: Use vm_map_pages() and vm_map_pages_zero() API
 2019-04-01  5:26 UTC  (2+ messages)

[PATCH v3 1/1] iommu: Add config option to set lazy mode as default
 2019-03-30 10:43 UTC  (2+ messages)

[PATCH] x86/calgary: fix bitcast type warnings
 2019-03-30 10:24 UTC  (10+ messages)

[PATCH AUTOSEL 3.18 07/10] iommu/dmar: Fix buffer overflow during PCI bus notification
 2019-03-30  1:32 UTC 

[PATCH AUTOSEL 4.4 11/16] iommu/dmar: Fix buffer overflow during PCI bus notification
 2019-03-30  1:31 UTC 

[PATCH AUTOSEL 4.9 14/21] iommu/dmar: Fix buffer overflow during PCI bus notification
 2019-03-30  1:31 UTC 

[PATCH AUTOSEL 4.14 22/37] iommu/dmar: Fix buffer overflow during PCI bus notification
 2019-03-30  1:30 UTC 

[PATCH AUTOSEL 4.19 38/57] iommu/dmar: Fix buffer overflow during PCI bus notification
 2019-03-30  1:28 UTC 

[PATCH AUTOSEL 3.18 14/15] iommu/vt-d: Check capability before disabling protected memory
 2019-03-30  0:57 UTC 

[PATCH AUTOSEL 4.4 18/21] iommu/vt-d: Check capability before disabling protected memory
 2019-03-30  0:56 UTC 

[PATCH AUTOSEL 4.9 24/27] iommu/vt-d: Check capability before disabling protected memory
 2019-03-30  0:55 UTC 

[PATCH AUTOSEL 4.14 34/37] iommu/vt-d: Check capability before disabling protected memory
 2019-03-30  0:54 UTC 

[PATCH AUTOSEL 4.19 48/52] iommu/vt-d: Check capability before disabling protected memory
 2019-03-30  0:52 UTC 

[PATCH AUTOSEL 5.0 60/67] iommu/vt-d: Check capability before disabling protected memory
 2019-03-30  0:50 UTC  (2+ messages)
` [PATCH AUTOSEL 5.0 61/67] iommu/vt-d: Save the right domain ID used by hardware

[git pull] IOMMU Fixes for Linux v5.1-rc3
 2019-03-29 22:55 UTC  (2+ messages)

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

[PATCH] iommu/amd: Reserve exclusion range in iova-domain
 2019-03-29 15:06 UTC  (4+ messages)

[PATCH v3 0/3] PCIe Host request to reserve IOVA
 2019-03-29 13:21 UTC  (7+ messages)

[PATCH v2 00/10] iommu/vt-d: Bounce buffer for untrusted devices
 2019-03-29  2:33 UTC  (15+ messages)
` [PATCH v2 01/10] iommu/vt-d: Add trace events for domain map/unmap
` [PATCH v2 02/10] iommu/vt-d: Add helpers for domain mapping/unmapping
` [PATCH v2 03/10] iommu/vt-d: Add address walk helper
` [PATCH v2 04/10] iommu/vt-d: Add dir_to_prot() helper
` [PATCH v2 05/10] iommu/vt-d: Add bounce buffer API for map/unmap
` [PATCH v2 07/10] iommu/vt-d: Check whether device requires bounce buffer
` [PATCH v2 08/10] iommu/vt-d: Add dma sync ops for untrusted devices
` [PATCH v2 09/10] iommu/vt-d: Flush IOTLB for untrusted device in time
` [PATCH v2 10/10] iommu/vt-d: Use bounce buffer for untrusted devices
  ` [PATCH v2 06/10] iommu/vt-d: Add bounce buffer API for dma sync

[PATCH v2 1/1] iommu: Add config option to set lazy mode as default
 2019-03-28  6:18 UTC  (3+ messages)

[PATCH AUTOSEL 5.0 008/262] swiotlb: add checks for the return value of memblock_alloc*()
 2019-03-28  5:55 UTC  (4+ messages)
  ` [PATCH AUTOSEL 5.0 056/262] iommu/vt-d: Disable ATS support on untrusted devices
  ` [PATCH AUTOSEL 5.0 085/262] iommu/io-pgtable-arm-v7s: Only kmemleak_ignore L2 tables

[PATCH v2 RFC/RFT 0/5] Save single pages from CMA area
 2019-03-27 18:42 UTC  (8+ messages)
  ` [PATCH v2 RFC/RFT 1/5] ARM: dma-mapping: Add fallback normal page allocations
  ` [PATCH v2 RFC/RFT 2/5] dma-remap: Run alloc_pages() on failure
` [PATCH v2 RFC/RFT 3/5] iommu: amd_iommu: Add fallback normal page allocations
` [PATCH v2 RFC/RFT 4/5] arm64: dma-mapping: "
` [PATCH v2 RFC/RFT 5/5] dma-contiguous: Do not allocate a single page from CMA area

[PATCH AUTOSEL 4.9 30/87] iommu/io-pgtable-arm-v7s: Only kmemleak_ignore L2 tables
 2019-03-27 18:19 UTC 

[PATCH v8 0/9] vfio/mdev: IOMMU aware mediated device
 2019-03-27 18:16 UTC  (10+ messages)
` [PATCH v8 7/9] vfio/mdev: Add iommu related member in mdev_device
` [PATCH v8 8/9] vfio/type1: Add domain at(de)taching group helpers
` [PATCH v8 9/9] vfio/type1: Handle different mdev isolation type

[PATCH AUTOSEL 4.14 042/123] iommu/io-pgtable-arm-v7s: Only kmemleak_ignore L2 tables
 2019-03-27 18:15 UTC 

[PATCH AUTOSEL 4.19 059/192] iommu/io-pgtable-arm-v7s: Only kmemleak_ignore L2 tables
 2019-03-27 18:08 UTC 

WIP: PCIe on MSM8998
 2019-03-27 17:05 UTC 

[PATCH resend] dma: select GENERIC_ALLOCATOR for DMA_REMAP
 2019-03-27 13:06 UTC 

[PATCH] dma: select GENERIC_ALLOCATOR for DMA_REMAP
 2019-03-27  8:07 UTC  (2+ messages)

[PATCH RFC/RFT 0/5] Save single pages from CMA area
 2019-03-26 22:53 UTC  (7+ messages)
  ` [PATCH RFC/RFT 1/5] ARM: dma-mapping: Add fallback normal page allocations
  ` [PATCH RFC/RFT 2/5] dma-remap: Run alloc_pages() on failure
` [PATCH RFC/RFT 3/5] iommu: amd_iommu: Add fallback normal page allocations
` [PATCH RFC/RFT 4/5] arm64: dma-mapping: "
` [PATCH RFC/RFT 5/5] dma-contiguous: Do not allocate a single page from CMA area

[PATCH/RFC] driver core: Postpone DMA tear-down until after devres release
 2019-03-26 17:36 UTC  (4+ messages)

[RFC PATCH] virtio_ring: Use DMA API if guest memory is encrypted
 2019-03-26 16:53 UTC  (7+ messages)


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