aboutsummaryrefslogtreecommitdiff
path: root/drivers/vfio
AgeCommit message (Expand)AuthorFilesLines
2013-02-14vfio-pci: Cleanup BAR accessGravatar Alex Williamson 4-190/+90
2013-02-14vfio-pci: Cleanup read/write functionsGravatar Alex Williamson 1-30/+29
2013-02-14vfio-pci: Enable PCIe extended capabilities on v1Gravatar Alex Williamson 1-3/+3
2013-01-15vfio-pci: Fix buffer overfillGravatar Alex Williamson 1-2/+2
2012-12-07vfio-pci: Enable device before attempting resetGravatar Alex Williamson 1-13/+10
2012-12-07VFIO: fix out of order labels for error recovery in vfio_pci_init()Gravatar Jiang Liu 1-2/+2
2012-12-07VFIO: use ACCESS_ONCE() to guard access to dev->driverGravatar Jiang Liu 1-1/+2
2012-12-07VFIO: unregister IOMMU notifier on error recovery pathGravatar Jiang Liu 1-16/+15
2012-12-07vfio-pci: Re-order device resetGravatar Alex Williamson 1-12/+31
2012-12-07vfio: simplify kmalloc+copy_from_user to memdup_userGravatar Fengguang Wu 1-9/+4
2012-10-10vfio: Fix PCI INTx disable consistencyGravatar Alex Williamson 1-1/+12
2012-10-10vfio: Move PCI INTx eventfd setting earlierGravatar Alex Williamson 1-2/+3
2012-10-10vfio: Fix PCI mmap after b3b9c293Gravatar Alex Williamson 1-4/+3
2012-10-09Fix staging driver use of VM_RESERVEDGravatar Linus Torvalds 1-1/+1
2012-09-26switch simple cases of fget_light to fdgetGravatar Al Viro 1-9/+8
2012-09-26switch vfio_group_set_container() to fget_light()Gravatar Al Viro 1-4/+4
2012-09-21vfio: Fix virqfd release raceGravatar Alex Williamson 1-20/+56
2012-08-22vfio: grab vfio_device reference *before* exposing the sucker via fd_install()Gravatar Al Viro 1-2/+2
2012-08-22vfio: get rid of vfio_device_put()/vfio_group_get_device* racesGravatar Al Viro 1-2/+1
2012-08-22vfio: get rid of open-coding kref_put_mutexGravatar Al Viro 1-7/+2
2012-08-22vfio: don't dereference after kfree...Gravatar Al Viro 1-1/+2
2012-07-31vfio: Add PCI device driverGravatar Alex Williamson 8-0/+3233
2012-07-31vfio: Type1 IOMMU implementationGravatar Alex Williamson 4-0/+768
2012-07-31vfio: VFIO coreGravatar Alex Williamson 3-0/+1422