summaryrefslogtreecommitdiffstats
path: root/drivers/vfio
AgeCommit message (Expand)AuthorLines
2018-06-12Merge tag 'vfio-v4.18-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds-116/+116
2018-06-08vfio: platform: Fix using devices in PM DomainsGeert Uytterhoeven-0/+10
2018-06-08vfio: use match_string() helperYisheng Xie-8/+3
2018-06-08vfio/mdev: Re-order sysfs attribute creationAlex Williamson-7/+7
2018-06-08vfio/mdev: Check globally for duplicate devicesAlex Williamson-67/+37
2018-06-08vfio: platform: Make printed error messages more consistentGeert Uytterhoeven-3/+2
2018-06-08vfio: platform: Fix reset module leak in error pathGeert Uytterhoeven-5/+10
2018-06-08vfio/type1: Fix task tracking for QEMU vCPU hotplugAlex Williamson-26/+47
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-1/+1
2018-06-02Revert "vfio/type1: Improve memory pinning process for raw PFN mapping"Alex Williamson-15/+10
2018-05-26fs: add new vfs_poll and file_can_poll helpersChristoph Hellwig-1/+1
2018-04-06Merge tag 'vfio-v4.17-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds-41/+348
2018-03-26vfio/pci: Add ioeventfd supportAlex Williamson-0/+165
2018-03-26vfio/pci: Use endian neutral helpersAlex Williamson-8/+26
2018-03-26vfio/pci: Pull BAR mapping setup from read-write pathAlex Williamson-12/+27
2018-03-22vfio/type1: Improve memory pinning process for raw PFN mappingJason Cai (Xiang Feng)-10/+15
2018-03-21Revert: "vfio-pci: Mask INTx if a device is not capabable of enabling it"Alex Williamson-3/+0
2018-03-21vfio/type1: Adopt fast IOTLB flush interface when unmap IOVAsSuravee Suthikulpanit-11/+115
2018-03-02vfio: disable filesystem-dax page pinningDan Williams-3/+15
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds-4/+4
2018-02-01Merge tag 'vfio-v4.16-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds-110/+23
2018-01-09vfio: mdev: make a couple of functions and structure vfio_mdev_driver staticXiongwei Song-3/+3
2017-12-20vfio-pci: Allow mapping MSIX BARAlexey Kardashevskiy-56/+8
2017-12-20vfio: Simplify capability helperAlex Williamson-54/+12
2017-12-20vfio-pci: Mask INTx if a device is not capabable of enabling itAlexey Kardashevskiy-0/+3
2017-11-27annotate poll-related wait keysAl Viro-1/+1
2017-11-27anntotate the places where ->poll() return values goAl Viro-1/+1
2017-11-14Merge tag 'vfio-v4.15-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds-3/+156
2017-11-13Merge branches 'vfio/fixes' and 'vfio/platform' into vfio-next-20171113.0Alex Williamson-0/+123
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar-0/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+3
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland-1/+1
2017-10-20vfio: platform: reset: Add Broadcom FlexRM reset moduleAnup Patel-0/+123
2017-10-20vfio/type1: silence integer overflow warningDan Carpenter-0/+3
2017-10-02vfio/spapr: Add cond_resched() for huge updatesAlexey Kardashevskiy-0/+2
2017-10-02vfio/pci: Virtualize Maximum Read Request SizeAlex Williamson-3/+26
2017-10-02vfio/pci: Virtualize Maximum Payload SizeAlex Williamson-2/+4
2017-08-30vfio: platform: constify amba_idArvind Yadav-1/+1
2017-08-30vfio: Stall vfio_del_group_dev() for container group detachAlex Williamson-0/+20
2017-08-30vfio: fix noiommu vfio_iommu_group_get reference countEric Auger-2/+3
2017-08-10vfio/type1: Give hardware MSI regions precedenceRobin Murphy-2/+10
2017-08-10vfio/type1: Cope with hardware MSI reserved regionsRobin Murphy-2/+2
2017-07-27vfio/pci: Fix handling of RC integrated endpoint PCIe capability sizeAlex Williamson-4/+9
2017-07-26vfio/pci: Use pci_try_reset_function() on initial openAlex Williamson-1/+8
2017-07-13Merge tag 'vfio-v4.13-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds-42/+48
2017-07-07vfio: Remove unnecessary uses of vfio_container.group_lockAlex Williamson-38/+0
2017-06-28vfio: New external user group/file matchAlex Williamson-0/+9
2017-06-28vfio: Fix group release deadlockAlex Williamson-1/+36
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar-1/+1
2017-06-13vfio: Use ERR_CAST() instead of open coding itDan Carpenter-1/+1