aboutsummaryrefslogtreecommitdiff
path: root/drivers/vfio
AgeCommit message (Expand)Author
2013-01-15vfio-pci: Fix buffer overfillAlex Williamson
2012-12-07vfio-pci: Enable device before attempting resetAlex Williamson
2012-12-07VFIO: fix out of order labels for error recovery in vfio_pci_init()Jiang Liu
2012-12-07VFIO: use ACCESS_ONCE() to guard access to dev->driverJiang Liu
2012-12-07VFIO: unregister IOMMU notifier on error recovery pathJiang Liu
2012-12-07vfio-pci: Re-order device resetAlex Williamson
2012-12-07vfio: simplify kmalloc+copy_from_user to memdup_userFengguang Wu
2012-10-10vfio: Fix PCI INTx disable consistencyAlex Williamson
2012-10-10vfio: Move PCI INTx eventfd setting earlierAlex Williamson
2012-10-10vfio: Fix PCI mmap after b3b9c293Alex Williamson
2012-10-09Fix staging driver use of VM_RESERVEDLinus Torvalds
2012-09-26switch simple cases of fget_light to fdgetAl Viro
2012-09-26switch vfio_group_set_container() to fget_light()Al Viro
2012-09-21vfio: Fix virqfd release raceAlex Williamson
2012-08-22vfio: grab vfio_device reference *before* exposing the sucker via fd_install()Al Viro
2012-08-22vfio: get rid of vfio_device_put()/vfio_group_get_device* racesAl Viro
2012-08-22vfio: get rid of open-coding kref_put_mutexAl Viro
2012-08-22vfio: don't dereference after kfree...Al Viro
2012-07-31vfio: Add PCI device driverAlex Williamson
2012-07-31vfio: Type1 IOMMU implementationAlex Williamson
2012-07-31vfio: VFIO coreAlex Williamson