]> www.infradead.org Git - users/dwmw2/linux.git/commit
Merge branch 'iommu/intel/vt-d' into iommu/next
authorWill Deacon <will@kernel.org>
Fri, 12 Jul 2024 15:53:58 +0000 (16:53 +0100)
committerWill Deacon <will@kernel.org>
Fri, 12 Jul 2024 15:53:58 +0000 (16:53 +0100)
commit906fe8b8263ed5cb3902d0f2b554deafe5cae766
treef6355f5d15641213fc1e3f04d906ea7e02fed789
parentcbf9520823bdd4c44c94b5988e354ee12d57fa58
parent31000732d56b43765d51e08cccb68818fbc0032c
Merge branch 'iommu/intel/vt-d' into iommu/next

* iommu/intel/vt-d:
  iommu/vt-d: Fix identity map bounds in si_domain_init()
  iommu/vt-d: Fix aligned pages in calculate_psi_aligned_address()
  iommu/vt-d: Limit max address mask to MAX_AGAW_PFN_WIDTH
  iommu/vt-d: Refactor PCI PRI enabling/disabling callbacks
  iommu/vt-d: Add helper to flush caches for context change
  iommu/vt-d: Add helper to allocate paging domain
  iommu/vt-d: Downgrade warning for pre-enabled IR
  iommu/vt-d: Remove control over Execute-Requested requests
  iommu/vt-d: Remove comment for def_domain_type
  iommu/vt-d: Handle volatile descriptor status read
  iommu/vt-d: Use try_cmpxchg64() in intel_pasid_get_entry()