aboutsummaryrefslogtreecommitdiff
path: root/drivers/vfio
AgeCommit message (Expand)AuthorFilesLines
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