iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-05-16 14:15:06 to 2019-05-23 22:31:10 UTC [more...]

[PATCH v5 00/10] Support using MSI interrupts in ntb_transport
 2019-05-23 22:30 UTC  (2+ messages)
` [PATCH v5 05/10] NTB: Rename ntb.c to support multiple source files in the module

[PATCH v2 00/15] drm/msm: Per-instance pagetable support
 2019-05-23 20:00 UTC  (10+ messages)
` [PATCH v2 01/15] iommu/arm-smmu: Allow IOMMU enabled devices to skip DMA domains
` [PATCH v2 02/15] iommu: Add DOMAIN_ATTR_SPLIT_TABLES
` [PATCH v2 03/15] iommu/arm-smmu: Add split pagetable support for arm-smmu-v2
` [PATCH v2 04/15] iommu: Add DOMAIN_ATTR_PTBASE
` [PATCH v2 05/15] iommu/arm-smmu: Add auxiliary domain support for arm-smmuv2

[PATCH 0/4] iommu: Add device fault reporting API
 2019-05-23 18:56 UTC  (7+ messages)
` [PATCH 1/4] driver core: Add per device iommu param
` [PATCH 2/4] iommu: Introduce device fault data
` [PATCH 3/4] iommu: Introduce device fault report API
` [PATCH 4/4] iommu: Add recoverable fault reporting

[PATCH] swiotlb: sync buffer when mapping FROM_DEVICE
 2019-05-23 18:05 UTC  (12+ messages)

[PATCH v3 0/3] Retrieving zPCI specific info with VFIO
 2019-05-23 16:24 UTC  (5+ messages)
` [PATCH v3 1/3] s390: pci: Exporting access to CLP PCI function and PCI group
` [PATCH v3 2/3] vfio: zpci: defining the VFIO headers
` [PATCH v3 3/3] vfio: pci: Using a device region to retrieve zPCI information

[PATCH v3 00/16] Shared virtual address IOMMU and VT-d support
 2019-05-23 15:40 UTC  (20+ messages)
` [PATCH v3 03/16] iommu: Add I/O ASID allocator
` [PATCH v3 04/16] ioasid: Add custom IOASID allocator
` [PATCH v3 09/16] iommu: Introduce guest PASID bind function

[RFC v3 0/3] vfio_pci: wrap pci device as a mediated device
 2019-05-23 13:03 UTC  (3+ messages)

[PATCH v5 1/1] iommu/io-pgtable-arm: Add support to use system cache
 2019-05-23 12:34 UTC  (4+ messages)

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

[PATCH v3 3/3] mmc: renesas_sdhi: use multiple segments if possible
 2019-05-23  4:15 UTC  (2+ messages)

[PATCH v2] iommu/intel: fix variable 'iommu' set but not used
 2019-05-23  1:33 UTC 

[RESEND PATCH] iommu/intel: fix variable 'iommu' set but not used
 2019-05-22 21:14 UTC  (2+ messages)

[RFC/PATCH 0/4] Initial support for modular IOMMU drivers
 2019-05-22 21:00 UTC  (9+ messages)
` [RFC/PATCH 1/4] of: Export of_phandle_iterator_args() to modules
` [RFC/PATCH 2/4] PCI: Export PCI ACS and DMA searching functions "
` [RFC/PATCH 3/4] iommu: Export core IOMMU functions to kernel modules
` [RFC/PATCH 4/4] iommu: Add probe deferral support for IOMMU "

[PATCH v6 0/6] Allwinner H6 Mali GPU support
 2019-05-22 20:51 UTC  (10+ messages)
` [PATCH v6 1/6] drm: panfrost: add optional bus_clock
` [PATCH v6 2/6] iommu: io-pgtable: fix sanity check for non 48-bit mali iommu
` [PATCH v6 3/6] dt-bindings: gpu: add bus clock for Mali Midgard GPUs
` [PATCH v6 4/6] dt-bindings: gpu: mali-midgard: Add H6 mali gpu compatible
` [PATCH v6 5/6] arm64: dts: allwinner: Add ARM Mali GPU node for H6
` [PATCH v6 6/6] arm64: dts: allwinner: Add mali GPU supply for H6 boards

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

Device obligation to write into a DMA_FROM_DEVICE streaming DMA mapping
 2019-05-21 17:27 UTC  (2+ messages)

[PATCH v2 0/4] Retrieving zPCI specific info with VFIO
 2019-05-21 15:33 UTC  (18+ messages)
` [PATCH v2 1/4] s390: pci: Exporting access to CLP PCI function and PCI group
` [PATCH v2 2/4] vfio: vfio_iommu_type1: Define VFIO_IOMMU_INFO_CAPABILITIES
` [PATCH v2 3/4] s390: iommu: Adding get attributes for s390_iommu
` [PATCH v2 4/4] vfio: vfio_iommu_type1: implement VFIO_IOMMU_INFO_CAPABILITIES
  ` [RFC PATCH] vfio: vfio_iommu_type1: vfio_iommu_type1_caps() can be static

fixups for the dma_set_mask beahvior change in 5.1
 2019-05-21 13:15 UTC  (7+ messages)
` [PATCH 1/2] dma-mapping: truncate dma masks to what dma_addr_t can hold
` [PATCH 2/2] ARM: dma-mapping: allow larger DMA mask than supported

[PATCH v7 0/1] iommu: enhance IOMMU dma mode build options
 2019-05-21 12:59 UTC  (3+ messages)
` [PATCH v7 1/1] "

[PATCH 1/2] iommu/vt-d: Fix lock inversion between iommu->lock and device_domain_lock
 2019-05-21  7:30 UTC  (2+ messages)
` [PATCH 2/2] iommu/vt-d: Set the right field for Page Walk Snoop

[PATCH 1/1] iommu: Use right function to get group for device
 2019-05-21  7:27 UTC 

[PATCH] iommu/vt-d: Fix bind svm with multiple devices
 2019-05-20 15:33 UTC  (2+ messages)

[PATCH 1/1] iommu/vt-d: Remove unnecessary rcu_read_locks
 2019-05-20 13:41 UTC 

[RFC PATCH] virtio_ring: Use DMA API if guest memory is encrypted
 2019-05-20 13:16 UTC  (16+ messages)

[PATCH v3 0/7] RMRR related fixes and enhancements
 2019-05-20 12:45 UTC  (17+ messages)
` [PATCH v3 6/7] iommu: Introduce IOMMU_RESV_DIRECT_RELAXABLE reserved memory regions
` [PATCH v3 7/7] iommu/vt-d: Differentiate relaxable and non relaxable RMRRs

[PATCH v5 0/6] Allwinner H6 Mali GPU support
 2019-05-18 14:45 UTC  (11+ messages)
` [PATCH v5 1/6] drm: panfrost: add optional bus_clock
` [PATCH v5 2/6] iommu: io-pgtable: fix sanity check for non 48-bit mali iommu
` [PATCH v5 3/6] dt-bindings: gpu: add bus clock for Mali Midgard GPUs
` [PATCH v5 4/6] dt-bindings: gpu: mali-midgard: Add H6 mali gpu compatible
` [PATCH v5 5/6] arm64: dts: allwinner: Add ARM Mali GPU node for H6
` [PATCH v5 6/6] arm64: dts: allwinner: Add mali GPU supply for H6 boards

[PATCH 0/4] Retrieving zPCI specific info with VFIO
 2019-05-17  8:18 UTC  (9+ messages)
` [PATCH 2/4] vfio: vfio_iommu_type1: Define VFIO_IOMMU_INFO_CAPABILITIES
` [PATCH 4/4] vfio: vfio_iommu_type1: implement VFIO_IOMMU_INFO_CAPABILITIES

[PATCH 0/3] handle init errors more gracefully in amd_iommu
 2019-05-17  0:52 UTC  (4+ messages)
` [PATCH 1/3] iommu/amd: make iommu_disable safer
` [PATCH 2/3] iommu/amd: move gart fallback to amd_iommu_init
` [PATCH 3/3] iommu/amd: only free resources once on init error


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