Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2025-04-26 00:22:01 to 2025-04-29 21:46:45 UTC [more...]

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

[PATCH 4/4] comedi: allocate DMA coherent buffer as individual pages
 2025-04-29 15:59 UTC  (3+ messages)

[PATCH] iommu/vt-d: Restore WO permissions on second-level paging entries
 2025-04-29 16:12 UTC 

[PATCH 0/7] Remove ops.pgsize_bitmap
 2025-04-29 14:34 UTC  (8+ messages)
` [PATCH 1/7] iommu/arm-smmu-v3: Remove iommu_ops pgsize_bitmap
` [PATCH 2/7] iommu/arm-smmu: "
` [PATCH 3/7] iommu: Remove ops.pgsize_bitmap from drivers that don't use it
` [PATCH 4/7] iommu: Remove iommu_ops pgsize_bitmap from simple drivers
` [PATCH 5/7] iommu/mtk: Remove iommu_ops pgsize_bitmap
` [PATCH 6/7] iommu/qcom: "
` [PATCH 7/7] iommu: Remove ops->pgsize_bitmap

[PATCH v3 00/33] drm/msm: sparse / "VM_BIND" support
 2025-04-29 14:05 UTC  (7+ messages)
` [PATCH v3 03/33] iommu/io-pgtable-arm: Add quirk to quiet WARN_ON()

[PATCH v10 00/24] Provide a new two step DMA mapping API
 2025-04-29 11:53 UTC  (40+ messages)
` [PATCH v10 01/24] PCI/P2PDMA: Refactor the p2pdma mapping helpers
` [PATCH v10 02/24] dma-mapping: move the PCI P2PDMA mapping helpers to pci-p2pdma.h
` [PATCH v10 03/24] iommu: generalize the batched sync after map interface
` [PATCH v10 04/24] iommu: add kernel-doc for iommu_unmap_fast
` [PATCH v10 05/24] dma-mapping: Provide an interface to allow allocate IOVA
` [PATCH v10 06/24] iommu/dma: Factor out a iommu_dma_map_swiotlb helper
` [PATCH v10 07/24] dma-mapping: Implement link/unlink ranges API
` [PATCH v10 08/24] dma-mapping: add a dma_need_unmap helper
` [PATCH v10 09/24] docs: core-api: document the IOVA-based API
` [PATCH v10 10/24] mm/hmm: let users to tag specific PFN with DMA mapped bit
` [PATCH v10 11/24] mm/hmm: provide generic DMA managing logic
` [PATCH v10 12/24] RDMA/umem: Store ODP access mask information in PFN
` [PATCH v10 13/24] RDMA/core: Convert UMEM ODP DMA mapping to caching IOVA and page linkage
` [PATCH v10 14/24] RDMA/umem: Separate implicit ODP initialization from explicit ODP
` [PATCH v10 15/24] vfio/mlx5: Explicitly use number of pages instead of allocated length
` [PATCH v10 16/24] vfio/mlx5: Rewrite create mkey flow to allow better code reuse
` [PATCH v10 17/24] vfio/mlx5: Enable the DMA link API
` [PATCH v10 18/24] block: share more code for bio addition helper
` [PATCH v10 19/24] block: don't merge different kinds of P2P transfers in a single bio
` [PATCH v10 20/24] blk-mq: add scatterlist-less DMA mapping helpers
` [PATCH v10 21/24] nvme-pci: remove struct nvme_descriptor
` [PATCH v10 22/24] nvme-pci: use a better encoding for small prp pool allocations
` [PATCH v10 23/24] nvme-pci: convert to blk_rq_dma_map
` [PATCH v10 24/24] nvme-pci: store aborted state in flags variable

[PATCH v1 0/2] MediaTek Dimensity 1200 - Add IOMMU support
 2025-04-29  7:19 UTC  (5+ messages)

[PATCH] iommu/riscv: fix use after free of riscv_iommu_domain
 2025-04-29  6:50 UTC  (2+ messages)

[PATCH rc] iommu/amd: Fix geometry.aperture_end for V2 tables
 2025-04-29  6:03 UTC  (4+ messages)

[PATCH v14 00/19] x86: Trenchboot secure dynamic launch Linux kernel support
 2025-04-29  0:56 UTC  (4+ messages)

[PATCH v5 00/10] drm/msm: add support for SAR2130P
 2025-04-29  0:03 UTC  (3+ messages)
` [PATCH v5 06/10] drm/msm/mdss: add SAR2130P device configuration

[PATCH 0/1] swiotlb: Make IO_TLB_SEGSIZE Configurable
 2025-04-28 20:27 UTC  (8+ messages)

[RESEND PATCH v6 0/3] Initial BBML2 support for contpte_convert()
 2025-04-28 17:55 UTC  (6+ messages)
` [RESEND PATCH v6 1/3] arm64: Add BBM Level 2 cpu feature
` [RESEND PATCH v6 2/3] iommu/arm: Add BBM Level 2 smmu feature
` [RESEND PATCH v6 3/3] arm64/mm: Elide tlbi in contpte_convert() under BBML2

[PATCH v14 00/19] x86: Trenchboot secure dynamic launch Linux kernel support
 2025-04-28 17:38 UTC  (3+ messages)
` [PATCH v14 18/19] x86: Secure Launch late initcall platform module

[PATCH 00/33] Add support for Qualcomm Snapdragon SM7150 SoC and Google Pixel 4a
 2025-04-28 16:21 UTC  (4+ messages)
` [PATCH 11/33] dt-bindings: mmc: sdhci-msm: Add the SM7150 compatible

[PATCH v6 0/3] Initial BBML2 support for contpte_convert()
 2025-04-28 14:40 UTC  (7+ messages)
` [PATCH v6 1/3] arm64: Add BBM Level 2 cpu feature
` [PATCH v6 2/3] iommu/arm: Add BBM Level 2 smmu feature
` [PATCH v6 3/3] arm64/mm: Elide tlbi in contpte_convert() under BBML2
` [PATCH v6 3/3] arm64/mm: Reorder "

[PATCH v9 00/24] Provide a new two step DMA mapping API
 2025-04-28 13:20 UTC  (26+ messages)
` [PATCH v9 01/24] PCI/P2PDMA: Refactor the p2pdma mapping helpers
` [PATCH v9 02/24] dma-mapping: move the PCI P2PDMA mapping helpers to pci-p2pdma.h
` [PATCH v9 03/24] iommu: generalize the batched sync after map interface
` [PATCH v9 04/24] iommu: add kernel-doc for iommu_unmap_fast
` [PATCH v9 05/24] dma-mapping: Provide an interface to allow allocate IOVA
` [PATCH v9 06/24] iommu/dma: Factor out a iommu_dma_map_swiotlb helper
` [PATCH v9 07/24] dma-mapping: Implement link/unlink ranges API
` [PATCH v9 08/24] dma-mapping: add a dma_need_unmap helper
` [PATCH v9 23/24] nvme-pci: convert to blk_rq_dma_map

[PATCH] iommu: Handle yet another race around registration
 2025-04-28 12:14 UTC  (3+ messages)

[PATCH] iommu/amd: Ensure GA log notifier callbacks finish running before module unload
 2025-04-28 11:40 UTC  (2+ messages)

[PATCH] iommu: Protect against overflow in iommu_pgsize()
 2025-04-28 11:33 UTC  (3+ messages)

[PATCH v3 1/1] iommu: Allow attaching static domains in iommu_attach_device_pasid()
 2025-04-28 11:24 UTC  (2+ messages)

[PATCH] [v2] iommu/io-pgtable-arm: dynamically allocate selftest device struct
 2025-04-28 11:21 UTC  (2+ messages)

[PATCH] iommu: ipmmu-vmsa: avoid Wformat-security warning
 2025-04-28 11:20 UTC  (2+ messages)

[PATCH] iommu: apple-dart: Remove unnecessary NULL check before free_io_pgtable_ops()
 2025-04-28 11:11 UTC  (2+ messages)

[PATCH 0/1] [PULL REQUEST] iommu/vt-d: Fixes for v6.15-rc3
 2025-04-28 11:01 UTC  (2+ messages)

[PATCH v5 0/8] iommu: Remove IOMMU_DEV_FEAT_SVA/_IOPF
 2025-04-28 11:05 UTC  (2+ messages)

[PATCH rc] iommu: Skip PASID validation for devices without PASID capability
 2025-04-28  1:47 UTC  (7+ messages)

[PATCH 0/3] iommu/vt-d: Use ida for domain ID management
 2025-04-27  5:10 UTC  (4+ messages)
` [PATCH 3/3] iommu/vt-d: Simplify domain_attach_iommu()


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