aboutsummaryrefslogtreecommitdiff
path: root/drivers/vfio
AgeCommit message (Expand)Author
2013-03-26vfio-pci: Fix possible integer overflowAlex Williamson
2013-03-15vfio: include <linux/slab.h> for kmallocArnd Bergmann
2013-02-27vfio: convert to idr_alloc()Tejun Heo
2013-02-24drivers/vfio: remove depends on CONFIG_EXPERIMENTALKees Cook
2013-02-18vfio-pci: Add support for VGA region accessAlex Williamson
2013-02-18vfio-pci: Manage user power state transitionsAlex Williamson
2013-02-14vfio: whitelist pcieportAlex Williamson
2013-02-14vfio: Protect vfio_dev_present against device_delAlex Williamson
2013-02-14vfio-pci: Cleanup BAR accessAlex Williamson
2013-02-14vfio-pci: Cleanup read/write functionsAlex Williamson
2013-02-14vfio-pci: Enable PCIe extended capabilities on v1Alex Williamson
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