Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2023-07-19 12:19:46 to 2023-07-24 16:33:36 UTC [more...]

[RESEND PATCH 0/4] Add support for SMMU ECMDQ
 2023-07-24 16:33 UTC  (7+ messages)
` [RESEND PATCH 1/4] iommu/arm-smmu-v3: Add support for ECMDQ register mode
` [RESEND PATCH 2/4] iommu/arm-smmu-v3: Ensure that a set of associated commands are inserted in the same ECMDQ
` [RESEND PATCH 3/4] iommu/arm-smmu-v3: Add arm_smmu_ecmdq_issue_cmdlist() for non-shared ECMDQ
` [RESEND PATCH 4/4] iommu/arm-smmu-v3: Add support for less than one ECMDQ per core

[PATCH 00/13] Linux RISC-V IOMMU Support
 2023-07-24 13:23 UTC  (46+ messages)
` [PATCH 01/11] RISC-V: drivers/iommu: Add RISC-V IOMMU - Ziommu support
` [PATCH 02/11] RISC-V: arch/riscv/config: enable RISC-V IOMMU support
` [PATCH 03/11] dt-bindings: Add RISC-V IOMMU bindings
` [PATCH 04/11] MAINTAINERS: Add myself for RISC-V IOMMU driver
` [PATCH 05/11] RISC-V: drivers/iommu/riscv: Add sysfs interface
` [PATCH 06/11] RISC-V: drivers/iommu/riscv: Add command, fault, page-req queues
` [PATCH 07/11] RISC-V: drivers/iommu/riscv: Add device context support
` [PATCH 08/11] RISC-V: drivers/iommu/riscv: Add page table support
` [PATCH 09/11] RISC-V: drivers/iommu/riscv: Add SVA with PASID/ATS/PRI support
` [PATCH 10/11] RISC-V: drivers/iommu/riscv: Add MSI identity remapping
` [PATCH 11/11] RISC-V: drivers/iommu/riscv: Add G-Stage translation support

[PATCH 00/10] Refine the locking for dev->iommu_group
 2023-07-24 13:15 UTC  (18+ messages)
` [PATCH 01/10] iommu: Remove useless group refcounting
` [PATCH 03/10] iommu: Add generic_single_device_group()
` [PATCH 07/10] iommu/ipmmu-vmsa: Convert to generic_single_device_group()

[PATCH v5 0/9] Allow dynamic allocation of software IO TLB bounce buffers
 2023-07-24 12:12 UTC  (10+ messages)
` [PATCH v5 1/9] swiotlb: bail out of swiotlb_init_late() if swiotlb is already allocated
` [PATCH v5 2/9] swiotlb: make io_tlb_default_mem local to swiotlb.c
` [PATCH v5 3/9] swiotlb: add documentation and rename swiotlb_do_find_slots()
` [PATCH v5 4/9] swiotlb: separate memory pool data from other allocator data
` [PATCH v5 5/9] swiotlb: add a flag whether SWIOTLB is allowed to grow
` [PATCH v5 6/9] swiotlb: if swiotlb is full, fall back to a transient memory pool
` [PATCH v5 7/9] swiotlb: determine potential physical address limit
` [PATCH v5 8/9] swiotlb: allocate a new memory pool when existing pools are full
` [PATCH v5 9/9] swiotlb: search the software IO TLB only if the device makes use of it

[PATCH v4 00/12] Add Intel VT-d nested translation
 2023-07-24 11:13 UTC  (13+ 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 11/12] iommu/vt-d: Implement hw_info for iommu capability query
` [PATCH v4 12/12] iommu/vt-d: Disallow nesting on domains with read-only mappings

[PATCH v3 00/17] iommufd: Add nesting infrastructure
 2023-07-24 11:04 UTC  (18+ 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 03/17] iommufd/hw_pagetable: Use domain_alloc_user op for domain allocation
` [PATCH v3 04/17] iommufd: Pass in hwpt_type/parent/user_data to iommufd_hw_pagetable_alloc()
` [PATCH v3 05/17] iommufd/hw_pagetable: Do not populate user-managed hw_pagetables
` [PATCH v3 06/17] iommufd: Only enforce IOMMU_RESV_SW_MSI when attaching user-managed HWPT
` [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 v3 10/17] iommufd/selftest: Add a helper to get test device
` [PATCH v3 11/17] iommufd/selftest: Add IOMMU_TEST_OP_DEV_[ADD|DEL]_RESERVED to add/del reserved regions to selftest device
` [PATCH v3 12/17] iommufd/selftest: Add .get_resv_regions() for mock_dev
` [PATCH v3 13/17] iommufd/selftest: Add coverage for IOMMU_RESV_IOVA_RANGES
` [PATCH v3 14/17] iommufd/selftest: Add domain_alloc_user() support in iommu mock
` [PATCH v3 15/17] iommufd/selftest: Add coverage for IOMMU_HWPT_ALLOC with user data
` [PATCH v3 16/17] iommufd/selftest: Add IOMMU_TEST_OP_MD_CHECK_IOTLB test op
` [PATCH v3 17/17] iommufd/selftest: Add coverage for IOMMU_HWPT_INVALIDATE ioctl

[PATCH v4 0/4] iommufd: Add iommu hardware info reporting
 2023-07-24 10:59 UTC  (5+ messages)
` [PATCH v4 1/4] iommu: Move dev_iommu_ops() to private header
` [PATCH v4 2/4] iommu: Add new iommu op to get iommu hardware information
` [PATCH v4 3/4] iommufd: Add IOMMU_GET_HW_INFO
` [PATCH v4 4/4] iommufd/selftest: Add coverage for IOMMU_GET_HW_INFO ioctl

[PATCH 00/11] Even more msm bindings fixes
 2023-07-24  9:12 UTC  (5+ messages)
` [PATCH 09/11] dt-bindings: arm: msm: kpss-acc: Make the optional reg truly optional
` (subset) [PATCH 00/11] Even more msm bindings fixes

[PATCH v3 0/2] Prevent RESV_DIRECT devices from user assignment
 2023-07-24  6:03 UTC  (3+ messages)
` [PATCH v3 1/2] iommu: Prevent RESV_DIRECT devices from blocking domains
` [PATCH v3 2/2] iommu/vt-d: Remove rmrr check in domain attaching device path

[PATCH v2 0/2] Prevent RESV_DIRECT devices from user assignment
 2023-07-24  2:15 UTC  (9+ messages)
` [PATCH v2 1/2] iommu: Prevent RESV_DIRECT devices from blocking domains
` [PATCH v2 2/2] iommu/vt-d: Remove rmrr check in domain attaching device path

[PATCH AUTOSEL 6.1 22/41] dma-remap: use kvmalloc_array/kvfree for larger dma memory remap
 2023-07-24  1:20 UTC  (2+ messages)
` [PATCH AUTOSEL 6.1 25/41] iommu/amd: Introduce Disable IRTE Caching Support

[PATCH AUTOSEL 6.4 14/58] iommu: Make __iommu_group_set_domain() handle error unwind
 2023-07-24  1:13 UTC  (3+ messages)
` [PATCH AUTOSEL 6.4 30/58] dma-remap: use kvmalloc_array/kvfree for larger dma memory remap
` [PATCH AUTOSEL 6.4 37/58] iommu/amd: Introduce Disable IRTE Caching Support

[PATCH v3] dma-contiguous: support numa CMA for specified node
 2023-07-24  0:42 UTC  (11+ messages)

[PATCH] cma: check for memory region overlapping
 2023-07-21 21:34 UTC  (3+ messages)

[PATCH v3 0/5] Invalidate secondary IOMMU TLB on permission upgrade
 2023-07-21 19:31 UTC  (13+ messages)
` [PATCH v3 1/5] arm64/smmu: Use TLBI ASID when invalidating entire range
` [PATCH v3 2/5] mmu_notifiers: Fixup comment in mmu_interval_read_begin()
` [PATCH v3 3/5] mmu_notifiers: Call invalidate_range() when invalidating TLBs
` [PATCH v3 4/5] mmu_notifiers: Don't invalidate secondary TLBs as part of mmu_notifier_invalidate_range_end()
` [PATCH v3 5/5] mmu_notifiers: Rename invalidate_range notifier

[PATCH 6.1 222/223] swiotlb: mark swiotlb_memblock_alloc() as __init
 2023-07-21 16:07 UTC 

Patch "swiotlb: mark swiotlb_memblock_alloc() as __init" has been added to the 6.1-stable tree
 2023-07-21 15:24 UTC 

[PATCH v4 00/13] Add PASID support to SMMUv3 unmanaged domains
 2023-07-21  6:48 UTC  (4+ messages)
` [PATCH v4 07/13] iommu/arm-smmu-v3: Keep track of attached ssids

[PATCH 5.15 0/4] ARM64 errata for stable kernel 5.15 and above
 2023-07-21  5:40 UTC  (8+ messages)
` [PATCH 5.15 1/4] arm64: errata: Add detection for TRBE overwrite in FILL mode
  ` Patch "arm64: errata: Add detection for TRBE overwrite in FILL mode" has been added to the 5.15-stable tree
` [PATCH 5.15 2/4] arm64: errata: Add workaround for TSB flush failures
` [PATCH 5.15 3/4] arm64: errata: Add detection for TRBE write to out-of-range
` [PATCH 5.15 4/4] iommu/arm-smmu-v3: Document MMU-700 erratum 2812531

[PATCH -next 0/2] iommu/iova: optimize the iova rcache
 2023-07-21  1:52 UTC  (2+ messages)

[PATCH v2] iommu/apple-dart: mark apple_dart_pm_ops static
 2023-07-20 23:21 UTC 

[PATCH] iommu/apple-dart: mark apple_dart_pm_ops static
 2023-07-20 23:18 UTC  (3+ messages)

[PATCH 10/10] iommu/intel: Fix missing locking for show_device_domain_translation()
 2023-07-20  9:56 UTC  (2+ messages)

[PATCH 09/10] iommu: Complete the locking for dev->iommu_group
 2023-07-20  9:55 UTC  (2+ messages)

[PATCH v4 0/8] Allow dynamic allocation of software IO TLB bounce buffers
 2023-07-20  8:23 UTC  (16+ messages)
` [PATCH v4 1/8] swiotlb: make io_tlb_default_mem local to swiotlb.c
` [PATCH v4 2/8] swiotlb: add documentation and rename swiotlb_do_find_slots()
` [PATCH v4 8/8] swiotlb: search the software IO TLB only if a device makes use of it

[PATCH] dma: DMA_ATTR_SKIP_CPU_SYNC documentation tweaks
 2023-07-20  7:06 UTC  (8+ messages)

[PATCH 02/10] iommu: Add a lockdep assertion for remaining dev->iommu_group reads
 2023-07-20  6:33 UTC  (2+ messages)

[PATCH v2 3/5] mmu_notifiers: Call invalidate_range() when invalidating TLBs
 2023-07-20  1:31 UTC  (4+ messages)

[PATCH 0/3] arm64: dts: qcom: sa8775p: Add interconnect to SMMU
 2023-07-19 15:37 UTC  (2+ messages)

[PATCH v11 0/6] iommu/dma: s390 DMA API conversion and optimized IOTLB flushing
 2023-07-19 12:56 UTC  (3+ messages)
` [PATCH v11 4/6] iommu/s390: Force ISM devices to use IOMMU_DOMAIN_DMA

[PATCH v2 0/5] Invalidate secondary IOMMU TLB on permission upgrade
 2023-07-19 12:18 UTC  (2+ messages)
` [PATCH v2 5/5] mmu_notifiers: Rename invalidate_range notifier


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox