Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2024-10-28 08:43:48 to 2024-10-30 06:43:20 UTC [more...]

[PATCH v5 00/12] iommu/amd: Improve domain allocator and device attach code path
 2024-10-30  6:35 UTC  (5+ messages)
` [PATCH v5 01/12] iommu/amd/pgtbl_v2: Take protection domain lock before invalidating TLB
` [PATCH v5 02/12] iommu/amd: Use ida interface to manage protection domain ID
` [PATCH v5 03/12] iommu/amd: Remove protection_domain.dev_cnt variable
` [PATCH v5 04/12] iommu/amd: xarray to track protection_domain->iommu list

[PATCH v5 00/13] iommufd: Add vIOMMU infrastructure (Part-1)
 2024-10-30  6:16 UTC  (40+ messages)
` [PATCH v5 02/13] iommufd: Introduce IOMMUFD_OBJ_VIOMMU and its related struct
` [PATCH v5 03/13] iommufd: Add iommufd_verify_unfinalized_object
` [PATCH v5 04/13] iommufd/viommu: Add IOMMU_VIOMMU_ALLOC ioctl
` [PATCH v5 05/13] iommufd: Add alloc_domain_nested op to iommufd_viommu_ops
` [PATCH v5 06/13] iommufd: Allow pt_id to carry viommu_id for IOMMU_HWPT_ALLOC
` [PATCH v5 07/13] iommufd/selftest: Add container_of helpers
` [PATCH v5 08/13] iommufd/selftest: Prepare for mock_viommu_alloc_domain_nested()
` [PATCH v5 09/13] iommufd/selftest: Add refcount to mock_iommu_device
` [PATCH v5 10/13] iommufd/selftest: Add IOMMU_VIOMMU_TYPE_SELFTEST
` [PATCH v5 12/13] Documentation: userspace-api: iommufd: Update vIOMMU

[PATCH v4 0/5] iommu: Enable user space IOPFs in non-PASID and non-svm cases
 2024-10-30  5:51 UTC  (10+ messages)
` [PATCH v4 2/5] iommu/vt-d: Remove the pasid present check in prq_event_thread
    `  "

[PATCH v5] PCI: Detect and trust built-in Thunderbolt chips
 2024-10-30  5:37 UTC  (3+ messages)

[PATCH 0/4] Fix omap-iommu bitrot
 2024-10-30  4:55 UTC  (9+ messages)
` [PATCH 1/4] remoteproc/omap: Handle ARM dma_iommu_mapping
` [PATCH 2/4] media: omap3isp: "
` [PATCH 3/4] iommu/omap: Add minimal fwnode support
` [PATCH 4/4] iommu: Make bus_iommu_probe() static

[PATCH v5 00/13] iommufd: Add vIOMMU infrastructure (Part-2: vDEVICE)
 2024-10-30  4:08 UTC  (43+ messages)
` [PATCH v5 01/13] iommufd/viommu: Add IOMMUFD_OBJ_VDEVICE and IOMMU_VDEVICE_ALLOC ioctl
` [PATCH v5 02/13] iommufd/selftest: Add IOMMU_VDEVICE_ALLOC test coverage
` [PATCH v5 03/13] iommu/viommu: Add cache_invalidate to iommufd_viommu_ops
` [PATCH v5 04/13] iommufd/hw_pagetable: Enforce invalidation op on vIOMMU-based hwpt_nested
` [PATCH v5 05/13] iommufd: Allow hwpt_id to carry viommu_id for IOMMU_HWPT_INVALIDATE
` [PATCH v5 06/13] iommu: Add iommu_copy_struct_from_full_user_array helper
` [PATCH v5 07/13] iommufd/viommu: Add iommufd_viommu_find_dev helper
` [PATCH v5 08/13] iommufd/selftest: Add mock_viommu_cache_invalidate
` [PATCH v5 09/13] iommufd/selftest: Add IOMMU_TEST_OP_DEV_CHECK_CACHE test command
` [PATCH v5 10/13] iommufd/selftest: Add vIOMMU coverage for IOMMU_HWPT_INVALIDATE ioctl
` [PATCH v5 11/13] Documentation: userspace-api: iommufd: Update vDEVICE
` [PATCH v5 12/13] iommu/arm-smmu-v3: Add arm_vsmmu_cache_invalidate

[PATCH v3 0/9] Initial support for SMMUv3 nested translation
 2024-10-30  4:06 UTC  (2+ messages)

[PATCH V7 0/9] iommu_ioas_map_file
 2024-10-30  0:11 UTC  (2+ messages)

[PATCH 0/2] iommu/arm-smmu-qcom: Add SDM670 SMMU v2
 2024-10-29 21:22 UTC  (2+ messages)

[PATCH v4 0/3] iommu/arm-smmu-v3: Parse out event records
 2024-10-29 19:59 UTC  (15+ messages)
` [PATCH v4 1/3] iommu/arm-smmu-v3: Introduce struct arm_smmu_event
` [PATCH v4 2/3] iommu/arm-smmu-v3: Log better event records

[PATCH 00/18] Provide a new two step DMA mapping API
 2024-10-29 16:48 UTC  (19+ messages)
` [PATCH 01/18] PCI/P2PDMA: refactor the p2pdma mapping helpers
` [PATCH 02/18] dma-mapping: move the PCI P2PDMA mapping helpers to pci-p2pdma.h
` [PATCH 05/18] dma: Provide an interface to allow allocate IOVA
` [PATCH 07/18] dma-mapping: Implement link/unlink ranges API
` [PATCH 09/18] docs: core-api: document the IOVA-based API

[PATCH v2 0/3] Support attaching PASID to the blocked_domain
 2024-10-29 16:38 UTC  (9+ messages)
` [PATCH v2 1/3] iommu: Add a wrapper for remove_dev_pasid

[PATCH v4 00/12] iommu/amd: Improve domain allocator and device attach code path
 2024-10-29 16:36 UTC  (21+ messages)
` [PATCH v4 01/12] iommu/amd/pgtbl_v2: Take protection domain lock before invalidating TLB
` [PATCH v4 02/12] iommu/amd: Use ida interface to manage protection domain ID
` [PATCH v4 03/12] iommu/amd: Remove protection_domain.dev_cnt variable
` [PATCH v4 04/12] iommu/amd: xarray to track protection_domain->iommu list
` [PATCH v4 05/12] iommu/amd: Remove unused amd_iommus variable
` [PATCH v4 06/12] iommu/amd: Do not detach devices in domain free path
` [PATCH v4 07/12] iommu/amd: Reduce domain lock scope in attach device path
` [PATCH v4 08/12] iommu/amd: Rearrange attach device code
` [PATCH v4 09/12] iommu/amd: Convert dev_data lock from spinlock to mutex
` [PATCH v4 10/12] iommu/amd: Reorder attach device code
` [PATCH v4 11/12] iommu/amd: Add opa->release_domain
` [PATCH v4 12/12] iommu/amd: Improve amd_iommu_release_device()

[PATCH v5 00/12] iommu: Domain allocation enhancements
 2024-10-29 16:34 UTC  (20+ messages)
` [PATCH v5 01/12] iommu: Refactor __iommu_domain_alloc()
` [PATCH v5 02/12] iommu: Introduce iommu_paging_domain_alloc_flags()
` [PATCH v5 03/12] iommu: Add new flag to explictly request PASID capable domain
` [PATCH v5 04/12] iommu/arm-smmu-v3: Enhance domain_alloc_user() to allocate "
` [PATCH v5 05/12] iommu/amd: Add helper function to check GIOSUP/GTSUP
` [PATCH v5 06/12] iommu/amd: Move V2 page table support check to early_amd_iommu_init()
` [PATCH v5 07/12] iommu/amd: Separate page table setup from domain allocation
` [PATCH v5 08/12] iommu/amd: Pass page table type as param to pdom_setup_pgtable()
` [PATCH v5 09/12] iommu/amd: Enhance amd_iommu_domain_alloc_user()
` [PATCH v5 10/12] iommu/amd: Implement global identity domain
` [PATCH v5 11/12] iommu: Put domain allocation in __iommu_group_alloc_blocking_domain()
` [PATCH v5 12/12] iommu: Create __iommu_alloc_identity_domain()

[PATCH] iommu: Fix prototype of iommu_paging_domain_alloc_flags()
 2024-10-29 16:31 UTC  (3+ messages)

[PATCH 0/2] iommu/io-pgtable-arm: Fix for stage-2 map/unmap
 2024-10-29 16:15 UTC  (2+ messages)

[PATCH v3 0/4] Add support for APPS SMMU on QCS615
 2024-10-29 16:15 UTC  (8+ messages)
` [PATCH v3 4/4] arm64: dts: qcom: qcs615: add the APPS SMMU node

[PATCH v2] iommu/arm-smmu: Defer probe of clients after smmu device bound
 2024-10-29 16:15 UTC  (2+ messages)

[PATCH net-next v3 0/3] fix two bugs related to page_pool
 2024-10-29 13:58 UTC  (9+ messages)
` [PATCH net-next v3 3/3] page_pool: fix IOMMU crash when driver has already unbound

[PATCH v16 0/5] iommu/arm-smmu: introduction of ACTLR implementation for Qualcomm SoCs
 2024-10-29 13:36 UTC  (18+ messages)
` [PATCH v16 1/5] iommu/arm-smmu: re-enable context caching in smmu reset operation
` [PATCH v16 2/5] iommu/arm-smmu: refactor qcom_smmu structure to include single pointer
` [PATCH v16 3/5] iommu/arm-smmu: add support for PRR bit setup
` [PATCH v16 4/5] iommu/arm-smmu: introduction of ACTLR for custom prefetcher settings
` [PATCH v16 5/5] iommu/arm-smmu: add ACTLR data and support for qcom_smmu_500

[PATCH v10 0/2] Dynamic Allocation of the reserved_mem array
 2024-10-29 12:43 UTC  (4+ messages)
` [PATCH v10 1/2] of: reserved_mem: Restruture how the reserved memory regions are processed

[PATCH] iommu: Restore iommu_flush_iotlb_all()
 2024-10-29 12:07 UTC  (5+ messages)

[PATCH v6 00/18] IOMMUFD Dirty Tracking
 2024-10-29  9:34 UTC  (5+ messages)

[PATCH v4 0/4] iommu: Refactoring domain allocation interface
 2024-10-29  9:05 UTC  (2+ messages)

[PATCH] iommu/amd: Fix corruption when mapping large pages from 0
 2024-10-29  8:56 UTC  (2+ messages)

[PATCH] iommu: Remove useless flush from iommu_create_device_direct_mappings()
 2024-10-29  8:52 UTC  (2+ messages)

[PATCH] iommu/sysfs: constify the class struct
 2024-10-29  8:50 UTC  (2+ messages)

[PATCH] iommu/mediatek: Add PGTABLE_PA_35_EN to mt8186 platform data
 2024-10-29  8:49 UTC  (2+ messages)

[PATCH] iommu/amd: Do not try copy old DTE resume path
 2024-10-29  8:47 UTC  (2+ messages)

[PATCH v10 0/7] Linux RISC-V IOMMU Support
 2024-10-29  8:42 UTC  (2+ messages)

[PATCH] dma-mapping: dma-map-ops.h: Remove an outdated comment
 2024-10-29  7:56 UTC  (2+ messages)

[PATCH] dma/debug.c: fix possible deadlock scenario
 2024-10-29  7:55 UTC  (2+ messages)

[PATCH v3 0/2] vtd: Minor cleanup
 2024-10-29  4:42 UTC  (2+ messages)

[PATCH] iommu/vt-d: Drop s1_pgtbl from dmar_domain
 2024-10-29  4:41 UTC  (2+ messages)

[PATCH] iommu/vt-d: Remove unused dmar_msi_read
 2024-10-29  4:41 UTC  (2+ messages)

[PATCH v1 1/1] iommu/vt-d: Increase buffer size for device name
 2024-10-29  4:40 UTC  (2+ messages)

[PATCH -next] iommu/vt-d: Use PCI_DEVID() macro
 2024-10-29  4:39 UTC  (2+ messages)

[PATCH v2 0/7] iommu/vt-d: Add domain_alloc_paging support
 2024-10-29  4:38 UTC  (2+ messages)

[PATCH] iommu/arm-smmu: Add judgment on the size and granule parameters passed in
 2024-10-29  3:44 UTC  (4+ messages)
` [PATCH v2] "

Suspicious RCU usage in enable_drhd_fault_handling()
 2024-10-29  1:15 UTC  (2+ messages)

[PATCH v10 0/4] io-pgtable-arm + drm/msm: Extend iova fault debugging
 2024-10-28 21:31 UTC  (5+ messages)
` [PATCH v10 1/4] iommu/io-pgtable-arm: Make pgtable walker more generic
` [PATCH v10 2/4] iommu/io-pgtable-arm: Re-use the pgtable walk for iova_to_phys
` [PATCH v10 3/4] iommu/io-pgtable-arm: Add way to debug pgtable walk
` [PATCH v10 4/4] drm/msm: Extend gpu devcore dumps with pgtbl info

[PATCH v9 0/4] io-pgtable-arm + drm/msm: Extend iova fault debugging
 2024-10-28 21:33 UTC  (3+ messages)

[RFC PATCH 0/7] Block and NMMe PCI use of new DMA mapping API
 2024-10-28 18:27 UTC  (3+ messages)
` [RFC PATCH 2/7] block: don't merge different kinds of P2P transfers in a single bio

[PATCH v3 0/2] iommu/iova: Make the rcache depot properly flexible
 2024-10-28 17:45 UTC  (11+ messages)

[PATCH] iommu/omap: Don't register ops by fwnode
 2024-10-28 16:03 UTC  (10+ messages)

[RFC PATCH 00/13] Support iommu(fd) persistence for live update
 2024-10-28 16:03 UTC  (4+ messages)
` [RFC PATCH 05/13] iommufd: Serialise persisted iommufds and ioas

[PATCH v1 00/10] iommufd: Add VIOMMU infrastructure (Part-2 VIRQ)
 2024-10-28 12:58 UTC  (7+ messages)
` [PATCH v1 04/10] iommufd/viommu: Allow drivers to control vdev_id lifecycle

[PATCH] iommufd: modify iommufd_fault_iopf_enable limitation
 2024-10-28 11:32 UTC 

[PATCH v8 00/10] IOMMUFD: Deliver IO page faults to user space
 2024-10-28 11:17 UTC  (16+ messages)
` [PATCH v8 07/10] iommufd: Fault-capable hwpt attach/detach/replace


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