]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'vfio-v4.12-rc1' of git://github.com/awilliam/linux-vfio
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 4 May 2017 18:53:24 +0000 (11:53 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 4 May 2017 18:53:24 +0000 (11:53 -0700)
commit0c7d2c516ab2c4074ba48a25fb2ac269c9c3fd36
treefb394cb3050fcd64b72508847dca181c7eafc943
parentb2ff5cf4324d160e2da5b94477be5329f0ee943f
parent95f24242d2eafaf93158fd3af38505d9120b3c49
Merge tag 'vfio-v4.12-rc1' of git://github.com/awilliam/linux-vfio

Pull VFIO updates from Alex Williamson:

 - Updates for SPAPR IOMMU backend including compatibility test and
   memory allocation check (Alexey Kardashevskiy)

 - Updates for type1 IOMMU backend to remove asynchronous locked page
   accounting and remove redundancy (Alex Williamson)

* tag 'vfio-v4.12-rc1' of git://github.com/awilliam/linux-vfio:
  vfio/type1: Reduce repetitive calls in vfio_pin_pages_remote()
  vfio/type1: Prune vfio_pin_page_external()
  vfio/type1: Remove locked page accounting workqueue
  vfio/spapr_tce: Check kzalloc() return when preregistering memory
  vfio/powerpc/spapr_tce: Enforce IOMMU type compatibility check