summaryrefslogtreecommitdiffstats
path: root/drivers/vfio/vfio.c
Commit message (Expand)AuthorAgeFilesLines
...
* vfio: fix crash on rmmodAlexey Kardashevskiy2013-06-051-1/+1
* vfio: Set container device modeAlex Williamson2013-04-301-0/+4
* vfio: Use down_reads to protect iommu disconnectsAlex Williamson2013-04-291-16/+46
* vfio: Convert container->group_lock to rwsemAlex Williamson2013-04-261-10/+11
* VFIO: Wrapper for getting reference to vfio_deviceVijay Mohan Pandarathil2013-03-111-1/+29
* vfio: convert to idr_alloc()Tejun Heo2013-02-281-16/+1Star
* vfio: whitelist pcieportAlex Williamson2013-02-141-1/+1
* vfio: Protect vfio_dev_present against device_delAlex Williamson2013-02-141-21/+12Star
* VFIO: use ACCESS_ONCE() to guard access to dev->driverJiang Liu2012-12-071-1/+2
* VFIO: unregister IOMMU notifier on error recovery pathJiang Liu2012-12-071-16/+15Star
* switch simple cases of fget_light to fdgetAl Viro2012-09-271-9/+8Star
* switch vfio_group_set_container() to fget_light()Al Viro2012-09-271-4/+4
* 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/+1Star
* vfio: get rid of open-coding kref_put_mutexAl Viro2012-08-221-7/+2Star
* vfio: don't dereference after kfree...Al Viro2012-08-221-1/+2
* vfio: Type1 IOMMU implementationAlex Williamson2012-07-311-0/+7
* vfio: VFIO coreAlex Williamson2012-07-311-0/+1413