[PATCH 0/5] [PULL REQUEST] Intel IOMMU updates for v6.14
From: Lu Baolu
Date: Mon Jan 06 2025 - 21:20:00 EST
Hi Joerg,
The following changes have been queued for v6.14-rc1. They are about new
features and code refactoring, including:
- Remove domain_alloc_paging()
- Remove capability audit code
- Draining PRQ in sva unbind path when FPD bit set
- Link cache tags of same iommu unit together
These patches are based on v6.13-rc6. The complete patches are also
available at:
https://github.com/LuBaolu/intel-iommu/commits/vtd-update-for-v6.14
Please consider them for iommu next.
Best regards,
baolu
Jason Gunthorpe (1):
iommu/vt-d: Remove domain_alloc_paging()
Kees Bakker (1):
iommu/vt-d: Avoid use of NULL after WARN_ON_ONCE
Lu Baolu (2):
iommu/vt-d: Remove iommu cap audit
iommu/vt-d: Draining PRQ in sva unbind path when FPD bit set
Zhenzhong Duan (1):
iommu/vt-d: Link cache tags of same iommu unit together
drivers/iommu/intel/Makefile | 2 +-
drivers/iommu/intel/cache.c | 11 +-
drivers/iommu/intel/cap_audit.c | 217 ----------------------------
drivers/iommu/intel/cap_audit.h | 131 -----------------
drivers/iommu/intel/iommu.c | 32 +---
drivers/iommu/intel/irq_remapping.c | 8 -
drivers/iommu/intel/pasid.c | 22 ++-
drivers/iommu/intel/pasid.h | 6 +
8 files changed, 42 insertions(+), 387 deletions(-)
delete mode 100644 drivers/iommu/intel/cap_audit.c
delete mode 100644 drivers/iommu/intel/cap_audit.h
--
2.43.0