iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Patches to support ring0 SVM and devtlb
@ 2017-08-08 20:29 Ashok Raj
       [not found] ` <1502224170-5344-1-git-send-email-ashok.raj-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Ashok Raj @ 2017-08-08 20:29 UTC (permalink / raw)
  To: linux-kernel, Joerg Roedel
  Cc: Ashok Raj, iommu, David Woodhouse, Jacob Pan, CQ Tang, Huang Ying,
	Dave Hansen

Hi

Sorry for resending.. iommu list email was mistyped :-(

The first 2 patches in the series fix some simple bugs in Intel vt-d driver.
The 3rd patch Adds support for kmem notify required to support ring0 SVM.
4th patch uses the hooks to perform device tlb invalidations.

Ashok Raj (3):
  iommu/vt-d: IOMMU Page Request needs to check if address is canonical.
  iommu/vt-d: Avoid calling virt_to_phys() on null pointer
  iommu/vt-d: Hooks to invalidate iotlb/devtlb when using supervisor
    PASID's.

Huang Ying (1):
  mm: Add kernel MMU notifier to manage remote TLB

 arch/x86/include/asm/tlbflush.h |  1 +
 arch/x86/mm/tlb.c               |  1 +
 drivers/iommu/intel-iommu.c     |  3 ++-
 drivers/iommu/intel-svm.c       | 43 +++++++++++++++++++++++++++++++++++++++--
 include/linux/intel-iommu.h     |  5 ++++-
 include/linux/mmu_notifier.h    | 33 +++++++++++++++++++++++++++++++
 mm/mmu_notifier.c               | 25 ++++++++++++++++++++++++
 7 files changed, 107 insertions(+), 4 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2017-08-21 17:20 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-08 20:29 [PATCH 0/4] Patches to support ring0 SVM and devtlb Ashok Raj
     [not found] ` <1502224170-5344-1-git-send-email-ashok.raj-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2017-08-08 20:29   ` [PATCH 1/4] iommu/vt-d: IOMMU Page Request needs to check if address is canonical Ashok Raj
2017-08-08 20:29 ` [PATCH 2/4] iommu/vt-d: Avoid calling virt_to_phys() on null pointer Ashok Raj
2017-08-08 20:29 ` [PATCH 3/4] mm: Add kernel MMU notifier to manage remote TLB Ashok Raj
2017-08-08 20:29 ` [PATCH 4/4] iommu/vt-d: Hooks to invalidate iotlb/devtlb when using supervisor PASID's Ashok Raj
2017-08-15 14:59 ` [PATCH 0/4] Patches to support ring0 SVM and devtlb Raj, Ashok
2017-08-15 15:49   ` David Woodhouse
2017-08-18  9:35   ` Joerg Roedel
     [not found]     ` <20170818093521.GM16908-zLv9SwRftAIdnm+yROfE0A@public.gmane.org>
2017-08-21 17:20       ` Raj, Ashok

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).