public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/6] ATS capability support for Intel IOMMU
@ 2009-01-18  4:17 Yu Zhao
  2009-01-18  4:17 ` [PATCH v2 1/6] PCI: support the ATS capability Yu Zhao
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Yu Zhao @ 2009-01-18  4:17 UTC (permalink / raw)
  To: jbarnes, dwmw2; +Cc: linux-pci, iommu, kvm, linux-kernel, Yu Zhao

This patch series implements Address Translation Service support for
the Intel IOMMU. ATS makes the PCI Endpoint be able to request the
DMA address translation from the IOMMU and cache the translation in
the Endpoint, thus alleviate IOMMU pressure and improve the hardware
performance in the I/O virtualization environment.

Changelog: v1 -> v2
  added 'static' prefix to a local LIST_HEAD (Andrew Morton)


Yu Zhao (6):
  PCI: support the ATS capability
  VT-d: parse ATSR in DMA Remapping Reporting Structure
  VT-d: add queue invalidation fault status support
  VT-d: add device IOTLB invalidation support
  VT-d: cleanup iommu_flush_iotlb_psi and flush_unmaps
  VT-d: support the device IOTLB

 drivers/pci/dmar.c           |  226 ++++++++++++++++++++++++++++++++++++++----
 drivers/pci/intel-iommu.c    |  137 +++++++++++++++++++++-----
 drivers/pci/intr_remapping.c |   21 +++--
 drivers/pci/pci.c            |   68 +++++++++++++
 include/linux/dmar.h         |    9 ++
 include/linux/intel-iommu.h  |   19 +++-
 include/linux/pci.h          |   15 +++
 include/linux/pci_regs.h     |   10 ++
 8 files changed, 450 insertions(+), 55 deletions(-)


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

end of thread, other threads:[~2009-02-11 17:41 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-18  4:17 [PATCH v2 0/6] ATS capability support for Intel IOMMU Yu Zhao
2009-01-18  4:17 ` [PATCH v2 1/6] PCI: support the ATS capability Yu Zhao
2009-02-10 11:32   ` David Woodhouse
2009-02-11 17:33     ` Jesse Barnes
2009-02-11 17:38   ` Matthew Wilcox
2009-01-18  4:17 ` [PATCH v2 2/6] VT-d: parse ATSR in DMA Remapping Reporting Structure Yu Zhao
2009-01-18  4:17 ` [PATCH v2 3/6] VT-d: add queue invalidation fault status support Yu Zhao
2009-01-18  4:17 ` [PATCH v2 4/6] VT-d: add device IOTLB invalidation support Yu Zhao
2009-01-18  4:17 ` [PATCH v2 5/6] VT-d: cleanup iommu_flush_iotlb_psi and flush_unmaps Yu Zhao
2009-01-18  4:17 ` [PATCH v2 6/6] VT-d: support the device IOTLB Yu Zhao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox