iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-13 12:31:19 to 2021-10-29 13:55:29 UTC [more...]

[RFC 00/20] Introduce /dev/iommu for userspace I/O address space management
 2021-10-29 13:55 UTC  (79+ messages)
` [RFC 01/20] iommu/iommufd: Add /dev/iommu core
` [RFC 02/20] vfio: Add device class for /dev/vfio/devices
` [RFC 07/20] iommu/iommufd: Add iommufd_[un]bind_device()
` [RFC 10/20] iommu/iommufd: Add IOMMU_DEVICE_GET_INFO
` [RFC 11/20] iommu/iommufd: Add IOMMU_IOASID_ALLOC/FREE
` [RFC 13/20] iommu: Extend iommu_at[de]tach_device() for multiple devices group
` [RFC 20/20] Doc: Add documentation for /dev/iommu

[PATCH] dt-bindings: arm-smmu: Add compatible for the SDX55 SoC
 2021-10-29 13:44 UTC  (3+ messages)

[RFC 02/20] vfio: Add device class for /dev/vfio/devices
 2021-10-29  9:47 UTC  (3+ messages)

[PATCH] memory: mtk-smi: Fix a null dereference for the ostd
 2021-10-28  6:13 UTC  (2+ messages)

[RFC] /dev/ioasid uAPI proposal
 2021-10-28  1:50 UTC  (15+ messages)

[PATCH] iommu/dma: fix incorrect error return on iommu deferred attach
 2021-10-27 17:47 UTC 

I got an IOMMU IO page fault. What to do now?
 2021-10-27 17:28 UTC  (9+ messages)

[RFC v16 0/9] SMMUv3 Nested Stage Setup (IOMMU part)
 2021-10-27 10:44 UTC  (10+ messages)
` [RFC v16 1/9] iommu: Introduce attach/detach_pasid_table API
` [RFC v16 2/9] iommu: Introduce iommu_get_nesting
` [RFC v16 3/9] iommu/smmuv3: Allow s1 and s2 configs to coexist
` [RFC v16 4/9] iommu/smmuv3: Get prepared for nested stage support
` [RFC v16 5/9] iommu/smmuv3: Implement attach/detach_pasid_table
` [RFC v16 6/9] iommu/smmuv3: Allow stage 1 invalidation with unmanaged ASIDs
` [RFC v16 7/9] iommu/smmuv3: Implement cache_invalidate
` [RFC v16 8/9] iommu/smmuv3: report additional recoverable faults
` [RFC v16 9/9] iommu/smmuv3: Disallow nested mode in presence of HW MSI regions

[PATCH 0/5] iommu: Some IOVA code reorganisation
 2021-10-27  9:25 UTC  (5+ messages)
` [PATCH 1/5] iova: Move fast alloc size roundup into alloc_iova_fast()

[PATCH] iommu/dart: Initialize DART_STREAMS_ENABLE
 2021-10-27  8:08 UTC  (3+ messages)

[GIT PULL] iommu/arm-smmu: Updates for 5.16
 2021-10-27  8:07 UTC  (2+ messages)

[PATCH][next] iommu/dma: Use kvcalloc() instead of kvzalloc()
 2021-10-27  8:05 UTC  (4+ messages)

[PATCH] dma-mapping: Use 'bitmap_zalloc()' when applicable
 2021-10-27  6:20 UTC  (4+ messages)

[PATCH v3 00/33] MT8195 IOMMU SUPPORT
 2021-10-25  4:03 UTC  (4+ messages)
` [PATCH v3 13/33] iommu/mediatek: Remove the power status checking in tlb flush all

[PATCH v8 00/12] Clean up "mediatek,larb"
 2021-10-25  3:57 UTC  (6+ messages)
` [PATCH v8 04/12] iommu/mediatek: Add device_link between the consumer and the larb devices

[PATCH] iommu/vt-d: Drop duplicate check in dma_pte_free_pagetable()
 2021-10-25  3:23 UTC 

[PATCH] iommu/vt-d: Use bitmap_zalloc() when applicable
 2021-10-23 19:49 UTC 

[PATCH v3 0/6] Support IOMMU page sizes larger than the CPU page size
 2021-10-23  8:40 UTC  (16+ messages)
` [PATCH v3 1/6] iommu/dma: Disable get_sgtable for granule > PAGE_SIZE
` [PATCH v3 2/6] iommu/dma: Support granule > PAGE_SIZE in dma_map_sg
` [PATCH v3 3/6] iommu/dma: Support granule > PAGE_SIZE allocations
` [PATCH v3 4/6] iommu: Move IOMMU pagesize check to attach_device
` [PATCH v3 5/6] iommu: Introduce __IOMMU_DOMAIN_LP
` [PATCH v3 6/6] iommu/dart: Remove force_bypass logic

[PATCH v2] iommu: intel: do deep dma-unmapping, to avoid kernel-flooding
 2021-10-23  7:00 UTC  (3+ messages)

[PATCH 0/5] iommu/virtio: Add identity domains
 2021-10-22 12:26 UTC  (15+ messages)
` [PATCH 2/5] iommu/virtio: Support bypass domains

dma-direct fixes and cleanups v2
 2021-10-21  9:06 UTC  (11+ messages)
` [PATCH 01/10] dma-direct: factor out dma_set_{de,en}crypted helpers
` [PATCH 02/10] dma-direct: unmapped remapped pages when dma_set_decrypted
` [PATCH 03/10] dma-direct: leak memory that can't be re-encrypted
` [PATCH 04/10] dma-direct: clean up the remapping checks in dma_direct_alloc
` [PATCH 05/10] dma-direct: factor out a helper for DMA_ATTR_NO_KERNEL_MAPPING allocations
` [PATCH 06/10] dma-direct: refactor the !coherent checks in dma_direct_alloc
` [PATCH 07/10] dma-direct: warn if there is no pool for force unencrypted allocations
` [PATCH 08/10] dma-direct: drop two CONFIG_DMA_RESTRICTED_POOL conditionals
` [PATCH 09/10] dma-direct: factor the swiotlb code out of __dma_direct_alloc_pages
` [PATCH 10/10] dma-direct: add a dma_direct_use_pool helper

dma-direct cleanups
 2021-10-21  7:22 UTC  (10+ messages)
` [PATCH 1/4] dma-direct: factor out dma_set_{de,en}crypted helpers
` [PATCH 2/4] dma-direct: leak memory that can't be re-encrypted
` [PATCH 3/4] dma-direct: clean up the remapping checks in dma_direct_alloc
` [PATCH 4/4] dma-direct: factor out a helper for DMA_ATTR_NO_KERNEL_MAPPING allocations

[GIT PULL] dma-mapping fixes for Linux 5.15
 2021-10-20 20:45 UTC  (2+ messages)

[PATCH v2 0/2] iommu/arm-smmu-v3: Perform some simple optimizations for arm_smmu_cmdq_build_cmd()
 2021-10-20  7:29 UTC  (4+ messages)
` [PATCH v2 2/2] iommu/arm-smmu-v3: Simplify useless instructions in arm_smmu_cmdq_build_cmd()

[PATCH 0/9] [PULL REQUEST] Intel IOMMU Updates for Linux v5.16
 2021-10-18 18:33 UTC  (11+ messages)
` [PATCH 1/9] iommu/vt-d: Do not falsely log intel_iommu is unsupported kernel option
` [PATCH 2/9] iommu/vt-d: Dump DMAR translation structure when DMA fault occurs
` [PATCH 3/9] iommu/vt-d: Remove duplicate identity domain flag
` [PATCH 4/9] iommu/vt-d: Check FL and SL capability sanity in scalable mode
` [PATCH 5/9] iommu/vt-d: Use second level for GPA->HPA translation
` [PATCH 6/9] iommu/vt-d: Delete dev_has_feat callback
` [PATCH 7/9] iommu/vt-d: Clean up unused PASID updating functions
` [PATCH 8/9] iommu/vt-d: Convert the return type of first_pte_in_page to bool
` [PATCH 9/9] iommu/vt-d: Avoid duplicate removing in __domain_mapping()

[PATCH v2 0/5] drm/panfrost: Add extra GPU-usage flags
 2021-10-18 12:03 UTC  (4+ messages)
` [PATCH v2 1/5] [RFC]iommu: Add a IOMMU_DEVONLY protection flag

[PATCH] iommu/tegra-smmu: Use devm_bitmap_zalloc when applicable
 2021-10-18 11:39 UTC  (2+ messages)

[PATCH] iommu/dart: use kmemdup instead of kzalloc and memcpy
 2021-10-18 11:36 UTC  (4+ messages)

[PATCH] dma-debug: teach add_dma_entry() about DMA_ATTR_SKIP_CPU_SYNC
 2021-10-18 10:47 UTC  (2+ messages)

[PATCH RFC] virtio: wrap config->reset calls
 2021-10-18  9:24 UTC  (13+ messages)

[RFC 06/20] iommu: Add iommu_device_init[exit]_user_dma interfaces
 2021-10-18  1:52 UTC  (14+ messages)

Host-PCI-Device mapping
 2021-10-16  5:58 UTC  (2+ messages)

[PATCH v4 00/13] MT8195 SMI support
 2021-10-15 13:47 UTC  (5+ messages)
` [PATCH v4 03/13] memory: mtk-smi: Use clk_bulk clock ops

[RFC] iommu: Use put_pages_list
 2021-10-14 16:32 UTC  (6+ messages)

[PATCH] iommu/arm: fix ARM_SMMU_QCOM compilation
 2021-10-14  7:35 UTC  (6+ messages)

[PATCH] iommu/iova: Add support for IOVA max alignment tuning
 2021-10-14  3:18 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).