Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2025-03-14 02:49:27 to 2025-03-18 20:17:54 UTC [more...]

[PATCH v14 00/11] rust: add dma coherent allocator abstraction
 2025-03-18 20:17 UTC  (15+ messages)
` [PATCH v14 02/11] "
` [PATCH v14 03/11] samples: rust: add Rust dma test sample driver
` [PATCH v14 06/11] rust: dma: add dma addressing capabilities
` [PATCH v14 09/11] rust: dma: use `dma::Device` in `CoherentAllocation`

[PATCH v4 0/8] iommu: Remove IOMMU_DEV_FEAT_SVA/_IOPF
 2025-03-18 19:50 UTC  (16+ messages)
` [PATCH v4 3/8] iommu/vt-d: Put iopf enablement in domain attach path
` [PATCH v4 4/8] iommufd/selftest: "
` [PATCH v4 5/8] dmaengine: idxd: Remove unnecessary IOMMU_DEV_FEAT_IOPF

[PATCH v9 00/21] iommufd support pasid attach/replace
 2025-03-18 19:24 UTC  (39+ messages)
` [PATCH v9 01/21] iommu: Clear handle->domain in detach
` [PATCH v9 02/21] iommu: Wrap pasid_array entry creation and setting
` [PATCH v9 03/21] iommu: Introduce a replace API for device pasid
` [PATCH v9 05/21] iommufd/device: Only add reserved_iova in non-pasid path
` [PATCH v9 06/21] iommufd/device: Replace idev->igroup with local variable
` [PATCH v9 07/21] iommufd/device: Check !igroup->hwpt in iommufd_device_attach_reserved_iova()
` [PATCH v9 08/21] iommufd/device: Lift iommufd_attach_handle handling to upper level helpers
` [PATCH v9 11/21] iommufd/device: Move attached device tracking to handle
` [PATCH v9 12/21] iommufd/device: Add pasid_attach array to track per-PASID attach
` [PATCH v9 14/21] iommufd: Support pasid attach/replace
` [PATCH v9 15/21] iommufd: Enforce PASID-compatible domain for RID
` [PATCH v9 17/21] iommufd: Allow allocating PASID-compatible domain

[PATCH] iommu/rockchip: Add flush_iotlb_all ops
 2025-03-18 18:40 UTC  (2+ messages)

[PATCH v2 0/4] iommu: Fix the longstanding probe issues
 2025-03-18 17:24 UTC  (11+ messages)
` [PATCH v2 4/4] iommu: Get DT/ACPI parsing into the proper probe path

[PATCH] iommufd: Fix vEVENTQ kdoc
 2025-03-18 17:18 UTC  (2+ messages)

[PATCH] iommufd: Fix IOMMU_VEVENTQ_FLAG_LOST_EVENTS kdoc
 2025-03-18 16:26 UTC  (2+ messages)

[PATCH v4 0/5] iommu/arm-smmu, drm/msm: Fixes for stall-on-fault
 2025-03-18 15:47 UTC  (18+ messages)
` [PATCH v4 1/5] iommu/arm-smmu: Save additional information on context fault
` [PATCH v4 4/5] iommu/arm-smmu-qcom: Make set_stall work when the device is on

[PATCH v15 00/11] rust: add dma coherent allocator abstraction
 2025-03-18 15:37 UTC  (18+ messages)
  ` [PATCH v15 01/11] rust: error: Add EOVERFLOW
  ` [PATCH v15 02/11] rust: add dma coherent allocator abstraction
  ` [PATCH v15 03/11] samples: rust: add Rust dma test sample driver
  ` [PATCH v15 04/11] MAINTAINERS: add entry for Rust dma mapping helpers device driver API
  ` [PATCH v15 05/11] rust: dma: implement `dma::Device` trait
  ` [PATCH v15 06/11] rust: dma: add dma addressing capabilities
  ` [PATCH v15 07/11] rust: pci: implement the `dma::Device` trait
  ` [PATCH v15 08/11] rust: platform: "
  ` [PATCH v15 09/11] rust: dma: use `dma::Device` in `CoherentAllocation`
  ` [PATCH v15 10/11] rust: samples: dma: set DMA mask
  ` [PATCH v15 11/11] rust: dma: add as_slice/write functions for CoherentAllocation

[PATCH v12 2/3] rust: add dma coherent allocator abstraction
 2025-03-18 14:44 UTC  (15+ messages)
` Allow data races on some read/write operations

[PATCH net-next 3/3] page_pool: Track DMA-mapped pages and unmap them when destroying the pool
 2025-03-18 12:39 UTC  (3+ messages)

[PATCH v3 00/23] iommu: Further abstract iommu-pages
 2025-03-18 10:57 UTC  (6+ messages)
` [PATCH v3 20/23] iommu: Update various drivers to pass in lg2sz instead of order to iommu pages

[PATCH v2 0/4] iommu/amd: Enable support for up to 2K interrupts per function
 2025-03-18  6:31 UTC  (5+ messages)
` [PATCH v2 1/4] iommu/amd: Introduce generic function to set multibit feature value
` [PATCH v2 2/4] iommu/amd: Replace slab cache allocator with page allocator
` [PATCH v2 3/4] iommu/amd: Rename DTE_INTTABLEN* and MAX_IRQS_PER_TABLE macro
` [PATCH v2 4/4] iommu/amd: Enable support for up to 2K interrupts per function

[PATCH v4 0/3] iommu: Clean up cookie and sw_msi in struct iommu_domain
 2025-03-17 20:21 UTC  (8+ 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

[PATCH v8 00/14] iommufd: Add vIOMMU infrastructure (Part-3: vEVENTQ)
 2025-03-17 19:27 UTC  (7+ messages)
` [PATCH v8 12/14] iommu/arm-smmu-v3: Introduce struct arm_smmu_vmaster

[PATCH v9 00/14] iommufd: Add vIOMMU infrastructure (Part-3: vEVENTQ)
 2025-03-17 18:49 UTC  (2+ messages)

[PATCH v3 00/12] iommu: Remove IOMMU_DEV_FEAT_SVA/_IOPF
 2025-03-17 15:49 UTC  (5+ messages)
` [PATCH v3 01/12] iommu/arm-smmu-v3: Put iopf enablement in the domain attach path

[PATCH v8 00/12] iommufd support pasid attach/replace
 2025-03-17 15:35 UTC  (7+ messages)
` [PATCH v8 09/12] iommufd: Allow allocating PASID-compatible domain

[PATCH v4 0/6] Initial support of MSM8937 and Xiaomi Redmi 3S
 2025-03-17 15:18 UTC  (13+ messages)
` [PATCH v4 1/6] dt-bindings: clock: qcom: Add MSM8937 Global Clock Controller
` [PATCH v4 2/6] clk: qcom: gcc: Add support for Global Clock controller found on MSM8937
` [PATCH v4 3/6] dt-bindings: drm/msm/gpu: Document AON clock for A505/A506/A510
` [PATCH v4 4/6] arm64: dts: qcom: Add initial support for MSM8937
` [PATCH v4 5/6] dt-bindings: arm: qcom: Add Xiaomi Redmi 3S
` [PATCH v4 6/6] arm64: dts: "

[PATCH v7 00/17] Provide a new two step DMA mapping API
 2025-03-17 13:44 UTC  (10+ messages)
` [PATCH v7 03/17] iommu: generalize the batched sync after map interface

[PATCH] [arm64/tlb] Fix mmu notifiers for range-based invalidates
 2025-03-17 13:07 UTC  (2+ messages)

[PATCH v4 0/8] Introduce debugfs support in IOMMU
 2025-03-17 11:58 UTC  (9+ messages)
` [PATCH v4 1/8] iommu/amd: Refactor AMD IOMMU debugfs initial setup
` [PATCH v4 2/8] iommu/amd: Add debugfs support to dump IOMMU MMIO registers
` [PATCH v4 3/8] iommu/amd: Add debugfs support to dump IOMMU Capability registers
` [PATCH v4 4/8] iommu/amd: Add debugfs support to dump IOMMU command buffer
` [PATCH v4 5/8] iommu/amd: Add support for device id user input
` [PATCH v4 6/8] iommu/amd: Add debugfs support to dump device table
` [PATCH v4 7/8] iommu/amd: Add debugfs support to dump IRT Table
` [PATCH v4 8/8] iommu/amd: Add documentation for AMD IOMMU debugfs support

[PATCH 0/3] Rockchip IOMMU fixes
 2025-03-17 11:55 UTC  (4+ messages)

[PATCH v3 0/8] Introduce debugfs support in IOMMU
 2025-03-17 11:26 UTC  (16+ messages)
` [PATCH v3 2/8] iommu/amd: Add debugfs support to dump IOMMU MMIO registers
` [PATCH v3 3/8] iommu/amd: Add debugfs support to dump IOMMU Capability registers
` [PATCH v3 4/8] iommu/amd: Add debugfs support to dump IOMMU command buffer
` [PATCH v3 5/8] iommu/amd: Add support for device id user input
` [PATCH v3 7/8] iommu/amd: Add debugfs support to dump IRT Table

[PATCH] iommu/amd: Add Secure ATS support
 2025-03-17  8:56 UTC  (26+ messages)

[PATCH 0/2] iommu/amd: two tiny cleanups
 2025-03-17  6:43 UTC  (3+ messages)
` [PATCH 1/2] iommu/amd: Delete unnecessary NULL check
` [PATCH 2/2] iommu/amd: Return a literal in init_gcr3_table()

[PATCH 1/1] iommu/vt-d: Fix possible circular locking dependency
 2025-03-17  5:54 UTC  (2+ messages)

[PATCH] iommu/amd: Add support for HTRangeIgnore feature
 2025-03-17  5:50 UTC 

Regression on drm-tip
 2025-03-17  4:04 UTC  (8+ messages)

[RFC PATCH v2 00/22] TSM: Secure VFIO, TDISP, SEV TIO
 2025-03-17  2:32 UTC  (16+ messages)
` [RFC PATCH v2 06/22] KVM: X86: Define tsm_get_vmid
` [RFC PATCH v2 10/22] KVM: SVM: Add uAPI to change RMP for MMIO
` [RFC PATCH v2 14/22] iommufd: Add TIO calls

[PATCH] PCI: declare quirk_huawei_pcie_sva as FIXUP_HEADER
 2025-03-17  1:13 UTC  (12+ messages)
` [PATCH v2] PCI: Declare quirk_huawei_pcie_sva() as pci_fixup_header
  ` [PATCH v3] "

Patch "Fix mmu notifiers for range-based invalidates" has been added to the 6.13-stable tree
 2025-03-16  8:02 UTC 

Patch "Fix mmu notifiers for range-based invalidates" has been added to the 6.12-stable tree
 2025-03-16  8:02 UTC 

[bug report] iommu/amd: Replace slab cache allocator with page allocator
 2025-03-15 10:24 UTC  (2+ messages)

[bug report] iommu/amd: Enable support for up to 2K interrupts per function
 2025-03-15 10:04 UTC 

[PATCH] iommu/amd: Fix a stale comment about which legacy mode is user visible
 2025-03-15  3:21 UTC 

[PATCH] iommu/amd: Ensure GA log notifier callbacks finish running before module unload
 2025-03-15  3:10 UTC 

[PATCH] iommu/amd: Explicitly bail from enable_iommus_vapic() when in legacy mode
 2025-03-15  3:09 UTC 

[PATCH 0/2] iommu/vt-d: Fix posted vCPU vs. posted MSI bugs
 2025-03-15  2:51 UTC  (3+ messages)
` [PATCH 1/2] iommu/vt-d: Put IRTE back into posted MSI mode if vCPU posting is disabled
` [PATCH 2/2] iommu/vt-d: Don't clobber posted vCPU IRTE when host IRQ affinity changes

[PATCH] iommu: apple-dart: fix potential null pointer deref
 2025-03-14 23:51 UTC  (2+ messages)

NFS Server Issues with RDMA in Kernel 6.13.6
 2025-03-14 20:26 UTC  (4+ messages)

[PATCH v6 0/2] Add support for GPU SMMU on QCS8300
 2025-03-14 20:01 UTC  (2+ messages)
` (subset) "

[PATCH 00/11] Various dt-bindings fixes
 2025-03-14 20:00 UTC  (6+ messages)
` [PATCH 03/11] dt-bindings: power: qcom,kpss-acc-v2: Add MSM8916 compatible
` (subset) [PATCH 00/11] Various dt-bindings fixes

[PATCH v3 0/3] Initial BBML2 support for contpte_convert()
 2025-03-14 13:12 UTC  (12+ messages)
` [PATCH v3 1/3] arm64: Add BBM Level 2 cpu feature

Regression on linux-next (next-20250312)
 2025-03-14  9:48 UTC  (3+ messages)

[PATCH v2 00/10] drm/msm: add support for SAR2130P
 2025-03-14  6:09 UTC  (11+ messages)
` [PATCH v2 01/10] dt-bindings: display/msm: dp-controller: describe SAR2130P
` [PATCH v2 02/10] dt-bindings: display/msm: dsi-controller-main: "
` [PATCH v2 03/10] dt-bindings: display/msm: dsi-phy-7nm: "
` [PATCH v2 04/10] dt-bindings: display/msm: qcom,sc7280-dpu: "
` [PATCH v2 05/10] dt-bindings: display/msm: Add Qualcomm SAR2130P
` [PATCH v2 06/10] drm/msm/mdss: add SAR2130P device configuration
` [PATCH v2 07/10] drm/msm/dsi/phy: add configuration for SAR2130P
` [PATCH v2 08/10] drm/msm/dpu: add catalog entry "
` [PATCH v2 09/10] iommu/arm-smmu-qcom: Add SAR2130P MDSS compatible
` [PATCH v2 10/10] arm64: dts: qcom: sar2130p: add display nodes


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