aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vfio/vfio.c
Commit message (Expand)AuthorAge
* vfio: Add O_CLOEXEC flag to vfio device fdAlex Williamson2013-08-22
* vfio: use get_unused_fd_flags(0) instead of get_unused_fd()Yann Droneaud2013-08-22
* vfio: add external user supportAlexey Kardashevskiy2013-08-05
* vfio: Ignore sprurious notifiesAlex Williamson2013-07-24
* vfio: Don't overreact to DEL_DEVICEAlex Williamson2013-07-24
* Merge tag 'vfio-v3.11' of git://github.com/awilliam/linux-vfioLinus Torvalds2013-07-10
|\
| * vfio: Limit group opensAlex Williamson2013-06-25
* | powerpc/vfio: Implement IOMMU driver for VFIOAlexey Kardashevskiy2013-06-20
|/
* vfio: fix crash on rmmodAlexey Kardashevskiy2013-06-05
* vfio: Set container device modeAlex Williamson2013-04-30
* vfio: Use down_reads to protect iommu disconnectsAlex Williamson2013-04-29
* vfio: Convert container->group_lock to rwsemAlex Williamson2013-04-25
* VFIO: Wrapper for getting reference to vfio_deviceVijay Mohan Pandarathil2013-03-11
* vfio: convert to idr_alloc()Tejun Heo2013-02-27
* vfio: whitelist pcieportAlex Williamson2013-02-14
* vfio: Protect vfio_dev_present against device_delAlex Williamson2013-02-14
* VFIO: use ACCESS_ONCE() to guard access to dev->driverJiang Liu2012-12-07
* VFIO: unregister IOMMU notifier on error recovery pathJiang Liu2012-12-07
* switch simple cases of fget_light to fdgetAl Viro2012-09-26
* switch vfio_group_set_container() to fget_light()Al Viro2012-09-26
* vfio: grab vfio_device reference *before* exposing the sucker via fd_install()Al Viro2012-08-22
* vfio: get rid of vfio_device_put()/vfio_group_get_device* racesAl Viro2012-08-22
* vfio: get rid of open-coding kref_put_mutexAl Viro2012-08-22
* vfio: don't dereference after kfree...Al Viro2012-08-22
* vfio: Type1 IOMMU implementationAlex Williamson2012-07-31
* vfio: VFIO coreAlex Williamson2012-07-31