Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2025-01-06 18:46:39 to 2025-01-13 05:38:00 UTC [more...]

[PATCH v5 00/14] iommufd: Add vIOMMU infrastructure (Part-3: vEVENTQ)
 2025-01-13  5:37 UTC  (43+ messages)
` [PATCH v5 01/14] iommufd: Keep OBJ/IOCTL lists in an alphabetical order
` [PATCH v5 02/14] iommufd/fault: Add an iommufd_fault_init() helper
` [PATCH v5 03/14] iommufd/fault: Move iommufd_fault_iopf_handler() to header
` [PATCH v5 04/14] iommufd: Abstract an iommufd_eventq from iommufd_fault
` [PATCH v5 05/14] iommufd: Rename fault.c to eventq.c
` [PATCH v5 06/14] iommufd: Add IOMMUFD_OBJ_VEVENTQ and IOMMUFD_CMD_VEVENTQ_ALLOC
` [PATCH v5 07/14] iommufd/viommu: Add iommufd_viommu_get_vdev_id helper
` [PATCH v5 08/14] iommufd/viommu: Add iommufd_viommu_report_event helper
` [PATCH v5 09/14] iommufd/selftest: Require vdev_id when attaching to a nested domain
` [PATCH v5 10/14] iommufd/selftest: Add IOMMU_TEST_OP_TRIGGER_VEVENT for vEVENTQ coverage
` [PATCH v5 11/14] iommufd/selftest: Add IOMMU_VEVENTQ_ALLOC test coverage
` [PATCH v5 12/14] Documentation: userspace-api: iommufd: Update FAULT and VEVENTQ
` [PATCH v5 13/14] iommu/arm-smmu-v3: Introduce struct arm_smmu_vmaster
` [PATCH v5 14/14] iommu/arm-smmu-v3: Report events that belong to devices attached to vIOMMU

[PATCH] iommu: Fix shift-out-of-bounds in iova_bitmap_offset_to_index()
 2025-01-12 12:39 UTC 

[PATCH] drviers/iommu/amd: support P2P access through IOMMU when SME is enabled
 2025-01-12  7:45 UTC 

[syzbot] [iommu?] UBSAN: shift-out-of-bounds in iova_bitmap_alloc
 2025-01-12  6:45 UTC 

[PATCH v8 0/2] Add dma coherent allocator abstraction
 2025-01-12  0:41 UTC  (18+ messages)
` [PATCH v8 1/2] rust: error: Add EOVERFLOW
` [PATCH v8 2/2] rust: add dma coherent allocator abstraction

[PATCH 0/3] iommu: omap: Simplify few things
 2025-01-11 19:00 UTC  (4+ messages)
` [PATCH 1/3] iommu: omap: Drop redundant check if ti,syscon-mmuconfig exists
` [PATCH 2/3] iommu: omap: Simplify returning syscon PTR_ERR
` [PATCH 3/3] iommu: omap: Use syscon_regmap_lookup_by_phandle_args

[PATCH] drviers/iommu/amd: support P2P access through IOMMU when SME is enabled
 2025-01-11 10:43 UTC  (2+ messages)

[PATCH RFCv2 00/13] iommu: Add MSI mapping support with nested SMMU
 2025-01-11  3:32 UTC  (14+ messages)
` [PATCH RFCv2 01/13] genirq/msi: Store the IOMMU IOVA directly in msi_desc instead of iommu_cookie
` [PATCH RFCv2 02/13] genirq/msi: Rename iommu_dma_compose_msi_msg() to msi_msg_set_msi_addr()
` [PATCH RFCv2 03/13] iommu: Make iommu_dma_prepare_msi() into a generic operation
` [PATCH RFCv2 04/13] irqchip: Have CONFIG_IRQ_MSI_IOMMU be selected by the irqchips that need it
` [PATCH RFCv2 05/13] iommu: Turn fault_data to iommufd private pointer
` [PATCH RFCv2 06/13] iommufd: Make attach_handle generic
` [PATCH RFCv2 07/13] iommufd: Implement sw_msi support natively
` [PATCH RFCv2 08/13] iommu: Turn iova_cookie to dma-iommu private pointer
` [PATCH RFCv2 09/13] iommufd: Add IOMMU_OPTION_SW_MSI_START/SIZE ioctls
` [PATCH RFCv2 10/13] iommufd/selftes: Add coverage for IOMMU_OPTION_SW_MSI_START/SIZE
` [PATCH RFCv2 11/13] iommufd/device: Allow setting IOVAs for MSI(x) vectors
` [PATCH RFCv2 12/13] vfio-iommufd: Provide another layer of msi_iova helpers
` [PATCH RFCv2 13/13] vfio/pci: Allow preset MSI IOVAs via VFIO_IRQ_SET_ACTION_PREPARE

[PATCH] iommu/riscv: Fixup compile warning
 2025-01-10 20:48 UTC  (6+ messages)

[PATCH] iommu/arm-smmu-v3: Use str_read_write helper w/ logs
 2025-01-10 17:47 UTC  (8+ messages)

[PATCH v2 0/7] iommu/amd: Cleanup some of the domain_alloc_paging path
 2025-01-10 16:35 UTC  (8+ messages)
` [PATCH v2 1/7] iommu/amd: Remove unused amd_iommu_domain_update()
` [PATCH v2 2/7] iommu/amd: Remove domain_alloc()
` [PATCH v2 3/7] iommu/amd: Remove dev == NULL checks
` [PATCH v2 4/7] iommu/amd: Remove type argument from do_iommu_domain_alloc() and related
` [PATCH v2 5/7] iommu/amd: Change amd_iommu_pgtable to use enum protection_domain_mode
` [PATCH v2 6/7] iommu/amd: Move the nid to pdom_setup_pgtable()
` [PATCH v2 7/7] iommu/amd: Fully decode all combinations of alloc_paging_flags

[PATCH RFC] iommu: fix wrong DMA ops for iommu device
 2025-01-10 13:29 UTC  (7+ messages)

[PATCH net-next v7 0/8] fix two bugs related to page_pool
 2025-01-10 13:07 UTC  (7+ messages)
` [PATCH net-next v7 3/8] page_pool: fix IOMMU crash when driver has already unbound
` [PATCH net-next v7 4/8] page_pool: support unlimited number of inflight pages
` [PATCH net-next v7 5/8] page_pool: skip dma sync operation for "
` [PATCH net-next v7 6/8] page_pool: use list instead of ptr_ring for ring cache
` [PATCH net-next v7 7/8] page_pool: batch refilling pages to reduce atomic operation
` [PATCH net-next v7 8/8] page_pool: use list instead of array for alloc cache

[Regression] File corruptions on SSD in 1st M.2 socket of AsRock X600M-STX
 2025-01-10 11:17 UTC  (7+ messages)
      ` [Bug 219609] File corruptions on SSD in 1st M.2 socket of AsRock X600M-STX + Ryzen 8700G

[PATCH v6 00/14] iommufd support pasid attach/replace
 2025-01-10  7:38 UTC  (26+ messages)
` [PATCH v6 01/14] iommu: Introduce a replace API for device pasid
` [PATCH v6 04/14] iommufd: Always pass iommu_attach_handle to iommu core
` [PATCH v6 05/14] iommufd: Pass pasid through the device attach/replace path
` [PATCH v6 06/14] iommufd: Mark PASID-compatible domain
` [PATCH v6 07/14] iommufd: Support pasid attach/replace
` [PATCH v6 08/14] iommufd: Enforce PASID-compatible domain for RID
` [PATCH v6 09/14] iommu/vt-d: Add IOMMU_HWPT_ALLOC_PASID support

Not fully traversing iova reservations bug
 2025-01-10  6:19 UTC 

[PATCH 0/7] iommu/amd: Cleanup some of the domain_alloc_paging path
 2025-01-09 17:18 UTC  (3+ messages)

[PATCH 7/7] iommu/amd: Fully decode all combinations of alloc_paging_flags
 2025-01-09 17:17 UTC  (3+ messages)

[PATCH] dt-bindings: Correct indentation and style in DTS example
 2025-01-09  9:24 UTC  (4+ messages)

[PATCH v7 0/2] Add dma coherent allocator abstraction
 2025-01-09  8:44 UTC  (6+ messages)
` [PATCH v7 2/2] rust: add "

[PATCH 0/2] Add support for GPU SMMU on QCS615
 2025-01-08 22:34 UTC  (3+ messages)
` [PATCH 2/2] arm64: dts: qcom: qcs615: add the GPU SMMU node

[RFC PATCH v2 00/58] KVM: Arm SMMUv3 driver for pKVM
 2025-01-08 12:13 UTC  (12+ messages)
` [RFC PATCH v2 55/58] drivers/iommu: Add deferred map_sg operations

[PATCH net-next v6 0/8] fix two bugs related to page_pool
 2025-01-08  9:36 UTC  (8+ messages)
` [PATCH net-next v6 8/8] page_pool: use list instead of array for alloc cache

[bug report] iommufd: Do not UAF during iommufd_put_object()
 2025-01-08  9:13 UTC 

[PATCH v2] iommu/arm-smmu-qcom: Only enable stall on smmu-v2
 2025-01-07 22:43 UTC  (8+ messages)

[PATCH v2 3/8] iommu/amd: Add debugfs support to dump IOMMU Capability registers
 2025-01-07 20:18 UTC  (3+ messages)

[PATCH 1/1] iommu/amd: Preserve default DTE fields when updating Host Page Table Root
 2025-01-07 18:01 UTC  (5+ messages)

[PATCH v11 0/4] io-pgtable-arm + drm/msm: Extend iova fault debugging
 2025-01-07 16:42 UTC  (5+ messages)

[PATCH v18 0/5] iommu/arm-smmu: introduction of ACTLR implementation for Qualcomm SoCs
 2025-01-07 16:42 UTC  (6+ messages)

[PATCH][v2] iommu: move the adding group info to proper place
 2025-01-07 13:46 UTC  (5+ messages)
  ` 答复: [外部邮件] "

[PATCH v6 0/2] iommu/arm-smmu-v3: Parse out event records
 2025-01-07 13:00 UTC  (4+ messages)

[PATCH 6/7] iommu/amd: Move the nid to pdom_setup_pgtable()
 2025-01-07  9:43 UTC  (2+ messages)

[PATCH 5/7] iommu/amd: Change amd_iommu_pgtable to use enum protection_domain_mode
 2025-01-07  9:39 UTC  (2+ messages)

[PATCH 0/5] [PULL REQUEST] Intel IOMMU updates for v6.14
 2025-01-07  8:32 UTC  (7+ messages)
` [PATCH 1/5] iommu/vt-d: Avoid use of NULL after WARN_ON_ONCE
` [PATCH 2/5] iommu/vt-d: Remove domain_alloc_paging()
` [PATCH 3/5] iommu/vt-d: Remove iommu cap audit
` [PATCH 4/5] iommu/vt-d: Draining PRQ in sva unbind path when FPD bit set
` [PATCH 5/5] iommu/vt-d: Link cache tags of same iommu unit together

[PATCH v4 00/14] iommufd: Add vIOMMU infrastructure (Part-3: vEVENTQ)
 2025-01-07  6:27 UTC  (9+ messages)
` [PATCH v4 14/14] iommu/arm-smmu-v3: Report events that belong to devices attached to vIOMMU

[PATCH v2 2/8] iommu/amd: Add debugfs support to dump IOMMU MMIO registers
 2025-01-07  5:27 UTC  (2+ messages)

[PATCH v2 1/8] iommu/amd: Refactor AMD IOMMU debugfs initial setup
 2025-01-07  5:01 UTC  (2+ messages)


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