Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2023-08-01 18:39:07 to 2023-08-04 03:28:25 UTC [more...]

[PATCH v2 00/12] iommu: Prepare to deliver page faults to user space
 2023-08-04  3:28 UTC  (23+ messages)
` [PATCH v2 01/12] iommu: Move iommu fault data to linux/iommu.h
` [PATCH v2 03/12] iommu: Remove unrecoverable fault data
` [PATCH v2 04/12] iommu: Replace device fault handler with iommu_queue_iopf()
` [PATCH v2 05/12] iommu: Change the return value of dev_iommu_get()
` [PATCH v2 06/12] iommu: Make dev->fault_param static
` [PATCH v2 07/12] iommu: Remove iommu_[un]register_device_fault_handler()
` [PATCH v2 08/12] iommu: Prepare for separating SVA and IOPF
` [PATCH v2 09/12] iommu: Move iopf_handler() to iommu-sva.c

[PATCH v5 0/4] iommufd: Add iommu hardware info reporting
 2023-08-04  2:58 UTC  (7+ messages)
` [PATCH v5 1/4] iommu: Move dev_iommu_ops() to private header
` [PATCH v5 2/4] iommu: Add new iommu op to get iommu hardware information
` [PATCH v5 3/4] iommufd: Add IOMMU_GET_HW_INFO
` [PATCH v5 4/4] iommufd/selftest: Add coverage for IOMMU_GET_HW_INFO ioctl

[PATCH 0/2] iommu: Make pasid array per device
 2023-08-04  2:30 UTC  (12+ messages)
` [PATCH 1/2] iommu: Consolidate pasid dma ownership check

[PATCH v4 0/8] Refactor the SMMU's CD table ownership
 2023-08-03 18:47 UTC  (11+ messages)
` [PATCH v4 1/8] iommu/arm-smmu-v3: Move ctx_desc out of s1_cfg
` [PATCH v4 2/8] iommu/arm-smmu-v3: Replace s1_cfg with cdtab_cfg
` [PATCH v4 3/8] iommu/arm-smmu-v3: Encapsulate ctx_desc_cfg init in alloc_cd_tables
` [PATCH v4 4/8] iommu/arm-smmu-v3: move stall_enabled to the cd table
` [PATCH v4 5/8] iommu/arm-smmu-v3: Refactor write_ctx_desc
` [PATCH v4 6/8] iommu/arm-smmu-v3: Move CD table to arm_smmu_master
` [PATCH v4 7/8] iommu/arm-smmu-v3: Skip cd sync if CD table isn't active
` [PATCH v4 8/8] iommu/arm-smmu-v3: Rename cdcfg to cd_table

[PATCH v5 0/6] Add PASID support to SMMUv3 unmanaged domains
 2023-08-03 17:52 UTC  (15+ messages)
` [PATCH v5 1/6] iommu/arm-smmu-v3: Simplify arm_smmu_enable_ats
` [PATCH v5 2/6] iommu/arm-smmu-v3: Keep track of attached ssids
` [PATCH v5 3/6] iommu/arm-smmu-v3: Add helper for atc invalidation
` [PATCH v5 4/6] iommu/arm-smmu-v3: Implement set_dev_pasid
` [PATCH v5 5/6] iommu/arm-smmu-v3: Free pasid domains on iommu release
` [PATCH v5 6/6] iommu/arm-smmu-v3: Cleanup arm_smmu_domain_finalise

[PATCH v2] dma-contiguous: define proper name for global cma region
 2023-08-03 17:34 UTC  (7+ messages)

[PATCH v3 00/17] iommufd: Add nesting infrastructure
 2023-08-03 16:47 UTC  (38+ messages)
` [PATCH v3 01/17] iommu: Add new iommu op to create domains owned by userspace
` [PATCH v3 02/17] iommu: Add nested domain support
` [PATCH v3 07/17] iommufd: Add IOMMU_RESV_IOVA_RANGES
` [PATCH v3 08/17] iommufd: IOMMU_HWPT_ALLOC allocation with user data
` [PATCH v3 09/17] iommufd: Add IOMMU_HWPT_INVALIDATE

[PATCH v1] swiotlb: optimize get_max_slots()
 2023-08-03 11:59 UTC 

[PATCH] iommu/vt-d: debugfs: Increment the reference count of page table page
 2023-08-03 11:21 UTC  (4+ messages)

[PATCH 00/13] Linux RISC-V IOMMU Support
 2023-08-03  8:27 UTC  (17+ messages)
` [PATCH 01/11] RISC-V: drivers/iommu: Add RISC-V IOMMU - Ziommu support
` [PATCH 06/11] RISC-V: drivers/iommu/riscv: Add command, fault, page-req queues

[PATCH v4 00/12] Add Intel VT-d nested translation
 2023-08-03  7:36 UTC  (38+ messages)
` [PATCH v4 01/12] iommufd: Add data structure for Intel VT-d stage-1 domain allocation
` [PATCH v4 02/12] iommu/vt-d: Extend dmar_domain to support nested domain
` [PATCH v4 03/12] iommu/vt-d: Add helper for nested domain allocation
` [PATCH v4 04/12] iommu/vt-d: Add helper to setup pasid nested translation
` [PATCH v4 05/12] iommu/vt-d: Make domain attach helpers to be extern
` [PATCH v4 06/12] iommu/vt-d: Set the nested domain to a device
` [PATCH v4 07/12] iommufd: Add data structure for Intel VT-d stage-1 cache invalidation
` [PATCH v4 08/12] iommu/vt-d: Make iotlb flush helpers to be extern
` [PATCH v4 09/12] iommu/vt-d: Add iotlb flush for nested domain
` [PATCH v4 10/12] iommu/vt-d: Add nested domain allocation
` [PATCH v4 12/12] iommu/vt-d: Disallow nesting on domains with read-only mappings

[Syzkaller & bisect] There is general protection fault in iommu_device_unlink in upstream patch
 2023-08-03  1:04 UTC  (5+ messages)

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

[PATCH v5 00/25] iommu: Make default_domain's mandatory
 2023-08-02 23:50 UTC  (3+ messages)
` [PATCH v5 15/25] iommufd/selftest: Make the mock iommu driver into a real driver

[PATCH v12 0/8] Re-enable IDXD kernel workqueue under DMA API
 2023-08-02 21:24 UTC  (9+ messages)
` [PATCH v12 1/8] iommu: Generalize PASID 0 for normal DMA w/o PASID
` [PATCH v12 2/8] iommu: Move global PASID allocation from SVA to core
` [PATCH v12 3/8] iommu/vt-d: Add domain_flush_pasid_iotlb()
` [PATCH v12 4/8] iommu/vt-d: Remove pasid_mutex
` [PATCH v12 5/8] iommu/vt-d: Make prq draining code generic
` [PATCH v12 6/8] iommu/vt-d: Prepare for set_dev_pasid callback
` [PATCH v12 7/8] iommu/vt-d: Add set_dev_pasid callback for dma domain
` [PATCH v12 8/8] dmaengine/idxd: Re-enable kernel workqueue under DMA API

[PATCH v11 0/8] Re-enable IDXD kernel workqueue under DMA API
 2023-08-02 20:55 UTC  (8+ messages)
` [PATCH v11 2/8] iommu: Move global PASID allocation from SVA to core
` [PATCH v11 8/8] dmaengine/idxd: Re-enable kernel workqueue under DMA API

[PATCH -next] iommu/amd: Remove unsued extern declaration amd_iommu_init_hardware()
 2023-08-02 17:28 UTC  (2+ messages)

[PATCH v2 6.4 0/4] ARM SMMUv3 errata for 6.4
 2023-08-02 17:26 UTC  (5+ messages)
` [PATCH v2 6.4 1/4] iommu/arm-smmu-v3: Work around MMU-600 erratum 1076982
` [PATCH v2 6.4 2/4] iommu/arm-smmu-v3: Document MMU-700 erratum 2812531
` [PATCH v2 6.4 3/4] iommu/arm-smmu-v3: Add explicit feature for nesting
` [PATCH v2 6.4 4/4] iommu/arm-smmu-v3: Document nesting-related errata

[PATCH v3 6.1 0/4] ARM SMMUv3 errata for 6.1
 2023-08-02 17:21 UTC  (5+ messages)
` [PATCH v3 6.1 1/4] iommu/arm-smmu-v3: Work around MMU-600 erratum 1076982
` [PATCH v3 6.1 2/4] iommu/arm-smmu-v3: Document MMU-700 erratum 2812531
` [PATCH v3 6.1 3/4] iommu/arm-smmu-v3: Add explicit feature for nesting
` [PATCH v3 6.1 4/4] iommu/arm-smmu-v3: Document nesting-related errata

[PATCH v3 5.15 0/6] ARM64 errata for stable kernel 5.15
 2023-08-02 17:02 UTC  (5+ messages)
` [PATCH v3 5.15 3/6] iommu/arm-smmu-v3: Work around MMU-600 erratum 1076982
` [PATCH v3 5.15 4/6] iommu/arm-smmu-v3: Document MMU-700 erratum 2812531
` [PATCH v3 5.15 5/6] iommu/arm-smmu-v3: Add explicit feature for nesting
` [PATCH v3 5.15 6/6] iommu/arm-smmu-v3: Document nesting-related errata

[PATCH v2 6.1 0/4] ARM SMMUv3 errata for 6.1
 2023-08-02 17:09 UTC  (5+ messages)
` [PATCH v2 6.1 1/4] iommu/arm-smmu-v3: Work around MMU-600 erratum 1076982
` [PATCH v2 6.1 2/4] iommu/arm-smmu-v3: Document MMU-700 erratum 2812531
` [PATCH v2 6.1 3/4] iommu/arm-smmu-v3: Add explicit feature for nesting
` [PATCH v2 6.1 4/4] iommu/arm-smmu-v3: Document nesting-related errata

[PATCH v1] swiotlb: move slot allocation explanation comment where it belongs
 2023-08-02 16:30 UTC 

[PATCH -next] iommu: dmar: Remove unused extern declaration dmar_parse_dev_scope()
 2023-08-02 13:39 UTC 

[PATCH v3 0/8] Refactor the SMMU's CD table ownership
 2023-08-02 11:51 UTC  (13+ messages)
` [PATCH v3 2/8] iommu/arm-smmu-v3: Replace s1_cfg with cdtab_cfg
` [PATCH v3 3/8] iommu/arm-smmu-v3: Encapsulate ctx_desc_cfg init in alloc_cd_tables
` [PATCH v3 4/8] iommu/arm-smmu-v3: move stall_enabled to the cd table
` [PATCH v3 5/8] iommu/arm-smmu-v3: Refactor write_ctx_desc
` [PATCH v3 6/8] iommu/arm-smmu-v3: Move CD table to arm_smmu_master
` [PATCH v3 7/8] iommu/arm-smmu-v3: Skip cd sync if CD table isn't active
` [PATCH v3 8/8] iommu/arm-smmu-v3: Rename cdcfg to cd_table

[PATCH 1/1] Revert "iommu/arm-smmu-v3: Set TTL invalidation hint better"
 2023-08-02 10:52 UTC  (3+ messages)

[PATCH v2 00/10] Refine the locking for dev->iommu_group
 2023-08-02  1:37 UTC  (11+ messages)
` [PATCH v2 01/10] iommu: Remove useless group refcounting
` [PATCH v2 02/10] iommu: Add a lockdep assertion for remaining dev->iommu_group reads
` [PATCH v2 03/10] iommu: Add generic_single_device_group()
` [PATCH v2 09/10] iommu: Complete the locking for dev->iommu_group
` [PATCH v2 10/10] iommu/intel: Fix missing locking for show_device_domain_translation()

[PATCH] iommu/arm-smmu-v3: Change vmid alloc strategy from bitmap to ida
 2023-08-01 20:41 UTC  (2+ messages)

[PATCH 1/6] iommu/arm-smmu: do some cleanup
 2023-08-01 20:41 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