iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-26 06:58:49 to 2019-07-11 13:17:46 UTC [more...]

[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 v8 00/21] MT8183 IOMMU SUPPORT
 2019-07-11 12:31 UTC  (13+ messages)
` [PATCH v8 01/21] dt-bindings: mediatek: Add binding for mt8183 IOMMU and SMI
` [PATCH v8 02/21] iommu/mediatek: Use a struct as the platform data
` [PATCH v8 03/21] memory: mtk-smi: Use a general config_port interface
` [PATCH v8 04/21] memory: mtk-smi: Use a struct for the platform data for smi-common
` [PATCH v8 05/21] iommu/mediatek: Fix iova_to_phys PA start for 4GB mode
` [PATCH v8 06/21] iommu/io-pgtable-arm-v7s: Add paddr_to_iopte and iopte_to_paddr helpers
` [PATCH v8 07/21] iommu/io-pgtable-arm-v7s: Extend MediaTek 4GB Mode
` [PATCH v8 08/21] iommu/mediatek: Add bclk can be supported optionally
` [PATCH v8 09/21] iommu/mediatek: Add larb-id remapped support

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

[RFC PATCH] iommu: io-pgtable: Drop WARN for empty PTEs on unmap
 2019-07-11 10:23 UTC  (2+ 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  (4+ messages)
` [PATCH 1/2] m68k: use the generic dma coherent remap allocator

[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  (8+ messages)
` [PATCH v4 15/22] iommu/vt-d: Replace Intel specific PASID allocator with IOASID
` [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  (3+ 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

DMA-API attr - DMA_ATTR_NO_KERNEL_MAPPING
 2019-07-01 18:36 UTC  (8+ messages)

Is IOMMU a generic name for Intel VT-d and AMD IOV?
 2019-07-01 18:00 UTC 

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

[PATCH] iommu: io-pgtable: Support non-coherent page tables
 2019-07-01 12:30 UTC  (5+ messages)

[PATCH] irq_remapping/vt-d: cleanup unused variable
 2019-07-01 12:24 UTC  (2+ messages)

[PATCH v4 0/5] iommu/amd: Convert the AMD iommu driver to the dma-iommu api
 2019-07-01 12:19 UTC  (3+ messages)

[PATCH v3] iommu/amd: Flush not present cache in iommu_map_page
 2019-07-01 12:16 UTC  (2+ messages)

[PATCH 0/3] handle init errors more gracefully in amd_iommu
 2019-07-01 11:54 UTC  (2+ messages)

[GIT PULL] iommu/arm-smmu: Updates for 5.3
 2019-07-01 11:45 UTC  (2+ messages)

CMA in AMD IOMMU driver
 2019-07-01  6:19 UTC  (5+ messages)
    `  "
    `  "

handle "special" dma allocation in common code
 2019-06-29 15:09 UTC  (3+ messages)
` [PATCH 6/7] dma-direct: handle DMA_ATTR_NO_KERNEL_MAPPING "

[PATCH v8 10/21] iommu/mediatek: Refine protect memory definition
 2019-06-29  2:39 UTC  (12+ messages)
` [PATCH v8 11/21] iommu/mediatek: Move reset_axi into plat_data
` [PATCH v8 12/21] iommu/mediatek: Move vld_pa_rng "
` [PATCH v8 13/21] memory: mtk-smi: Add gals support
` [PATCH v8 14/21] iommu/mediatek: Add mt8183 IOMMU support
` [PATCH v8 15/21] iommu/mediatek: Add mmu1 support
` [PATCH v8 16/21] memory: mtk-smi: Invoke pm runtime_callback to enable clocks
` [PATCH v8 17/21] memory: mtk-smi: Add bus_sel for mt8183
` [PATCH v8 18/21] iommu/mediatek: Fix VLD_PA_RNG register backup when suspend
` [PATCH v8 19/21] memory: mtk-smi: Get rid of need_larbid
` [PATCH v8 20/21] iommu/mediatek: Clean up struct mtk_smi_iommu
` [PATCH v8 21/21] iommu/mediatek: Switch to SPDX license identifier

[PATCH] iommu/arm-smmu-v3: Fix incorrect fields being passed to prefetch command
 2019-06-28 10:25 UTC  (4+ messages)
  ` [EXTERNAL] "

SATA broken with LPAE
 2019-06-27 10:09 UTC  (5+ messages)

[PATCH v3 0/4] Qcom smmu-500 wait-for-safe handling for sdm845
 2019-06-27  7:05 UTC  (12+ messages)
` [PATCH v3 3/4] iommu/arm-smmu: Add support to handle Qcom's wait-for-safe logic

[PATCH AUTOSEL 5.1 09/51] iommu/vt-d: Fix lock inversion between iommu->lock and device_domain_lock
 2019-06-27  0:27 UTC  (3+ 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).