aboutsummaryrefslogtreecommitdiff
path: root/drivers/vfio/vfio.c
AgeCommit message (Expand)Author
2013-06-05vfio: fix crash on rmmodAlexey Kardashevskiy
2013-04-30vfio: Set container device modeAlex Williamson
2013-04-29vfio: Use down_reads to protect iommu disconnectsAlex Williamson
2013-04-25vfio: Convert container->group_lock to rwsemAlex Williamson
2013-03-11VFIO: Wrapper for getting reference to vfio_deviceVijay Mohan Pandarathil
2013-02-27vfio: convert to idr_alloc()Tejun Heo
2013-02-14vfio: whitelist pcieportAlex Williamson
2013-02-14vfio: Protect vfio_dev_present against device_delAlex Williamson
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-09-26switch simple cases of fget_light to fdgetAl Viro
2012-09-26switch vfio_group_set_container() to fget_light()Al Viro
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: Type1 IOMMU implementationAlex Williamson
2012-07-31vfio: VFIO coreAlex Williamson