messages from 2024-10-28 21:35:30 to 2024-10-30 21:35:34 UTC [more...]
[PATCH v6 00/13] iommufd: Add vIOMMU infrastructure (Part-1)
2024-10-30 21:34 UTC (12+ messages)
` [PATCH v6 01/13] iommufd: Move struct iommufd_object to public iommufd header
` [PATCH v6 02/13] iommufd: Move _iommufd_object_alloc helper to a sharable file
` [PATCH v6 03/13] iommufd: Introduce IOMMUFD_OBJ_VIOMMU and its related struct
` [PATCH v6 04/13] iommufd: Verify object in iommufd_object_finalize/abort()
` [PATCH v6 05/13] iommufd/viommu: Add IOMMU_VIOMMU_ALLOC ioctl
` [PATCH v6 06/13] iommufd: Add alloc_domain_nested op to iommufd_viommu_ops
` [PATCH v6 07/13] iommufd: Allow pt_id to carry viommu_id for IOMMU_HWPT_ALLOC
` [PATCH v6 08/13] iommufd/selftest: Add container_of helpers
` [PATCH v6 09/13] iommufd/selftest: Prepare for mock_viommu_alloc_domain_nested()
` [PATCH v6 10/13] iommufd/selftest: Add refcount to mock_iommu_device
` [PATCH v6 11/13] iommufd/selftest: Add IOMMU_VIOMMU_TYPE_SELFTEST
[PATCH v6 00/18] IOMMUFD Dirty Tracking
2024-10-30 20:37 UTC (12+ messages)
[PATCH v16 0/5] iommu/arm-smmu: introduction of ACTLR implementation for Qualcomm SoCs
2024-10-30 20:27 UTC (17+ messages)
` [PATCH v16 1/5] iommu/arm-smmu: re-enable context caching in smmu reset operation
` [PATCH v16 3/5] iommu/arm-smmu: add support for PRR bit setup
` [PATCH v16 5/5] iommu/arm-smmu: add ACTLR data and support for qcom_smmu_500
[PATCH v3 0/9] Initial support for SMMUv3 nested translation
2024-10-30 18:14 UTC (12+ messages)
` [PATCH v3 5/9] iommu/arm-smmu-v3: Support IOMMU_GET_HW_INFO via struct arm_smmu_hw_info
` [PATCH v3 6/9] iommu/arm-smmu-v3: Implement IOMMU_HWPT_ALLOC_NEST_PARENT
` [PATCH v3 7/9] iommu/arm-smmu-v3: Expose the arm_smmu_attach interface
` [PATCH v3 8/9] iommu/arm-smmu-v3: Support IOMMU_DOMAIN_NESTED
[PATCH v3 0/4] vfio-pci support pasid attach/detach
2024-10-30 17:51 UTC (13+ messages)
` [PATCH v3 3/4] vfio: Add VFIO_DEVICE_PASID_[AT|DE]TACH_IOMMUFD_PT
[PATCH v5] PCI: Detect and trust built-in Thunderbolt chips
2024-10-30 16:41 UTC (7+ messages)
[PATCH v1 00/17] Provide a new two step DMA mapping API
2024-10-30 15:13 UTC (18+ messages)
` [PATCH v1 01/17] PCI/P2PDMA: Refactor the p2pdma mapping helpers
` [PATCH v1 02/17] dma-mapping: move the PCI P2PDMA mapping helpers to pci-p2pdma.h
` [PATCH v1 03/17] iommu: generalize the batched sync after map interface
` [PATCH v1 04/17] dma-mapping: Add check if IOVA can be used
` [PATCH v1 05/17] dma: Provide an interface to allow allocate IOVA
` [PATCH v1 06/17] iommu/dma: Factor out a iommu_dma_map_swiotlb helper
` [PATCH v1 07/17] dma-mapping: Implement link/unlink ranges API
` [PATCH v1 08/17] dma-mapping: add a dma_need_unmap helper
` [PATCH v1 09/17] docs: core-api: document the IOVA-based API
` [PATCH v1 10/17] mm/hmm: let users to tag specific PFN with DMA mapped bit
` [PATCH v1 11/17] mm/hmm: provide generic DMA managing logic
` [PATCH v1 12/17] RDMA/umem: Store ODP access mask information in PFN
` [PATCH v1 13/17] RDMA/core: Convert UMEM ODP DMA mapping to caching IOVA and page linkage
` [PATCH v1 14/17] RDMA/umem: Separate implicit ODP initialization from explicit ODP
` [PATCH v1 15/17] vfio/mlx5: Explicitly use number of pages instead of allocated length
` [PATCH v1 16/17] vfio/mlx5: Rewrite create mkey flow to allow better code reuse
` [PATCH v1 17/17] vfio/mlx5: Convert vfio to use DMA link API
[PATCH v4 0/5] iommu: Enable user space IOPFs in non-PASID and non-svm cases
2024-10-30 14:28 UTC (12+ messages)
` [PATCH v4 2/5] iommu/vt-d: Remove the pasid present check in prq_event_thread
` "
[PATCH v5 00/12] iommu: Domain allocation enhancements
2024-10-30 14:14 UTC (10+ messages)
` [PATCH v5 03/12] iommu: Add new flag to explictly request PASID capable domain
` [PATCH v5 12/12] iommu: Create __iommu_alloc_identity_domain()
[PATCH 0/4] Fix omap-iommu bitrot
2024-10-30 13:28 UTC (9+ messages)
[PATCH v5 00/13] iommufd: Add vIOMMU infrastructure (Part-1)
2024-10-30 12:53 UTC (38+ 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 V7 0/9] iommu_ioas_map_file
2024-10-30 12:43 UTC (3+ messages)
[PATCH net-next v3 0/3] fix two bugs related to page_pool
2024-10-30 11:57 UTC (11+ messages)
` [PATCH net-next v3 3/3] page_pool: fix IOMMU crash when driver has already unbound
[PATCH v5 00/12] iommu/amd: Improve domain allocator and device attach code path
2024-10-30 10:24 UTC (14+ 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 05/12] iommu/amd: Remove unused amd_iommus variable
` [PATCH v5 06/12] iommu/amd: Do not detach devices in domain free path
` [PATCH v5 07/12] iommu/amd: Reduce domain lock scope in attach device path
` [PATCH v5 08/12] iommu/amd: Rearrange attach device code
` [PATCH v5 09/12] iommu/amd: Convert dev_data lock from spinlock to mutex
` [PATCH v5 10/12] iommu/amd: Reorder attach device code
` [PATCH v5 11/12] iommu/amd: Add ops->release_domain
` [PATCH v5 12/12] iommu/amd: Improve amd_iommu_release_device()
[PATCH v3 0/4] Add support for APPS SMMU on QCS615
2024-10-30 8:42 UTC (12+ messages)
` [PATCH v3 3/4] arm64: dts: qcom: qcs615: add the SCM node
` [PATCH v3 4/4] arm64: dts: qcom: qcs615: add the APPS SMMU node
[PATCH v5 00/13] iommufd: Add vIOMMU infrastructure (Part-2: vDEVICE)
2024-10-30 4:08 UTC (41+ 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 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 (8+ messages)
` [PATCH v4 2/3] iommu/arm-smmu-v3: Log better "
[PATCH 01/18] PCI/P2PDMA: refactor the p2pdma mapping helpers
2024-10-29 16:48 UTC (3+ messages)
[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 (4+ messages)
[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 v2] iommu/arm-smmu: Defer probe of clients after smmu device bound
2024-10-29 16:15 UTC (2+ messages)
[PATCH 02/18] dma-mapping: move the PCI P2PDMA mapping helpers to pci-p2pdma.h
2024-10-29 15:11 UTC (2+ messages)
[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 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 00/18] Provide a new two step DMA mapping API
2024-10-29 7:46 UTC (5+ messages)
` [PATCH 05/18] dma: Provide an interface to allow allocate IOVA
[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 (3+ messages)
` [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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox