Revision 87bbcfdecc5579042459bb42ede81ed23e4b9a79 authored by Linus Torvalds on 16 February 2016, 16:04:06 UTC, committed by Linus Torvalds on 16 February 2016, 16:04:06 UTC
Pull IOMMU SVM fixes from David Woodhouse:
 "Minor register size and interrupt acknowledgement fixes which only
  showed up in testing on newer hardware, but mostly a fix to the MM
  refcount handling to prevent a recursive refcount issue when mmap() is
  used on the file descriptor associated with a bound PASID"

* tag 'for-linus-20160216' of git://git.infradead.org/intel-iommu:
  iommu/vt-d: Clear PPR bit to ensure we get more page request interrupts
  iommu/vt-d: Fix 64-bit accesses to 32-bit DMAR_GSTS_REG
  iommu/vt-d: Fix mm refcounting to hold mm_count not mm_users
2 parent s e5310a1 + 4692400
History
File Mode Size
x86
Kconfig -rw-r--r-- 490 bytes
Makefile -rw-r--r-- 1.1 KB
README -rw-r--r-- 1.7 KB
core.c -rw-r--r-- 11.0 KB
hypercalls.c -rw-r--r-- 9.2 KB
interrupts_and_traps.c -rw-r--r-- 21.9 KB
lg.h -rw-r--r-- 8.2 KB
lguest_user.c -rw-r--r-- 11.7 KB
page_tables.c -rw-r--r-- 37.8 KB
segments.c -rw-r--r-- 7.8 KB

README

back to top