]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'vfio-v4.16-rc1' of git://github.com/awilliam/linux-vfio
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 1 Feb 2018 21:18:25 +0000 (13:18 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 1 Feb 2018 21:18:25 +0000 (13:18 -0800)
commitf6a259a83f72979d9d9dbb29585206444dff9a6f
tree2b6145709fa3c5900957cc0f625fad85f9378c7b
parentc7f5a7280ee1438a8e817536bb13bbac9229e694
parent0aadd998928b228df4e5403c33d4f0e380864fb2
Merge tag 'vfio-v4.16-rc1' of git://github.com/awilliam/linux-vfio

Pull VFIO updates from Alex Williamson:

 - Mask INTx from user if pdev->irq is zero (Alexey Kardashevskiy)

 - Capability helper cleanup (Alex Williamson)

 - Allow mmaps overlapping MSI-X vector table with region capability
   exposing this feature (Alexey Kardashevskiy)

 - mdev static cleanups (Xiongwei Song)

* tag 'vfio-v4.16-rc1' of git://github.com/awilliam/linux-vfio:
  vfio: mdev: make a couple of functions and structure vfio_mdev_driver static
  vfio-pci: Allow mapping MSIX BAR
  vfio: Simplify capability helper
  vfio-pci: Mask INTx if a device is not capabable of enabling it