Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2025-04-23 17:36:27 to 2025-04-28 11:31:52 UTC [more...]

[PATCH] iommu: Handle yet another race around registration
 2025-04-28 11:31 UTC  (2+ messages)

[PATCH v3 1/1] iommu: Allow attaching static domains in iommu_attach_device_pasid()
 2025-04-28 11:24 UTC  (9+ 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  (3+ 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 v10 00/24] Provide a new two step DMA mapping API
 2025-04-28  9:22 UTC  (25+ 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 v2 00/22] iommufd: Add vIOMMU infrastructure (Part-4 vCMDQ)
 2025-04-28  2:50 UTC  (34+ 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 rc] iommu: Skip PASID validation for devices without PASID capability
 2025-04-28  1:47 UTC  (9+ messages)

[PATCH v9 00/24] Provide a new two step DMA mapping API
 2025-04-27  8:13 UTC  (52+ 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 10/24] mm/hmm: let users to tag specific PFN with DMA mapped bit
` [PATCH v9 11/24] mm/hmm: provide generic DMA managing logic
` [PATCH v9 13/24] RDMA/core: Convert UMEM ODP DMA mapping to caching IOVA and page linkage
` [PATCH v9 14/24] RDMA/umem: Separate implicit ODP initialization from explicit ODP
` [PATCH v9 15/24] vfio/mlx5: Explicitly use number of pages instead of allocated length
` [PATCH v9 16/24] vfio/mlx5: Rewrite create mkey flow to allow better code reuse
` [PATCH v9 17/24] vfio/mlx5: Enable the DMA link API
` [PATCH v9 23/24] nvme-pci: convert to blk_rq_dma_map

[PATCH 0/3] iommu/vt-d: Use ida for domain ID management
 2025-04-27  5:10 UTC  (14+ messages)
` [PATCH 1/3] iommu/vt-d: Use ida to manage domain id
` [PATCH 2/3] iommu/vt-d: Replace spin_lock with mutex to protect domain ida
` [PATCH 3/3] iommu/vt-d: Simplify domain_attach_iommu()

[PATCH] iommu: Protect against overflow in iommu_pgsize()
 2025-04-27  2:03 UTC  (2+ messages)

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

[PATCH 00/33] Add support for Qualcomm Snapdragon SM7150 SoC and Google Pixel 4a
 2025-04-26  7:31 UTC  (2+ messages)

[PATCH v5 0/5] Initial support of MSM8937 and Xiaomi Redmi 3S
 2025-04-25 21:02 UTC  (11+ messages)
` [PATCH v5 2/5] clk: qcom: gcc: Add support for Global Clock controller found on MSM8937
` [PATCH v5 3/5] arm64: dts: qcom: Add initial support for MSM8937

[GIT PULL] dma-mapping fixes for Linux 6.15
 2025-04-25 18:01 UTC  (2+ messages)

[PATCH 0/2] PCI: Clean up match_driver flag usage
 2025-04-25 16:32 UTC  (4+ messages)
` [PATCH 1/2] Revert "iommu/amd: Prevent binding other PCI drivers to IOMMU PCI devices"
` [PATCH 2/2] PCI: Limit visibility of match_driver flag to PCI core

[PATCH 0/2] iommu/amd: Support for HATdis and HATS features
 2025-04-25 16:25 UTC  (4+ messages)
` [PATCH 1/2] iommu/amd: Add HATDis feature support

arm64: juno-r2: SSD detect failed on mainline and next
 2025-04-25 15:18 UTC  (6+ messages)

[PATCH v14 00/19] x86: Trenchboot secure dynamic launch Linux kernel support
 2025-04-25 14:12 UTC  (2+ messages)

[PATCH v3 0/3] Additional improvements for dma coherent allocator
 2025-04-25 13:42 UTC  (5+ messages)
` [PATCH v3 1/3] rust: dma: clarify wording and be consistent in `coherent` nomenclature
` [PATCH v3 2/3] rust: dma: convert the read/write macros to return Result
` [PATCH v3 3/3] rust: dma: add as_slice/write functions for CoherentAllocation

[PATCH] PCI: Fix driver_managed_dma check
 2025-04-25 13:39 UTC 

[PATCH] bus: fsl_mc: Fix driver_managed_dma check
 2025-04-25 13:39 UTC 

[PATCH] cdx: Fix driver_managed_dma check
 2025-04-25 13:39 UTC 

[PATCH] amba: Fix driver_managed_dma check
 2025-04-25 13:39 UTC 

Business and Project Funding Inquiry
 2025-04-25  6:45 UTC 

[PATCH hyperv-next 0/6] Confidential VMBus
 2025-04-25  6:31 UTC  (3+ messages)
` [PATCH hyperv-next 1/6] Documentation: hyperv: "

[PATCH] iommu/amd: Allow matching ACPI HID devices without matching UIDs
 2025-04-25  5:13 UTC  (3+ messages)

[PATCH v14 00/19] x86: Trenchboot secure dynamic launch Linux kernel support
 2025-04-24 19:19 UTC  (21+ messages)
` [PATCH v14 03/19] x86: Secure Launch Resource Table header file
` [PATCH v14 04/19] x86: Secure Launch main "
` [PATCH v14 08/19] x86/boot: Place TXT MLE header in the kernel_info section
` [PATCH v14 09/19] x86: Secure Launch kernel early boot stub
` [PATCH v14 12/19] kexec: Secure Launch kexec SEXIT support
` [PATCH v14 16/19] tpm, tpm_tis: Allow locality to be set to a different value

[PATCH v2] platform: Fix race condition during DMA configure at IOMMU probe time
 2025-04-24 18:22 UTC  (2+ messages)

[PATCH v1 00/16] iommufd: Add vIOMMU infrastructure (Part-4 vCMDQ)
 2025-04-24 15:54 UTC  (17+ messages)
` [PATCH v1 15/16] iommu/tegra241-cmdqv: Add user-space use support

[PATCH 00/67] KVM: iommu: Overhaul device posted IRQs support
 2025-04-24 14:13 UTC  (4+ messages)
` [PATCH 33/67] KVM: x86: Dedup AVIC vs. PI code for identifying target vCPU

[PATCH rc] iommu/amd: Fix geometry.aperture_end for V2 tables
 2025-04-24 14:06 UTC  (3+ messages)

[PATCH v2 0/4] iommu: Fix the longstanding probe issues
 2025-04-24 13:58 UTC  (12+ messages)
` [PATCH v2 4/4] iommu: Get DT/ACPI parsing into the proper probe path

[bug report] Potential DEADLOCK due to vfio_pci_mmap_huge_fault()
 2025-04-24  5:57 UTC  (4+ messages)

[RFC PATCH v2 00/22] TSM: Secure VFIO, TDISP, SEV TIO
 2025-04-24  3:37 UTC  (7+ messages)
` [RFC PATCH v2 06/22] KVM: X86: Define tsm_get_vmid

[PATCH v2 1/1] iommu: Allow attaching static domains in iommu_attach_device_pasid()
 2025-04-24  1:36 UTC  (4+ messages)


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