Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2018-10-27 09:24:52 to 2018-11-09 09:00:08 UTC [more...]

scatterlist arch cleanups
 2018-11-09  9:00 UTC  (3+ messages)
` [PATCH 1/2] csky, h8300, riscv: remove <asm/scatterlist.h> leftovers
` [PATCH 2/2] arch: switch the default on ARCH_HAS_SG_CHAIN

[RFC] remove the ->mapping_error method from dma_map_ops
 2018-11-09  8:46 UTC  (3+ messages)
` [PATCH 1/2] dma-mapping: remove ->mapping_error
` [PATCH 2/2] dma-mapping: return errors from dma_map_page and dma_map_attrs

iommu/io-pgtable-arm-v7s: About pagetable 33bit PA
 2018-11-09  8:32 UTC  (4+ messages)

[PATCH RFC 0/3] iommu/io-pgtable-arm-v7s: Use DMA32 zone for page tables
 2018-11-09  8:24 UTC  (4+ messages)
` [PATCH RFC 1/3] mm: When CONFIG_ZONE_DMA32 is set, use DMA32 for SLAB_CACHE_DMA
` [PATCH RFC 2/3] include/linux/gfp.h: Add __get_dma32_pages macro
` [PATCH RFC 3/3] iommu/io-pgtable-arm-v7s: Request DMA32 memory, and improve debugging

move the arm arch_dma_alloc implementation to common code
 2018-11-09  7:52 UTC  (15+ messages)
` [PATCH 1/9] dma-direct: provide page based alloc/free helpers
` [PATCH 2/9] dma-direct: reject highmem pages from dma_alloc_from_contiguous
` [PATCH 3/9] dma-mapping: move the remap helpers to a separate file
` [PATCH 4/9] dma-mapping: move the arm64 ncoherent alloc/free support to common code
` [PATCH 5/9] dma-mapping: support highmem in the generic remap allocator
` [PATCH 6/9] dma-remap: support DMA_ATTR_NO_KERNEL_MAPPING
` [PATCH 7/9] csky: don't select DMA_NONCOHERENT_OPS
` [PATCH 8/9] csky: don't use GFP_DMA in atomic_pool_init
` [PATCH 9/9] csky: use the generic remapping dma alloc implementation

move swiotlb noncoherent dma support from arm64 to generic code V2
 2018-11-09  7:49 UTC  (4+ messages)
` [PATCH 06/10] swiotlb: use swiotlb_map_page in swiotlb_map_sg_attrs

[PATCH] iommu/dma: Zero pages manually in a length of scatterlist
 2018-11-09  7:45 UTC  (10+ messages)

[RFC] iommu/vt-d: Group and domain relationship
 2018-11-09  6:54 UTC  (8+ messages)

[PATCH v4 00/12] iommu/vt-d: Add scalable mode support
 2018-11-09  2:59 UTC  (35+ 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 4.18 33/34] x86/swiotlb: Enable swiotlb for > 4GiG RAM on 32-bit kernels
 2018-11-08 21:53 UTC 

[RFC PATCH 0/6] Auxiliary IOMMU domains and Arm SMMUv3
 2018-11-08 18:51 UTC  (13+ messages)
` [RFC PATCH 2/6] drivers core: Add I/O ASID allocator

[PATCH] iommu/dma: Use NUMA aware memory allocations in __iommu_dma_alloc_pages()
 2018-11-08 17:55 UTC 

Patch "x86/swiotlb: Enable swiotlb for > 4GiG RAM on 32-bit kernels" has been added to the 4.18-stable tree
 2018-11-08 17:35 UTC 

[PATCH v3 0/7] Add virtio-iommu driver
 2018-11-08 16:46 UTC  (8+ messages)
` [PATCH v3 5/7] iommu: "
` [PATCH v3 6/7] iommu/virtio: Add probe request

[PATCH 0/2] Add IPMMU compatibility for r8a774a1
 2018-11-08 14:10 UTC  (7+ messages)
` [PATCH 2/2] dt-bindings: iommu: ipmmu-vmsa: Add r8a774a1 support

[PATCH -next] iommu/amd: remove set but not used variable 'tag'
 2018-11-08 14:04 UTC  (5+ messages)
` [PATCH -next] iommu/amd: Add missed 'tag' to error msg in iommu_print_event

[PATCH 1/2] iommu/ipmmu-vmsa: Hook up R8A774A1 DT maching code
 2018-11-08 14:00 UTC  (6+ messages)
` [PATCH v2 "

[PATCH v2] iommu/vt-d: respect max guest address width in agaw
 2018-11-08  9:27 UTC  (4+ messages)

[PATCH v2] of/device: Really only set bus DMA mask when appropriate
 2018-11-07 20:48 UTC  (2+ messages)

[PATCH] iommu/ipmmu-vmsa: Fix crash on early domain free
 2018-11-07 16:53 UTC  (8+ messages)

[PATCH] of/device: Really only set bus DMA mask when appropriate
 2018-11-07 16:19 UTC  (11+ messages)

IOMMU breakage on arm64 (was: Re: dma-direct: implement complete bus_dma_mask handling)
 2018-11-07  8:42 UTC  (3+ messages)
  ` IOMMU breakage on arm64

[PATCH v4 0/8] vfio/mdev: IOMMU aware mediated device
 2018-11-07  1:48 UTC  (13+ 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 1/1] iommu/vtd: Fix NULL pointer dereference in prq_event_thread()
 2018-11-06 15:48 UTC  (5+ messages)

[PATCH v2] iommu/ipmmu-vmsa: Hook up r8a77990 DT matching code
 2018-11-06 15:39 UTC  (2+ messages)

[PATCH v2] iommu: Do physical merging in iommu_map_sg()
 2018-11-06 15:38 UTC  (2+ messages)

[PATCH RFC] dma-direct: do not allocate a single page from CMA area
 2018-11-05 22:40 UTC  (7+ messages)

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

[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 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

[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


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