Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2025-04-15 09:39:50 to 2025-04-20 07:14:50 UTC [more...]

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

[RFC PATCH v2 00/10] iommu/arm-smmu-v3: Implement Runtime/System Sleep ops
 2025-04-18 23:34 UTC  (11+ messages)
` [RFC PATCH v2 01/10] iommu/arm-smmu-v3: Refactor arm_smmu_setup_irqs
` [RFC PATCH v2 02/10] iommu/arm-smmu-v3: Add a helper to drain all queues
` [RFC PATCH v2 03/10] iommu/tegra241-cmdqv: Add a helper to drain VCMDQs
` [RFC PATCH v2 04/10] iommu/arm-smmu-v3: Cache and restore MSI config
` [RFC PATCH v2 05/10] iommu/arm-smmu-v3: Implement pm_runtime & system sleep ops
` [RFC PATCH v2 06/10] iommu: Add a helper to check for user ownership
` [RFC PATCH v2 07/10] iommu/arm-smmu-v3: Track masters with user-owned groups
` [RFC PATCH v2 08/10] iommu/arm-smmu-v3: Avoid suspend when user owns DMA
` [RFC PATCH v2 09/10] iommu/arm-smmu-v3: Enable pm_runtime and setup devlinks
` [RFC PATCH v2 10/10] iommu/arm-smmu-v3: Invoke pm_runtime before hw access

[PATCH v5 0/8] iommu: Remove IOMMU_DEV_FEAT_SVA/_IOPF
 2025-04-18 20:23 UTC  (10+ messages)
` [PATCH v5 1/8] iommu/arm-smmu-v3: Put iopf enablement in the domain attach path
` [PATCH v5 2/8] iommu: Remove IOMMU_DEV_FEAT_SVA
` [PATCH v5 3/8] iommu/vt-d: Put iopf enablement in domain attach path
` [PATCH v5 4/8] iommufd/selftest: "
` [PATCH v5 5/8] dmaengine: idxd: Remove unnecessary IOMMU_DEV_FEAT_IOPF
` [PATCH v5 6/8] uacce: "
` [PATCH v5 7/8] iommufd: "
` [PATCH v5 8/8] iommu: Remove iommu_dev_enable/disable_feature()

[PATCH v7 0/8] soc: ti: Add and use PVU on K3-AM65 for DMA isolation
 2025-04-18 19:04 UTC  (13+ messages)
  ` [PATCH v7 1/8] dt-bindings: soc: ti: Add AM65 peripheral virtualization unit
  ` [PATCH v7 2/8] dt-bindings: PCI: ti,am65: Extend for use with PVU
  ` [PATCH v7 3/8] soc: ti: Add IOMMU-like PVU driver
  ` [PATCH v7 4/8] PCI: keystone: Add support for PVU-based DMA isolation on AM654
  ` [PATCH v7 5/8] arm64: dts: ti: k3-am65-main: Add PVU nodes
  ` [PATCH v7 6/8] arm64: dts: ti: k3-am65-main: Add VMAP registers to PCI root complexes
  ` [PATCH v7 7/8] arm64: dts: ti: iot2050: Add overlay for DMA isolation for devices behind PCI RC
  ` [PATCH v7 8/8] swiotlb: Make IO_TLB_SEGSIZE configurable

[PATCH 00/67] KVM: iommu: Overhaul device posted IRQs support
 2025-04-18 18:48 UTC  (33+ messages)
` [PATCH 02/67] KVM: x86: Reset IRTE to host control if *new* route isn't postable
` [PATCH 05/67] iommu/amd: Return an error if vCPU affinity is set for non-vCPU IRTE
` [PATCH 06/67] iommu/amd: WARN if KVM attempts to set vCPU affinity without posted intrrupts
` [PATCH 11/67] KVM: SVM: Delete IRTE link from previous vCPU irrespective of new routing
` [PATCH 14/67] KVM: SVM: Add helper to deduplicate code for getting AVIC backing page
` [PATCH 17/67] KVM: SVM: Drop redundant check in AVIC code on ID during vCPU creation
` [PATCH 25/67] iommu/amd: KVM: SVM: Use pi_desc_addr to derive ga_root_ptr
` [PATCH 26/67] iommu/amd: KVM: SVM: Delete now-unused cached/previous GA tag fields
` [PATCH 64/67] iommu/amd: KVM: SVM: Allow KVM to control need for GA log interrupts

[bug report] Potential DEADLOCK due to vfio_pci_mmap_huge_fault()
 2025-04-18 16:04 UTC  (3+ messages)

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

[PATCH] dma-mapping: avoid potential unused data compilation warning
 2025-04-18  6:19 UTC  (3+ messages)

[PATCH 5.15.y v2 0/1] Manual Backport of 099606a7b2d5 to 5.15
 2025-04-18  5:47 UTC  (2+ messages)
` [PATCH 5.15.y v2 1/1] xen/swiotlb: relax alignment requirements

[PATCH 0/1] [PULL REQUEST] iommu/vt-d: Fixes for v6.15-rc3
 2025-04-18  3:16 UTC  (2+ messages)
` [PATCH 1/1] iommu/vt-d: Apply quirk_iommu_igfx for 8086:0044 (QM57/QS57)

[RFC PATCH RESEND] iommu: intel: apply quirk_iommu_igfx for 8086:0044 (QM57/QS57)
 2025-04-18  3:10 UTC  (3+ messages)

[PATCH] iommu: intel: apply quirk_iommu_igfx for 8086:0044 (QM57/QS57)
 2025-04-18  3:08 UTC  (2+ messages)

[PATCH v7 00/17] Provide a new two step DMA mapping API
 2025-04-18  1:20 UTC  (10+ messages)

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

[PATCH rc] iommu/amd: Fix geometry.aperture_end for V2 tables
 2025-04-17 16:21 UTC 

[PATCH 1/1] iommu/vt-d: Revert ATS timing change to fix boot failure
 2025-04-17 14:45 UTC  (6+ messages)

[PATCH v5 0/5] iommu/s390: support additional table regions
 2025-04-17 14:43 UTC  (7+ messages)
` [PATCH v5 4/5] iommu/s390: support map/unmap for "
` [PATCH v5 5/5] iommu/s390: allow larger region tables

[PATCH v1 0/2] MediaTek Dimensity 1200 - Add IOMMU support
 2025-04-17 14:41 UTC  (2+ messages)

[PATCH v4 00/23] iommu: Further abstract iommu-pages
 2025-04-17 14:40 UTC  (4+ messages)

[PATCH] iommu/amd: Fix potential buffer overflow in parse_ivrs_acpihid
 2025-04-17 14:37 UTC  (2+ messages)

[PATCH] iommu: Split out and tidy up Arm Kconfig
 2025-04-17 14:34 UTC  (2+ messages)

[PATCHv2 0/6] make vendor specific subdirectory inclusion conditional
 2025-04-17 14:32 UTC  (2+ messages)

[PATCH] iommu: Avoid introducing more races
 2025-04-17 14:31 UTC  (2+ messages)

[PATCH] iommu/arm-smmu-v3: Fail aliasing StreamIDs more gracefully
 2025-04-17 14:27 UTC  (2+ messages)

[PATCH rc v2] iommu/arm-smmu-v3: Fix iommu_device_probe bug due to duplicated stream ids
 2025-04-17 14:27 UTC  (2+ messages)

[PATCH] iommu/arm-smmu-v3: Fix pgsize_bit for sva domains
 2025-04-17 14:27 UTC  (4+ messages)

[PATCH] iommu/arm-smmu-v3: Add missing S2FWB feature detection
 2025-04-17 14:27 UTC  (2+ messages)

[PATCH v4 0/6] Initial support of MSM8937 and Xiaomi Redmi 3S
 2025-04-17 11:11 UTC  (7+ messages)
` [PATCH v4 4/6] arm64: dts: qcom: Add initial support for MSM8937

[PATCH v2 0/3] arm-smmu: select suitable IOVA
 2025-04-16 21:34 UTC  (5+ messages)

[RFC PATCH 0/5] iommu/arm-smmu-v3: Implement Runtime/System Sleep ops
 2025-04-16 14:32 UTC  (16+ messages)
` [RFC PATCH 3/5] iommu/arm-smmu-v3: Implement pm_runtime & system sleep ops

[PATCH v4 0/8] iommu: Remove IOMMU_DEV_FEAT_SVA/_IOPF
 2025-04-16  7:33 UTC  (3+ messages)

[PATCH v2] vfio/type1: Remove Fine Grained Superpages detection
 2025-04-16  2:25 UTC  (2+ messages)

[PATCH v2 00/11] iommu/arm-smmu-v3: Allocate vmid per vsmmu instead of s2_parent
 2025-04-15 23:46 UTC  (5+ messages)
` [PATCH v2 06/11] iommu/arm-smmu-v3: Introduce arm_smmu_s2_parent_tlb_ invalidation helpers

[PATCH v13 00/19] x86: Trenchboot secure dynamic launch Linux kernel support
 2025-04-15 22:16 UTC  (19+ messages)
` [PATCH v13 01/19] Documentation/x86: Secure Launch kernel documentation
` [PATCH v13 04/19] x86: Secure Launch main header file
` [PATCH v13 09/19] x86: Secure Launch kernel early boot stub
` [PATCH v13 16/19] tpm, tpm_tis: Allow locality to be set to a different value

[RFC PATCH v2 22/22] pci: Define pci_iomap_range_encrypted
 2025-04-15 20:30 UTC  (2+ messages)

[RFC PATCH v2 21/22] pci: Allow encrypted MMIO mapping via sysfs
 2025-04-15 20:28 UTC  (2+ messages)

[RFC PATCH v2 19/22] RFC: pci: Add BUS_NOTIFY_PCI_BUS_MASTER event
 2025-04-15 20:26 UTC  (2+ messages)

[RFC PATCH v2 08/22] pci/tsm: Add PCI driver for TSM
 2025-04-15 20:25 UTC  (2+ messages)

[RFC PATCH v2 01/22] pci/doe: Define protocol types and make those public
 2025-04-15 20:15 UTC  (2+ messages)

[PATCH] iommu/arm-smmu-v3: Fix iommu_device_probe bug due to duplicated stream ids
 2025-04-15 18:52 UTC  (3+ messages)

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

[PATCH v3 00/10] drm/msm: add support for SAR2130P
 2025-04-15  9:49 UTC  (8+ messages)
` [PATCH v3 07/10] drm/msm/dsi/phy: add configuration "
` [PATCH v3 08/10] drm/msm/dpu: add catalog entry "
` [PATCH v3 09/10] iommu/arm-smmu-qcom: Add SAR2130P MDSS compatible
` [PATCH v3 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