iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-06 01:51:55 to 2021-01-12 19:00:22 UTC [more...]

[PATCH v2 1/4] dt-bindings: reserved-memory: Document "active" property
 2021-01-12 19:00 UTC  (6+ messages)

[RFC PATCH v3 0/6] Restricted DMA
 2021-01-12 18:01 UTC  (24+ messages)
` [RFC PATCH v3 1/6] swiotlb: Add io_tlb_mem struct
` [RFC PATCH v3 2/6] swiotlb: Add restricted DMA pool
` [RFC PATCH v3 3/6] swiotlb: Use restricted DMA pool if available
` [RFC PATCH v3 4/6] swiotlb: Add restricted DMA alloc/free support
` [RFC PATCH v3 5/6] dt-bindings: of: Add restricted DMA pool
` [RFC PATCH v3 6/6] of: Add plumbing for "

[PATCH] iommu: check for the deferred attach when attaching a device
 2021-01-12 17:29 UTC  (4+ messages)

[PATCH v2 0/5] Optimize iommu_map_sg() performance
 2021-01-12 16:33 UTC  (8+ messages)
` [PATCH v2 1/5] iommu/io-pgtable: Introduce map_sg() as a page table op
` [PATCH v2 2/5] iommu/io-pgtable-arm: Hook up map_sg()
` [PATCH v2 3/5] iommu/io-pgtable-arm-v7s: "
` [PATCH v2 4/5] iommu: Introduce map_sg() as an IOMMU op for IOMMU drivers
` [PATCH v2 5/5] iommu/arm-smmu: Hook up map_sg()

[PATCH] swiotlb: Validate bounce size in the sync/unmap path
 2021-01-12 15:07 UTC 

performance regression noted in v5.11-rc after c062db039f40
 2021-01-12 14:38 UTC  (2+ messages)

[PATCH AUTOSEL 5.10 47/51] iommu/vt-d: Fix lockdep splat in sva bind()/unbind()
 2021-01-12 12:55 UTC 

[PATCH 0/5] vfio/iommu_type1: Some fixes about dirty tracking
 2021-01-12 12:04 UTC  (8+ messages)
` [PATCH 1/5] vfio/iommu_type1: Fixes vfio_dma_populate_bitmap to avoid dirty lose
` [PATCH 2/5] vfio/iommu_type1: Populate dirty bitmap for new vfio_dma
` [PATCH 3/5] vfio/iommu_type1: Populate dirty bitmap when attach group
` [PATCH 4/5] vfio/iommu_type1: Carefully use unmap_unpin_all during dirty tracking
` [PATCH 5/5] vfio/iommu_type1: Move sanity_check_pfn_list to unmap_unpin_all

[PATCH v7 00/16] vfio: expose virtual Shared Virtual Addressing to VMs
 2021-01-12 11:05 UTC  (5+ messages)
` [PATCH v7 02/16] iommu/smmu: Report empty domain nesting info

[PATCH v9 00/10] iommu: I/O page faults for SMMUv3
 2021-01-12  9:16 UTC  (15+ messages)
` [PATCH v9 01/10] iommu: Remove obsolete comment
` [PATCH v9 02/10] iommu/arm-smmu-v3: Use device properties for pasid-num-bits
` [PATCH v9 03/10] iommu: Separate IOMMU_DEV_FEAT_IOPF from IOMMU_DEV_FEAT_SVA
` [PATCH v9 04/10] iommu/vt-d: Support IOMMU_DEV_FEAT_IOPF
` [PATCH v9 05/10] uacce: Enable IOMMU_DEV_FEAT_IOPF
` [PATCH v9 06/10] iommu: Add a page fault handler
` [PATCH v9 07/10] iommu/arm-smmu-v3: Maintain a SID->device structure
` [PATCH v9 08/10] dt-bindings: document stall property for IOMMU masters
` [PATCH v9 09/10] ACPI/IORT: Enable stall support for platform devices
` [PATCH v9 10/10] iommu/arm-smmu-v3: Add "

[PATCH 0/2] Introduce PCI_FIXUP_IOMMU
 2021-01-12  7:05 UTC  (2+ messages)

[PATCH] dma: mark unmapped DMA scatter/gather invalid
 2021-01-11 21:36 UTC  (6+ messages)

Consult on ARM SMMU debugfs
 2021-01-11 20:01 UTC  (2+ messages)

[PATCH] iommu/arm-smmu-v3: Handle duplicated Stream IDs from other masters
 2021-01-11 19:27 UTC  (3+ messages)

[PATCH 0/5] Optimize iommu_map_sg() performance
 2021-01-11 15:12 UTC  (9+ messages)
` [PATCH 1/5] iommu/io-pgtable: Introduce map_sg() as a page table op
` [PATCH 2/5] iommu/io-pgtable-arm: Hook up map_sg()
` [PATCH 3/5] iommu/io-pgtable-arm-v7s: "
` [PATCH 4/5] iommu: Introduce map_sg() as an IOMMU op for IOMMU drivers
` [PATCH 5/5] iommu/arm-smmu: Hook up map_sg()

[PATCH 0/3] iommu/drm/msm: Allow non-coherent masters to use system cache
 2021-01-11 14:15 UTC  (4+ messages)
` [PATCH 1/3] iommu/io-pgtable: Rename last-level cache quirk to IO_PGTABLE_QUIRK_PTW_LLC
` [PATCH 2/3] iommu/io-pgtable-arm: Add IOMMU_LLC page protection flag
` [PATCH 3/3] drm/msm: Use IOMMU_LLC page protection flag to map gpu buffers

[PATCH v6 00/33] MT8192 IOMMU support
 2021-01-11 11:19 UTC  (34+ messages)
` [PATCH v6 01/33] dt-bindings: iommu: mediatek: Convert IOMMU to DT schema
` [PATCH v6 02/33] dt-bindings: memory: mediatek: Add a common memory header file
` [PATCH v6 03/33] dt-bindings: memory: mediatek: Extend LARB_NR_MAX to 32
` [PATCH v6 04/33] dt-bindings: memory: mediatek: Rename header guard for SMI header file
` [PATCH v6 05/33] dt-bindings: mediatek: Add binding for mt8192 IOMMU
` [PATCH v6 06/33] of/device: Move dma_range_map before of_iommu_configure
` [PATCH v6 07/33] iommu: Avoid reallocate default domain for a group
` [PATCH v6 08/33] iommu/mediatek: Use the common mtk-memory-port.h
` [PATCH v6 09/33] iommu/io-pgtable-arm-v7s: Use ias to check the valid iova in unmap
` [PATCH v6 10/33] iommu/io-pgtable-arm-v7s: Extend PA34 for MediaTek
` [PATCH v6 11/33] iommu/io-pgtable-arm-v7s: Clarify LVL_SHIFT/BITS macro
` [PATCH v6 12/33] iommu/io-pgtable-arm-v7s: Add cfg as a param in some macros
` [PATCH v6 13/33] iommu/io-pgtable-arm-v7s: Quad lvl1 pgtable for MediaTek
` [PATCH v6 14/33] iommu/mediatek: Add a flag for iova 34bits case
` [PATCH v6 15/33] iommu/mediatek: Update oas for v7s
` [PATCH v6 16/33] iommu/mediatek: Move hw_init into attach_device
` [PATCH v6 17/33] iommu/mediatek: Add error handle for mtk_iommu_probe
` [PATCH v6 18/33] iommu/mediatek: Add device link for smi-common and m4u
` [PATCH v6 19/33] iommu/mediatek: Add pm runtime callback
` [PATCH v6 20/33] iommu/mediatek: Add power-domain operation
` [PATCH v6 21/33] iommu/mediatek: Support up to 34bit iova in tlb flush
` [PATCH v6 22/33] iommu/mediatek: Support report iova 34bit translation fault in ISR
` [PATCH v6 23/33] iommu/mediatek: Adjust the structure
` [PATCH v6 24/33] iommu/mediatek: Move domain_finalise into attach_device
` [PATCH v6 25/33] iommu/mediatek: Move geometry.aperture updating into domain_finalise
` [PATCH v6 26/33] iommu/mediatek: Add iova_region structure
` [PATCH v6 27/33] iommu/mediatek: Add get_domain_id from dev->dma_range_map
` [PATCH v6 28/33] iommu/mediatek: Support for multi domains
` [PATCH v6 29/33] iommu/mediatek: Add iova reserved function
` [PATCH v6 30/33] iommu/mediatek: Support master use iova over 32bit
` [PATCH v6 31/33] iommu/mediatek: Remove unnecessary check in attach_device
` [PATCH v6 32/33] iommu/mediatek: Add mt8192 support
` [PATCH v6 33/33] MAINTAINERS: Add entry for MediaTek IOMMU

[PATCH v3 5/6] media: uvcvideo: Use dma_alloc_noncontiguos API
 2021-01-11  8:36 UTC  (9+ messages)

[PATCH] iommu/io-pgtable-arm: Allow non-coherent masters to use system cache
 2021-01-11  4:56 UTC  (10+ messages)

[PATCH] iommu: arm-smmu-qcom: Add sdm630/msm8998 compatibles for qcom quirks
 2021-01-09 16:31 UTC 

[PATCH v2] iommu: arm-smmu-qcom: Add sdm630/msm8998 compatibles for qcom quirks
 2021-01-09 16:56 UTC 

[PATCH v2 0/6] IOMMU: Some more IOVA and core code tidy-up
 2021-01-09  9:09 UTC  (10+ messages)
` [PATCH v2 1/6] iova: Make has_iova_flush_queue() private
` [PATCH v2 2/6] iova: Delete copy_reserved_iova()
` [PATCH v2 3/6] iova: Stop exporting some more functions
` [PATCH v2 4/6] iommu: Stop exporting iommu_map_sg_atomic()
` [PATCH v2 5/6] iommu: Delete iommu_domain_window_disable()
` [PATCH v2 6/6] iommu: Delete iommu_dev_has_feature()

[GIT PULL] IOMMU fixes for -rc3
 2021-01-08 23:49 UTC  (2+ messages)

[PATCH v13 00/15] SMMUv3 Nested Stage Setup (IOMMU part)
 2021-01-08 17:05 UTC  (2+ messages)

[PATCH v2] dma-mapping: add unlikely hint for error path in dma_mapping_error
 2021-01-08 16:45 UTC  (3+ messages)

[PATCH v11 00/13] SMMUv3 Nested Stage Setup (VFIO part)
 2021-01-08 15:19 UTC  (3+ messages)
` [PATCH v11 12/13] vfio/pci: Register a DMA fault response region

[PATCH 1/5] iommu/vt-d: Fix misuse of ALIGN in qi_flush_piotlb()
 2021-01-08 14:30 UTC  (13+ messages)
` [PATCH 2/5] iommu/vt-d: Fix unaligned addresses for intel_flush_svm_range_dev()
` [PATCH 3/5] iommu/vt-d: Remove unused dma map/unmap trace events

[RFC PATCH V2 0/2] Add Unisoc iommu basic driver
 2021-01-08 11:38 UTC  (3+ messages)
` [RFC PATCH V2 1/2] dt-bindings: iommu: add bindings for sprd iommu
` [RFC PATCH V2 2/2] iommu: add Unisoc iommu basic driver

[RFC PATCH 1/2] dt-bindings: iommu: add bindings for sprd iommu
 2021-01-08 11:33 UTC  (3+ messages)

[PATCH v3 0/7] MediaTek IOMMU improve tlb flush performance in map/unmap
 2021-01-08  9:56 UTC  (6+ messages)
` [PATCH v3 6/7] iommu/mediatek: Gather iova in iommu_unmap to achieve tlb sync once

[PATCH v5 00/27] MT8192 IOMMU support
 2021-01-08  9:54 UTC  (4+ messages)
` [PATCH v5 18/27] iommu/mediatek: Add power-domain operation

[PATCH] dma-mapping: benchmark: fix kernel crash when dma_map_single fails
 2021-01-08  1:01 UTC 

[PATCH 2/2] dt-bindings: arm-smmu: Add binding for Qcom SDX55 SMMU
 2021-01-07 14:31 UTC 

[PATCH v4 0/3] iommu/vt-d: Misc fixes on scalable mode
 2021-01-07 14:39 UTC  (7+ messages)
` [PATCH v4 1/3] iommu/vt-d: Move intel_iommu info from struct intel_svm to struct intel_svm_dev
` [PATCH v4 2/3] iommu/vt-d: Track device aux-attach with subdevice_domain_info
` [PATCH v4 3/3] iommu/vt-d: Fix ineffective devTLB invalidation for subdevices

[PATCH] iommu/arm-smmu-qcom: Initialize SCTLR of the bypass context
 2021-01-07 14:22 UTC  (2+ messages)

[PATCH v4 0/7] MediaTek IOMMU improve tlb flush performance in map/unmap
 2021-01-07 12:29 UTC  (8+ messages)
` [PATCH v4 1/7] iommu: Move iotlb_sync_map out from __iommu_map
` [PATCH v4 2/7] iommu: Add iova and size as parameters in iotlb_sync_map
` [PATCH v4 3/7] iommu/mediatek: Add iotlb_sync_map to sync whole the iova range
` [PATCH v4 4/7] iommu: Switch gather->end to the inclusive end
` [PATCH v4 5/7] iommu/io-pgtable: Allow io_pgtable_tlb ops optional
` [PATCH v4 6/7] iommu/mediatek: Gather iova in iommu_unmap to achieve tlb sync once
` [PATCH v4 7/7] iommu/mediatek: Remove the tlb-ops for v7s

[PATCH v3 0/3] iommu/vt-d: Misc fixes on scalable mode
 2021-01-07  5:22 UTC  (6+ messages)
` [PATCH v3 3/3] iommu/vt-d: Fix ineffective devTLB invalidation for subdevices

[PATCH 0/6] vfio/iommu_type1: Some optimizations about dirty tracking
 2021-01-07  4:44 UTC  (7+ messages)
` [PATCH 1/6] vfio/iommu_type1: Make an explicit "promote" semantic
` [PATCH 2/6] vfio/iommu_type1: Ignore external domain when promote pinned_scope
` [PATCH 3/6] vfio/iommu_type1: Initially set the pinned_page_dirty_scope
` [PATCH 4/6] vfio/iommu_type1: Drop parameter "pgsize" of vfio_dma_bitmap_alloc_all
` [PATCH 5/6] vfio/iommu_type1: Drop parameter "pgsize" of vfio_iova_dirty_bitmap
` [PATCH 6/6] vfio/iommu_type1: Drop parameter "pgsize" of update_user_bitmap

[PATCH] x86/iommu: Fix two minimal issues in check_iommu_entries()
 2021-01-07  2:51 UTC  (3+ messages)

[PATCH v4 04/17] iommu/hyperv: don't setup IRQ remapping when running as root
 2021-01-06 20:33 UTC 

[PATCH v10 00/13] iommu: Shared Virtual Addressing for SMMUv3 (PT sharing part)
 2021-01-06 17:23 UTC  (5+ messages)
` [PATCH v10 11/13] iommu/arm-smmu-v3: Add SVA device feature

[PATCH RESEND 0/7] iommu: Permit modular builds of io-pgtable drivers
 2021-01-06 12:34 UTC  (2+ messages)

[PATCH v4 0/3] Audit Capability and Extended Capability among IOMMUs
 2021-01-06  1:30 UTC  (4+ messages)
` [PATCH v4 1/3] iommu/vt-d: Audit IOMMU Capabilities and add helper functions
` [PATCH v4 2/3] iommu/vt-d: Move capability check code to cap_audit files
` [PATCH v4 3/3] iommu/vt-d: Disable SVM in the platform when IOMMUs have inconsistencies


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