[RESEND PATCH 0/6] [PULL REQUEST] Intel IOMMU updates for Linux v6.1

Lu Baolu posted 6 patches 3 years, 2 months ago
drivers/iommu/intel/iommu.h         |  7 ++-
drivers/iommu/intel/cap_audit.c     |  4 +-
drivers/iommu/intel/iommu.c         | 87 ++++++++---------------------
drivers/iommu/intel/irq_remapping.c |  6 +-
drivers/iommu/intel/pasid.c         | 12 +---
drivers/iommu/intel/svm.c           | 62 +++-----------------
drivers/iommu/intel/Kconfig         |  5 +-
7 files changed, 45 insertions(+), 138 deletions(-)
[RESEND PATCH 0/6] [PULL REQUEST] Intel IOMMU updates for Linux v6.1
Posted by Lu Baolu 3 years, 2 months ago
Hi Joerg,

This is a resent pull request. It's based on v6.0-rc7. The original pull
request was posted here:

https://lore.kernel.org/linux-iommu/20220923004206.3630441-1-baolu.lu@linux.intel.com/

Please pull.

Best regards,
Baolu


Lu Baolu (5):
  iommu/vt-d: Remove unnecessary SVA data accesses in page fault path
  iommu/vt-d: Decouple PASID & PRI enabling from SVA
  iommu/vt-d: Remove pasid_set_eafe()
  iommu/vt-d: Avoid unnecessary global IRTE cache invalidation
  iommu/vt-d: Avoid unnecessary global DMA cache invalidation

Yi Liu (1):
  iommu/vt-d: Rename cap_5lp_support to cap_fl5lp_support

 drivers/iommu/intel/iommu.h         |  7 ++-
 drivers/iommu/intel/cap_audit.c     |  4 +-
 drivers/iommu/intel/iommu.c         | 87 ++++++++---------------------
 drivers/iommu/intel/irq_remapping.c |  6 +-
 drivers/iommu/intel/pasid.c         | 12 +---
 drivers/iommu/intel/svm.c           | 62 +++-----------------
 drivers/iommu/intel/Kconfig         |  5 +-
 7 files changed, 45 insertions(+), 138 deletions(-)

-- 
2.34.1
Re: [RESEND PATCH 0/6] [PULL REQUEST] Intel IOMMU updates for Linux v6.1
Posted by Joerg Roedel 3 years, 2 months ago
On Mon, Sep 26, 2022 at 09:15:23PM +0800, Lu Baolu wrote:
> Lu Baolu (5):
>   iommu/vt-d: Remove unnecessary SVA data accesses in page fault path
>   iommu/vt-d: Decouple PASID & PRI enabling from SVA
>   iommu/vt-d: Remove pasid_set_eafe()
>   iommu/vt-d: Avoid unnecessary global IRTE cache invalidation
>   iommu/vt-d: Avoid unnecessary global DMA cache invalidation
> 
> Yi Liu (1):
>   iommu/vt-d: Rename cap_5lp_support to cap_fl5lp_support

Applied, thanks Baolu.