messages from 2025-03-04 14:26:36 to 2025-03-07 19:03:52 UTC [more...]
[PATCH v12 0/3] rust: add dma coherent allocator abstraction
2025-03-07 19:03 UTC (21+ messages)
` [PATCH v12 2/3] "
[PATCH v3 0/5] Convert virtio-iommu to domain_alloc_paging()
2025-03-07 18:17 UTC (6+ messages)
` [PATCH v3 1/5] iommu/virtio: Break out bypass identity support into a global static
` [PATCH v3 2/5] iommu: Add domain_alloc_identity()
` [PATCH v3 3/5] iommu/virtio: Move to domain_alloc_paging()
` [PATCH v3 4/5] iommu: Do not call domain_alloc() in iommu_sva_domain_alloc()
` [PATCH v3 5/5] iommu: Hide ops.domain_alloc behind CONFIG_FSL_PAMU
[PATCH v13 0/7] rust: add dma coherent allocator abstraction
2025-03-07 17:53 UTC (14+ messages)
` [PATCH v13 1/7] rust: error: Add EOVERFLOW
` [PATCH v13 2/7] rust: add dma coherent allocator abstraction
` [PATCH v13 3/7] rust: pci: impl AsMut<Device> for pci::Device
` [PATCH v13 4/7] rust: device: add dma addressing capabilities
` [PATCH v13 5/7] samples: rust: add Rust dma test sample driver
` [PATCH v13 6/7] MAINTAINERS: add entry for Rust dma mapping helpers device driver API
` [PATCH v13 7/7] rust: dma: add as_slice/write functions for CoherentAllocation
[PATCH v4 0/3] iommu: Clean up cookie and sw_msi in struct iommu_domain
2025-03-07 15:32 UTC (9+ messages)
` [PATCH v4 1/3] iommu: Sort out domain user data
` [PATCH v4 2/3] iommufd: Move iommufd_sw_msi and related functions to driver.c
` [PATCH v4 3/3] iommu: Drop sw_msi from iommu_domain
[RFC PATCH v2 00/22] TSM: Secure VFIO, TDISP, SEV TIO
2025-03-07 15:17 UTC (19+ messages)
` [RFC PATCH v2 14/22] iommufd: Add TIO calls
[PATCH v2 0/4] iommu: Fix the longstanding probe issues
2025-03-07 14:24 UTC (8+ messages)
` [PATCH v2 2/4] iommu: Resolve ops in iommu_init_device()
` [PATCH v2 3/4] iommu: Keep dev->iommu state consistent
` [PATCH v2 4/4] iommu: Get DT/ACPI parsing into the proper probe path
[PATCH net-next v11 0/4] fix the DMA API misuse problem for page_pool
2025-03-07 14:15 UTC (5+ messages)
` [PATCH net-next v11 2/4] page_pool: fix IOMMU crash when driver has already unbound
` [PATCH net-next v11 3/4] page_pool: support unlimited number of inflight pages
` [PATCH net-next v11 4/4] page_pool: skip dma sync operation for "
[PATCH 00/11] Various dt-bindings fixes
2025-03-07 11:07 UTC (21+ messages)
` [PATCH 01/11] dt-bindings: iommu: qcom,iommu: Add optional TBU clock
` [PATCH 02/11] dt-bindings: display: msm: sm8350-mdss: Describe the CPU-CFG icc path
` [PATCH 03/11] dt-bindings: power: qcom,kpss-acc-v2: Add MSM8916 compatible
` [PATCH 04/11] arm64: dts: qcom: msm8916: Fix KPSS ACC compatible
` [PATCH 05/11] arm64: dts: qcom: sdx75: Fix up the USB interrupt description
` [PATCH 06/11] arm64: dts: qcom: sdx75: Rename AOSS_QMP to power-management
` [PATCH 07/11] arm64: dts: qcom: qcs615: "
` [PATCH 08/11] arm64: dts: qcom: sc8180x: "
` [PATCH 09/11] arm64: dts: qcom: x1e80100-dell-xps13-9345: Drop clock-names from PS8830
` [PATCH 10/11] arm64: dts: qcom: x1e80100-romulus: "
` [PATCH 11/11] arm64: dts: qcom: x1e001de-devkit: "
[PATCH 0/4] iommu/amd: Enable support for up to 2K interrupts per
2025-03-07 9:58 UTC (5+ messages)
` [PATCH 1/4] iommu/amd: Introduce generic function to set multibit feature value
` [PATCH 2/4] iommu/amd: Replace slab cache allocator with page allocator
` [PATCH 3/4] iommu/amd: Rename DTE_INTTABLEN* and MAX_IRQS_PER_TABLE macro
` [PATCH 4/4] iommu/amd: Enable support for up to 2K interrupts per function
[PATCH v12 2/3] rust: add dma coherent allocator abstraction
2025-03-07 8:43 UTC (25+ messages)
` Allow data races on some read/write operations
[PATCH v3 0/8] Introduce debugfs support in IOMMU
2025-03-07 8:17 UTC (2+ messages)
[PATCH] dma-mapping: fix missing clear bdr in check_ram_in_range_map()
2025-03-07 3:03 UTC
[RFC] iommufd: Use accurate dev_id in the PRI forwarding path
2025-03-07 1:32 UTC (12+ messages)
[PATCH v3 0/3] iommu: Clean up cookie and sw_msi in struct iommu_domain
2025-03-06 20:10 UTC (16+ messages)
` [PATCH v3 1/3] iommu: Sort out domain user data
` [PATCH v3 2/3] iommufd: Move iommufd_sw_msi and related functions to driver.c
` [PATCH v3 3/3] iommu: Drop sw_msi from iommu_domain
[PATCH] s390/pci: Fix dev.dma_range_map missing sentinel element
2025-03-06 15:41 UTC (2+ messages)
[PATCH net-next v10 0/4] fix the DMA API misuse problem for page_pool
2025-03-06 11:32 UTC (7+ messages)
` [PATCH net-next v10 3/4] page_pool: support unlimited number of inflight pages
` [PATCH net-next v10 4/4] page_pool: skip dma sync operation for "
[PATCH] iommufd: Set domain->iommufd_hwpt in all hwpt->domain allocators
2025-03-06 10:31 UTC (3+ messages)
[PATCH 0/3] dma mapping benchmark: add support for dma_map_sg
2025-03-06 9:28 UTC (7+ messages)
` [PATCH 2/3] dma-mapping: "
` 回复: "
[PATCH 6.6.y] iommu/amd: Fixes refcount bug in iommu_v2 driver
2025-03-06 7:01 UTC (2+ messages)
[PATCH v2] iommufd: Fail replace if device has not been attached
2025-03-06 3:48 UTC
[PATCH] iommu/amd: Add Secure ATS support
2025-03-06 2:41 UTC (26+ messages)
[PATCH] [arm64/tlb] Fix mmu notifiers for range-based invalidates
2025-03-05 23:49 UTC (4+ messages)
[PATCH v4 0/5] iommu/arm-smmu, drm/msm: Fixes for stall-on-fault
2025-03-05 19:56 UTC (13+ messages)
` [PATCH v4 1/5] iommu/arm-smmu: Save additional information on context fault
` [PATCH v4 2/5] iommu/arm-smmu-qcom: Don't read fault registers directly
` [PATCH v4 3/5] iommu/arm-smmu: Fix spurious interrupts with stall-on-fault
` [PATCH v4 4/5] iommu/arm-smmu-qcom: Make set_stall work when the device is on
` [PATCH v4 5/5] drm/msm: Temporarily disable stall-on-fault after a page fault
[PATCH v1 0/4] iommu/arm-smmu-v3: Allocate vmid per vsmmu instead of s2_parent
2025-03-05 19:46 UTC (19+ messages)
` [PATCH v1 1/4] iommu/arm-smmu-v3: Pass in vmid to arm_smmu_make_s2_domain_ste()
` [PATCH v1 2/4] iommu/arm-smmu-v3: Share arm_smmu_cmdq_issue_cmd_with_sync() with vsmmu
` [PATCH v1 3/4] iommu/arm-smmu-v3: Decouple vmid from S2 nest_parent domain
` [PATCH v1 4/4] iommu/arm-smmu-v3-iommufd: Allow a shared s2_parent to allocate vSMMU
[PATCH] iommu: Unexport iommu_fwspec_free()
2025-03-05 18:29 UTC (2+ messages)
[PATCH] iommu/dma: Remove redundant locking
2025-03-05 17:30 UTC (2+ messages)
[PATCH v2 00/12] iommu: Remove IOMMU_DEV_FEAT_SVA/_IOPF
2025-03-05 5:36 UTC (6+ messages)
` [PATCH v2 06/12] iommu/vt-d: Cleanup intel_context_flush_present()
[PATCH] iommufd: Fail replace if device has not been attached
2025-03-05 3:12 UTC (3+ messages)
[PATCH v8 00/12] iommufd support pasid attach/replace
2025-03-05 2:38 UTC (9+ messages)
` [PATCH v8 02/12] iommu: Introduce a replace API for device pasid
` [PATCH v8 09/12] iommufd: Allow allocating PASID-compatible domain
[PATCH v2 0/4] Initial BBML2 support for contpte_convert()
2025-03-04 16:19 UTC (15+ messages)
` [PATCH v2 1/4] arm64: Add BBM Level 2 cpu feature
` [PATCH v2 4/4] iommu/arm: Add BBM Level 2 smmu feature
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