summaryrefslogtreecommitdiffstats
path: root/drivers/vfio
Commit message (Expand)AuthorAgeFilesLines
* vfio: Fix PCI INTx disable consistencyAlex Williamson2012-10-101-1/+12
* vfio: Move PCI INTx eventfd setting earlierAlex Williamson2012-10-101-2/+3
* vfio: Fix PCI mmap after b3b9c293Alex Williamson2012-10-101-4/+3
* Fix staging driver use of VM_RESERVEDLinus Torvalds2012-10-091-1/+1
* switch simple cases of fget_light to fdgetAl Viro2012-09-261-9/+8
* switch vfio_group_set_container() to fget_light()Al Viro2012-09-261-4/+4
* vfio: Fix virqfd release raceAlex Williamson2012-09-211-20/+56
* vfio: grab vfio_device reference *before* exposing the sucker via fd_install()Al Viro2012-08-221-2/+2
* vfio: get rid of vfio_device_put()/vfio_group_get_device* racesAl Viro2012-08-221-2/+1
* vfio: get rid of open-coding kref_put_mutexAl Viro2012-08-221-7/+2
* vfio: don't dereference after kfree...Al Viro2012-08-221-1/+2
* vfio: Add PCI device driverAlex Williamson2012-07-318-0/+3233
* vfio: Type1 IOMMU implementationAlex Williamson2012-07-314-0/+768
* vfio: VFIO coreAlex Williamson2012-07-313-0/+1422