Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2025-01-27 17:47:48 to 2025-02-05 17:41:55 UTC [more...]

[PATCH 00/19] iommu: Further abstract iommu-pages
 2025-02-05 17:41 UTC  (25+ messages)
` [PATCH 01/19] iommu/terga: Do not use struct page as the handle for as->pd memory
` [PATCH 02/19] iommu/tegra: Do not use struct page as the handle for pts
` [PATCH 03/19] iommu/pages: Remove __iommu_alloc_pages()/__iommu_free_pages()
` [PATCH 04/19] iommu/pages: Make iommu_put_pages_list() work with high order allocations
` [PATCH 05/19] iommu/pages: Replace iommu_free_pages() with iommu_free_page()
` [PATCH 06/19] iommu/pages: De-inline the substantial functions
` [PATCH 07/19] iommu/vtd: Use virt_to_phys()
` [PATCH 08/19] iommu/pages: Formalize the freelist API
` [PATCH 09/19] iommu/riscv: Convert to use struct iommu_pages_list
` [PATCH 10/19] iommu/amd: "
` [PATCH 11/19] iommu: Change iommu_iotlb_gather to use iommu_page_list
` [PATCH 12/19] iommu/pages: Remove iommu_put_pages_list_old and the _Generic
` [PATCH 13/19] iommu/pages: Move from struct page to struct ioptdesc and folio
` [PATCH 14/19] iommu/pages: Move the __GFP_HIGHMEM checks into the common code
` [PATCH 15/19] iommu/pages: Allow sub page sizes to be passed into the allocator
` [PATCH 16/19] iommu/amd: Use roundup_pow_two() instead of get_order()
` [PATCH 17/19] iommu/riscv: Update to use iommu_alloc_pages_node_lg2()
` [PATCH 18/19] iommu: Update various drivers to pass in lg2sz instead of order to iommu pages
` [PATCH 19/19] iommu/pages: Remove iommu_alloc_page/pages()

[PATCH v3 0/3] Fix broken SNP support with KVM module built-in
 2025-02-05 16:55 UTC  (7+ messages)
` [PATCH v3 1/3] crypto: ccp: Add external API interface for PSP module initialization
` [PATCH v3 2/3] KVM: SVM: Ensure PSP module is initialized if KVM module is built-in
` [PATCH v3 3/3] x86/sev: Fix broken SNP support with KVM module built-in

Make intel iommu disable swiotlb
 2025-02-05 16:31 UTC  (4+ messages)

[RFC PATCH 0/3] Add an option for devices to skip SWIOTLB pre-copy on read
 2025-02-05 16:18 UTC  (9+ messages)
` [RFC PATCH 1/3] add full_buffer_write flag to struct device_dma_parameters
` [RFC PATCH 2/3] skip swiotlb pre copy if the device does full buffer write
` [RFC PATCH 3/3] set full_buffer_write for nvme devices

[PATCH v2 0/4] Fix broken SNP support with KVM module built-in
 2025-02-05 15:15 UTC  (12+ messages)
` [PATCH v2 1/4] crypto: ccp: Add external API interface for PSP module initialization
` [PATCH v2 2/4] KVM: SVM: Ensure PSP module is initialized if KVM module is built-in
` [PATCH v2 3/4] x86/sev: Fix broken SNP support with KVM module built-in
` [PATCH v2 4/4] iommu/amd: Enable Host SNP support after enabling IOMMU SNP support

[PATCH v2 0/6] iommu/s390: support additional table regions
 2025-02-05 15:08 UTC  (3+ messages)
` [PATCH v2 1/6] iommu/s390: add initial fields to track table size

[PATCH v7 00/17] Provide a new two step DMA mapping API
 2025-02-05 14:40 UTC  (18+ messages)
` [PATCH v7 01/17] PCI/P2PDMA: Refactor the p2pdma mapping helpers
` [PATCH v7 02/17] dma-mapping: move the PCI P2PDMA mapping helpers to pci-p2pdma.h
` [PATCH v7 03/17] iommu: generalize the batched sync after map interface
` [PATCH v7 04/17] iommu: add kernel-doc for iommu_unmap and iommu_unmap_fast
` [PATCH v7 05/17] dma-mapping: Provide an interface to allow allocate IOVA
` [PATCH v7 06/17] iommu/dma: Factor out a iommu_dma_map_swiotlb helper
` [PATCH v7 07/17] dma-mapping: Implement link/unlink ranges API
` [PATCH v7 08/17] dma-mapping: add a dma_need_unmap helper
` [PATCH v7 09/17] docs: core-api: document the IOVA-based API
` [PATCH v7 10/17] mm/hmm: let users to tag specific PFN with DMA mapped bit
` [PATCH v7 11/17] mm/hmm: provide generic DMA managing logic
` [PATCH v7 12/17] RDMA/umem: Store ODP access mask information in PFN
` [PATCH v7 13/17] RDMA/core: Convert UMEM ODP DMA mapping to caching IOVA and page linkage
` [PATCH v7 14/17] RDMA/umem: Separate implicit ODP initialization from explicit ODP
` [PATCH v7 15/17] vfio/mlx5: Explicitly use number of pages instead of allocated length
` [PATCH v7 16/17] vfio/mlx5: Rewrite create mkey flow to allow better code reuse
` [PATCH v7 17/17] vfio/mlx5: Enable the DMA link API

iommu: flood of ahci 0000:e6:00.0: AMD-Vi: Event logged [IO_PAGE_FAULT domain=0x0055 address=0xa14a4000 flags=0x0070]
 2025-02-05 13:41 UTC  (5+ messages)

[PATCH] iommu/amd: Expicitly enable CNTRL.EPHEn bit in resume path
 2025-02-05  9:53 UTC  (2+ messages)

[PATCH v4 00/12] Initial support for SMMUv3 nested translation
 2025-02-05  3:45 UTC  (10+ messages)

[PATCH v8 0/2] Add dma coherent allocator abstraction
 2025-02-05  2:41 UTC  (36+ messages)
` [PATCH v8 2/2] rust: add "

[PATCH v2 1/1] iommu/vt-d: Make intel_iommu_drain_pasid_prq() cover faults for RID
 2025-02-05  2:28 UTC  (3+ messages)

[REGRESSION] Invalid gather when using Tegra210 media engines
 2025-02-04 14:36 UTC  (9+ messages)

[RFC v8 0/5] fix two bugs related to page_pool
 2025-02-04 14:23 UTC  (4+ messages)
` [RFC v8 3/5] page_pool: fix IOMMU crash when driver has already unbound

[PATCH RFCv2 00/13] iommu: Add MSI mapping support with nested SMMU
 2025-02-04 13:02 UTC  (36+ messages)
` [PATCH RFCv2 01/13] genirq/msi: Store the IOMMU IOVA directly in msi_desc instead of iommu_cookie
` [PATCH RFCv2 02/13] genirq/msi: Rename iommu_dma_compose_msi_msg() to msi_msg_set_msi_addr()
` [PATCH RFCv2 03/13] iommu: Make iommu_dma_prepare_msi() into a generic operation
` [PATCH RFCv2 05/13] iommu: Turn fault_data to iommufd private pointer
` [PATCH RFCv2 06/13] iommufd: Make attach_handle generic
` [PATCH RFCv2 09/13] iommufd: Add IOMMU_OPTION_SW_MSI_START/SIZE ioctls

[Regression] File corruptions on SSD in 1st M.2 socket of AsRock X600M-STX
 2025-02-04  9:12 UTC  (21+ messages)
      ` [Bug 219609] File corruptions on SSD in 1st M.2 socket of AsRock X600M-STX + Ryzen 8700G

[PATCH v1 0/2] iommufd: Allocate attach_handle for any HWPT
 2025-02-04  5:00 UTC  (3+ messages)
` [PATCH v1 1/2] iommufd: Make attach_handle generic than fault specific
` [PATCH v1 2/2] iommufd/fault: Remove iommufd_fault_domain_attach/detach/replace_dev()

[PATCH] iommu/riscv: Fixup compile warning
 2025-02-03 19:16 UTC  (2+ messages)

[PATCH v2 0/1] iommu/riscv: Add platform msi support
 2025-02-03 19:15 UTC  (2+ messages)

[PATCH v4 0/2] Add support for GPU SMMU on QCS8300
 2025-02-03 11:36 UTC  (7+ messages)
` [PATCH v4 1/2] dt-bindings: arm-smmu: Document QCS8300 GPU SMMU
` [PATCH v4 2/2] arm64: dts: qcom: qcs8300: Add device node for gfx_smmu

[PATCH v11 0/3] Add dma coherent allocator abstraction
 2025-02-03  8:37 UTC  (23+ messages)
` [PATCH v11 2/3] rust: add "
` [PATCH v11 3/3] MAINTAINERS: add entry for Rust dma mapping helpers device driver API

[PATCH 0/3] make MSI IOVA base address and its length configurable
 2025-01-31  0:36 UTC  (5+ messages)

[PATCH] iommu: Fix a spelling error
 2025-01-30 14:16 UTC  (2+ messages)

DMA map error validation issue in dma_alloc_noncoherent()
 2025-01-30 10:24 UTC 

[PATCH v3 0/3] iommu/s390: add support for IOMMU passthrough
 2025-01-30  7:43 UTC  (9+ messages)
` [PATCH v3 1/3] s390/pci: check for relaxed translation capability
` [PATCH v3 2/3] s390/pci: store DMA offset in bus_dma_region
` [PATCH v3 3/3] iommu/s390: implement iommu passthrough via identity domain

[PATCH v3 0/3] iommu/arm-smmu, drm/msm: Fixes for stall-on-fault
 2025-01-29 15:58 UTC  (14+ messages)
` [PATCH v3 1/3] iommu/arm-smmu: Fix spurious interrupts with stall-on-fault

[RFC PATCH v2 00/58] KVM: Arm SMMUv3 driver for pKVM
 2025-01-29 14:08 UTC  (20+ messages)
` [RFC PATCH v2 27/58] KVM: arm64: smmu-v3: Setup command queue

[PATCH 0/4] Fix broken SNP support with KVM module built-in
 2025-01-29  9:24 UTC  (9+ messages)
` [PATCH 1/4] iommu/amd: Check SNP support before enabling IOMMU

[PATCH] kernel/dma: dma_common_find_pages returns pages for requested address
 2025-01-29  8:13 UTC  (5+ messages)

[PATCH v6 00/14] iommufd: Add vIOMMU infrastructure (Part-3: vEVENTQ)
 2025-01-28  8:21 UTC  (3+ messages)
` [PATCH v6 11/14] Documentation: userspace-api: iommufd: Update FAULT and VEVENTQ


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