iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-11 06:02:50 to 2020-11-17 22:43:16 UTC [more...]

[PATCH v3 00/14] iommu/amd: Add Generic IO Page Table Framework Support
 2020-11-17 22:43 UTC  (5+ messages)

[PATCH] iommu: fix return error code in iommu_probe_device()
 2020-11-17 22:41 UTC  (4+ messages)

[GIT PULL] iommu/arm-smmu: First batch of updates for 5.11
 2020-11-17 22:24 UTC  (2+ messages)

IOMMU Maintainership
 2020-11-17 22:22 UTC  (2+ messages)

dma_alloc_pages / dma_alloc_noncoherent fixups
 2020-11-17 21:21 UTC  (9+ messages)
` [PATCH 8/8] WIP: add a dma_alloc_contiguous API

[PATCH v3] swiotlb: Adjust SWIOTBL bounce buffer size for SEV guests
 2020-11-17 20:31 UTC  (16+ messages)

remove dma_virt_ops v2
 2020-11-17 19:41 UTC  (12+ messages)

[PATCH v4] swiotlb: Adjust SWIOTBL bounce buffer size for SEV guests
 2020-11-17 17:54 UTC 

[PATCH 1/1] vfio/type1: Add subdev_ioasid callback to vfio_iommu_driver_ops
 2020-11-17 14:39 UTC  (3+ messages)

[PATCHv8 0/8] System Cache support for GPU and required SMMU support
 2020-11-17 14:30 UTC  (9+ messages)
` [PATCHv8 1/8] iommu/io-pgtable-arm: Add support to use system cache
` [PATCHv8 2/8] iommu/arm-smmu: Add domain attribute for pagetable configuration
` [PATCHv8 3/8] iommu/arm-smmu: Move non-strict mode to use domain_attr_io_pgtbl_cfg
` [PATCHv8 4/8] drm/msm: rearrange the gpu_rmw() function
` [PATCHv8 5/8] drm/msm/a6xx: Add support for using system cache(LLC)
` [PATCHv8 6/8] drm/msm/a6xx: Add support for using system cache on MMU500 based targets
` [PATCHv8 7/8] iommu: arm-smmu-impl: Use table to list QCOM implementations
` [PATCHv8 8/8] iommu: arm-smmu-impl: Add a space before open parenthesis

[PATCH v6 1/3] pinctrl: qcom: Kconfig: Rework PINCTRL_MSM to be a depenency rather then a selected config
 2020-11-17 13:47 UTC  (11+ messages)
` [PATCH v6 3/3] firmware: QCOM_SCM: Allow qcom_scm driver to be loadable as a permenent module

[PATCH v12 00/15] SMMUv3 Nested Stage Setup (IOMMU part)
 2020-11-17 12:36 UTC  (20+ messages)
` [PATCH v12 01/15] iommu: Introduce attach/detach_pasid_table API
` [PATCH v12 02/15] iommu: Introduce bind/unbind_guest_msi
` [PATCH v12 03/15] iommu/arm-smmu-v3: Maintain a SID->device structure
` [PATCH v12 04/15] iommu/smmuv3: Dynamically allocate s1_cfg and s2_cfg
` [PATCH v12 05/15] iommu/smmuv3: Get prepared for nested stage support
` [PATCH v12 06/15] iommu/smmuv3: Implement attach/detach_pasid_table
` [PATCH v12 07/15] iommu/smmuv3: Allow stage 1 invalidation with unmanaged ASIDs
` [PATCH v12 08/15] iommu/smmuv3: Implement cache_invalidate
` [PATCH v12 09/15] dma-iommu: Implement NESTED_MSI cookie
` [PATCH v12 10/15] iommu/smmuv3: Nested mode single MSI doorbell per domain enforcement
` [PATCH v12 11/15] iommu/smmuv3: Enforce incompatibility between nested mode and HW MSI regions
` [PATCH v12 12/15] iommu/smmuv3: Implement bind/unbind_guest_msi
` [PATCH v12 13/15] iommu/smmuv3: Report non recoverable faults
` [PATCH v12 14/15] iommu/smmuv3: Accept configs with more than one context descriptor
` [PATCH v12 15/15] iommu/smmuv3: Add PASID cache invalidation per PASID

[RESEND PATCH v3 0/4] iommu/iova: Solve longterm IOVA issue
 2020-11-17 10:25 UTC  (5+ messages)
` [RESEND PATCH v3 1/4] iommu/iova: Add free_all_cpu_cached_iovas()
` [RESEND PATCH v3 2/4] iommu/iova: Avoid double-negatives in magazine helpers
` [RESEND PATCH v3 3/4] iommu/iova: Flush CPU rcache for when a depot fills
` [RESEND PATCH v3 4/4] iommu: avoid taking iova_rbtree_lock twice

[PATCH v11 00/13] SMMUv3 Nested Stage Setup (IOMMU part)
 2020-11-17  9:16 UTC  (8+ messages)

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

[patch V2 00/46] x86, PCI, XEN, genirq ...: Prepare for device MSI
 2020-11-16 23:22 UTC  (13+ messages)
` REGRESSION: "
      ` iommu/vt-d: Cure VF irqdomain hickup

[PATCH v4 00/24] MT8192 IOMMU support
 2020-11-16 17:44 UTC  (37+ messages)
` [PATCH v4 01/24] dt-bindings: iommu: mediatek: Convert IOMMU to DT schema
` [PATCH v4 02/24] dt-bindings: memory: mediatek: Add a common larb-port header file
` [PATCH v4 03/24] dt-bindings: memory: mediatek: Extend LARB_NR_MAX to 32
` [PATCH v4 04/24] dt-bindings: memory: mediatek: Add domain definition
` [PATCH v4 05/24] dt-bindings: mediatek: Add binding for mt8192 IOMMU
` [PATCH v4 06/24] iommu/mediatek: Use the common mtk-smi-larb-port.h
` [PATCH v4 07/24] iommu/io-pgtable-arm-v7s: Use ias to check the valid iova in unmap
` [PATCH v4 08/24] iommu/io-pgtable-arm-v7s: Extend PA34 for MediaTek
` [PATCH v4 09/24] iommu/io-pgtable-arm-v7s: Clear LVL_SHIFT/BITS macro instead of the formula
` [PATCH v4 10/24] iommu/io-pgtable-arm-v7s: Add cfg as a param in some macros
` [PATCH v4 11/24] iommu/io-pgtable-arm-v7s: Quad lvl1 pgtable for MediaTek
` [PATCH v4 12/24] iommu/mediatek: Move hw_init into attach_device
` [PATCH v4 13/24] iommu/mediatek: Add device link for smi-common and m4u
` [PATCH v4 14/24] iommu/mediatek: Add pm runtime callback
` [PATCH v4 15/24] iommu/mediatek: Add power-domain operation
` [PATCH v4 16/24] iommu/mediatek: Add iova reserved function
` [PATCH v4 17/24] iommu/mediatek: Add single domain
` [PATCH v4 18/24] iommu/mediatek: Support master use iova over 32bit
` [PATCH v4 19/24] iommu/mediatek: Support up to 34bit iova in tlb flush
` [PATCH v4 20/24] iommu/mediatek: Support report iova 34bit translation fault in ISR
` [PATCH v4 21/24] iommu/mediatek: Add support for multi domain
` [PATCH v4 22/24] iommu/mediatek: Adjust the structure
` [PATCH v4 23/24] iommu/mediatek: Add mt8192 support
` [PATCH v4 24/24] MAINTAINERS: Add entry for MediaTek IOMMU

[PATCH v4 0/2] dma-mapping: provide a benchmark for streaming DMA mapping
 2020-11-16  6:08 UTC  (3+ messages)
` [PATCH v4 1/2] dma-mapping: add benchmark support for streaming DMA APIs
` [PATCH v4 2/2] selftests/dma: add test application for DMA_MAP_BENCHMARK

[PATCH] iommu/vt-d: include conditionally on CONFIG_INTEL_IOMMU_SVM
 2020-11-15 23:47 UTC  (2+ messages)

[PATCH v3 0/2] dma-mapping: provide a benchmark for streaming DMA mapping
 2020-11-15 21:54 UTC  (10+ messages)
` [PATCH v3 1/2] dma-mapping: add benchmark support for streaming DMA APIs

[RESEND PATCH v2 0/5] drm/msm: support for host-cached BOs
 2020-11-14 16:21 UTC  (3+ messages)
` [RESEND PATCH v2 2/5] dma-direct: add dma_direct_bypass() to force direct ops

[PATCH] dma-pool: no need to check return value of debugfs_create functions
 2020-11-14 12:10 UTC  (2+ messages)

[PATCH kernel v4 0/2] DMA, powerpc/dma: Fallback to dma_ops when persistent memory present
 2020-11-14 12:10 UTC  (3+ messages)
` [PATCH kernel v4 2/2] "

[PATCHv7 0/7] System Cache support for GPU and required SMMU support
 2020-11-14 11:47 UTC  (10+ messages)
` [PATCHv7 1/7] iommu/io-pgtable-arm: Add support to use system cache
` [PATCHv7 2/7] iommu/arm-smmu: Add domain attribute for "

[PATCH v2 0/5] drm/msm: support for host-cached BOs
 2020-11-14  9:52 UTC  (3+ messages)
` [PATCH v2 2/5] dma-direct: add dma_direct_bypass() to force direct ops

[PATCH v10 00/11] SMMUv3 Nested Stage Setup (VFIO part)
 2020-11-13 16:12 UTC  (7+ messages)
` [PATCH v10 04/11] vfio/pci: Add VFIO_REGION_TYPE_NESTED region type
` [PATCH v10 05/11] vfio/pci: Register an iommu fault handler

[PATCH v2 04/17] iommu/hyperv: don't setup IRQ remapping when running as root
 2020-11-13 14:53 UTC  (3+ messages)

[RESEND][PATCH 1/2] arm-smmu-qcom: Ensure the qcom_scm driver has finished probing
 2020-11-13 14:22 UTC  (4+ messages)
` [RESEND][PATCH 2/2] iommu: Avoid crash if iommu_group is null

[PATCH v6 0/7] arm64: Default to 32-bit wide ZONE_DMA
 2020-11-13 11:29 UTC  (7+ messages)
` [PATCH v6 1/7] arm64: mm: Move reserve_crashkernel() into mem_init()

[PATCH v2 0/2] iommu/arm-smmu-v3: Improve cmdq lock efficiency
 2020-11-13 10:43 UTC  (4+ messages)

[PATCH v8 0/9] iommu: I/O page faults for SMMUv3
 2020-11-13  0:41 UTC  (11+ messages)
` [PATCH v8 1/9] iommu: Add a page fault handler
` [PATCH v8 2/9] iommu/arm-smmu-v3: Maintain a SID->device structure
` [PATCH v8 3/9] dt-bindings: document stall property for IOMMU masters
` [PATCH v8 4/9] of/iommu: Support dma-can-stall property
` [PATCH v8 5/9] ACPI/IORT: Enable stall support for platform devices
` [PATCH v8 6/9] iommu/arm-smmu-v3: Add "
` [PATCH v8 7/9] PCI/ATS: Add PRI stubs
` [PATCH v8 8/9] PCI/ATS: Export PRI functions
` [PATCH v8 9/9] iommu/arm-smmu-v3: Add support for PRI

[PATCH v3 0/4] iommu/iova: Solve longterm IOVA issue
 2020-11-12 11:28 UTC  (5+ messages)
` [PATCH v3 1/4] iommu/iova: Add free_all_cpu_cached_iovas()
` [PATCH v3 2/4] iommu/iova: Avoid double-negatives in magazine helpers
` [PATCH v3 3/4] iommu/iova: Flush CPU rcache for when a depot fills
` [PATCH v3 4/4] iommu: avoid taking iova_rbtree_lock twice

[PATCH v2] iommu/vt-d: avoid unnecessory panic if iommu init fail in tboot system
 2020-11-12  8:13 UTC  (2+ messages)

[PATCH v6 0/5] iommu aux-domain APIs extensions
 2020-11-12  2:31 UTC  (6+ messages)
` [PATCH v6 5/5] vfio/type1: Use mdev bus iommu_ops for IOMMU callbacks

[PATCH v7 00/24] iommu: Shared Virtual Addressing for SMMUv3
 2020-11-11 23:11 UTC  (7+ messages)
` [PATCH v7 04/24] iommu: Add a page fault handler

[PATCH RESEND 0/5] iommu/tegra-smmu: Some pending reviewed changes
 2020-11-11 22:21 UTC  (6+ messages)
` [PATCH RESEND 1/5] iommu/tegra-smmu: Unwrap tegra_smmu_group_get
` [PATCH RESEND 2/5] iommu/tegra-smmu: Expand mutex protection range
` [PATCH RESEND 3/5] iommu/tegra-smmu: Use fwspec in tegra_smmu_(de)attach_dev
` [PATCH RESEND 4/5] iommu/tegra-smmu: Rework tegra_smmu_probe_device()
` [PATCH RESEND 5/5] iommu/tegra-smmu: Add PCI support


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