iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-14 11:38:10 to 2021-09-21 21:09:41 UTC [more...]

[RFC 00/20] Introduce /dev/iommu for userspace I/O address space management
 2021-09-21 21:09 UTC  (39+ 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 v4 00/13] MT8195 SMI support
 2021-09-21 20:36 UTC  (13+ messages)
` [PATCH v4 02/13] dt-bindings: memory: mediatek: Add mt8195 smi sub common
` [PATCH v4 04/13] memory: mtk-smi: Rename smi_gen to smi_type
` [PATCH v4 05/13] memory: mtk-smi: Adjust some code position
` [PATCH v4 06/13] memory: mtk-smi: Add error handle for smi_probe
` [PATCH v4 07/13] memory: mtk-smi: Add device link for smi-sub-common
` [PATCH v4 08/13] memory: mtk-smi: Add clocks "
` [PATCH v4 09/13] memory: mtk-smi: Use devm_platform_ioremap_resource
` [PATCH v4 10/13] memory: mtk-smi: mt8195: Add smi support
` [PATCH v4 11/13] memory: mtk-smi: mt8195: Add initial setting for smi-common
` [PATCH v4 12/13] memory: mtk-smi: mt8195: Add initial setting for smi-larb
` [PATCH v4 13/13] MAINTAINERS: Add entry for MediaTek SMI

[PATCH v3 0/8] Implement generic cc_platform_has() helper function
 2021-09-21 17:47 UTC  (20+ messages)
` [PATCH v3 4/8] powerpc/pseries/svm: Add a powerpc version of cc_platform_has()
` [PATCH v3 5/8] x86/sme: Replace occurrences of sme_active() with cc_platform_has()

[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  (13+ 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 0/8] Re-enable ENQCMD and PASID MSR
 2021-09-20 19:23 UTC  (9+ 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 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

[RFC][PATCH v2 00/13] iommu/arm-smmu-v3: Add NVIDIA implementation
 2021-09-16 18:21 UTC  (6+ messages)

[PATCH v2 0/8] Host1x context isolation support
 2021-09-16 14:33 UTC  (9+ messages)
` [PATCH v2 1/8] gpu: host1x: Add context bus
` [PATCH v2 2/8] gpu: host1x: Add context device management code
` [PATCH v2 3/8] gpu: host1x: Program context stream ID on submission
` [PATCH v2 4/8] iommu/arm-smmu: Attach to host1x context device bus
` [PATCH v2 5/8] arm64: tegra: Add Host1x context stream IDs on Tegra186+
` [PATCH v2 6/8] drm/tegra: falcon: Set DMACTX field on DMA transactions
` [PATCH v2 7/8] drm/tegra: vic: Implement get_streamid_offset
` [PATCH v2 8/8] drm/tegra: Support context isolation

[PATCH V5 00/12] x86/Hyper-V: Add Hyper-V Isolation VM support
 2021-09-16 14:43 UTC  (26+ messages)
` [PATCH V5 01/12] x86/hyperv: Initialize GHCB page in Isolation VM
` [PATCH V5 02/12] x86/hyperv: Initialize shared memory boundary in the "
` [PATCH V5 03/12] x86/hyperv: Add new hvcall guest address host visibility support
` [PATCH V5 04/12] Drivers: hv: vmbus: Mark vmbus ring buffer visible to host in Isolation VM
` [PATCH V5 05/12] x86/hyperv: Add Write/Read MSR registers via ghcb page
` [PATCH V5 06/12] x86/hyperv: Add ghcb hvcall support for SNP VM
` [PATCH V5 07/12] Drivers: hv: vmbus: Add SNP support for VMbus channel initiate message
` [PATCH V5 08/12] Drivers: hv : vmbus: Initialize VMbus ring buffer for Isolation VM
` [PATCH V5 09/12] x86/Swiotlb: Add Swiotlb bounce buffer remap function for HV IVM
` [PATCH V5 10/12] hyperv/IOMMU: Enable swiotlb bounce buffer for Isolation VM
` [PATCH V5 11/12] scsi: storvsc: Add Isolation VM support for storvsc driver
` [PATCH V5 12/12] net: netvsc: Add Isolation VM support for netvsc driver

[PATCH v6 0/6] iommu/tegra-smmu: Add pagetable mappings to debugfs
 2021-09-15 22:19 UTC  (9+ messages)
` [PATCH v6 6/6] "

[PATCH v1 0/2] iommu/vt-d: boost the mapping process
 2021-09-15 15:21 UTC  (3+ messages)
` [PATCH v1 1/2] iommu/vt-d: convert the return type of first_pte_in_page to bool
` [PATCH v1 2/2] iommu/vt-d: avoid duplicated removing in __domain_mapping

[PATCH v2 1/5] dt-bindings: reserved-memory: Document memory region specifier
 2021-09-15 15:19 UTC  (11+ messages)

AMD-Vi: [Firmware Warn]: EFR mismatch. Use IVHD EFR (0xf77ef22294ada : 0x400f77ef22294ada)
 2021-09-15 14:39 UTC  (9+ messages)

[PATCH] dma debug: report -EEXIST errors in add_dma_entry
 2021-09-14 15:45 UTC  (3+ messages)
` DPAA2 triggers, "

[PATCH V4 00/13] x86/Hyper-V: Add Hyper-V Isolation VM support
 2021-09-14 14:41 UTC  (6+ 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).