Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2018-07-22 06:09:28 to 2018-07-27 19:29:18 UTC [more...]

[PATCH v2 0/7] Stop losing firmware-set DMA masks
 2018-07-27 19:29 UTC  (32+ messages)
` [PATCH v2 1/7] ACPI/IORT: Support address size limit for root complexes
` [PATCH v2 2/7] dma-mapping: Generalise dma_32bit_limit flag
` [PATCH v2 3/7] ACPI/IORT: Set bus DMA mask as appropriate
` [PATCH v2 4/7] of/device: "
` [PATCH v2 5/7] iommu/dma: Respect bus DMA limit for IOVAs
` [PATCH v2 6/7] ACPI/IORT: Don't set default coherent DMA mask
` [PATCH v2 7/7] OF: "

[RFC PATCH v1 0/6] Resolve unwanted DMA backing with IOMMU
 2018-07-27 18:31 UTC  (16+ messages)
` [RFC PATCH v1 1/6] driver core: Add option for disabling of backing devices DMA "
` [RFC PATCH v1 5/6] drm/nouveau: tegra: Universally avoid implicit DMA backing "
  ` [RFC PATCH v1 2/6] of/device: Don't back devices DMA with IOMMU if that's undesired by driver
  ` [RFC PATCH v1 3/6] drm/tegra: Avoid implicit DMA backing with IOMMU
  ` [RFC PATCH v1 4/6] gpu: host1x: "
  ` [RFC PATCH v1 6/6] Revert "drm/nouveau: tegra: Detach from ARM DMA/IOMMU mapping"

[PATCH] MIPS: remove mips_swiotlb_ops
 2018-07-27 17:26 UTC 

[PATCH] of/platform: Initialise default DMA masks
 2018-07-27 17:03 UTC  (5+ messages)

generic noncoherent dma ops for sparc32, 2nd resend
 2018-07-27 16:44 UTC  (2+ messages)
  ` [PATCH] sparc: use generic dma_noncoherent_ops

use the generic dma-noncoherent code for sh V2
 2018-07-27 16:20 UTC  (8+ 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

[PATCH] iommu/iova: Update cached node pointer when current node fails to get any free IOVA
 2018-07-27 16:18 UTC  (10+ messages)

[PATCH 2/3] dmapool: improve scalability of dma_pool_free
 2018-07-27 15:23 UTC  (7+ messages)

[PATCH 1/3] dmapool: improve scalability of dma_pool_alloc
 2018-07-27 13:50 UTC  (4+ messages)

[GIT PULL] iommu/arm-smmu: Updates for 4.19
 2018-07-27 13:04 UTC  (2+ messages)

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-27 10:27 UTC  (6+ messages)

[PATCH] iommu/arm-smmu-v3: sync the OVACKFLG to PRIQ consumer register
 2018-07-27  9:59 UTC  (5+ messages)

[PATCH 0/3] Enable smmu support on sdm845
 2018-07-27  9:57 UTC  (6+ messages)
` [PATCH 3/3] iommu/arm-smmu: Error out only if not enough context interrupts

[PATCH v3 0/6] add non-strict mode support for arm-smmu-v3
 2018-07-27  9:37 UTC  (16+ messages)
` [PATCH v3 2/6] iommu/dma: add support for non-strict mode
` [PATCH v3 4/6] iommu/io-pgtable-arm: "
` [PATCH v3 6/6] iommu/arm-smmu-v3: add bootup option "iommu_strict_mode"

[PATCH v1] iommu/ipmmu-vmsa: Don't register as BUS IOMMU if machine doesn't have IPMMU-VMSA
 2018-07-27  9:10 UTC  (3+ messages)

[PATCH] iommu/ipmmu-vmsa: Clarify supported platforms
 2018-07-27  7:51 UTC  (4+ messages)

[PATCH] iommu/ipmmu-vmsa: Fix allocation in atomic context
 2018-07-27  7:41 UTC  (2+ messages)

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

[PATCH v13 0/4] iommu/arm-smmu: Add runtime pm/sleep support
 2018-07-27  5:05 UTC  (9+ messages)
` [PATCH v13 1/4] iommu/arm-smmu: Add pm_runtime/sleep ops

[PATCH 3/3] [SCSI] mpt3sas: replace chain_dma_pool
 2018-07-26 18:55 UTC 

[PATCH 0/3] mpt3sas and dmapool scalability
 2018-07-26 18:53 UTC 

[PATCH v4] iommu/arm-smmu-v3: Poll for CMD_SYNC outside cmdq lock
 2018-07-26 17:03 UTC 

[RFC PATCH 00/10] vfio/mdev: IOMMU aware mediated device
 2018-07-26 15:09 UTC  (31+ messages)
` [RFC PATCH 01/10] iommu/vt-d: Get iommu device for a "
` [RFC PATCH 02/10] iommu/vt-d: Alloc domain "
` [RFC PATCH 03/10] iommu/vt-d: Allocate groups for mediated devices
` [RFC PATCH 05/10] iommu/vt-d: Setup DMA remapping "
` [RFC PATCH 06/10] iommu: Add iommu_set_bus API interface
` [RFC PATCH 07/10] iommu/vt-d: Add set_bus iommu ops
` [RFC PATCH 08/10] vfio/mdev: Set iommu ops for mdev bus
` [RFC PATCH 09/10] vfio/mdev: Add mediated device domain type
` [RFC PATCH 10/10] vfio/type1: Allocate domain for mediated device

[PATCH 0/2] iommu/arm-smmu: Add Stratix10 SMMU Support
 2018-07-25 18:24 UTC  (3+ messages)
` [PATCH 1/2] arm64: dts: stratix10: Add Stratix10 SMMU support
` [PATCH 2/2] iommu/arm-smmu: Add support for Stratix10 smmu-v2 variant

[PATCH/RFC] drivers/vfio: Allow type-1 IOMMU instantiation with Renesas IPMMU-VMSA
 2018-07-25 13:48 UTC  (2+ messages)

[PATCH 0/3] SOCFPGA Stratix10 SMMU Support
 2018-07-25 13:34 UTC  (8+ messages)
` [PATCH 1/3] Docs: dt: arm-smmu: Add optional clock parameter
` [PATCH 3/3] arm64: dts: stratix10: Add SMMU Node

[PATCH v2] iommu/ipmmu-vmsa: Fix allocation in atomic context
 2018-07-25 13:13 UTC 

[PATCH 0/7 v6] Support for fsl-mc bus and its devices in SMMU
 2018-07-25 13:00 UTC  (7+ messages)
` [PATCH 1/7 v6] Documentation: fsl-mc: add iommu-map device-tree binding for fsl-mc bus
` [PATCH 4/7 v6] iommu/arm-smmu: Add support for the "
` [PATCH 5/7 v6] bus/fsl-mc: support dma configure for devices on "

swiotlb cleanup (resend)
 2018-07-25 11:38 UTC  (7+ messages)
` [PATCH 1/6] swiotlb: remove a pointless comment
` [PATCH 2/6] swiotlb: do not panic on mapping failures
` [PATCH 3/6] swiotlb: merge swiotlb_unmap_page and unmap_single
` [PATCH 4/6] swiotlb: mark is_swiotlb_buffer static
` [PATCH 5/6] swiotlb: share more code between map_page and map_sg
` [PATCH 6/6] swiotlb: respect DMA_ATTR_NO_WARN in __swiotlb_map_page

[PATCH v2] dma-mapping: Relax warning for per-device areas
 2018-07-25 11:31 UTC  (2+ messages)

use the generic dma-noncoherent code for sh V3
 2018-07-25  9:40 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 hexagon
 2018-07-25  4:39 UTC  (4+ messages)
` [PATCH 1/3] hexagon: remove the sync_single_for_cpu DMA operation

use the generic dma-noncoherent code for sh
 2018-07-24 12:11 UTC  (6+ messages)
` [PATCH 4/5] sh: split arch/sh/mm/consistent.c

[PATCH 1/1] iommu/arm-smmu: Add support to use Last level cache
 2018-07-24  9:43 UTC  (5+ messages)

[PATCH] iommu/arm-smmu-v3: sync the OVACKFLG to PRIQ consumer register
 2018-07-24  4:44 UTC 

[PATCH] nios2: use generic dma_noncoherent_ops
 2018-07-24  2:21 UTC  (7+ messages)

[PATCH] iommu/arm-smmu-v3: sync the OVACKFLG to PRIQ consumer register
 2018-07-24  2:04 UTC 

[PATCH] iommu/arm-smmu-v3: sync the OVACKFLG to PRIQ consumer register
 2018-07-23 15:14 UTC  (2+ messages)

[PATCH v12 0/4] iommu/arm-smmu: Add runtime pm/sleep support
 2018-07-23 11:05 UTC  (10+ messages)
` [PATCH v12 1/4] iommu/arm-smmu: Add pm_runtime/sleep ops

convert parisc to the generic dma-noncoherent code
 2018-07-23  5:46 UTC  (8+ messages)


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