iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-25 05:35:16 to 2025-08-04 15:40:33 UTC [more...]

[PATCH RESEND] iommu/amd: Avoid stack buffer overflow from kernel cmdline
 2025-08-04 15:40 UTC 

[PATCH v1 00/10] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2025-08-04 15:26 UTC  (14+ messages)
` [PATCH v1 01/10] PCI/P2PDMA: Remove redundant bus_offset from map state
` [PATCH v1 02/10] PCI/P2PDMA: Separate the mmap() support from the core logic
` [PATCH v1 03/10] PCI/P2PDMA: Simplify bus address mapping API
` [PATCH v1 04/10] PCI/P2PDMA: Refactor to separate core P2P functionality from memory allocation
` [PATCH v1 05/10] PCI/P2PDMA: Export pci_p2pdma_map_type() function
` [PATCH v1 06/10] types: move phys_vec definition to common header
` [PATCH v1 07/10] vfio: Export vfio device get and put registration helpers
` [PATCH v1 08/10] vfio/pci: Enable peer-to-peer DMA transactions by default
` [PATCH v1 09/10] vfio/pci: Share the core device pointer while invoking feature functions
` [PATCH v1 10/10] vfio/pci: Add dma-buf export support for MMIO regions

[PATCH v3 00/29] KVM: arm64: SMMUv3 driver for pKVM
 2025-08-04 14:41 UTC  (40+ messages)
` [PATCH v3 01/29] KVM: arm64: Add a new function to donate memory with prot
` [PATCH v3 02/29] KVM: arm64: Donate MMIO to the hypervisor
` [PATCH v3 03/29] KVM: arm64: pkvm: Add pkvm_time_get()
` [PATCH v3 04/29] iommu/io-pgtable-arm: Split the page table driver
` [PATCH v3 05/29] iommu/io-pgtable-arm: Split initialization
` [PATCH v3 06/29] iommu/arm-smmu-v3: Move some definitions to a new common file
` [PATCH v3 07/29] iommu/arm-smmu-v3: Extract driver-specific bits from probe function
` [PATCH v3 08/29] iommu/arm-smmu-v3: Move some functions to arm-smmu-v3-common.c
` [PATCH v3 09/29] iommu/arm-smmu-v3: Move queue and table allocation "
` [PATCH v3 10/29] iommu/arm-smmu-v3: Move firmware probe to arm-smmu-v3-common
` [PATCH v3 11/29] iommu/arm-smmu-v3: Move IOMMU registration to arm-smmu-v3-common.c
` [PATCH v3 12/29] iommu/arm-smmu-v3: Split cmdq code with hyp
` [PATCH v3 13/29] iommu/arm-smmu-v3: Move TLB range invalidation into a macro
` [PATCH v3 14/29] KVM: arm64: iommu: Introduce IOMMU driver infrastructure
` [PATCH v3 15/29] KVM: arm64: iommu: Shadow host stage-2 page table
` [PATCH v3 16/29] KVM: arm64: iommu: Add a memory pool
` [PATCH v3 17/29] KVM: arm64: iommu: Add enable/disable hypercalls
` [PATCH v3 18/29] iommu/arm-smmu-v3-kvm: Add SMMUv3 driver
` [PATCH v3 19/29] iommu/arm-smmu-v3-kvm: Initialize registers
` [PATCH v3 20/29] iommu/arm-smmu-v3-kvm: Setup command queue
` [PATCH v3 21/29] iommu/arm-smmu-v3-kvm: Setup stream table
` [PATCH v3 22/29] iommu/arm-smmu-v3-kvm: Reset the device
` [PATCH v3 23/29] iommu/arm-smmu-v3-kvm: Support io-pgtable
` [PATCH v3 24/29] iommu/arm-smmu-v3-kvm: Shadow the CPU stage-2 page table
` [PATCH v3 25/29] iommu/arm-smmu-v3-kvm: Add enable/disable device HVCs
` [PATCH v3 26/29] iommu/arm-smmu-v3-kvm: Add host driver for pKVM
` [PATCH v3 27/29] iommu/arm-smmu-v3-kvm: Pass a list of SMMU devices to the hypervisor
` [PATCH v3 28/29] iommu/arm-smmu-v3-kvm: Allocate structures and reset device
` [PATCH v3 29/29] iommu/arm-smmu-v3-kvm: Add IOMMU ops

[PATCH v1 00/16] dma-mapping: migrate to physical address-based API
 2025-08-04 12:42 UTC  (17+ messages)
` [PATCH v1 01/16] dma-mapping: introduce new DMA attribute to indicate MMIO memory
` [PATCH v1 02/16] iommu/dma: handle MMIO path in dma_iova_link
` [PATCH v1 03/16] dma-debug: refactor to use physical addresses for page mapping
` [PATCH v1 04/16] dma-mapping: rename trace_dma_*map_page to trace_dma_*map_phys
` [PATCH v1 05/16] iommu/dma: rename iommu_dma_*map_page to iommu_dma_*map_phys
` [PATCH v1 06/16] iommu/dma: extend iommu_dma_*map_phys API to handle MMIO memory
` [PATCH v1 07/16] dma-mapping: convert dma_direct_*map_page to be phys_addr_t based
` [PATCH v1 08/16] kmsan: convert kmsan_handle_dma to use physical addresses
` [PATCH v1 09/16] dma-mapping: handle MMIO flow in dma_map|unmap_page
` [PATCH v1 10/16] xen: swiotlb: Open code map_resource callback
` [PATCH v1 11/16] dma-mapping: export new dma_*map_phys() interface
` [PATCH v1 12/16] mm/hmm: migrate to physical address-based DMA mapping API
` [PATCH v1 13/16] mm/hmm: properly take MMIO path
` [PATCH v1 14/16] block-dma: migrate to dma_map_phys instead of map_page
` [PATCH v1 15/16] block-dma: properly take MMIO path
` [PATCH v1 16/16] nvme-pci: unmap MMIO pages with appropriate interface

[PATCH] iommufd: fix returns ENOENT in iommufd_viommu_get_vdev_id()
 2025-08-04 11:25 UTC  (2+ messages)

[PATCH v3 0/2] rust: add initial scatterlist abstraction
 2025-08-04  9:04 UTC  (8+ messages)
` [PATCH v3 1/2] "

[PATCH 2/2] dma-mapping: benchmark: Add padding to ensure uABI remained consistent
 2025-08-04  8:12 UTC  (6+ messages)

[PATCH 0/8] dma-mapping: migrate to physical address-based API
 2025-08-04  3:37 UTC  (18+ messages)
  ` [PATCH 6/8] dma-mapping: fail early if physical address is mapped through platform callback

[PATCH 00/11] Drop default ARCH_APPLE from Kconfig and use defconfig instead
 2025-08-03 20:40 UTC  (3+ messages)
` [PATCH 05/11] i2c: apple: Drop default ARCH_APPLE in Kconfig

Large DMA alloc
 2025-08-03 11:19 UTC  (10+ messages)
` [PATCH 0/8] Large DMA alloc/skip 32-bit alloc if size > 32-bit
  ` [PATCH 1/8] "
    ` [PATCH 2/8] "
      ` [PATCH 3/8] Large DMA alloc/add busy_regions sysfs attribute
        ` [PATCH 4/8] Large DMA alloc/add APIs to query available range
          ` [PATCH 5/8] Large DMA alloc/remove max32_alloc_size field
            ` [PATCH 6/8] Large DMA alloc/alloc DMA addresses from the top
              ` [PATCH 7/8] Large DMA alloc/low address limit in alloc funcs
                ` [PATCH 8/8] Large DMA alloc/add min_dma_addr to device struct

[PATCH v2] dt-bindings: Correct indentation and style in DTS example
 2025-08-03  1:31 UTC  (2+ messages)

[PATCH v2 00/16] Fix incorrect iommu_groups with PCIe ACS
 2025-08-02 15:18 UTC  (3+ messages)

[PATCH v2 00/15] Various dt-bindings for Milos and The Fairphone (Gen. 6) addition
 2025-08-02 12:04 UTC  (7+ messages)
` [PATCH v2 14/15] arm64: dts: qcom: Add initial Milos dtsi

Live Update MC (LPC): Call for Presentations
 2025-08-01 15:32 UTC 

[PATCH rc] iommu/arm-smmu-v3: Fix smmu_domain->nr_ats_masters decrement
 2025-08-01  8:14 UTC  (2+ messages)

[PATCH v4] iommu/vt-d: replace snprintf with scnprintf in dmar_latency_snapshot()
 2025-07-31 22:50 UTC 

[PATCH v3] iommu/vt-d: replace snprintf with scnprintf in dmar_latency_snapshot()
 2025-07-31 22:39 UTC  (2+ messages)

[GIT PULL] Please pull IOMMUFD subsystem changes
 2025-07-31 20:01 UTC  (2+ messages)

[PATCH RFC v2 0/4] Disable ATS via iommu during PCI resets
 2025-07-31 13:47 UTC  (15+ messages)
` [PATCH RFC v2 3/4] iommu: Introduce iommu_dev_reset_prepare() and iommu_dev_reset_done()

[PATCH] iommu: Fix macros coding style error
 2025-07-31  3:18 UTC 

[PATCH 00/10] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2025-07-31  0:21 UTC  (45+ messages)
` [PATCH 02/10] PCI/P2PDMA: Introduce p2pdma_provider structure for cleaner abstraction
` [PATCH 05/10] PCI/P2PDMA: Export pci_p2pdma_map_type() function
` [PATCH 09/10] vfio/pci: Share the core device pointer while invoking feature functions
` [PATCH 10/10] vfio/pci: Add dma-buf export support for MMIO regions

[PATCH v3] of: reserved_mem: Restructure call site for dma_contiguous_early_fixup()
 2025-07-30 22:41 UTC  (2+ messages)

[PATCH v5 0/4] Add host kdump support for SNP
 2025-07-30 21:56 UTC  (5+ messages)
` [PATCH v5 1/4] iommu/amd: Add support to remap/unmap IOMMU buffers for kdump
` [PATCH v5 2/4] iommu/amd: Reuse device table "
` [PATCH v5 3/4] crypto: ccp: Skip SEV and SNP INIT for kdump boot
` [PATCH v5 4/4] iommu/amd: Skip enabling command/event buffers for kdump

[PATCH v2] iommu/vt-d: replace snprintf with scnprintf in dmar_latency_snapshot()
 2025-07-30 20:51 UTC  (2+ messages)

[GIT PULL] IOMMU Updates for Linux v6.17
 2025-07-30 18:48 UTC  (2+ messages)

[PATCH 7/9] iommupt/x86: Support SW bits and permit PT_FEAT_DMA_INCOHERENT
 2025-07-30  2:35 UTC  (4+ messages)

[PATCH 5/9] iommupt: Add the Intel VT-D second stage page table format
 2025-07-30  2:00 UTC  (4+ messages)

[PATCH 1/9] iommu/pages: Add support for a incoherent IOMMU page walker
 2025-07-30  1:49 UTC  (4+ messages)

[PATCH 8/9] iommu/vt-d: Use the generic iommu page table
 2025-07-29 23:39 UTC  (3+ messages)

[PATCH v4 0/2] iommu/arm-smmu-v3: Two vsmmu impl_ops cleanups
 2025-07-29 22:27 UTC  (2+ messages)

[PATCH v2 1/1] iommu/sva: Invalidate KVA range on kernel TLB flush
 2025-07-29  2:08 UTC  (10+ messages)

[PATCH v2] of: reserved_mem: Restructure call site for dma_contiguous_early_fixup()
 2025-07-28 18:19 UTC  (2+ messages)

[PATCH v2 11/16] iommu: Compute iommu_groups properly for PCIe MFDs
 2025-07-28 13:58 UTC  (3+ messages)

[PATCH v3 00/15] Consolidate iommu page table implementations (AMD)
 2025-07-28 11:44 UTC  (4+ messages)
` [PATCH v3 01/15] genpt: Generic Page Table base API

ath12k_pci errors and loss of connectivity in 6.12.y branch
 2025-07-27 16:12 UTC  (9+ messages)

[PATCH v3 0/2] iommu/arm-smmu-v3: Two vsmmu impl_ops cleanups
 2025-07-25 19:01 UTC  (14+ messages)
` [PATCH v3 2/2] iommu/arm-smmu-v3: Replace vsmmu_size/type with get_viommu_size

[PATCH 00/14] Various dt-bindings for SM7635 and The Fairphone (Gen. 6) addition
 2025-07-25 14:14 UTC  (3+ messages)
` [PATCH 06/14] dt-bindings: mailbox: qcom-ipcc: document the SM7635 Inter-Processor Communication Controller

[PATCH v4 0/4] Add host kdump support for SNP
 2025-07-25 10:30 UTC  (9+ messages)
` [PATCH v4 1/4] iommu/amd: Add support to remap/unmap IOMMU buffers for kdump
` [PATCH v4 2/4] iommu/amd: Reuse device table "
` [PATCH v4 3/4] crypto: ccp: Skip SEV and SNP INIT for kdump boot
` [PATCH v4 4/4] iommu/amd: Skip enabling command/event buffers for kdump


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).