All of lore.kernel.org
 help / color / mirror / Atom feed
* iommu/amd: Flushing and locking fixes
@ 2019-09-10 17:49 ` Filippo Sironi via iommu
  0 siblings, 0 replies; 20+ messages in thread
From: Filippo Sironi @ 2019-09-10 17:49 UTC (permalink / raw)
  To: sironi, joro, iommu, linux-kernel

This patch series introduce patches to take the domain lock whenever we call
functions that end up calling __domain_flush_pages.  Holding the domain lock is
necessary since __domain_flush_pages traverses the device list, which is
protected by the domain lock.

The first patch in the series adds a completion right after an IOTLB flush in
attach_device.


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

end of thread, other threads:[~2019-09-24  9:41 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-10 17:49 iommu/amd: Flushing and locking fixes Filippo Sironi
2019-09-10 17:49 ` Filippo Sironi via iommu
2019-09-10 17:49 ` [PATCH 1/5] iommu/amd: Wait for completion of IOTLB flush in attach_device Filippo Sironi
2019-09-10 17:49   ` Filippo Sironi via iommu
2019-09-24  9:41   ` Joerg Roedel
2019-09-24  9:41     ` Joerg Roedel
2019-09-10 17:49 ` [PATCH 2/5] iommu/amd: Hold the domain lock when calling __map_single Filippo Sironi
2019-09-10 17:49   ` Filippo Sironi via iommu
2019-09-10 17:49 ` [PATCH 3/5] iommu/amd: Hold the domain lock when calling __unmap_single Filippo Sironi
2019-09-10 17:49   ` Filippo Sironi via iommu
2019-09-10 17:49 ` [PATCH 4/5] iommu/amd: Hold the domain lock when calling iommu_map_page Filippo Sironi
2019-09-10 17:49   ` Filippo Sironi via iommu
2019-09-20 18:05   ` Sironi, Filippo
2019-09-20 18:05     ` Sironi, Filippo via iommu
2019-09-10 17:49 ` [PATCH 5/5] iommu/amd: Hold the domain lock when calling domain_flush_tlb[_pde] Filippo Sironi
2019-09-10 17:49   ` Filippo Sironi via iommu
2019-09-11 11:34 ` iommu/amd: Flushing and locking fixes Joerg Roedel
2019-09-11 11:34   ` Joerg Roedel
2019-09-13 17:37   ` Sironi, Filippo
2019-09-13 17:37     ` Sironi, Filippo via iommu

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.