iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-28 06:25:45 to 2021-09-30 05:48:31 UTC [more...]

[PATCH V5 00/12] x86/Hyper-V: Add Hyper-V Isolation VM support
 2021-09-30  5:48 UTC  (8+ messages)
` [PATCH V5 12/12] net: netvsc: Add Isolation VM support for netvsc driver

[PATCH 0/2] arm64: retry dropping HAVE_ARCH_PFN_VALID
 2021-09-30  5:46 UTC  (4+ messages)
` [PATCH 1/2] dma-mapping: remove bogus test for pfn_valid from dma_map_resource
` [PATCH 2/2] arm64/mm: drop HAVE_ARCH_PFN_VALID

[PATCH kernel] powerpc/iommu: Report the correct most efficient DMA mask for PCI devices
 2021-09-30  5:43 UTC  (2+ messages)

[PATCH RFC v1 00/11] iommu/virtio: vSVA support with Arm
 2021-09-30  4:56 UTC  (4+ messages)
` [PATCH RFC v1 01/11] uapi/virtio-iommu: Add page request grp-id and flags information

[RFC 00/20] Introduce /dev/iommu for userspace I/O address space management
 2021-09-30  3:12 UTC  (76+ messages)
` [RFC 02/20] vfio: Add device class for /dev/vfio/devices
` [RFC 03/20] vfio: Add vfio_[un]register_device()
` [RFC 04/20] iommu: Add iommu_device_get_info interface
` [RFC 06/20] iommu: Add iommu_device_init[exit]_user_dma interfaces
` [RFC 07/20] iommu/iommufd: Add iommufd_[un]bind_device()
` [RFC 08/20] vfio/pci: Add VFIO_DEVICE_BIND_IOMMUFD
` [RFC 10/20] iommu/iommufd: Add IOMMU_DEVICE_GET_INFO
` [RFC 11/20] iommu/iommufd: Add IOMMU_IOASID_ALLOC/FREE
` [RFC 17/20] iommu/iommufd: Report iova range to userspace

[PATCH v8 00/12] Clean up "mediatek,larb"
 2021-09-30  3:28 UTC  (16+ messages)
` [PATCH v8 01/12] dt-binding: mediatek: Get rid of mediatek, larb for multimedia HW
` [PATCH v8 02/12] iommu/mediatek-v1: Free the existed fwspec if the master dev already has
` [PATCH v8 03/12] iommu/mediatek: Add probe_defer for smi-larb
` [PATCH v8 04/12] iommu/mediatek: Add device_link between the consumer and the larb devices
` [PATCH v8 05/12] media: mtk-jpeg: Get rid of mtk_smi_larb_get/put
` [PATCH v8 06/12] media: mtk-mdp: "
` [PATCH v8 07/12] drm/mediatek: Add pm runtime support for ovl and rdma
` [PATCH v8 08/12] drm/mediatek: Get rid of mtk_smi_larb_get/put
` [PATCH v8 09/12] media: mtk-vcodec: "
` [PATCH v8 10/12] memory: mtk-smi: "
` [PATCH v8 11/12] arm: dts: mediatek: Get rid of mediatek, larb for MM nodes
` [PATCH v8 12/12] arm64: "

[PATCH 0/8] Re-enable ENQCMD and PASID MSR
 2021-09-30  0:44 UTC  (52+ messages)
` [PATCH 1/8] iommu/vt-d: Clean up unused PASID updating functions
` [PATCH 4/8] x86/traps: Demand-populate PASID MSR via #GP
` [PATCH 5/8] x86/mmu: Add mm-based PASID refcounting

[PATCH v3 00/20] Userspace P2PDMA with O_DIRECT NVMe devices
 2021-09-30  0:36 UTC  (49+ messages)
` [PATCH v3 01/20] lib/scatterlist: add flag for indicating P2PDMA segments in an SGL
` [PATCH v3 03/20] PCI/P2PDMA: make pci_p2pdma_map_type() non-static
` [PATCH v3 04/20] PCI/P2PDMA: introduce helpers for dma_map_sg implementations
  ` [PATCH v3 4/20] "
` [PATCH v3 05/20] dma-mapping: allow EREMOTEIO return code for P2PDMA transfers
` [PATCH v3 06/20] dma-direct: support PCI P2PDMA pages in dma-direct map_sg
` [PATCH v3 07/20] dma-mapping: add flags to dma_map_ops to indicate PCI P2PDMA support
` [PATCH v3 08/20] iommu/dma: support PCI P2PDMA pages in dma-iommu map_sg
` [PATCH v3 11/20] RDMA/core: introduce ib_dma_pci_p2p_dma_supported()
` [PATCH v3 12/20] RDMA/rw: use dma_map_sgtable()
` [PATCH v3 13/20] PCI/P2PDMA: remove pci_p2pdma_[un]map_sg()
` [PATCH v3 14/20] mm: introduce FOLL_PCI_P2PDMA to gate getting PCI P2PDMA pages
` [PATCH v3 19/20] PCI/P2PDMA: introduce pci_mmap_p2pmem()

[RFC 0/7] Support in-kernel DMA with PASID and SVA
 2021-09-29 23:43 UTC  (5+ messages)

[PATCH] [RFC] qcom_scm: hide Kconfig symbol
 2021-09-29 18:30 UTC  (7+ messages)

[PATCH 2/2] [v2] qcom_scm: hide Kconfig symbol
 2021-09-29 14:50 UTC  (3+ messages)

[PATCH 1/1] iommu/vt-d: Delete dev_has_feat callback
 2021-09-29  7:20 UTC 

[PATCH v8 0/7] Fixes for dma-iommu swiotlb bounce buffers
 2021-09-29  2:33 UTC  (8+ messages)
` [PATCH v8 1/7] dma-iommu: fix sync_sg with swiotlb
` [PATCH v8 2/7] dma-iommu: fix arch_sync_dma for map
` [PATCH v8 3/7] dma-iommu: skip extra sync during unmap w/swiotlb
` [PATCH v8 4/7] dma-iommu: fold _swiotlb helpers into callers
` [PATCH v8 5/7] dma-iommu: Check CONFIG_SWIOTLB more broadly
` [PATCH v8 6/7] swiotlb: support aligned swiotlb buffers
` [PATCH v8 7/7] dma-iommu: account for min_align_mask w/swiotlb

[PATCH v2 0/9] cxl_pci refactor for reusability
 2021-09-29  1:36 UTC  (18+ messages)
` [PATCH v2 2/9] cxl/pci: Remove dev_dbg for unknown register blocks
` [PATCH v2 3/9] cxl/pci: Remove pci request/release regions
` [PATCH v2 4/9] cxl/pci: Refactor cxl_pci_setup_regs
` [PATCH v2 5/9] cxl/pci: Make more use of cxl_register_map
` [PATCH v2 6/9] PCI: Add pci_find_dvsec_capability to find designated VSEC
` [PATCH v2 7/9] cxl/pci: Use pci core's DVSEC functionality
` [PATCH v2 8/9] ocxl: "
` [PATCH v2 9/9] iommu/vt-d: "

[PATCH][next] iommu/dma: Use kvcalloc() instead of kvzalloc()
 2021-09-28 22:22 UTC 

[PATCH v4 0/8] Implement generic cc_platform_has() helper function
 2021-09-28 21:40 UTC  (15+ messages)
` [PATCH 1/8] x86/ioremap: Selectively build arch override encryption functions
` [PATCH 2/8] arch/cc: Introduce a function to check for confidential computing features
` [PATCH 3/8] x86/sev: Add an x86 version of cc_platform_has()
` [PATCH 4/8] powerpc/pseries/svm: Add a powerpc "
` [PATCH 5/8] x86/sme: Replace occurrences of sme_active() with cc_platform_has()
` [PATCH 6/8] x86/sev: Replace occurrences of sev_active() "
` [PATCH 7/8] x86/sev: Replace occurrences of sev_es_active() "
` [PATCH 8/8] treewide: Replace the use of mem_encrypt_active() "

[PATCH v5] iommu/amd: Use report_iommu_fault()
 2021-09-28 10:44 UTC 

[PATCH] iommu/dma: Tidy up Kconfig selects
 2021-09-28 10:11 UTC  (3+ messages)

[PATCH] iommu/mediatek: fix out-of-range warning with clang
 2021-09-28  9:59 UTC  (2+ messages)

[PATCH v4] iommu/amd: Use report_iommu_fault()
 2021-09-28  9:55 UTC  (2+ messages)

[PATCH] iommu/dart: Clear sid2group entry when a group is freed
 2021-09-28  9:47 UTC  (2+ messages)

[PATCH] iommu/ipmmu-vmsa: Hook up r8a77980 DT matching code
 2021-09-28  9:45 UTC  (2+ messages)

[PATCH 0/1] iommu/vt-d: A fix for v5.15-rc3
 2021-09-28  9:41 UTC  (2+ messages)

[PATCH] iommu/dart: Remove iommu_flush_ops
 2021-09-28  9:38 UTC  (2+ messages)

[PATCH 0/2] iommu: DMA domain epilogue
 2021-09-28  9:21 UTC  (2+ messages)

[PATCH v2 0/2] iommu/ipmmu-vmsa: Add support for r8a779a0
 2021-09-28  9:13 UTC  (2+ messages)

[PATCH v7 0/7] Fixes for dma-iommu swiotlb bounce buffers
 2021-09-28  9:04 UTC  (2+ messages)

[PATCH,RFC] iommu/amd: Recover from event log overflow
 2021-09-28  8:45 UTC  (2+ messages)

[PATCH v15 00/12] SMMUv3 Nested Stage Setup (IOMMU part)
 2021-09-28  6:25 UTC  (3+ messages)


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).