[PATCH v5 0/7] Convert the intel iommu driver to the dma-iommu api

From: Lu Baolu
Date: Fri Nov 20 2020 - 05:25:03 EST


Hi Will,

The previous post of this series could be found here.

https://lore.kernel.org/linux-iommu/20200927063437.13988-1-baolu.lu@xxxxxxxxxxxxxxx/

Changes in this version:
- Add Tested-by: Logan Gunthorpe <logang@xxxxxxxxxxxx>
- Rebase to v5.10-rc3

Please review and consider it for iommu/next.

Best regards,
baolu

Lu Baolu (3):
iommu: Add quirk for Intel graphic devices in map_sg
iommu/vt-d: Update domain geometry in iommu_ops.at(de)tach_dev
iommu/vt-d: Cleanup after converting to dma-iommu ops

Tom Murphy (4):
iommu: Handle freelists when using deferred flushing in iommu drivers
iommu: Add iommu_dma_free_cpu_cached_iovas()
iommu: Allow the dma-iommu api to use bounce buffers
iommu/vt-d: Convert intel iommu driver to the iommu ops

.../admin-guide/kernel-parameters.txt | 5 -
drivers/iommu/dma-iommu.c | 228 ++++-
drivers/iommu/intel/Kconfig | 1 +
drivers/iommu/intel/iommu.c | 905 +++---------------
include/linux/dma-iommu.h | 8 +
include/linux/iommu.h | 1 +
6 files changed, 336 insertions(+), 812 deletions(-)

--
2.25.1