All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] add non-strict mode support for arm-smmu-v3
@ 2018-06-10 11:07 Zhen Lei
  2018-06-10 11:07 ` [PATCH v2 1/5] iommu/arm-smmu-v3: fix the implementation of flush_iotlb_all hook Zhen Lei
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Zhen Lei @ 2018-06-10 11:07 UTC (permalink / raw)
  To: Robin Murphy, Will Deacon, Joerg Roedel, iommu, linux-kernel
  Cc: Zhen Lei, Hanjun Guo, Libin, Guozhu Li, Xinwei Hu

v1 -> v2:
Use the lowest bit of the io_pgtable_ops.unmap's iova parameter to pass the strict mode:
0, IOMMU_STRICT;
1, IOMMU_NON_STRICT;
Treat 0 as IOMMU_STRICT, so that the unmap operation can compatible with
other IOMMUs which still use strict mode. In other words, this patch series
will not impact other IOMMU drivers. I tried add a new quirk IO_PGTABLE_QUIRK_NON_STRICT
in io_pgtable_cfg.quirks, but it can not pass the strict mode of the domain from SMMUv3
driver to io-pgtable module. 

Add a new member domain_non_strict in struct iommu_dma_cookie, this member will only be
initialized when the related domain and IOMMU driver support non-strict mode.

Zhen Lei (5):
  iommu/arm-smmu-v3: fix the implementation of flush_iotlb_all hook
  iommu/dma: add support for non-strict mode
  iommu/amd: use default branch to deal with all non-supported
    capabilities
  iommu/io-pgtable-arm: add support for non-strict mode
  iommu/arm-smmu-v3: add support for non-strict mode

 drivers/iommu/amd_iommu.c      |  4 +---
 drivers/iommu/arm-smmu-v3.c    | 16 +++++++++++++---
 drivers/iommu/dma-iommu.c      | 25 +++++++++++++++++++++++++
 drivers/iommu/io-pgtable-arm.c | 23 ++++++++++++++---------
 include/linux/iommu.h          |  7 +++++++
 5 files changed, 60 insertions(+), 15 deletions(-)

-- 
1.8.3

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2018-06-12 12:36 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-10 11:07 [PATCH v2 0/5] add non-strict mode support for arm-smmu-v3 Zhen Lei
2018-06-10 11:07 ` [PATCH v2 1/5] iommu/arm-smmu-v3: fix the implementation of flush_iotlb_all hook Zhen Lei
2018-06-10 11:07 ` [PATCH v2 2/5] iommu/dma: add support for non-strict mode Zhen Lei
2018-06-10 11:07   ` Zhen Lei
2018-06-10 11:07 ` [PATCH v2 3/5] iommu/amd: use default branch to deal with all non-supported capabilities Zhen Lei
2018-06-10 11:07 ` [PATCH v2 4/5] iommu/io-pgtable-arm: add support for non-strict mode Zhen Lei
2018-06-10 11:07   ` Zhen Lei
2018-06-10 11:07 ` [PATCH v2 5/5] iommu/arm-smmu-v3: " Zhen Lei
2018-06-11 11:05 ` [PATCH v2 0/5] add non-strict mode support for arm-smmu-v3 Jean-Philippe Brucker
2018-06-11 11:05   ` Jean-Philippe Brucker
2018-06-12 12:35   ` Leizhen (ThunderTown)

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.