Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1706869

[PATCH 0/4] Patches to support ring0 SVM and devtlb

From Ashok Raj <ashok.raj@intel.com>
Newsgroups linux.kernel
Subject [PATCH 0/4] Patches to support ring0 SVM and devtlb
Date 2017-08-08 22:40 +0200
Message-ID <ucjsd-5lb-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/4] Patches to support ring0 SVM and devtlb Ashok Raj <ashok.raj@intel.com> - 2017-08-08 22:40 +0200
  [PATCH 3/4] mm: Add kernel MMU notifier to manage remote TLB Ashok Raj <ashok.raj@intel.com> - 2017-08-08 22:40 +0200
  [PATCH 2/4] iommu/vt-d: Avoid calling virt_to_phys() on null pointer Ashok Raj <ashok.raj@intel.com> - 2017-08-08 22:40 +0200
  [PATCH 1/4] iommu/vt-d: IOMMU Page Request needs to check if address is canonical. Ashok Raj <ashok.raj@intel.com> - 2017-08-08 22:40 +0200

csiph-web