Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2018-09-29 00:54:47 to 2018-10-12 05:16:28 UTC [more...]

[PATCH v3 0/8] vfio/mdev: IOMMU aware mediated device
 2018-10-12  5:16 UTC  (5+ messages)
  ` [PATCH v3 1/8] iommu: Add APIs for multiple domains per device
` [PATCH v3 2/8] iommu/vt-d: Add multiple domains per device query
` [PATCH v3 3/8] iommu/vt-d: Enable/disable multiple domains per device
` [PATCH v3 4/8] iommu/vt-d: Attach/detach domains in auxiliary mode

[PATCH v4 0/2] Enable smmu support on sdm845
 2018-10-11 22:16 UTC  (4+ messages)
  ` [PATCH v4 1/2] dt-bindings: arm-smmu: Add binding doc for Qcom smmu-500
  ` [PATCH v4 2/2] dts: arm64/sdm845: Add node for arm,mmu-500

source-id verification failures
 2018-10-11 19:09 UTC  (8+ messages)

move swiotlb noncoherent dma support from arm64 to generic code V2
 2018-10-11 18:19 UTC  (15+ 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 v2] iommu: Do physical merging in iommu_map_sg()
 2018-10-11 15:56 UTC 

[PATCH] iommu: arm-smmu: handle client iommu translation fault handlers
 2018-10-11 12:26 UTC  (3+ messages)

[PATCH v4 0/2] Enable smmu support on sdm845
 2018-10-11  9:42 UTC 

[PATCH 0/2] iommu/arm-smmu-v3: Miscellaneous clean up
 2018-10-10 16:28 UTC  (8+ messages)
  ` [PATCH 1/2] iommu/arm-smmu-v3: Add SPDX header
` [PATCH 2/2] iommu/arm-smmu-v3: Remove unnecessary wrapper function

use generic DMA mapping code in powerpc V3
 2018-10-09 13:25 UTC  (34+ messages)
` [PATCH 01/33] powerpc: use mm zones more sensibly
` [PATCH 03/33] powerpc/dma: remove the unused ISA_DMA_THRESHOLD export
` [PATCH 04/33] powerpc/dma: remove the unused dma_iommu_ops export
` [PATCH 05/33] powerpc/dma: split the two __dma_alloc_coherent implementations
` [PATCH 06/33] powerpc/dma: remove the no-op dma_nommu_unmap_{page,sg} routines
` [PATCH 07/33] powerpc/dma: untangle vio_dma_mapping_ops from dma_iommu_ops
` [PATCH 09/33] powerpc/pseries: unwind dma_get_required_mask_pSeriesLP a bit
` [PATCH 10/33] powerpc/pseries: use the generic iommu bypass code
` [PATCH 11/33] powerpc/cell: move dma direct window setup out of dma_configure
` [PATCH 12/33] powerpc/cell: use the generic iommu bypass code
` [PATCH 14/33] powerpc/dart: "
` [PATCH 15/33] powerpc/powernv: remove pnv_pci_ioda_pe_single_vendor
` [PATCH 16/33] powerpc/powernv: remove dead npu-dma code
` [PATCH 17/33] powerpc/powernv: use the generic iommu bypass code
  ` [PATCH 02/33] powerpc/dma: remove the unused ARCH_HAS_DMA_MMAP_COHERENT define
  ` [PATCH 08/33] powerpc/dma: handle iommu bypass in dma_iommu_ops
  ` [PATCH 13/33] powerpc/dart: remove dead cleanup code in iommu_init_early_dart
  ` [PATCH 18/33] powerpc/dma: stop overriding dma_get_required_mask
  ` [PATCH 19/33] powerpc/pci: remove the dma_set_mask pci_controller ops methods
  ` [PATCH 20/33] powerpc/dma: remove the iommu fallback for coherent allocations
` [PATCH 21/33] powerpc/dma: remove get_pci_dma_ops
` [PATCH 22/33] powerpc/dma: move pci_dma_dev_setup_swiotlb to fsl_pci.c
` [PATCH 23/33] powerpc/dma: remove max_direct_dma_addr
` [PATCH 24/33] powerpc/dma: fix an off-by-one in dma_capable
` [PATCH 25/33] cxl: drop the dma_set_mask callback from vphb
` [PATCH 26/33] powerpc/fsl_pci: simplify fsl_pci_dma_set_mask
` [PATCH 27/33] dma-mapping, powerpc: simplify the arch dma_set_mask override
` [PATCH 28/33] powerpc/dma: use phys_to_dma instead of get_dma_offset
` [PATCH 29/33] powerpc/dma: remove get_dma_offset
` [PATCH 30/33] powerpc/dma: remove set_dma_offset
` [PATCH 31/33] powerpc/dma: remove dma_nommu_mmap_coherent
` [PATCH 32/33] powerpc/dma: use generic direct and swiotlb ops
` [PATCH 33/33] powerpc/dma: trim the fat from <asm/dma-mapping.h>

fix up nowarn confusion in the dma mapping layer
 2018-10-09 12:55 UTC  (5+ messages)
` [PATCH 1/2] dma-mapping: translate __GFP_NOFAIL to DMA_ATTR_NO_WARN
` [PATCH 2/2] dma-direct: respect DMA_ATTR_NO_WARN

dma mask related fixups (including full bus_dma_mask support) v2
 2018-10-09  5:01 UTC  (6+ messages)
` [PATCH 5/5] dma-direct: always allow dma mask <= physiscal memory size

document dma-direct zone selection
 2018-10-08 22:56 UTC  (5+ messages)
` [PATCH] dma-direct: document the zone selection logic

[PATCH 4.18 156/168] iommu/amd: Clear memory encryption mask from physical address
 2018-10-08 18:32 UTC 

[PATCH 4.14 84/94] iommu/amd: Clear memory encryption mask from physical address
 2018-10-08 18:32 UTC 

Patch "iommu/amd: Clear memory encryption mask from physical address" has been added to the 4.18-stable tree
 2018-10-08 17:56 UTC 

Patch "iommu/amd: Clear memory encryption mask from physical address" has been added to the 4.14-stable tree
 2018-10-08 17:54 UTC 

[PATCH 1/1] iommu/amd: Add default branch in amd_iommu_capable()
 2018-10-08 14:46 UTC  (2+ messages)

[PATCH] dt-bindings: iommu: ipmmu-vmsa: Add r8a7744 support
 2018-10-08 14:46 UTC  (3+ messages)

[PATCH v3 00/10] Shared Virtual Addressing for the IOMMU
 2018-10-08  8:29 UTC  (16+ messages)
` [PATCH v3 03/10] iommu/sva: Manage process address spaces
` [PATCH v3 07/10] iommu: Add a page fault handler

[PATCH v3] dma-debug: Check for drivers mapping invalid addresses in dma_map_single()
 2018-10-08  7:45 UTC  (2+ messages)

[PATCH v2] dma-debug: Check for drivers mapping invalid addresses in dma_map_single()
 2018-10-08  6:36 UTC  (4+ messages)

[PATCH] iommu: Do physical merging in iommu_map_sg()
 2018-10-07 10:38 UTC  (4+ messages)

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

[PATCHv4 0/2] iommu/arm-smmu: Add Stratix10 SMMU Support
 2018-10-05 20:57 UTC  (3+ messages)
` [PATCHv4 1/2] arm64: dts: stratix10: Add Stratix10 SMMU support
` [PATCHv4 2/2] iommu/arm-smmu: Get clock config from device tree

[git pull] IOMMU Fixes for Linux v4.19-rc6
 2018-10-05 15:37 UTC  (2+ messages)

linux-next: Tree for Oct 4
 2018-10-05 14:27 UTC  (2+ messages)

[PATCH] iommu/amd: Move iommu_init_pci() to .init section
 2018-10-05 10:35 UTC 

[PATCH] iommu/amd: Clear memory encryption mask from physical address
 2018-10-05  8:31 UTC  (2+ messages)

[PATCH 0/4] Add MT7623 dts bindings documentation
 2018-10-05  8:29 UTC  (6+ messages)
` [PATCH 1/4] dt-bindings: clock: mediatek: add support for MT7623
` [PATCH 2/4] dt-bindings: iommu: mediatek: Add binding "
  ` [PATCH 3/4] [media] dt-bindings: mediatek: Add JPEG Decoder "
` [PATCH 4/4] dt-bindings: mediatek: Add bindig for MT7623 IOMMU and SMI

[PATCH] dma-direct: Fix return value of dma_direct_supported
 2018-10-05  7:17 UTC  (4+ messages)

[PATCH 1/1] iommu/arm-smmu: Add support to use Last level cache
 2018-10-05  5:25 UTC  (7+ messages)

[PATCHv3 0/2] iommu/arm-smmu: Add Stratix10 SMMU Support
 2018-10-04 21:00 UTC  (5+ messages)
` [PATCHv3 1/2] arm64: dts: stratix10: Add Stratix10 SMMU support
` [PATCHv3 2/2] iommu/arm-smmu: Add SMMU clock

[PATCH] dma-direct: always allow dma mask <= physiscal memory size
 2018-10-03 18:46 UTC 

add_device vs attach_device
 2018-10-02 13:45 UTC  (2+ messages)

[PATCH v16 0/5] iommu/arm-smmu: Add runtime pm/sleep support
 2018-10-02  7:12 UTC  (19+ messages)
` [PATCH v16 1/5] iommu/arm-smmu: Add pm_runtime/sleep ops
` [PATCH v16 2/5] iommu/arm-smmu: Invoke pm_runtime during probe, add/remove device
                ` [PATCH v17 "
` [PATCH v16 4/5] dt-bindings: arm-smmu: Add bindings for qcom, smmu-v2
      ` [PATCH v16 4/5] dt-bindings: arm-smmu: Add bindings for qcom,smmu-v2

[PATCH, RFC] swiotlb: don't dip into swiotlb pool for coherent allocations
 2018-10-01 20:16 UTC 

[GIT PULL] iommu/arm-smmu: Updates for 4.20
 2018-10-01 15:32 UTC  (2+ messages)

[PATCH v2 0/3] iommu: Avoid DMA ops domain refcount contention
 2018-10-01 10:55 UTC  (8+ messages)
  ` [PATCH v2 2/3] iommu/dma: Use fast DMA domain lookup

[PATCH, RFC] unicore32: remove swiotlb support
 2018-09-30 23:08 UTC  (3+ messages)

[PATCH v5 00/21] IOMMU: Tegra GART driver clean up and optimization
 2018-09-30 22:48 UTC  (22+ messages)
` [PATCH v5 01/21] iommu/tegra: gart: Remove pr_fmt and clean up includes
` [PATCH v5 02/21] iommu/tegra: gart: Clean up driver probe errors handling
` [PATCH v5 03/21] iommu/tegra: gart: Ignore devices without IOMMU phandle in DT
` [PATCH v5 04/21] iommu: Introduce iotlb_sync_map callback
` [PATCH v5 05/21] iommu/tegra: gart: Optimize mapping / unmapping performance
` [PATCH v5 06/21] dt-bindings: memory: tegra: Squash tegra20-gart into tegra20-mc
` [PATCH v5 07/21] ARM: dts: tegra20: Update Memory Controller node to the new binding
` [PATCH v5 08/21] memory: tegra: Don't invoke Tegra30+ specific memory timing setup on Tegra20
` [PATCH v5 09/21] memory: tegra: Adapt to Tegra20 device-tree binding changes
` [PATCH v5 10/21] memory: tegra: Read client ID on GART page fault
` [PATCH v5 11/21] memory: tegra: Use of_device_get_match_data()
` [PATCH v5 12/21] memory: tegra: Use relaxed versions of readl/writel
` [PATCH v5 13/21] iommu/tegra: gart: Integrate with Memory Controller driver
` [PATCH v5 14/21] iommu/tegra: gart: Fix spinlock recursion
` [PATCH v5 15/21] iommu/tegra: gart: Fix NULL pointer dereference
` [PATCH v5 16/21] iommu/tegra: gart: Allow only one active domain at a time
` [PATCH v5 17/21] iommu/tegra: gart: Don't use managed resources
` [PATCH v5 18/21] iommu/tegra: gart: Prepend error/debug messages with "gart:"
` [PATCH v5 19/21] iommu/tegra: gart: Don't detach devices from inactive domains
` [PATCH v5 20/21] iommu/tegra: gart: Simplify clients-tracking code
` [PATCH v5 21/21] iommu/tegra: gart: Perform code refactoring

[GIT PULL] dma mapping fix for 4.19-rc6
 2018-09-29 10:35 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox