iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-09 01:50:50 to 2021-01-15 19:21:39 UTC [more...]

[PATCH v4 0/3] iommu/iova: Solve longterm IOVA issue
 2021-01-15 19:21 UTC  (8+ messages)
` [PATCH v4 1/3] iommu/iova: Add free_all_cpu_cached_iovas()
` [PATCH v4 2/3] iommu/iova: Avoid double-negatives in magazine helpers
` [PATCH v4 3/3] iommu/iova: Flush CPU rcache for when a depot fills

[PATCH v2 0/2] vfio/iommu_type1: some fixes
 2021-01-15 19:14 UTC  (5+ messages)
` [PATCH v2 1/2] vfio/iommu_type1: Populate full dirty when detach non-pinned group
` [PATCH v2 2/2] vfio/iommu_type1: Sanity check pfn_list when remove vfio_dma

[GIT PULL] IOMMU fixes for -rc4
 2021-01-15 18:58 UTC  (2+ messages)

Consult on ARM SMMU debugfs
 2021-01-15 17:17 UTC  (5+ messages)

[PATCH] iommu: check for the deferred attach when attaching a device
 2021-01-15 15:15 UTC  (6+ messages)

[EXTERNAL] Re: amdgpu error whenever IOMMU is enabled
 2021-01-15 13:15 UTC  (12+ messages)

[PATCH v3 5/6] media: uvcvideo: Use dma_alloc_noncontiguos API
 2021-01-15 13:08 UTC  (10+ messages)

[PATCH RFC v1 00/15] iommu/virtio: Nested stage support with Arm
 2021-01-15 12:13 UTC  (16+ messages)
` [PATCH RFC v1 01/15] iommu/arm-smmu-v3: Create a Context Descriptor library
` [PATCH RFC v1 02/15] iommu: Add a simple PASID table library
` [PATCH RFC v1 03/15] iommu/arm-smmu-v3: Update drivers to work with iommu-pasid-table
` [PATCH RFC v1 04/15] iommu/arm-smmu-v3: Update CD base address info for user-space
` [PATCH RFC v1 05/15] iommu/arm-smmu-v3: Set sync op from consumer driver of cd-lib
` [PATCH RFC v1 06/15] iommu/virtio: Add headers for table format probing
` [PATCH RFC v1 07/15] iommu/virtio: Add "
` [PATCH RFC v1 08/15] iommu: Add asid_bits to arm smmu-v3 stage1 table info
` [PATCH RFC v1 09/15] iommu/virtio: Update table format probing header
` [PATCH RFC v1 10/15] iommu/virtio: Prepare to add attach pasid table infrastructure
` [PATCH RFC v1 11/15] iommu/virtio: Add headers for binding pasid table in iommu
` [PATCH RFC v1 12/15] iommu/virtio: Add support for INVALIDATE request
` [PATCH RFC v1 13/15] iommu/virtio: Attach Arm PASID tables when available
` [PATCH RFC v1 14/15] iommu/virtio: Add support for Arm LPAE page table format
` [PATCH RFC v1 15/15] iommu/virtio: Update fault type and reason info for viommu fault

[RESEND PATCH v3 0/4] iommu/iova: Solve longterm IOVA issue
 2021-01-15 11:32 UTC  (2+ messages)

[RESEND PATCH v2 0/2] vfio/iommu_type1: some fixes
 2021-01-15 10:13 UTC  (3+ messages)
` [RESEND PATCH v2 1/2] vfio/iommu_type1: Populate full dirty when detach non-pinned group
` [RESEND PATCH v2 2/2] vfio/iommu_type1: Sanity check pfn_list when remove vfio_dma

[PATCH 0/5] vfio/iommu_type1: Some fixes about dirty tracking
 2021-01-15  9:41 UTC  (13+ messages)
` [PATCH 1/5] vfio/iommu_type1: Fixes vfio_dma_populate_bitmap to avoid dirty lose
` [PATCH 4/5] vfio/iommu_type1: Carefully use unmap_unpin_all during dirty tracking

[PATCH 1/2] dt-bindings: arm-smmu: Add sm8350 compatible string
 2021-01-15  9:03 UTC  (2+ messages)
` [PATCH 2/2] iommu: arm-smmu-impl: Add SM8350 qcom iommu implementation

[RFC PATCH v3 0/2] Add platform check for subdevice irq domain
 2021-01-15  6:31 UTC  (8+ messages)
` [RFC PATCH v3 1/2] iommu: Add capability IOMMU_CAP_VIOMMU
` [RFC PATCH v3 2/2] platform-msi: Add platform check for subdevice irq domain

[PATCH v6 00/33] MT8192 IOMMU support
 2021-01-15  5:30 UTC  (36+ 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

[RFC PATCH v3 0/6] Restricted DMA
 2021-01-15  3:46 UTC  (50+ 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 1/1] iommu/vt-d: Preset Access/Dirty bits for IOVA over FL
 2021-01-15  0:42 UTC 

Intel gvt-g with nvidia prime render offload causes several issues (regression)
 2021-01-14 14:42 UTC 

[PATCH v13 07/15] iommu/smmuv3: Allow stage 1 invalidation with unmanaged ASIDs
 2021-01-14 18:00 UTC  (11+ messages)

[PATCH v9 00/10] iommu: I/O page faults for SMMUv3
 2021-01-14 16:41 UTC  (10+ messages)
` [PATCH v9 03/10] iommu: Separate IOMMU_DEV_FEAT_IOPF from IOMMU_DEV_FEAT_SVA
` [PATCH v9 05/10] uacce: Enable IOMMU_DEV_FEAT_IOPF

[PATCH] iommu/arm-smmu-v3: Handle duplicated Stream IDs from other masters
 2021-01-14 16:30 UTC  (5+ messages)

[PATCH 1/1] iommu/vt-d: Add qi_submit trace event
 2021-01-14  9:04 UTC 

[PATCH 1/1] iommu/vt-d: Consolidate duplicate cache invaliation code
 2021-01-14  8:50 UTC 

performance regression noted in v5.11-rc after c062db039f40
 2021-01-13 18:30 UTC  (5+ messages)

[PATCH v13 00/15] SMMUv3 Nested Stage Setup (IOMMU part)
 2021-01-13 15:37 UTC  (3+ messages)

[RFC PATCH 1/2] dt-bindings: iommu: add bindings for sprd iommu
 2021-01-13 13:47 UTC  (4+ messages)

[PATCH] swiotlb: Validate bounce size in the sync/unmap path
 2021-01-13 11:30 UTC  (2+ messages)

[PATCH v5 00/27] MT8192 IOMMU support
 2021-01-13  6:45 UTC  (10+ messages)
` [PATCH v5 04/27] dt-bindings: memory: mediatek: Add domain definition
` [PATCH v5 06/27] dt-bindings: mediatek: Add binding for mt8192 IOMMU

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

[PATCH 2/2] dt-bindings: arm-smmu: Add binding for Qcom SDX55 SMMU
 2021-01-13  3:22 UTC  (2+ messages)

[PATCH v2 0/5] Optimize iommu_map_sg() performance
 2021-01-13  2:54 UTC  (9+ 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()

[RFC PATCH V2 0/2] Add Unisoc iommu basic driver
 2021-01-12 19:10 UTC  (3+ messages)
` [RFC PATCH V2 2/2] iommu: add "

[PATCH] iommu/vt-d: Fix duplicate included linux/dma-map-ops.h
 2021-01-12 19:03 UTC  (2+ messages)

[PATCH v2] iommu: arm-smmu-qcom: Add sdm630/msm8998 compatibles for qcom quirks
 2021-01-12 19:03 UTC  (2+ messages)

[PATCH v2 1/4] dt-bindings: reserved-memory: Document "active" property
 2021-01-12 19:00 UTC  (6+ 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/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)

[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] iommu/io-pgtable-arm: Allow non-coherent masters to use system cache
 2021-01-11  4:56 UTC  (8+ messages)

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

[PATCH v2 0/6] IOMMU: Some more IOVA and core code tidy-up
 2021-01-09  9:09 UTC  (4+ messages)
` [PATCH v2 6/6] iommu: Delete iommu_dev_has_feature()


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