iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-16 18:38:36 to 2021-09-22 23:46:47 UTC [more...]

[RFC 00/20] Introduce /dev/iommu for userspace I/O address space management
 2021-09-22 23:45 UTC  (96+ messages)
` [RFC 01/20] iommu/iommufd: Add /dev/iommu core
` [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 05/20] vfio/pci: Register device to /dev/vfio/devices
` [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 09/20] iommu: Add page size and address width attributes
` [RFC 10/20] iommu/iommufd: Add IOMMU_DEVICE_GET_INFO
` [RFC 11/20] iommu/iommufd: Add IOMMU_IOASID_ALLOC/FREE
` [RFC 12/20] iommu/iommufd: Add IOMMU_CHECK_EXTENSION
` [RFC 13/20] iommu: Extend iommu_at[de]tach_device() for multiple devices group
` [RFC 14/20] iommu/iommufd: Add iommufd_device_[de]attach_ioasid()
` [RFC 15/20] vfio/pci: Add VFIO_DEVICE_[DE]ATTACH_IOASID
` [RFC 16/20] vfio/type1: Export symbols for dma [un]map code sharing
` [RFC 17/20] iommu/iommufd: Report iova range to userspace
` [RFC 18/20] iommu/iommufd: Add IOMMU_[UN]MAP_DMA on IOASID
` [RFC 19/20] iommu/vt-d: Implement device_info iommu_ops callback
` [RFC 20/20] Doc: Add documentation for /dev/iommu

[PATCH 0/8] Re-enable ENQCMD and PASID MSR
 2021-09-22 23:44 UTC  (17+ messages)
` [PATCH 1/8] iommu/vt-d: Clean up unused PASID updating functions
` [PATCH 2/8] x86/process: Clear PASID state for a newly forked/cloned thread
` [PATCH 3/8] sched: Define and initialize a flag to identify valid PASID in the task
` [PATCH 4/8] x86/traps: Demand-populate PASID MSR via #GP
` [PATCH 5/8] x86/mmu: Add mm-based PASID refcounting
` [PATCH 6/8] x86/cpufeatures: Re-enable ENQCMD
` [PATCH 7/8] tools/objtool: Check for use of the ENQCMD instruction in the kernel
` [PATCH 8/8] docs: x86: Change documentation for SVA (Shared Virtual Addressing)

[PATCH 0/3] io-pgtable-arm + drm/msm: Extend iova fault debugging
 2021-09-22 22:30 UTC  (2+ messages)
` [PATCH 1/3] iommu/io-pgtable-arm: Add way to debug pgtable walk

[PATCH v3 0/8] Implement generic cc_platform_has() helper function
 2021-09-22 21:05 UTC  (18+ messages)
` [PATCH v3 5/8] x86/sme: Replace occurrences of sme_active() with cc_platform_has()

[RFC 0/7] Support in-kernel DMA with PASID and SVA
 2021-09-22 17:04 UTC  (9+ messages)
` [RFC 1/7] ioasid: reserve special PASID for in-kernel DMA
` [RFC 2/7] dma-iommu: Add API for DMA request with PASID
` [RFC 3/7] iommu/vt-d: Add DMA w/ PASID support for PA and IOVA
` [RFC 4/7] dma-iommu: Add support for DMA w/ PASID in KVA
` [RFC 5/7] iommu/vt-d: Add support for KVA PASID mode
` [RFC 6/7] iommu: Add KVA map API
` [RFC 7/7] dma/idxd: Use dma-iommu PASID API instead of SVA lib

[PATCH v4 00/14] x86: Trenchboot secure dynamic launch Linux kernel support
 2021-09-22 12:03 UTC  (5+ messages)
` [PATCH v4 01/14] x86/boot: Fix memremap of setup_indirect structures
` [PATCH v4 02/14] x86/boot: Add setup_indirect support in early_memremap_is_setup_data

[PATCH V5 00/12] x86/Hyper-V: Add Hyper-V Isolation VM support
 2021-09-22 10:34 UTC  (4+ messages)
` [PATCH V5 12/12] net: netvsc: Add Isolation VM support for netvsc driver

[PATCH v4 00/13] MT8195 SMI support
 2021-09-22  6:44 UTC  (4+ messages)
` [PATCH v4 02/13] dt-bindings: memory: mediatek: Add mt8195 smi sub common

[PATCH] iommu/vt-d: Drop "0x" prefix from PCI bus & device addresses
 2021-09-22  5:48 UTC  (2+ messages)

[PATCH 0/1] iommu/vt-d: A fix for v5.15-rc3
 2021-09-22  5:47 UTC  (2+ messages)
` [PATCH 1/1] iommu/vt-d: Drop "0x" prefix from PCI bus & device addresses

[PATCH] iommu/arm-smmu-v3: poll cmdq until it has space
 2021-09-21 17:12 UTC  (3+ messages)

[PATCH RFC v1 00/11] iommu/virtio: vSVA support with Arm
 2021-09-21 16:16 UTC  (15+ messages)
` [PATCH RFC v1 01/11] uapi/virtio-iommu: Add page request grp-id and flags information
` [PATCH RFC v1 02/11] iommu/virtio: Maintain a list of endpoints served by viommu_dev
` [PATCH RFC v1 03/11] iommu/virtio: Handle incoming page faults
` [PATCH RFC v1 05/11] iommu/virtio: Add SVA feature and related enable/disable callbacks
` [PATCH RFC v1 08/11] iommu/arm-smmu-v3: Implement shared context alloc and free ops
` [PATCH RFC v1 09/11] iommu/virtio: Implement sva bind/unbind calls
` [PATCH RFC v1 10/11] uapi/virtio-iommu: Add a new request type to send page response

[PATCH] iommu/dart: Remove iommu_flush_ops
 2021-09-21 15:49 UTC  (2+ messages)

[PATCH] swiotlb: set IO TLB segment size via cmdline
 2021-09-21 15:20 UTC  (10+ messages)

[PATCH v4 0/6] iommu: Allow IOVA rcache range be configured
 2021-09-21  8:48 UTC  (6+ messages)
` [PATCH v4 5/6] iova: Add iova_len argument to init_iova_domain()

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

[PATCH v2 0/4] swiotlb-xen: remaining fixes and adjustments
 2021-09-20 15:19 UTC  (8+ messages)
` [PATCH v2 1/4] swiotlb-xen: ensure to issue well-formed XENMEM_exchange requests
` [PATCH v2 2/4] PCI: only build xen-pcifront in PV-enabled environments
` [PATCH v2 3/4] xen/pci-swiotlb: reduce visibility of symbols
` [PATCH v2 4/4] swiotlb-xen: this is PV-only on x86

[GIT PULL] dma-mapping fixes for Linux 5.15 (2nd attempt)
 2021-09-17 19:29 UTC  (2+ messages)

[GIT PULL] dma-mapping fixes for Linux 5.15
 2021-09-17 16:29 UTC  (3+ messages)

[PATCH v7 0/9] ACPI/IORT: Support for IORT RMR node
 2021-09-17 11:26 UTC  (10+ messages)
` [PATCH v7 2/9] ACPI/IORT: Add support for RMR node parsing

[PATCH] swiotlb: allocate memory in a cache-friendly way
 2021-09-17  3:03 UTC  (3+ messages)

[PATCH v3 00/20] Userspace P2PDMA with O_DIRECT NVMe devices
 2021-09-16 23:41 UTC  (21+ messages)
` [PATCH v3 01/20] lib/scatterlist: add flag for indicating P2PDMA segments in an SGL
` [PATCH v3 02/20] PCI/P2PDMA: attempt to set map_type if it has not been set
` [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 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 09/20] nvme-pci: check DMA ops when indicating support for PCI P2PDMA
` [PATCH v3 10/20] nvme-pci: convert to using dma_map_sgtable()
` [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 15/20] iov_iter: introduce iov_iter_get_pages_[alloc_]flags()
` [PATCH v3 16/20] block: set FOLL_PCI_P2PDMA in __bio_iov_iter_get_pages()
` [PATCH v3 17/20] block: set FOLL_PCI_P2PDMA in bio_map_user_iov()
` [PATCH v3 18/20] mm: use custom page_free for P2PDMA pages
` [PATCH v3 19/20] PCI/P2PDMA: introduce pci_mmap_p2pmem()
` [PATCH v3 20/20] nvme-pci: allow mmaping the CMB in userspace


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