Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2025-05-06 16:14:28 to 2025-05-12 20:10:15 UTC [more...]

[RFC PATCH 0/2] scatterlist rust bindings
 2025-05-12 20:10 UTC  (8+ messages)
` [RFC PATCH 1/2] rust: add initial scatterlist bindings
` [RFC PATCH 2/2] samples: rust: add sample code for "

[PATCH v3] iommu/amd: Allow matching ACPI HID devices without matching UIDs
 2025-05-12 17:30 UTC 

[RESEND PATCH v6 0/3] Initial BBML2 support for contpte_convert()
 2025-05-12 17:17 UTC  (15+ messages)
` [RESEND PATCH v6 1/3] arm64: Add BBM Level 2 cpu feature

[PATCH 17/33] dt-bindings: nvmem: qfprom: Add the SM7150 compatible
 2025-05-12 16:55 UTC  (14+ messages)
` [PATCH 20/33] dt-bindings: i2c: qcom-cci: "
` [PATCH 21/33] dt-bindings: clock: qcom-rpmhcc: "
` [PATCH 23/33] dt-bindings: arm-smmu: "
` [PATCH 24/33] dt-bindings: clock: qcom,gpucc: "
` [PATCH 25/33] dt-bindings: remoteproc: qcom: sc7180-pas: "
` [PATCH 26/33] remoteproc: qcom: pas: Add SM7150 remoteproc support
` (subset) [PATCH 17/33] dt-bindings: nvmem: qfprom: Add the SM7150 compatible

[PATCH v2 00/19] iommufd: Add VIOMMU infrastructure (Part-1)
 2025-05-12 15:31 UTC  (17+ messages)
` [PATCH v2 06/19] iommufd/viommu: Add IOMMU_VIOMMU_SET/UNSET_VDEV_ID ioctl

[PATCH 0/2] PCI: Clean up match_driver flag usage
 2025-05-12 13:28 UTC  (3+ messages)
` [PATCH 1/2] Revert "iommu/amd: Prevent binding other PCI drivers to IOMMU PCI devices"

[PATCHv3 0/6] make vendor specific subdirectory inclusion conditional
 2025-05-12 13:15 UTC  (7+ messages)
` [PATCH 1/6] iommu: remove duplicate selection of DMAR_TABLE
` [PATCH 2/6] iommu: make inclusion of intel directory conditional
` [PATCH 3/6] iommu: make inclusion of amd "
` [PATCH 4/6] iommu: make inclusion of riscv "
` [PATCH 5/6] iommu: make inclusion of arm/arm-smmu-v3 "
` [PATCH 6/6] iommu: make inclusion of iommufd "

[PATCH v2] iommu/amd: Allow matching ACPI HID devices without matching UIDs
 2025-05-12 13:13 UTC  (3+ messages)

[REGRESSION] on linux-next (next-20250507)
 2025-05-12 12:21 UTC  (2+ messages)

[REGRESSION] applespi from 6.12 onwards
 2025-05-12 12:16 UTC  (12+ messages)

[PATCH v10 00/24] Provide a new two step DMA mapping API
 2025-05-12 10:07 UTC  (2+ messages)
` (subset) "

[PATCH v2] xen: swiotlb: Wire up map_resource callback
 2025-05-12  7:14 UTC 

[PATCH v2 0/2] iommu/vt-d: Use ida for domain ID management
 2025-05-12  6:37 UTC  (6+ messages)
` [PATCH v2 1/2] iommu/vt-d: Use ida to manage domain id
` [PATCH v2 2/2] iommu/vt-d: Replace spin_lock with mutex to protect domain ida

[PATCH] iommu/vt-d: Restore WO permissions on second-level paging entries
 2025-05-12  6:36 UTC  (2+ messages)

[PATCH 0/2] iommu/amd: Support for HATdis and HATS features
 2025-05-12  6:30 UTC  (12+ messages)
` [PATCH 1/2] iommu/amd: Add HATDis feature support
` [PATCH 2/2] iommu/amd: Add efr[HATS] max v1 page table level

[PATCH v2 0/2] iommu/amd: Support for HATdis and HATS features
 2025-05-12  5:50 UTC  (5+ messages)
` [PATCH v2 1/2] iommu/amd: Add HATDis feature support
` [PATCH v2 2/2] iommu/amd: Add efr[HATS] max v1 page table level

[PATCH v1 0/3] Improve ATS Support Check in IOMMU/VT-d
 2025-05-12  3:45 UTC  (12+ messages)
` [PATCH v1 1/3] iommu/vt-d: Eliminate pci_physfn() in dmar_find_matched_satc_unit()
` [PATCH v1 2/3] iommu/vt-d: Change dmar_ats_supported() to return boolean
` [PATCH v1 3/3] iommu/vt-d: Fix ATS support check for integrated endpoints

[PATCH v4 00/23] iommufd: Add vIOMMU infrastructure (Part-4 HW QUEUE)
 2025-05-09 19:30 UTC  (26+ messages)
` [PATCH v4 01/23] iommufd/viommu: Add driver-allocated vDEVICE support
` [PATCH v4 02/23] iommu: Pass in a driver-level user data structure to viommu_alloc op
` [PATCH v4 03/23] iommufd/viommu: Allow driver-specific user data for a vIOMMU object
` [PATCH v4 04/23] iommu: Add iommu_copy_struct_to_user helper
` [PATCH v4 05/23] iommufd/driver: Let iommufd_viommu_alloc helper save ictx to viommu->ictx
` [PATCH v4 06/23] iommufd/driver: Add iommufd_struct_destroy to revert iommufd_viommu_alloc
` [PATCH v4 07/23] iommufd/selftest: Support user_data in mock_viommu_alloc
` [PATCH v4 08/23] iommufd/selftest: Add covearge for viommu data
` [PATCH v4 09/23] iommufd: Abstract iopt_pin_pages and iopt_unpin_pages helpers
` [PATCH v4 10/23] iommufd/viommu: Introduce IOMMUFD_OBJ_HW_QUEUE and its related struct
` [PATCH v4 11/23] iommufd/viommu: Add IOMMUFD_CMD_HW_QUEUE_ALLOC ioctl
` [PATCH v4 12/23] iommufd/driver: Add iommufd_hw_queue_depend/undepend() helpers
` [PATCH v4 13/23] iommufd/selftest: Add coverage for IOMMUFD_CMD_HW_QUEUE_ALLOC
` [PATCH v4 14/23] iommufd: Add mmap interface
` [PATCH v4 15/23] iommufd/selftest: Add coverage for the new "
` [PATCH v4 16/23] Documentation: userspace-api: iommufd: Update HW QUEUE
` [PATCH v4 17/23] iommu/arm-smmu-v3-iommufd: Add vsmmu_alloc impl op
` [PATCH v4 18/23] iommu/arm-smmu-v3-iommufd: Support implementation-defined hw_info
` [PATCH v4 19/23] iommu/tegra241-cmdqv: Use request_threaded_irq
` [PATCH v4 20/23] iommu/tegra241-cmdqv: Simplify deinit flow in tegra241_cmdqv_remove_vintf()
` [PATCH v4 21/23] iommu/tegra241-cmdqv: Do not statically map LVCMDQs
` [PATCH v4 22/23] iommu/tegra241-cmdqv: Add user-space use support
` [PATCH v4 23/23] iommu/tegra241-cmdqv: Add IOMMU_VEVENTQ_TYPE_TEGRA241_CMDQV support

[PATCH v3 00/23] iommufd: Add vIOMMU infrastructure (Part-4 vQUEUE)
 2025-05-09 11:52 UTC  (12+ messages)
` [PATCH v3 11/23] iommufd/viommu: Add IOMMUFD_CMD_VQUEUE_ALLOC ioctl

[PATCH 0/2] xen: swiotlb: 2 fixes SoCs w/o IOMMU (e.g. iMX8QXP)
 2025-05-09  7:48 UTC  (10+ messages)
` [PATCH 1/2] xen: swiotlb: Use swiotlb bouncing if kmalloc allocation demands it
` [PATCH 2/2] xen: swiotlb: Implement map_resource callback

[PATCH v3 0/4]{topost} dma-mapping: benchmark: Add support for dma_map_sg
 2025-05-09  6:49 UTC  (13+ messages)
` [PATCH v3 1/4] dma-mapping: benchmark: Add padding to ensure uABI remained consistent
` [PATCH v3 2/4] dma-mapping: benchmark: modify the framework to adapt to more map modes
` [PATCH v3 3/4] dma-mapping: benchmark: add support for dma_map_sg
` [PATCH v3 4/4] selftests/dma: Add dma_map_sg support

[PATCH v2 13/22] iommufd: Add mmap interface
 2025-05-08 17:14 UTC  (18+ messages)

[PATCH v3 0/3] media: fix incorrect use of dma_sync_sg_*() calls
 2025-05-08 14:42 UTC  (8+ messages)
  ` [PATCH v3 1/3] media: videobuf2: use sgtable-based scatterlist wrappers
  ` [PATCH v3 2/3] udmabuf: "
    ` [Linaro-mm-sig] "
  ` [PATCH v3 3/3] media: omap3isp: "

[PATCH 0/4] mt8395/mt6359: Fix several dtb-check errors
 2025-05-08  8:34 UTC  (7+ messages)
` [PATCH 1/4] dt-bindings: mfd: mediatek: mt6397: Add #sound-dai-cells property
` [PATCH 2/4] dt-bindings: iommu: mediatek: mt8195 Accept up to 5 interrupts

[PATCH v3 rc] iommu: Skip PASID validation for devices without PASID capability
 2025-05-08  0:21 UTC  (5+ messages)

[PATCH v2 00/22] iommufd: Add vIOMMU infrastructure (Part-4 vCMDQ)
 2025-05-07 20:51 UTC  (30+ messages)
` [PATCH v2 08/22] iommufd: Abstract iopt_pin_pages and iopt_unpin_pages helpers
` [PATCH v2 10/22] iommufd/viommmu: Add IOMMUFD_CMD_VCMDQ_ALLOC ioctl
` [PATCH v2 13/22] iommufd: Add mmap interface

[PATCH v1 1/1] ACPI: VIOT: Remove (explicitly) unused header
 2025-05-07 20:06 UTC  (3+ messages)

[PATCH v2] iommu/io-pgtable-arm: Add quirk to quiet WARN_ON()
 2025-05-07 15:57 UTC  (5+ messages)

[PATCH v2 0/3] media: fix incorrect use of dma_sync_sg_*() calls
 2025-05-07 14:56 UTC  (5+ messages)
  ` [PATCH v2 1/3] media: videobuf2: use sgtable-based scatterlist wrappers
  ` [PATCH v2 2/3] udmabuf: "
  ` [PATCH v2 3/3] media: omap3isp: "

[PATCH v2 0/4] dma mapping benchmark: add support for dma_map_sg
 2025-05-07  9:18 UTC  (15+ messages)
` [PATCH v2 1/4] dma-mapping: benchmark: Add padding to ensure uABI remained consistent
` [PATCH v2 2/4] dma mapping benchmark: modify the framework to adapt to more map modes
` [PATCH v2 3/4] dma-mapping: benchmark: add support for dma_map_sg
` [PATCH v2 4/4] dma mapping benchmark:add "

[PATCH 0/3] media: fix incorrect use of dma_sync_sg_*() calls
 2025-05-07  7:27 UTC  (5+ messages)
  ` [PATCH 1/3] media: videobuf2: use sgtable-based scatterlist wrappers
    ` [PATCH 2/3] udmabuf: "

[PATCH v2 00/15] Consolidate iommu page table implementations (AMD)
 2025-05-07  2:37 UTC  (3+ messages)
` [PATCH v2 02/15] genpt: Add Documentation/ files

[PATCH v5 00/10] drm/msm: add support for SAR2130P
 2025-05-06 19:04 UTC  (2+ messages)

[PATCH v5 0/5] iommu/arm-smmu, drm/msm: Fixes for stall-on-fault
 2025-05-06 16:26 UTC  (4+ messages)
` [PATCH v5 1/5] iommu/arm-smmu: Save additional information on context fault


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