All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] [PULL REQUEST] Intel IOMMU updates for v7.1
@ 2026-04-02  6:57 Lu Baolu
  2026-04-02  6:57 ` [PATCH 01/10] iommu/vt-d: Block PASID attachment to nested domain with dirty tracking Lu Baolu
                   ` (10 more replies)
  0 siblings, 11 replies; 15+ messages in thread
From: Lu Baolu @ 2026-04-02  6:57 UTC (permalink / raw)
  To: Joerg Roedel
  Cc: Zhenzhong Duan, Bjorn Helgaas, Jason Gunthorpe, iommu,
	linux-kernel

Hi Joerg,

The following changes are queued for v7.1-rc1. This update introduces a
new feature and several refactorings, including:

- Support for dirty tracking on domains attached to PASID.
- Removal of unnecessary read*()/write*() wrappers.
- Improvements to the invalidation paths.

These patches are based on v7.0-rc6. Please consider them for the
iommu/vt-d branch.

Best regards,
baolu

Bjorn Helgaas (2):
  iommu/vt-d: Remove dmar_readl() and dmar_readq()
  iommu/vt-d: Remove dmar_writel() and dmar_writeq()

Jason Gunthorpe (4):
  iommu/vt-d: Split piotlb invalidation into range and all
  iommu/vt-d: Pass size_order to qi_desc_piotlb() not npages
  iommu/vt-d: Remove the remaining pages along the invalidation path
  iommu/vt-d: Simplify calculate_psi_aligned_address()

Zhenzhong Duan (4):
  iommu/vt-d: Block PASID attachment to nested domain with dirty
    tracking
  iommu/vt-d: Rename device_set_dirty_tracking() and pass dmar_domain
    pointer
  iommu/vt-d: Support dirty tracking on PASID
  iommufd/selftest: Test dirty tracking on PASID

 drivers/iommu/intel/iommu.h             |  47 +++++------
 drivers/iommu/intel/trace.h             |  18 ++---
 drivers/iommu/intel/cache.c             | 100 ++++++++++--------------
 drivers/iommu/intel/debugfs.c           |  18 ++---
 drivers/iommu/intel/dmar.c              |  43 ++++------
 drivers/iommu/intel/iommu.c             |  55 +++++++------
 drivers/iommu/intel/irq_remapping.c     |   6 +-
 drivers/iommu/intel/pasid.c             |   6 +-
 drivers/iommu/intel/perfmon.c           |  50 ++++++------
 drivers/iommu/intel/prq.c               |  28 +++----
 tools/testing/selftests/iommu/iommufd.c |  27 +++++++
 11 files changed, 193 insertions(+), 205 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2026-04-02 15:35 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-02  6:57 [PATCH 00/10] [PULL REQUEST] Intel IOMMU updates for v7.1 Lu Baolu
2026-04-02  6:57 ` [PATCH 01/10] iommu/vt-d: Block PASID attachment to nested domain with dirty tracking Lu Baolu
2026-04-02  6:57 ` [PATCH 02/10] iommu/vt-d: Rename device_set_dirty_tracking() and pass dmar_domain pointer Lu Baolu
2026-04-02  6:57 ` [PATCH 03/10] iommu/vt-d: Support dirty tracking on PASID Lu Baolu
2026-04-02  6:57 ` [PATCH 04/10] iommufd/selftest: Test " Lu Baolu
2026-04-02  6:57 ` [PATCH 05/10] iommu/vt-d: Remove dmar_readl() and dmar_readq() Lu Baolu
2026-04-02  6:57 ` [PATCH 06/10] iommu/vt-d: Remove dmar_writel() and dmar_writeq() Lu Baolu
2026-04-02  6:57 ` [PATCH 07/10] iommu/vt-d: Split piotlb invalidation into range and all Lu Baolu
2026-04-02  6:57 ` [PATCH 08/10] iommu/vt-d: Pass size_order to qi_desc_piotlb() not npages Lu Baolu
2026-04-02  6:57 ` [PATCH 09/10] iommu/vt-d: Remove the remaining pages along the invalidation path Lu Baolu
2026-04-02  6:57 ` [PATCH 10/10] iommu/vt-d: Simplify calculate_psi_aligned_address() Lu Baolu
2026-04-02  8:39   ` Baolu Lu
2026-04-02  9:46     ` Joerg Roedel
2026-04-02 15:35     ` Jason Gunthorpe
2026-04-02  7:26 ` [PATCH 00/10] [PULL REQUEST] Intel IOMMU updates for v7.1 Joerg Roedel

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.