IOMMU Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-18 12:38:49 to 2023-08-23 16:48:06 UTC [more...]

[PATCH v7 00/24] iommu: Make default_domain's mandatory
 2023-08-23 16:47 UTC  (25+ messages)
` [PATCH v7 01/24] iommu: Add iommu_ops->identity_domain
` [PATCH v7 02/24] iommu: Add IOMMU_DOMAIN_PLATFORM
` [PATCH v7 03/24] powerpc/iommu: Setup a default domain and remove set_platform_dma_ops
` [PATCH v7 04/24] iommu: Add IOMMU_DOMAIN_PLATFORM for S390
` [PATCH v7 05/24] iommu/fsl_pamu: Implement a PLATFORM domain
` [PATCH v7 06/24] iommu/tegra-gart: Remove tegra-gart
` [PATCH v7 07/24] iommu/mtk_iommu_v1: Implement an IDENTITY domain
` [PATCH v7 08/24] iommu: Reorganize iommu_get_default_domain_type() to respect def_domain_type()
` [PATCH v7 09/24] iommu: Allow an IDENTITY domain as the default_domain in ARM32
` [PATCH v7 10/24] iommu/exynos: Implement an IDENTITY domain
` [PATCH v7 11/24] iommu/tegra-smmu: "
` [PATCH v7 12/24] iommu/tegra-smmu: Support DMA domains in tegra
` [PATCH v7 13/24] iommu/omap: Implement an IDENTITY domain
` [PATCH v7 14/24] iommu/msm: "
` [PATCH v7 15/24] iommu: Remove ops->set_platform_dma_ops()
` [PATCH v7 16/24] iommu/qcom_iommu: Add an IOMMU_IDENTITIY_DOMAIN
` [PATCH v7 17/24] iommu/ipmmu: "
` [PATCH v7 18/24] iommu/mtk_iommu: "
` [PATCH v7 19/24] iommu/sun50i: "
` [PATCH v7 20/24] iommu: Require a default_domain for all iommu drivers
` [PATCH v7 21/24] iommu: Add __iommu_group_domain_alloc()
` [PATCH v7 22/24] iommu: Add ops->domain_alloc_paging()
` [PATCH v7 23/24] iommu: Convert simple drivers with DOMAIN_DMA to domain_alloc_paging()
` [PATCH v7 24/24] iommu: Convert remaining simple drivers "

[PATCH v2 00/10] iommu/amd: SVA Support (part 3) - refactor support for GCR3 table
 2023-08-23 16:42 UTC  (3+ messages)
` [PATCH v2 01/10] iommu/amd: Use struct protection_domain in helper functions

[PATCH RESEND 00/10] iommu/amd: SVA Support (Part 4) - SVA and IOPF
 2023-08-23 15:36 UTC  (15+ messages)
` [PATCH RESEND 01/10] iommu/amd: Rename amd_iommu_v2_supported() as amd_iommu_sva_supported()
` [PATCH RESEND 02/10] iommu/amd: Add support for enabling/disabling IOMMU features
` [PATCH RESEND 03/10] iommu/amd: Initial SVA support for AMD IOMMU
` [PATCH RESEND 04/10] iommu/amd: Add support to enable/disable SVA feature
` [PATCH RESEND 05/10] iommu/amd: Move PPR-related functions into ppr.c
` [PATCH RESEND 06/10] iommu/amd: Define per-IOMMU iopf_queue
` [PATCH RESEND 07/10] iommu/amd: Add support for page response
` [PATCH RESEND 08/10] iommu/amd: Add support for add/remove device for IOPF
` [PATCH RESEND 09/10] iommu/amd: Add IO page fault notifier handler
` [PATCH RESEND 10/10] iommu/amd: Introduce logic to enable/disable IOPF

[PATCH v11 0/6] iommu/dma: s390 DMA API conversion and optimized IOTLB flushing
 2023-08-23 14:21 UTC  (10+ messages)
` [PATCH v11 4/6] iommu/s390: Force ISM devices to use IOMMU_DOMAIN_DMA
` [PATCH v11 5/6] iommu/dma: Allow a single FQ in addition to per-CPU FQs
` [PATCH v11 6/6] iommu/dma: Use a large flush queue and timeout for shadow_on_flush

[PATCH 00/10] iommu/amd: SVA Support (Part 4) - SVA and IOPF
 2023-08-23 12:07 UTC  (11+ messages)
` [PATCH 01/10] dma: Add SDXI device support
` [PATCH 01/10] iommu/amd: Rename amd_iommu_v2_supported() as amd_iommu_sva_supported()
` [PATCH 02/10] dma/sdxi: Switch SDXI virtual address support from iommu_v2 to SVA
` [PATCH 02/10] iommu/amd: Add support for enabling/disabling IOMMU features
` [PATCH 03/10] dma/sdxi: Disable event log register read temporarily
` [PATCH 03/10] iommu/amd: Initial SVA support for AMD IOMMU
` [PATCH 04/10] iommu/amd: Add support to enable/disable SVA feature
` [PATCH 04/10] sdxi: Fix for vma->vm_flags
` [PATCH 05/10] iommu/amd: Move PPR-related functions into ppr.c

[PATCH v5 00/14] iommu/amd: SVA Support (Part 1) - cleanup/refactoring
 2023-08-23 10:48 UTC  (19+ messages)
` [PATCH v5 01/14] iommu/amd: Remove unused amd_io_pgtable.pt_root variable
` [PATCH v5 02/14] iommu/amd: Consolidate timeout pre-define to amd_iommu_type.h
` [PATCH v5 03/14] iommu/amd: Consolidate logic to allocate protection domain
` [PATCH v5 04/14] iommu/amd: Refactor protection domain allocation code
` [PATCH v5 05/14] iommu/amd: Introduce helper functions for managing GCR3 table
` [PATCH v5 06/14] iommu/amd: Do not set amd_iommu_pgtable in pass-through mode
` [PATCH v5 07/14] iommu/amd: Miscellaneous clean up when free domain
` [PATCH v5 08/14] iommu/amd: Consolidate feature detection and reporting logic
` [PATCH v5 09/14] iommu/amd: Modify logic for checking GT and PPR features
` [PATCH v5 10/14] iommu/amd: Rename ats related variables
` [PATCH v5 11/14] iommu/amd: Introduce iommu_dev_data.ppr
` [PATCH v5 12/14] iommu/amd: Introduce iommu_dev_data.flags to track device capabilities
` [PATCH v5 13/14] iommu/amd: Enable device ATS/PASID/PRI capabilities independently
` [PATCH v5 14/14] iommu/amd: Initialize iommu_device->max_pasids

[PATCH] iommu/vt-d: Introduce a rb_tree for looking up device
 2023-08-23 10:19 UTC  (5+ messages)

[RFC PATCH v2 0/9] Install domain onto multiple smmus
 2023-08-23  7:26 UTC  (15+ messages)
` [RFC PATCH v2 1/9] iommu/arm-smmu-v3: group attached devices by smmu
` [RFC PATCH v2 2/9] iommu/arm-smmu-v3-sva: Move SVA optimization into arm_smmu_tlb_inv_range_asid
` [RFC PATCH v2 3/9] iommu/arm-smmu-v3: Issue invalidations commands to multiple SMMUs
` [RFC PATCH v2 4/9] iommu/arm-smmu-v3-sva: Allocate new ASID from installed_smmus
` [RFC PATCH v2 5/9] iommu/arm-smmu-v3: Alloc vmid from global pool
` [RFC PATCH v2 6/9] iommu/arm-smmu-v3: check smmu compatibility on attach
` [RFC PATCH v2 7/9] iommu/arm-smmu-v3: Add arm_smmu_device as a parameter to domain_finalise
` [RFC PATCH v2 8/9] iommu/arm-smmu-v3: check for domain initialization using pgtbl_ops
` [RFC PATCH v2 9/9] iommu/arm-smmu-v3: allow multi-SMMU domain installs

[PATCH v3 00/11] iommu: Prepare to deliver page faults to user space
 2023-08-23  1:24 UTC  (13+ messages)
` [PATCH v3 04/11] iommu: Cleanup iopf data structure definitions
` [PATCH v3 05/11] iommu: Merge iopf_device_param into iommu_fault_param
` [PATCH v3 07/11] iommu: Prepare for separating SVA and IOPF
` [PATCH v3 09/11] iommu: Make iommu_queue_iopf() more generic

[PATCH 0/3] iommu/arm-smmu-v3: Reduce latency in __arm_smmu_tlb_inv_range()
 2023-08-22 23:04 UTC  (11+ messages)
` [PATCH 1/3] iommu/io-pgtable-arm: Add nents_per_pgtable in struct io_pgtable_cfg
` [PATCH 2/3] iommu/arm-smmu-v3: Add an arm_smmu_tlb_inv_domain helper
` [PATCH 3/3] iommu/arm-smmu-v3: Add a max_tlbi_ops for __arm_smmu_tlb_inv_range()

[PATCH 0/7] Introduce generic_single_device_group()
 2023-08-22 16:16 UTC  (8+ messages)
` [PATCH 1/7] iommu: Remove useless group refcounting
` [PATCH 2/7] iommu: Add generic_single_device_group()
` [PATCH 3/7] iommu/sun50i: Convert to generic_single_device_group()
` [PATCH 4/7] iommu/sprd: "
` [PATCH 5/7] iommu/rockchip: "
` [PATCH 6/7] iommu/ipmmu-vmsa: "
` [PATCH 7/7] iommu/omap: "

[RFC PATCH v1 0/8] Install domain onto multiple smmus
 2023-08-22 14:15 UTC  (23+ messages)
` [RFC PATCH v1 2/8] iommu/arm-smmu-v3: Perform invalidations over installed_smmus
` [RFC PATCH v1 3/8] iommu/arm-smmu-v3-sva: Allocate new ASID from installed_smmus

[PATCH v2 0/3] iommu: Make pasid array per device
 2023-08-22 13:51 UTC  (11+ messages)
` [PATCH v2 1/3] iommu: Make single-device group for PASID explicit
` [PATCH v2 2/3] iommu: Consolidate pasid dma ownership check

[PATCH v2 0/2] iommu/iova: Make the rcache depot properly flexible
 2023-08-21 18:22 UTC  (3+ messages)
` [PATCH v2 1/2] iommu/iova: Make the rcache depot scale better
` [PATCH v2 2/2] iommu/iova: Manage the depot list size

[PATCH] iommu/mediatek: Fix share pgtable for iova over 4GB
 2023-08-21 14:42 UTC  (2+ messages)

[PATCH] iommu: Remove the device_lock_assert() from __iommu_probe_device()
 2023-08-21 14:40 UTC  (8+ messages)

[PATCH v2 0/5] iommu/amd: SVA Support (part 2) - deprecate iommu_v2 module
 2023-08-21 13:36 UTC  (7+ messages)
` [PATCH v2 1/5] iommu/amd: Remove "
` [PATCH v2 2/5] iommu/amd: Remove PPR support
` [PATCH v2 3/5] iommu/amd: Remove amd_iommu_device_info()
` [PATCH v2 4/5] iommu/amd: Remove unused EXPORT_SYMBOLS
` [PATCH v2 5/5] Revert "iommu: Fix false ownership failure on AMD systems with PASID activated"

[PATCH 0/2] iommu/iova: Make the rcache depot properly flexible
 2023-08-21 12:28 UTC  (12+ messages)
` [PATCH 1/2] iommu/iova: Make the rcache depot scale better

[PATCH v2 0/4] Fix device_lock deadlock on two probe() paths
 2023-08-21 11:35 UTC  (13+ messages)

[PATCH v6 00/10] Refactor the SMMU's CD table ownership
 2023-08-21 10:42 UTC  (4+ messages)
` [PATCH v6 09/10] iommu/arm-smmu-v3: Skip cd sync if CD table isn't active

[PATCH v4 09/12] iommu/vt-d: Add iotlb flush for nested domain
 2023-08-21  1:24 UTC  (15+ messages)

[PATCH v12 2/7] iommu/mediatek: Fix two IOMMU share pagetable issue
 2023-08-19  8:45 UTC  (3+ messages)

[PATCH v2] iommu/arm-smmu-v3: Add a user-configurable tlb_invalidate_threshold
 2023-08-18 17:18 UTC  (4+ messages)

[PATCH -next] iommufd/selftest: fix unregister device
 2023-08-18 16:51 UTC  (2+ messages)

[PATCH 1/1] Revert "iommu/arm-smmu-v3: Set TTL invalidation hint better"
 2023-08-18 16:21 UTC  (14+ messages)
    ` [PATCH v2 1/1] iommu/arm-smmu-v3: Fix error case of range command

[RFC PATCH] iommu: arm-smmu-nvidia: Add default domain type implementation op
 2023-08-18 16:06 UTC  (8+ messages)

[PATCH v9 0/5] iommufd: Add iommu hardware info reporting
 2023-08-18 15:55 UTC  (2+ messages)

Software bounce buffers Vs allocating DMA buffers in page granularity
 2023-08-18 15:08 UTC  (2+ messages)

[PATCH] dma-mapping, powerpc: Move arch_dma_set_mask() prototype into dma-map-ops.h
 2023-08-18 12:38 UTC  (2+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).