iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-10-16 07:56:01 to 2018-11-05 07:34:08 UTC [more...]

[PATCH v4 0/8] vfio/mdev: IOMMU aware mediated device
 2018-11-05  7:34 UTC  (9+ messages)
  ` [PATCH v4 1/8] iommu: Add APIs for multiple domains per device
` [PATCH v4 2/8] iommu/vt-d: Add multiple domains per device query
` [PATCH v4 3/8] iommu/vt-d: Enable/disable multiple domains per device
` [PATCH v4 4/8] iommu/vt-d: Attach/detach domains in auxiliary mode
` [PATCH v4 5/8] iommu/vt-d: Return ID associated with an auxiliary domain
` [PATCH v4 6/8] vfio/mdev: Add iommu place holders in mdev_device
` [PATCH v4 7/8] vfio/type1: Add domain at(de)taching group helpers
` [PATCH v4 8/8] vfio/type1: Handle different mdev isolation type

[PATCH v4 00/12] iommu/vt-d: Add scalable mode support
 2018-11-05  7:17 UTC  (15+ messages)
` [PATCH v4 01/12] iommu/vt-d: Enumerate the scalable mode capability
` [PATCH v4 02/12] iommu/vt-d: Manage scalalble mode PASID tables
` [PATCH v4 03/12] iommu/vt-d: Move page table helpers into header
` [PATCH v4 04/12] iommu/vt-d: Add 256-bit invalidation descriptor support
` [PATCH v4 05/12] iommu/vt-d: Reserve a domain id for FL and PT modes
` [PATCH v4 06/12] iommu/vt-d: Add second level page table interface
` [PATCH v4 07/12] iommu/vt-d: Setup pasid entry for RID2PASID support
` [PATCH v4 08/12] iommu/vt-d: Pass pasid table to context mapping
` [PATCH v4 09/12] iommu/vt-d: Setup context and enable RID2PASID support
` [PATCH v4 10/12] iommu/vt-d: Add first level page table interface
` [PATCH v4 11/12] iommu/vt-d: Shared virtual address in scalable mode
` [PATCH v4 12/12] iommu/vt-d: Remove deferred invalidation

[PATCH 1/1] iommu/vtd: Fix NULL pointer dereference in prq_event_thread()
 2018-11-05  7:08 UTC  (4+ messages)

[PATCH] iommu/dma: Zero pages manually in a length of scatterlist
 2018-11-04 15:50 UTC  (4+ messages)

[GIT PULL] dma-mapping fix for 4.20
 2018-11-03 17:55 UTC  (2+ messages)

[PATCH] dma-mapping: fix return type of dma_set_max_seg_size()
 2018-11-02 10:22 UTC  (2+ messages)

[PATCH RFC] dma-direct: do not allocate a single page from CMA area
 2018-11-02  6:35 UTC  (6+ messages)

[PATCH v2 00/14] MT8183 IOMMU SUPPORT
 2018-11-02  6:23 UTC  (7+ messages)
` [PATCH v2 04/14] iommu/io-pgtable-arm-v7s: Add paddr_to_iopte and iopte_to_paddr helpers
` [PATCH v2 05/14] iommu/io-pgtable-arm-v7s: Extend MediaTek 4GB Mode

[RFC PATCH 0/6] Auxiliary IOMMU domains and Arm SMMUv3
 2018-11-02  3:19 UTC  (24+ messages)
  ` [RFC PATCH 1/6] iommu: Adapt attach/detach_dev() for auxiliary domains
  ` [RFC PATCH 2/6] drivers core: Add I/O ASID allocator
  ` [RFC PATCH 3/6] iommu/sva: Use external PASID allocator
  ` [RFC PATCH 4/6] iommu/sva: Support AUXD feature
  ` [RFC PATCH 5/6] iommu/arm-smmu-v3: Implement detach_dev op
  ` [RFC PATCH 6/6] iommu/arm-smmu-v3: Add support for auxiliary domains

[RFC] iommu/vt-d: Group and domain relationship
 2018-11-02  2:41 UTC  (2+ messages)

merge dma_direct_ops and dma_noncoherent_ops v3
 2018-11-01 14:30 UTC  (10+ messages)
` [PATCH 4/6] dma-mapping: merge direct and noncoherent ops
              ` [PATCH] MIPS: Fix `dma_alloc_coherent' returning a non-coherent allocation

[PATCH v2 1/5] iommu/arm-smmu: rearrange arm-smmu.c code
 2018-10-31 23:48 UTC  (5+ messages)
  ` [PATCH v2 2/5] iommu/arm-smmu: Prepare fault, probe, sync functions for sharing code
` [PATCH v2 3/5] iommu/tegra194_smmu: Add Tegra194 SMMU driver
` [PATCH v2 4/5] arm64: defconfig: Enable ARM_SMMU_TEGRA
` [PATCH v2 5/5] arm64: tegra: Add SMMU nodes to Tegra194 device tree

[PATCH v2 0/5] Add Tegra194 Dual ARM SMMU driver
 2018-10-31 23:43 UTC 

[PATCH v3 1/1] iommu/arm-smmu-v3: eliminate a potential memory corruption on hi1620 and earlier
 2018-10-31 11:43 UTC  (2+ messages)

[PATCH v2 1/1] iommu/arm-smmu-v3: eliminate a potential memory corruption on Hi16xx soc
 2018-10-30 14:02 UTC  (5+ messages)

[PATCHv4 0/2] iommu/arm-smmu: Add Stratix10 SMMU Support
 2018-10-30 13:38 UTC  (2+ messages)

[PATCH] kernel/dma: Fix panic caused by passing swiotlb to command line
 2018-10-30 11:06 UTC  (5+ messages)

[PATCH] iommu: arm-smmu: Set SCTLR.HUPCF bit
 2018-10-29 19:10 UTC  (2+ messages)

[RFC v2 00/20] SMMUv3 Nested Stage Setup
 2018-10-27  9:24 UTC  (6+ messages)
` [RFC v2 12/20] dma-iommu: Implement NESTED_MSI cookie

[GIT PULL] second round of dma mapping updates for 4.20
 2018-10-26 18:30 UTC  (2+ messages)

[git pull] IOMMU Updates for Linux v4.20
 2018-10-26 17:51 UTC  (2+ messages)

move swiotlb noncoherent dma support from arm64 to generic code V2
 2018-10-26 12:44 UTC  (35+ messages)
` [PATCH 01/10] swiotlb: remove a pointless comment
` [PATCH 02/10] swiotlb: mark is_swiotlb_buffer static
` [PATCH 03/10] swiotlb: do not panic on mapping failures
` [PATCH 04/10] swiotlb: remove the overflow buffer
` [PATCH 05/10] swiotlb: merge swiotlb_unmap_page and unmap_single
` [PATCH 06/10] swiotlb: use swiotlb_map_page in swiotlb_map_sg_attrs
` [PATCH 07/10] swiotlb: refactor swiotlb_map_page
` [PATCH 08/10] swiotlb: don't dip into swiotlb pool for coherent allocations
` [PATCH 09/10] swiotlb: add support for non-coherent DMA
` [PATCH 10/10] arm64: use the generic swiotlb_dma_ops

[PATCH 0/3] Add Tegra194 Dual ARM SMMU driver
 2018-10-25 15:09 UTC  (6+ messages)
` [PATCH 1/3] iommu/arm-smmu: rearrange arm-smmu.c code
` [PATCH 2/3] iommu/arm-smmu: Prepare fault, probe, sync functions for sharing code
` [PATCH 3/3] iommu/tegra194_smmu: Add Tegra194 SMMU driver

[PATCH 1/1] iommu/arm-smmu: Add support to use Last level cache
 2018-10-24 17:48 UTC  (3+ messages)

[PATCH v2 0/4] Qcom smmu-500 TLB invalidation errata for sdm845
 2018-10-23  7:45 UTC  (4+ messages)
` [PATCH v2 4/4] iommu/arm-smmu: Add support to handle Qcom's TLBI serialization errata

[PATCH v5 1/2] iommu/arm-smmu-v3: Poll for CMD_SYNC outside cmdq lock
 2018-10-22 12:29 UTC  (12+ messages)
  ` [PATCH v5 2/2] iommu/arm-smmu-v3: Reunify arm_smmu_cmdq_issue_sync()

[PATCH v3 0/7] Add virtio-iommu driver
 2018-10-22 11:27 UTC  (17+ messages)
` [PATCH v3 1/7] dt-bindings: virtio-mmio: Add IOMMU description
` [PATCH v3 2/7] dt-bindings: virtio: Add virtio-pci-iommu node
` [PATCH v3 3/7] PCI: OF: Allow endpoints to bypass the iommu

[PATCH] dma-direct: reject highmem pages from dma_alloc_from_contiguous
 2018-10-22  9:41 UTC  (2+ messages)

[PATCH] dma-mapping: move the remap helpers to a separate file
 2018-10-22  8:56 UTC  (3+ messages)

[GIT PULL] first round of dma mapping updates for 4.20
 2018-10-22  8:07 UTC 

[PATCH 10/10] x86/swiotlb: Enable swiotlb for > 4GiG RAM on 32-bit kernels
 2018-10-20 23:52 UTC 

[PATCH] iommu: arm-smmu: handle client iommu translation fault handlers
 2018-10-19 17:44 UTC  (4+ messages)

[PATCH] x86: enable swiotlb for > 4GiG ram on 32-bit kernels
 2018-10-19  5:51 UTC  (9+ messages)

[PATCH 0/4] Add system mmu support for Armada-806
 2018-10-18 20:48 UTC  (8+ messages)
` [PATCH 2/4] iommu/arm-smmu: Workaround for Marvell Armada-AP806 SoC erratum #582743
` [PATCH 3/4] dt-bindings: iommu/arm, smmu: add compatible string for Marvell

[PATCH v2] iommu/mediatek: Constify iommu_ops
 2018-10-18 11:13 UTC 

[Linux-4.19] ThinkPad T470 not booting with "intel_iommu=on"
 2018-10-18  8:59 UTC  (9+ messages)

[PATCH v2] iommu/arm-smmu-v3: Fix big-endian CMD_SYNC writes
 2018-10-17 20:32 UTC 

[PATCH] iommu/arm-smmu-v3: Fix big-endian CMD_SYNC writes
 2018-10-17 17:10 UTC  (3+ messages)

[PATCH v3 00/10] Shared Virtual Addressing for the IOMMU
 2018-10-17 15:07 UTC  (6+ messages)
` [RFC PATCH v3 10/10] iommu/sva: Add support for private PASIDs

[PATCH] iommu/ipmmu-vmsa: Hook up r8a77990 DT matching code
 2018-10-17  9:13 UTC  (3+ messages)

[PATCH v2] iommu/ipmmu-vmsa: Hook up r8a77990 DT matching code
 2018-10-17  9:13 UTC 

[PATCH v3 0/8] vfio/mdev: IOMMU aware mediated device
 2018-10-17  2:10 UTC  (7+ messages)

[PATCH 1/1] iommu/arm-smmu-v3: eliminate a potential memory corruption on Hi16xx soc
 2018-10-16 10:08 UTC  (11+ 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).