iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-06 17:32:48 to 2020-11-13 10:43:30 UTC [more...]

[PATCH v2 0/2] iommu/arm-smmu-v3: Improve cmdq lock efficiency
 2020-11-13 10:43 UTC  (4+ messages)

[patch V2 00/46] x86, PCI, XEN, genirq ...: Prepare for device MSI
 2020-11-13  9:19 UTC  (8+ messages)
` REGRESSION: "
      ` iommu/vt-d: Cure VF irqdomain hickup

remove dma_virt_ops v2
 2020-11-13  8:50 UTC  (18+ messages)
` [PATCH 01/10] RMDA/sw: don't allow drivers using dma_virt_ops on highmem configs
` [PATCH 02/10] RDMA/umem: use ib_dma_max_seg_size instead of dma_get_max_seg_size
` [PATCH 03/10] RDMA: lift ibdev_to_node from rds to common code
` [PATCH 04/10] nvme-rdma: use ibdev_to_node instead of dereferencing ->dma_device
` [PATCH 05/10] rds: stop using dmapool
` [PATCH 06/10] RDMA/core: remove ib_dma_{alloc,free}_coherent
` [PATCH 07/10] RDMA/core: remove use of dma_virt_ops
` [PATCH 08/10] PCI/P2PDMA: Remove the DMA_VIRT_OPS hacks
` [PATCH 09/10] PCI/P2PDMA: Cleanup __pci_p2pdma_map_sg a bit
` [PATCH 10/10] dma-mapping: remove dma_virt_ops

[PATCH v3 00/14] iommu/amd: Add Generic IO Page Table Framework Support
 2020-11-13  5:57 UTC  (4+ messages)

[PATCH v8 0/9] iommu: I/O page faults for SMMUv3
 2020-11-13  0:41 UTC  (11+ messages)
` [PATCH v8 1/9] iommu: Add a page fault handler
` [PATCH v8 2/9] iommu/arm-smmu-v3: Maintain a SID->device structure
` [PATCH v8 3/9] dt-bindings: document stall property for IOMMU masters
` [PATCH v8 4/9] of/iommu: Support dma-can-stall property
` [PATCH v8 5/9] ACPI/IORT: Enable stall support for platform devices
` [PATCH v8 6/9] iommu/arm-smmu-v3: Add "
` [PATCH v8 7/9] PCI/ATS: Add PRI stubs
` [PATCH v8 8/9] PCI/ATS: Export PRI functions
` [PATCH v8 9/9] iommu/arm-smmu-v3: Add support for PRI

[RESEND][PATCH 1/2] arm-smmu-qcom: Ensure the qcom_scm driver has finished probing
 2020-11-12 22:05 UTC  (2+ messages)
` [RESEND][PATCH 2/2] iommu: Avoid crash if iommu_group is null

[PATCH v6 1/3] pinctrl: qcom: Kconfig: Rework PINCTRL_MSM to be a depenency rather then a selected config
 2020-11-12 19:17 UTC  (9+ messages)
` [PATCH v6 2/3] pinctrl: qcom: Allow pinctrl-msm code to be loadable as a module
` [PATCH v6 3/3] firmware: QCOM_SCM: Allow qcom_scm driver to be loadable as a permenent module

[PATCH v6 0/7] arm64: Default to 32-bit wide ZONE_DMA
 2020-11-12 15:56 UTC  (6+ messages)
` [PATCH v6 1/7] arm64: mm: Move reserve_crashkernel() into mem_init()

[PATCH v2 04/17] iommu/hyperv: don't setup IRQ remapping when running as root
 2020-11-12 15:27 UTC  (2+ messages)

[PATCH v3 0/4] iommu/iova: Solve longterm IOVA issue
 2020-11-12 11:28 UTC  (5+ messages)
` [PATCH v3 1/4] iommu/iova: Add free_all_cpu_cached_iovas()
` [PATCH v3 2/4] iommu/iova: Avoid double-negatives in magazine helpers
` [PATCH v3 3/4] iommu/iova: Flush CPU rcache for when a depot fills
` [PATCH v3 4/4] iommu: avoid taking iova_rbtree_lock twice

[PATCHv7 0/7] System Cache support for GPU and required SMMU support
 2020-11-12  9:43 UTC  (14+ messages)
` [PATCHv7 1/7] iommu/io-pgtable-arm: Add support to use system cache
` [PATCHv7 2/7] iommu/arm-smmu: Add domain attribute for "
` [PATCHv7 6/7] iommu: arm-smmu-impl: Use table to list QCOM implementations
` [PATCHv7 7/7] iommu: arm-smmu-impl: Add a space before open parenthesis

[PATCH v2] iommu/vt-d: avoid unnecessory panic if iommu init fail in tboot system
 2020-11-12  8:13 UTC  (5+ messages)

[PATCH v4 00/24] MT8192 IOMMU support
 2020-11-12  2:42 UTC  (35+ messages)
` [PATCH v4 01/24] dt-bindings: iommu: mediatek: Convert IOMMU to DT schema
` [PATCH v4 02/24] dt-bindings: memory: mediatek: Add a common larb-port header file
` [PATCH v4 03/24] dt-bindings: memory: mediatek: Extend LARB_NR_MAX to 32
` [PATCH v4 04/24] dt-bindings: memory: mediatek: Add domain definition
` [PATCH v4 05/24] dt-bindings: mediatek: Add binding for mt8192 IOMMU
` [PATCH v4 06/24] iommu/mediatek: Use the common mtk-smi-larb-port.h
` [PATCH v4 07/24] iommu/io-pgtable-arm-v7s: Use ias to check the valid iova in unmap
` [PATCH v4 08/24] iommu/io-pgtable-arm-v7s: Extend PA34 for MediaTek
` [PATCH v4 09/24] iommu/io-pgtable-arm-v7s: Clear LVL_SHIFT/BITS macro instead of the formula
` [PATCH v4 10/24] iommu/io-pgtable-arm-v7s: Add cfg as a param in some macros
` [PATCH v4 11/24] iommu/io-pgtable-arm-v7s: Quad lvl1 pgtable for MediaTek
` [PATCH v4 12/24] iommu/mediatek: Move hw_init into attach_device
` [PATCH v4 13/24] iommu/mediatek: Add device link for smi-common and m4u
` [PATCH v4 14/24] iommu/mediatek: Add pm runtime callback
` [PATCH v4 15/24] iommu/mediatek: Add power-domain operation
` [PATCH v4 16/24] iommu/mediatek: Add iova reserved function
` [PATCH v4 17/24] iommu/mediatek: Add single domain
` [PATCH v4 18/24] iommu/mediatek: Support master use iova over 32bit
` [PATCH v4 19/24] iommu/mediatek: Support up to 34bit iova in tlb flush
` [PATCH v4 20/24] iommu/mediatek: Support report iova 34bit translation fault in ISR
` [PATCH v4 21/24] iommu/mediatek: Add support for multi domain
` [PATCH v4 22/24] iommu/mediatek: Adjust the structure
` [PATCH v4 23/24] iommu/mediatek: Add mt8192 support
` [PATCH v4 24/24] MAINTAINERS: Add entry for MediaTek IOMMU

[PATCH v6 0/5] iommu aux-domain APIs extensions
 2020-11-12  2:31 UTC  (6+ messages)
` [PATCH v6 5/5] vfio/type1: Use mdev bus iommu_ops for IOMMU callbacks

[PATCH 1/1] vfio/type1: Add subdev_ioasid callback to vfio_iommu_driver_ops
 2020-11-12  2:24 UTC 

[PATCH v7 00/24] iommu: Shared Virtual Addressing for SMMUv3
 2020-11-11 23:11 UTC  (7+ messages)
` [PATCH v7 04/24] iommu: Add a page fault handler

[PATCH RESEND 0/5] iommu/tegra-smmu: Some pending reviewed changes
 2020-11-11 22:21 UTC  (6+ messages)
` [PATCH RESEND 1/5] iommu/tegra-smmu: Unwrap tegra_smmu_group_get
` [PATCH RESEND 2/5] iommu/tegra-smmu: Expand mutex protection range
` [PATCH RESEND 3/5] iommu/tegra-smmu: Use fwspec in tegra_smmu_(de)attach_dev
` [PATCH RESEND 4/5] iommu/tegra-smmu: Rework tegra_smmu_probe_device()
` [PATCH RESEND 5/5] iommu/tegra-smmu: Add PCI support

[PATCH v3 0/2] dma-mapping: provide a benchmark for streaming DMA mapping
 2020-11-11  9:42 UTC  (6+ messages)
` [PATCH v3 1/2] dma-mapping: add benchmark support for streaming DMA APIs

[RFC PATCH 00/15] Userspace P2PDMA with O_DIRECT NVMe devices
 2020-11-10 23:42 UTC  (38+ messages)
` [RFC PATCH 01/15] PCI/P2PDMA: Don't sleep in upstream_bridge_distance_warn()
` [RFC PATCH 02/15] PCI/P2PDMA: Attempt to set map_type if it has not been set
` [RFC PATCH 03/15] PCI/P2PDMA: Introduce pci_p2pdma_should_map_bus() and pci_p2pdma_bus_offset()
` [RFC PATCH 04/15] lib/scatterlist: Add flag for indicating P2PDMA segments in an SGL
` [RFC PATCH 05/15] dma-direct: Support PCI P2PDMA pages in dma-direct map_sg
` [RFC PATCH 06/15] dma-mapping: Add flags to dma_map_ops to indicate PCI P2PDMA support
` [RFC PATCH 07/15] iommu/dma: Support PCI P2PDMA pages in dma-iommu map_sg
` [RFC PATCH 08/15] nvme-pci: Check DMA ops when indicating support for PCI P2PDMA
` [RFC PATCH 09/15] nvme-pci: Convert to using dma_map_sg for p2pdma pages
` [RFC PATCH 10/15] mm: Introduce FOLL_PCI_P2PDMA to gate getting PCI P2PDMA pages
` [RFC PATCH 11/15] iov_iter: Introduce iov_iter_get_pages_[alloc_]flags()
` [RFC PATCH 12/15] block: Set FOLL_PCI_P2PDMA in __bio_iov_iter_get_pages()
` [RFC PATCH 13/15] block: Set FOLL_PCI_P2PDMA in bio_map_user_iov()
` [RFC PATCH 14/15] PCI/P2PDMA: Introduce pci_mmap_p2pmem()
` [RFC PATCH 15/15] nvme-pci: Allow mmaping the CMB in userspace

[PATCH for-5.10] swiotlb: remove the tbl_dma_addr argument to swiotlb_tbl_map_single
 2020-11-10 21:27 UTC  (5+ messages)

[PATCH v2 1/4] dt-bindings: reserved-memory: Document "active" property
 2020-11-10 19:33 UTC  (8+ messages)

[PATCH v3 00/35] Fix x2apic enablement and allow more CPUs, clean up I/OAPIC and MSI bitfields
 2020-11-10 16:26 UTC  (5+ messages)
  ` [PATCH v3 19/35] x86/io_apic: Cleanup trigger/polarity helpers

[GIT PULL] iommu/arm-smmu: First batch of updates for 5.11
 2020-11-10 13:56 UTC 

[PATCH v19 0/4] iommu/arm-smmu: Add adreno-smmu implementation and bindings
 2020-11-10 13:46 UTC  (6+ messages)
` [PATCH v19 1/4] iommu/arm-smmu-qcom: Add implementation for the adreno GPU SMMU
` [PATCH v19 2/4] iommu/arm-smmu: Add a way for implementations to influence SCTLR
` [PATCH v19 3/4] dt-bindings: arm-smmu: Add compatible string for Adreno GPU SMMU
` [PATCH v19 4/4] arm: dts: qcom: sm845: Set the compatible string for the "

dma_alloc_pages / dma_alloc_noncoherent fixups
 2020-11-10  9:57 UTC  (9+ messages)
` [PATCH 8/8] WIP: add a dma_alloc_contiguous API

[PATCH AUTOSEL 4.4 08/10] iommu/amd: Increase interrupt remapping table limit to 512 entries
 2020-11-10  3:56 UTC 

[PATCH AUTOSEL 4.9 10/12] iommu/amd: Increase interrupt remapping table limit to 512 entries
 2020-11-10  3:56 UTC 

[PATCH AUTOSEL 4.14 11/14] iommu/amd: Increase interrupt remapping table limit to 512 entries
 2020-11-10  3:56 UTC 

[PATCH AUTOSEL 4.19 14/21] iommu/amd: Increase interrupt remapping table limit to 512 entries
 2020-11-10  3:55 UTC 

[PATCH AUTOSEL 5.4 29/42] iommu/amd: Increase interrupt remapping table limit to 512 entries
 2020-11-10  3:54 UTC 

[PATCH AUTOSEL 5.9 37/55] iommu/amd: Increase interrupt remapping table limit to 512 entries
 2020-11-10  3:53 UTC 

[RFC PATCH v1 0/3] iommu/arm-smmu: adreno-smmu page fault handling
 2020-11-09 23:15 UTC  (6+ messages)
` [RFC PATCH v1 1/3] iommu/arm-smmu: Add support for driver IOMMU fault handlers
` [RFC PATCH v1 2/3] drm/msm: Add an adreno-smmu-priv callback to get pagefault info
` [RFC PATCH v1 3/3] drm/msm: Improve the a6xx page fault handler

[RFC PATCH 0/4] ACPI/IORT: Support for IORT RMR node
 2020-11-09 12:29 UTC  (4+ messages)
` [RFC PATCH 2/4] ACPI/IORT: Add support for RMR node parsing
  ` [Devel] "
    ` [Devel] "

[PATCH] dma-pool: no need to check return value of debugfs_create functions
 2020-11-09 11:43 UTC  (2+ messages)

[PATCH v5 1/2] iommu/iova: Retry from last rb tree node if iova search fails
 2020-11-09 11:12 UTC  (6+ messages)
` [PATCH v5 2/2] iommu/iova: Free global iova rcache on iova alloc failure

[PATCH] iommu/vt-d: avoid unnecessory panic if iommu init fail in tboot
 2020-11-09  9:12 UTC  (3+ messages)

[EXTERNAL] Re: amdgpu error whenever IOMMU is enabled
 2020-11-09  5:33 UTC  (12+ messages)

Intel VT-d IOMMU group regression in v5.9
 2020-11-07 22:01 UTC  (2+ messages)

[PATCH v7 0/3] iommu/tegra-smmu: Add PCI support
 2020-11-07  8:38 UTC  (2+ messages)

[PATCH v4 0/2] iommu/tegra-smmu: Two followup changes
 2020-11-07  8:35 UTC  (2+ messages)

[git pull] IOMMU Fixes for Linux v5.10-rc2
 2020-11-06 21:13 UTC  (2+ messages)

[PATCH v3] swiotlb: Adjust SWIOTBL bounce buffer size for SEV guests
 2020-11-06 18:24 UTC  (7+ 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).