aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vfio (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-07vfio-pci: Enable device before attempting resetAlex Williamson1-13/+10
2012-12-07VFIO: fix out of order labels for error recovery in vfio_pci_init()Jiang Liu1-2/+2
2012-12-07VFIO: use ACCESS_ONCE() to guard access to dev->driverJiang Liu1-1/+2
2012-12-07VFIO: unregister IOMMU notifier on error recovery pathJiang Liu1-16/+15
2012-12-07vfio-pci: Re-order device resetAlex Williamson1-12/+31
2012-12-07vfio: simplify kmalloc+copy_from_user to memdup_userFengguang Wu1-9/+4
2012-10-10vfio: Fix PCI INTx disable consistencyAlex Williamson1-1/+12
2012-10-10vfio: Move PCI INTx eventfd setting earlierAlex Williamson1-2/+3
2012-10-10vfio: Fix PCI mmap after b3b9c293Alex Williamson1-4/+3
2012-10-09Fix staging driver use of VM_RESERVEDLinus Torvalds1-1/+1
2012-09-26switch simple cases of fget_light to fdgetAl Viro1-9/+8
2012-09-26switch vfio_group_set_container() to fget_light()Al Viro1-4/+4
2012-09-21vfio: Fix virqfd release raceAlex Williamson1-20/+56
2012-08-22vfio: grab vfio_device reference *before* exposing the sucker via fd_install()Al Viro1-2/+2
2012-08-22vfio: get rid of vfio_device_put()/vfio_group_get_device* racesAl Viro1-2/+1
2012-08-22vfio: get rid of open-coding kref_put_mutexAl Viro1-7/+2
2012-08-22vfio: don't dereference after kfree...Al Viro1-1/+2
2012-07-31vfio: Add PCI device driverAlex Williamson8-0/+3233
2012-07-31vfio: Type1 IOMMU implementationAlex Williamson4-0/+768
2012-07-31vfio: VFIO coreAlex Williamson3-0/+1422