iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-07-02 15:02:34 to 2019-07-15 20:00:34 UTC [more...]

[PATCH 0/3] Remove x86-specific code from generic headers
 2019-07-15 20:00 UTC  (9+ messages)
` [PATCH 1/3] x86, s390: Move ARCH_HAS_MEM_ENCRYPT definition to arch/Kconfig
  ` [PATCH 1/3] x86,s390: "
` [PATCH 2/3] DMA mapping: Move SME handling to x86-specific files
` [PATCH 3/3] fs/core/vmcore: Move sev_active() reference to x86 arch code

[PATCH 0/3] Remove x86-specific code from generic headers
 2019-07-15 15:44 UTC  (19+ messages)
` [PATCH 1/3] x86/Kconfig: Move ARCH_HAS_MEM_ENCRYPT to arch/Kconfig
` [PATCH 2/3] DMA mapping: Move SME handling to x86-specific files
` [PATCH 3/3] fs/core/vmcore: Move sev_active() reference to x86 arch code

[RFC PATCH] virtio_ring: Use DMA API if guest memory is encrypted
 2019-07-15 14:35 UTC  (13+ messages)

[PATCH AUTOSEL 4.14 043/105] iommu: Fix a leak in iommu_insert_resv_region
 2019-07-15 14:27 UTC 

[PATCH AUTOSEL 4.19 058/158] iommu: Fix a leak in iommu_insert_resv_region
 2019-07-15 14:16 UTC 

[PATCH AUTOSEL 5.1 077/219] iommu: Fix a leak in iommu_insert_resv_region
 2019-07-15 14:01 UTC 

[PATCH AUTOSEL 5.2 089/249] iommu: Fix a leak in iommu_insert_resv_region
 2019-07-15 13:46 UTC  (2+ messages)
` [PATCH AUTOSEL 5.2 229/249] iommu/arm-smmu-v3: Invalidate ATC when detaching a device

[PATCH v8 00/21] MT8183 IOMMU SUPPORT
 2019-07-15  9:51 UTC  (7+ messages)
` [PATCH v8 07/21] iommu/io-pgtable-arm-v7s: Extend MediaTek 4GB Mode

[GIT PULL] dma-mapping updates for 5.3
 2019-07-12 23:20 UTC  (2+ messages)

cma_remap when using dma_alloc_attr :- DMA_ATTR_NO_KERNEL_MAPPING
 2019-07-12 18:30 UTC 

[PATCH v9 00/11] SMMUv3 Nested Stage Setup (VFIO part)
 2019-07-12  7:38 UTC  (13+ messages)
` [PATCH v9 01/11] vfio: VFIO_IOMMU_SET_PASID_TABLE
` [PATCH v9 02/11] vfio: VFIO_IOMMU_CACHE_INVALIDATE
` [PATCH v9 03/11] vfio: VFIO_IOMMU_SET_MSI_BINDING
` [PATCH v9 04/11] vfio/pci: Add VFIO_REGION_TYPE_NESTED region type
` [PATCH v9 05/11] vfio/pci: Register an iommu fault handler
` [PATCH v9 06/11] vfio/pci: Allow to mmap the fault queue
` [PATCH v9 07/11] vfio: Use capability chains to handle device specific irq
` [PATCH v9 08/11] vfio: Add new IRQ for DMA fault reporting
` [PATCH v9 09/11] vfio/pci: Add framework for custom interrupt indices
` [PATCH v9 10/11] vfio/pci: Register and allow DMA FAULT IRQ signaling
` [PATCH v9 11/11] vfio: Document nested stage control

[PATCH v2 0/4] Add system mmu support for Armada-806
 2019-07-11 15:02 UTC  (5+ messages)
` [PATCH v2 1/4] iommu/arm-smmu: Introduce wrapper for writeq/readq
` [PATCH v2 2/4] iommu/arm-smmu: Workaround for Marvell Armada-AP806 SoC erratum #582743
` [PATCH v2 3/4] dt-bindings: iommu/arm, smmu: add compatible string for Marvell
` [PATCH v2 4/4] arm64: dts: marvell: armada-ap806: add smmu support

[RFC PATCH] iommu: io-pgtable: Drop WARN for empty PTEs on unmap
 2019-07-11 17:39 UTC  (3+ messages)

[RFC PATCH v2 00/19] Try to reduce lock contention on the SMMUv3 command queue
 2019-07-11 17:19 UTC  (20+ messages)
` [RFC PATCH v2 01/19] iommu: Remove empty iommu_tlb_range_add() callback from iommu_ops
` [RFC PATCH v2 02/19] iommu/io-pgtable-arm: Remove redundant call to io_pgtable_tlb_sync()
` [RFC PATCH v2 03/19] iommu/io-pgtable: Rename iommu_gather_ops to iommu_flush_ops
` [RFC PATCH v2 04/19] iommu: Introduce struct iommu_iotlb_gather for batching TLB flushes
` [RFC PATCH v2 05/19] iommu: Introduce iommu_iotlb_gather_add_page()
` [RFC PATCH v2 06/19] iommu: Pass struct iommu_iotlb_gather to ->unmap() and ->iotlb_sync()
` [RFC PATCH v2 07/19] iommu/io-pgtable: Introduce tlb_flush_walk() and tlb_flush_leaf()
` [RFC PATCH v2 08/19] iommu/io-pgtable: Hook up ->tlb_flush_walk() and ->tlb_flush_leaf() in drivers
` [RFC PATCH v2 09/19] iommu/io-pgtable-arm: Call ->tlb_flush_walk() and ->tlb_flush_leaf()
` [RFC PATCH v2 10/19] iommu/io-pgtable: Replace ->tlb_add_flush() with ->tlb_add_page()
` [RFC PATCH v2 11/19] iommu/io-pgtable: Remove unused ->tlb_sync() callback
` [RFC PATCH v2 12/19] iommu/io-pgtable: Pass struct iommu_iotlb_gather to ->unmap()
` [RFC PATCH v2 13/19] iommu/io-pgtable: Pass struct iommu_iotlb_gather to ->tlb_add_page()
` [RFC PATCH v2 14/19] iommu/arm-smmu-v3: Separate s/w and h/w views of prod and cons indexes
` [RFC PATCH v2 15/19] iommu/arm-smmu-v3: Drop unused 'q' argument from Q_OVF macro
` [RFC PATCH v2 16/19] iommu/arm-smmu-v3: Move low-level queue fields out of arm_smmu_queue
` [RFC PATCH v2 17/19] iommu/arm-smmu-v3: Operate directly on low-level queue where possible
` [RFC PATCH v2 18/19] iommu/arm-smmu-v3: Reduce contention during command-queue insertion
` [RFC PATCH v2 19/19] iommu/arm-smmu-v3: Defer TLB invalidation until ->iotlb_sync()

[PATCH v2] iommu/amd: fix a crash in iova_magazine_free_pfns
 2019-07-11 16:21 UTC  (2+ messages)

[PATCH v8 00/29] SMMUv3 Nested Stage Setup
 2019-07-11 13:07 UTC  (15+ messages)
` [PATCH v8 26/29] vfio-pci: Register an iommu fault handler

[PATCH] dma-direct: Force unencrypted DMA under SME for certain DMA masks
 2019-07-11 12:18 UTC  (4+ messages)

[PATCH v9 00/14] SMMUv3 Nested Stage Setup (IOMMU part)
 2019-07-11 11:49 UTC  (15+ messages)
` [PATCH v9 01/14] iommu: Introduce attach/detach_pasid_table API
` [PATCH v9 02/14] iommu: Introduce cache_invalidate API
` [PATCH v9 03/14] iommu: Introduce bind/unbind_guest_msi
` [PATCH v9 04/14] iommu/arm-smmu-v3: Maintain a SID->device structure
` [PATCH v9 05/14] iommu/smmuv3: Dynamically allocate s1_cfg and s2_cfg
` [PATCH v9 06/14] iommu/smmuv3: Get prepared for nested stage support
` [PATCH v9 07/14] iommu/smmuv3: Implement attach/detach_pasid_table
` [PATCH v9 08/14] iommu/smmuv3: Introduce __arm_smmu_tlb_inv_asid/s1_range_nosync
` [PATCH v9 09/14] iommu/smmuv3: Implement cache_invalidate
` [PATCH v9 10/14] dma-iommu: Implement NESTED_MSI cookie
` [PATCH v9 11/14] iommu/smmuv3: Nested mode single MSI doorbell per domain enforcement
` [PATCH v9 12/14] iommu/smmuv3: Enforce incompatibility between nested mode and HW MSI regions
` [PATCH v9 13/14] iommu/smmuv3: Implement bind/unbind_guest_msi
` [PATCH v9 14/14] iommu/smmuv3: Report non recoverable faults

[PATCH] kernel/dma: export dma_alloc_from_contiguous to modules
 2019-07-11 10:44 UTC  (4+ messages)

[PATCH] iommu/amd: fix a crash in iova_magazine_free_pfns
 2019-07-10 21:37 UTC 

[PATCH 0/2] iommu: handle drivers that manage iommu directly
 2019-07-10 18:28 UTC  (8+ messages)
` [PATCH 1/2] iommu: add support for drivers that manage iommu explicitly
  ` [PATCH v2] "
` [PATCH 2/2] drm/msm: mark devices where iommu is managed by driver

[RESEND PATCH v2 0/3] iommu/arm-smmu: Split pagetable support
 2019-07-10 18:05 UTC  (7+ messages)
` [RESEND PATCH v2 1/3] iommu: Add DOMAIN_ATTR_SPLIT_TABLES
` [RESEND PATCH v2 2/3] iommu/io-pgtable-arm: Add support for AARCH64 split pagetables
` [RESEND PATCH v2 3/3] iommu/arm-smmu: Add support for DOMAIN_ATTR_SPLIT_TABLES

VFIO/IOMMU/PCI Linux Plumbers 2019 MC - Call for Topics
 2019-07-10 10:03 UTC 

[git pull] IOMMU Updates for Linux v5.3
 2019-07-09 18:05 UTC  (2+ messages)

[PATCH v1 01/22] docs: Documentation/*.txt: rename all ReST files to *.rst
 2019-07-09 17:02 UTC  (2+ messages)

add swiotlb support to arm32
 2019-07-09 14:20 UTC  (3+ messages)
` [PATCH 1/2] dma-mapping check pfn validity in dma_common_{mmap, get_sgtable}
` [PATCH 2/2] arm: use swiotlb for bounce buffer on LPAE configs

[PATCH 1/1] iommu/vt-d: Avoid duplicated pci dma alias consideration
 2019-07-09  5:22 UTC 

[PATCH] dma-mapping: mark dma_alloc_need_uncached as __always_inline
 2019-07-08 21:14 UTC  (2+ messages)

use exact allocation for dma coherent memory
 2019-07-08 18:43 UTC  (4+ messages)

[PATCH v2 0/3] iommu/arm-smmu: Split pagetable support
 2019-07-08 18:10 UTC  (4+ messages)
` [PATCH v2 1/3] iommu: Add DOMAIN_ATTR_SPLIT_TABLES
` [PATCH v2 2/3] iommu/io-pgtable-arm: Add support for AARCH64 split pagetables
` [PATCH v2 3/3] iommu/arm-smmu: Add support for DOMAIN_ATTR_SPLIT_TABLES

[RFC PATCH v7 0/5] treewide: improve R-Car SDHI performance
 2019-07-08 16:22 UTC  (7+ messages)
` [RFC PATCH v7 5/5] mmc: queue: Use bigger segments if DMA MAP layer can merge the segments

[PATCH 0/8] iommu: Add auxiliary domain and PASID support to Arm SMMUv3
 2019-07-08 15:31 UTC  (18+ messages)
` [PATCH 2/8] dt-bindings: document PASID property for IOMMU masters
` [PATCH 3/8] iommu/arm-smmu-v3: Support platform SSID
` [PATCH 4/8] iommu/arm-smmu-v3: Add support for Substream IDs
` [PATCH 5/8] iommu/arm-smmu-v3: Add second level of context descriptor table
` [PATCH 6/8] iommu/arm-smmu-v3: Support auxiliary domains
` [PATCH 7/8] iommu/arm-smmu-v3: Improve add_device() error handling
` [PATCH 8/8] iommu/arm-smmu-v3: Add support for PCI PASID

get rid of dma_max_pfn
 2019-07-08 11:55 UTC  (5+ messages)
` [PATCH 1/2] mmc: let the dma map ops handle bouncing
` [PATCH 2/2] dma-mapping: remove dma_max_pfn

switch m68k to use the generic remapping DMA allocator v2
 2019-07-08  7:53 UTC  (2+ messages)

[PATCH v7 0/6] vfio/type1: Add support for valid iova list management
 2019-07-08  7:10 UTC  (24+ messages)
` [PATCH v7 1/6] vfio/type1: Introduce iova list and add iommu aperture validity check
` [PATCH v7 2/6] vfio/type1: Check reserve region conflict and update iova list
` [PATCH v7 3/6] vfio/type1: Update iova list on detach
` [PATCH v7 4/6] vfio/type1: check dma map request is within a valid iova range
` [PATCH v7 5/6] vfio/type1: Add IOVA range capability support
` [PATCH v7 6/6] vfio/type1: remove duplicate retrieval of reserved regions

[RFC v1 0/4] vfio: support Shared Virtual Addressing
 2019-07-05 11:06 UTC  (5+ messages)
` [RFC v1 1/4] vfio: VFIO_IOMMU_ATTACH/DETACH_PASID_TABLE
` [RFC v1 2/4] vfio: VFIO_IOMMU_CACHE_INVALIDATE
` [RFC v1 3/4] vfio/type1: VFIO_IOMMU_PASID_REQUEST(alloc/free)
` [RFC v1 4/4] vfio/type1: bind guest pasid (guest page tables) to host

linux-next: Tree for Jul 5 (dma)
 2019-07-05 15:33 UTC 

[PATCH] omap-iommu: no need to check return value of debugfs_create functions
 2019-07-05  5:24 UTC  (3+ messages)

[PATCH v4 00/22] Shared virtual address IOMMU and VT-d support
 2019-07-05  2:21 UTC  (5+ messages)
` [PATCH v4 20/22] iommu/vt-d: Add bind guest PASID support

[Patch v2 06/10] iommu: using dev_get_drvdata directly
 2019-07-04  8:12 UTC  (2+ messages)

[PATCH] iommu/arm-smmu-v3: Invalidate ATC when detaching a device
 2019-07-04  8:07 UTC  (3+ messages)

[PATCH] MIPS: only select ARCH_HAS_UNCACHED_SEGMENT for non-coherent platforms
 2019-07-03 12:47 UTC  (2+ messages)

provide generic support for uncached segements in dma-direct
 2019-07-03 12:13 UTC  (10+ messages)
` [PATCH 5/7] MIPS: use the generic uncached segment support "
        ` [PATCH 5/7 v2] "

Device specific pass through in host systems - discuss user interface
 2019-07-03  2:01 UTC  (9+ messages)

[PATCH RFC 0/4] iommu: Add support to change default domain of a group
 2019-07-03  1:54 UTC  (5+ messages)
` [PATCH RFC 1/4] iommu/vt-d: Modify device_def_domain_type() to use at runtime
` [PATCH RFC 2/4] iommu: Add device_def_domain_type() call back function to iommu_ops
` [PATCH RFC 3/4] iommu: Add support to change default domain of a group
` [PATCH RFC 4/4] iommu: Document usage of "/sys/kernel/iommu_groups/<grp_id>/type" file

[PATCH] iommu/dma: Fix calculation overflow in __finalise_sg()
 2019-07-02 21:04 UTC  (6+ messages)

[RFC PATCH 0/2] Support for TI Page-based Address Translator
 2019-07-02 15:49 UTC  (2+ messages)

[PATCH v3 0/9] Add PCI ATS support to Arm SMMUv3
 2019-07-02 14:59 UTC  (4+ messages)
` [PATCH v3 8/9] iommu/arm-smmu-v3: Add support for PCI ATS


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