]> 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)
commit734b01f424c0d154c5f68548cf46626a881dcb61
treefb394cb3050fcd64b72508847dca181c7eafc943
parent9a410a137abfed73a91b225d4f0007057467954e
parent60b803d47b3e565a95e6a6992d0f5b88e17be77b
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