Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2023-07-25 13:42:48 to 2023-07-28 14:13:07 UTC [more...]

[PATCH v2 00/16] iommu/amd: SVA Support (Part 1) - cleanup/refactoring
 2023-07-28 14:13 UTC  (26+ messages)
` [PATCH v2 01/16] iommu/amd: Remove unused amd_io_pgtable.pt_root variable
` [PATCH v2 02/16] iommu/amd: Consolidate timeout pre-define to amd_iommu_type.h
` [PATCH v2 03/16] iommu/amd: Consolidate logic to allocate protection domain
` [PATCH v2 04/16] iommu/amd: Refactor protection domain allocation code
` [PATCH v2 05/16] iommu/amd/iommu_v2: Use protection_domain in struct device_state
` [PATCH v2 06/16] iommu/amd: Introduce helper functions for managing GCR3 table
` [PATCH v2 07/16] iommu/amd: Use struct protection_domain in helper functions
` [PATCH v2 08/16] iommu/amd: Do not set amd_iommu_pgtable in pass-through mode
` [PATCH v2 09/16] iommu/amd: Miscellaneous clean up when free domain
` [PATCH v2 10/16] iommu/amd: Modify logic for checking GT and PPR features
` [PATCH v2 11/16] iommu/amd: Rename ats related variables
` [PATCH v2 12/16] iommu/amd: Add support for different types of PPR handler
` [PATCH v2 13/16] iommu/amd: Introduce iommu_dev_data.flags to track device capabilities
` [PATCH v2 14/16] iommu/amd: Enable device ATS/PASID/PRI capabilities independently
` [PATCH v2 15/16] iommu/amd: Initialize iommu_device->max_pasids
` [PATCH v2 16/16] iommu/amd: Simplify amd_iommu_device_info()

[GIT PULL] Please pull IOMMUFD subsystem changes
 2023-07-28 13:48 UTC 

[PATCH v11 0/7] Add IO page table replacement support
 2023-07-28 12:43 UTC  (10+ messages)
` [PATCH v11 1/7] vfio: Do not allow !ops->dma_unmap in vfio_pin/unpin_pages()
` [PATCH v11 2/7] iommufd: Allow passing in iopt_access_list_id to iopt_remove_access()
` [PATCH v11 3/7] iommufd: Add iommufd_access_change_ioas(_id) helpers
` [PATCH v11 4/7] iommufd: Use iommufd_access_change_ioas in iommufd_access_destroy_object
` [PATCH v11 5/7] iommufd: Add iommufd_access_replace() API
` [PATCH v11 6/7] iommufd/selftest: Add IOMMU_TEST_OP_ACCESS_REPLACE_IOAS coverage
` [PATCH v11 7/7] vfio: Support IO page table replacement

[PATCH v8 0/4] cover-letter: Add IO page table replacement support
 2023-07-28 12:28 UTC  (22+ messages)
` [PATCH v8 1/4] vfio: Do not allow !ops->dma_unmap in vfio_pin/unpin_pages()
` [PATCH v8 2/4] iommufd: Add iommufd_access_replace() API
` [PATCH v8 3/4] iommufd/selftest: Add IOMMU_TEST_OP_ACCESS_REPLACE_IOAS coverage
` [PATCH v8 4/4] vfio: Support IO page table replacement

[PATCH v1 0/7] Refactor the SMMU's CD table ownership
 2023-07-28 12:25 UTC  (22+ messages)
` [PATCH v1 1/7] iommu/arm-smmu-v3: Move ctx_desc out of s1_cfg
` [PATCH v1 2/7] iommu/arm-smmu-v3: Replace s1_cfg with ctx_desc_cfg
` [PATCH v1 3/7] iommu/arm-smmu-v3: Encapsulate ctx_desc_cfg init in alloc_cd_tables
` [PATCH v1 4/7] iommu/arm-smmu-v3: move stall_enabled to the cd table
` [PATCH v1 5/7] iommu/arm-smmu-v3: Skip cd sync if CD table isn't active
` [PATCH v1 6/7] iommu/arm-smmu-v3: Refactor write_ctx_desc
` [PATCH v1 7/7] iommu/arm-smmu-v3: Move CD table to arm_smmu_master

[PATCH v3 00/17] iommufd: Add nesting infrastructure
 2023-07-28 10:07 UTC  (15+ 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 00/13] Linux RISC-V IOMMU Support
 2023-07-28  8:48 UTC  (19+ messages)
` [PATCH 01/11] RISC-V: drivers/iommu: Add RISC-V IOMMU - Ziommu support
` [PATCH 03/11] dt-bindings: Add RISC-V IOMMU bindings
` [PATCH 06/11] RISC-V: drivers/iommu/riscv: Add command, fault, page-req queues

[RESEND PATCH 1/4] iommu/arm-smmu-v3: Add support for ECMDQ register mode
 2023-07-28  8:18 UTC  (4+ messages)

[PATCH v4] iommu/ipmmu-vmsa: Allow PCIe devices
 2023-07-28  7:33 UTC  (2+ messages)

[PATCH 00/21] iommu/amd: Preparation for SVA Support (Part 1 of 2)
 2023-07-28  5:43 UTC  (8+ messages)
` [PATCH 11/21] iommu/amd: Clean up and enhance protection domain flags

[PATCH v10 0/6] Add IO page table replacement support
 2023-07-28  4:44 UTC  (13+ messages)
` [PATCH v10 1/6] vfio: Do not allow !ops->dma_unmap in vfio_pin/unpin_pages()
` [PATCH v10 2/6] iommufd: Allow passing in iopt_access_list_id to iopt_remove_access()
` [PATCH v10 3/6] iommufd: Add iommufd_access_change_ioas(_id) helpers
` [PATCH v10 4/6] iommufd: Add iommufd_access_replace() API
` [PATCH v10 5/6] iommufd/selftest: Add IOMMU_TEST_OP_ACCESS_REPLACE_IOAS coverage
` [PATCH v10 6/6] vfio: Support IO page table replacement

[PATCH v4 0/4] iommufd: Add iommu hardware info reporting
 2023-07-28  2:05 UTC  (11+ messages)
` [PATCH v4 2/4] iommu: Add new iommu op to get iommu hardware information
` [PATCH v4 4/4] iommufd/selftest: Add coverage for IOMMU_GET_HW_INFO ioctl

[PATCH] iommu/amd: fix the address translation issue when do detach
 2023-07-28  1:46 UTC  (2+ messages)
`  "

[PATCH v5 0/4] Add set_dev_data and unset_dev_data support
 2023-07-27 21:09 UTC  (5+ messages)
` [PATCH v5 1/4] iommu: Add set/unset_dev_user_data ops
` [PATCH v5 2/4] iommufd: Add IOMMUFD_CMD_SET_DEV_DATA and IOMMUFD_CMD_UNSET_DEV_DATA
` [PATCH v5 3/4] iommufd/selftest: Add IOMMU_TEST_OP_DEV_CHECK_DATA
` [PATCH v5 4/4] iommufd/selftest: Add coverage for IOMMU_SET/UNSET_DEV_DATA

[PATCH v9 0/6] cover-letter: Add IO page table replacement support
 2023-07-27 18:47 UTC  (11+ messages)
` [PATCH v9 1/6] vfio: Do not allow !ops->dma_unmap in vfio_pin/unpin_pages()
` [PATCH v9 2/6] iommufd: Allow passing in iopt_access_list_id to iopt_remove_access()
` [PATCH v9 3/6] iommufd: Add iommufd_access_change_ioas helper
` [PATCH v9 4/6] iommufd: Add iommufd_access_replace() API
` [PATCH v9 5/6] iommufd/selftest: Add IOMMU_TEST_OP_ACCESS_REPLACE_IOAS coverage
` [PATCH v9 6/6] vfio: Support IO page table replacement

[PATCH rc 0/3] Several iommufd bug fixes
 2023-07-27 14:31 UTC  (12+ messages)
` [PATCH rc 1/3] iommufd/selftest: Do not try to destroy an access once it is attached
` [PATCH rc 2/3] iommufd: IOMMUFD_DESTROY should not increase the refcount
` [PATCH rc 3/3] iommufd: Set end correctly when doing batch carry

[PATCH v4 00/13] Add PASID support to SMMUv3 unmanaged domains
 2023-07-27 14:21 UTC  (20+ messages)
` [PATCH v4 02/13] iommu/arm-smmu-v3: Add smmu_s1_cfg to smmu_master
` [PATCH v4 07/13] iommu/arm-smmu-v3: Keep track of attached ssids

[PATCH] dma-mapping: move arch_dma_set_mask() declaration to header
 2023-07-27 12:25 UTC 

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

[PATCH v2 00/12] iommu: Prepare to deliver page faults to user space
 2023-07-27  5:48 UTC  (13+ messages)
` [PATCH v2 01/12] iommu: Move iommu fault data to linux/iommu.h
` [PATCH v2 02/12] iommu/arm-smmu-v3: Remove unrecoverable faults reporting
` [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 v2 10/12] iommu: Make iommu_queue_iopf() more generic
` [PATCH v2 11/12] iommu: Separate SVA and IOPF in Makefile and Kconfig
` [PATCH v2 12/12] iommu: Add helper to set iopf handler for domain

[PATCH v11 0/8] Re-enable IDXD kernel workqueue under DMA API
 2023-07-27  5:48 UTC  (7+ messages)
` [PATCH v11 5/8] iommu/vt-d: Make prq draining code generic
` [PATCH v11 6/8] iommu/vt-d: Prepare for set_dev_pasid callback
` [PATCH v11 7/8] iommu/vt-d: Add set_dev_pasid callback for dma domain

[PATCH] iommu: map reserved memory as cacheable if device is coherent
 2023-07-26 16:47 UTC  (2+ messages)

[PATCH v3] cma: check for memory region overlapping
 2023-07-26 14:28 UTC 

[PATCH v8 00/19] Add iommufd physical device operations for replace and alloc hwpt
 2023-07-26 13:37 UTC  (2+ messages)

[RFC PATCH] iommu: map reserved memory as cacheable if device is coherent
 2023-07-26 12:32 UTC  (4+ messages)

[PATCH v5 23/25] iommu: Add ops->domain_alloc_paging()
 2023-07-26 10:02 UTC  (2+ messages)

[PATCH v5 22/25] iommu: Add __iommu_group_domain_alloc()
 2023-07-26  9:54 UTC  (2+ messages)

[PATCH v5 21/25] iommu: Require a default_domain for all iommu drivers
 2023-07-26  9:50 UTC  (2+ messages)

[PATCH v5 16/25] iommu: Remove ops->set_platform_dma_ops()
 2023-07-26  9:42 UTC  (2+ messages)

[PATCH v5 08/25] iommu: Reorganize iommu_get_default_domain_type() to respect def_domain_type()
 2023-07-26  9:33 UTC  (2+ messages)

[PATCH v5 02/25] iommu: Add IOMMU_DOMAIN_PLATFORM
 2023-07-26  6:24 UTC  (2+ messages)

[PATCH v5 01/25] iommu: Add iommu_ops->identity_domain
 2023-07-26  6:11 UTC  (2+ messages)

[PATCH v2] cma: check for memory region overlapping
 2023-07-25 21:30 UTC  (4+ messages)

[PATCH 00/11] Even more msm bindings fixes
 2023-07-25 15:06 UTC  (3+ messages)
` [PATCH 01/11] arm64: dts: qcom: sc7180: Fix DSI0_PHY reg-names

[PATCH v4 0/5] Invalidate secondary IOMMU TLB on permission upgrade
 2023-07-25 13:42 UTC  (3+ messages)
` [PATCH v4 4/5] mmu_notifiers: Don't invalidate secondary TLBs as part of mmu_notifier_invalidate_range_end()
` [PATCH v4 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