iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-07-10 18:12:07 to 2018-07-20 12:45:01 UTC [more...]

[PATCH v5 0/9] iommu/vt-d: Improve PASID id and table management
 2018-07-20 12:45 UTC  (14+ messages)
` [PATCH v5 1/9] iommu/vt-d: Global PASID name space
  ` [PATCH v5 2/9] iommu/vt-d: Avoid using idr_for_each_entry()
` [PATCH v5 3/9] iommu/vt-d: Apply global PASID in SVA
` [PATCH v5 4/9] iommu/vt-d: Move device_domain_info to header
` [PATCH v5 5/9] iommu/vt-d: Add for_each_device_domain() helper
` [PATCH v5 6/9] iommu/vt-d: Per PCI device pasid table interfaces
` [PATCH v5 7/9] iommu/vt-d: Allocate and free pasid table
` [PATCH v5 8/9] iommu/vt-d: Apply per pci device pasid table in SVA
` [PATCH v5 9/9] iommu/vt-d: Remove the obsolete per iommu pasid tables

[PATCH] iommu/amd: Remove redundant WARN_ON()
 2018-07-20 12:36 UTC  (2+ messages)

AMD-Vi: Decrease time of enabling lazy IO/TLB flushing
 2018-07-20 12:34 UTC  (2+ messages)

use the generic dma-noncoherent code for microblaze
 2018-07-20 12:33 UTC  (4+ messages)
` [PATCH 1/2] microblaze: use generic dma_noncoherent_ops
` [PATCH 2/2] microblaze: remove consistent_sync and consistent_sync_page

MSI B350M MORTAR: `AMD-Vi: Unable to write to IOMMU perf counter.` and `pci 0000:00:00.2: can't derive routing for PCI INT A`
 2018-07-20 12:31 UTC  (2+ messages)

[PATCH 1/2] iommu: Add config option to set passthrough as default
 2018-07-20 12:16 UTC  (4+ messages)
` [PATCH 2/2] iommu: add sysfs attribyte for domain type

[PATCH] iommu/ipmmu-vmsa: IMUCTRn.TTSEL needs a special usage on R-Car Gen3
 2018-07-20 12:04 UTC  (2+ messages)

[PATCH 1/1] Revert "iommu/vt-d: Clean up pasid quirk for pre-production devices"
 2018-07-20 11:56 UTC  (4+ messages)

usb HC busted?
 2018-07-20 11:46 UTC  (30+ messages)

[PATCH 0/5 V5] Support kdump for AMD secure memory encryption(SME)
 2018-07-20 10:08 UTC  (16+ messages)
` [PATCH 1/5 V5] Add a function(ioremap_encrypted) for kdump when AMD sme enabled

[PATCH 0/3] Enable smmu support on sdm845
 2018-07-20  8:26 UTC  (6+ messages)
` [PATCH 1/3] dts: arm64/sdm845: Add node for arm,mmu-500
` [PATCH 2/3] dts: arm64/sdm845: Add node for qcom,smmu-v2
` [PATCH 3/3] iommu/arm-smmu: Error out only if not enough context interrupts

DMA mappings and crossing boundaries
 2018-07-20  3:12 UTC  (6+ messages)

[PATCH] dma-mapping: Relax warnings for per-device areas
 2018-07-19 13:16 UTC  (7+ messages)

use the generic dma-noncoherent code for sh
 2018-07-19 13:05 UTC  (6+ messages)
` [PATCH 1/5] sh: simplify get_arch_dma_ops
` [PATCH 2/5] sh: introduce a sh_cacheop_vaddr helper
` [PATCH 3/5] sh: use dma_direct_ops for the CONFIG_DMA_COHERENT case
` [PATCH 4/5] sh: split arch/sh/mm/consistent.c
` [PATCH 5/5] sh: use generic dma_noncoherent_ops

use the generic dma-noncoherent code for openrisc
 2018-07-19 13:02 UTC  (5+ messages)
` [PATCH 1/4] openrisc: remove the sync_single_for_cpu DMA operation
` [PATCH 2/4] openrisc: remove the no-op unmap_page and unmap_sg DMA operations
` [PATCH 3/4] openrisc: fix cache maintainance the the sync_single_for_device DMA operation
` [PATCH 4/4] openrisc: use generic dma_noncoherent_ops

use the generic dma-noncoherent code for hexagon
 2018-07-19 12:56 UTC  (4+ messages)
` [PATCH 1/3] hexagon: remove the sync_single_for_cpu DMA operation
` [PATCH 2/3] hexagon: implement the sync_sg_for_device "
` [PATCH 3/3] hexagon: use generic dma_noncoherent_ops

[PATCH] nios2: use generic dma_noncoherent_ops
 2018-07-19 12:22 UTC  (4+ messages)

[PATCH v13 0/4] iommu/arm-smmu: Add runtime pm/sleep support
 2018-07-19 10:15 UTC  (5+ messages)
  ` [PATCH v13 1/4] iommu/arm-smmu: Add pm_runtime/sleep ops
  ` [PATCH v13 2/4] iommu/arm-smmu: Invoke pm_runtime during probe, add/remove device
  ` [PATCH v13 4/4] iommu/arm-smmu: Add support for qcom, smmu-v2 variant
` [PATCH v13 3/4] iommu/arm-smmu: Add the device_link between masters and smmu

[PATCH v3 0/3] SMMUv3 CMD_SYNC optimisation
 2018-07-19  7:22 UTC  (3+ messages)
` [PATCH v3 2/3] iommu/arm-smmu-v3: Poll for CMD_SYNC outside cmdq lock

[PATCH 00/10] iommu/vt-d: Add scalable mode support
 2018-07-19  0:47 UTC  (14+ messages)
` [PATCH 01/10] iommu/vt-d: Enumerate the scalable mode capability
` [PATCH 02/10] iommu/vt-d: Manage scalalble mode PASID tables
` [PATCH 03/10] iommu/vt-d: Move page table helpers into header
` [PATCH 04/10] iommu/vt-d: Add second level page table interface
` [PATCH 05/10] iommu/vt-d: Setup pasid entry for RID2PASID support
` [PATCH 06/10] iommu/vt-d: Pass pasid table to context mapping
` [PATCH 07/10] iommu/vt-d: Setup context and enable RID2PASID support
` [PATCH 08/10] iommu/vt-d: Add first level page table interface
` [PATCH 09/10] iommu/vt-d: Shared virtual address in scalable mode
` [PATCH 10/10] iommu/vt-d: Remove deferred invalidation

[PATCH v4] dt-bindings: mediatek: Add binding for mt2712 IOMMU and SMI
 2018-07-18 15:02 UTC  (5+ messages)

[PATCH v12 0/4] iommu/arm-smmu: Add runtime pm/sleep support
 2018-07-18 13:31 UTC  (28+ messages)
` [PATCH v12 1/4] iommu/arm-smmu: Add pm_runtime/sleep ops
` [PATCH v12 2/4] iommu/arm-smmu: Invoke pm_runtime during probe, add/remove device
` [PATCH v12 3/4] iommu/arm-smmu: Add the device_link between masters and smmu

[RFC v2 00/16] Private PASID and per-instance pagetables
 2018-07-17 20:19 UTC  (4+ messages)
` [PATCH 04/16] iommu: sva: Add support for private PASIDs

[PATCH 1/2] mm/cma: remove unsupported gfp_mask parameter from cma_alloc()
 2018-07-17 15:08 UTC  (13+ messages)
    ` [PATCH 2/2] dma: remove unsupported gfp_mask parameter from dma_alloc_from_contiguous()

convert parisc to the generic dma-noncoherent code
 2018-07-17 13:19 UTC  (5+ messages)

[PATCH] x86/pci: Some buggy virtual functions incorrectly report 1 for intx
 2018-07-16 22:13 UTC  (3+ messages)

[PATCH 0/3] SOCFPGA Stratix10 SMMU Support
 2018-07-16 18:56 UTC  (7+ messages)
  ` [PATCH 1/3] Docs: dt: arm-smmu: Add optional clock parameter
  ` [PATCH 2/3] iommu/arm-smmu: Add optional SMMU clock
` [PATCH 3/3] arm64: dts: stratix10: Add SMMU Node

Borken IOMMU+i915
 2018-07-16  1:21 UTC  (2+ messages)

[PATCH v4 0/9] iommu/vt-d: Improve PASID id and table management
 2018-07-14  7:23 UTC  (14+ messages)
` [PATCH v4 1/9] iommu/vt-d: Global PASID name space
` [PATCH v4 6/9] iommu/vt-d: Per PCI device pasid table interfaces
` [PATCH v4 9/9] iommu/vt-d: Remove the obsolete per iommu pasid tables

[PATCH 1/1] iommu/arm-smmu-v3: prevent any devices access to memory without registration
 2018-07-13  2:22 UTC  (4+ messages)

[PATCH] iommu/iova: Update cached node pointer when current node fails to get any free IOVA
 2018-07-12  7:45 UTC  (7+ messages)

[RFC PATCH 0/4] Stop losing firmware-set DMA masks
 2018-07-12  7:20 UTC  (12+ messages)
` [RFC PATCH 1/4] dma-mapping: Generalise dma_32bit_limit flag
` [RFC PATCH 2/4] ACPI/IORT: Set bus DMA mask as appropriate

[PATCH v3 0/6] add non-strict mode support for arm-smmu-v3
 2018-07-12  6:18 UTC  (7+ messages)
` [PATCH v3 1/6] iommu/arm-smmu-v3: fix the implementation of flush_iotlb_all hook
` [PATCH v3 2/6] iommu/dma: add support for non-strict mode
  ` [PATCH v3 3/6] iommu/amd: use default branch to deal with all non-supported capabilities
` [PATCH v3 4/6] iommu/io-pgtable-arm: add support for non-strict mode
` [PATCH v3 5/6] iommu/arm-smmu-v3: "
` [PATCH v3 6/6] iommu/arm-smmu-v3: add bootup option "iommu_strict_mode"

[PATCH] swiotlb: Clean up reporting
 2018-07-11 19:16 UTC  (2+ messages)

[PATCH] xtensa: use generic dma_noncoherent_ops
 2018-07-11 18:06 UTC  (5+ messages)

[RFC] switch mips to use the generic dma map ops
 2018-07-11 13:21 UTC  (5+ messages)
` [PATCH 12/25] MIPS: loongson: untangle dma implementations


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).