aboutsummaryrefslogtreecommitdiff
path: root/drivers/vfio/vfio.c
AgeCommit message (Expand)Author
2013-12-19vfio: Convert control interface to misc driverAlex Williamson
2013-08-22vfio: Add O_CLOEXEC flag to vfio device fdAlex Williamson
2013-08-22vfio: use get_unused_fd_flags(0) instead of get_unused_fd()Yann Droneaud
2013-08-05vfio: add external user supportAlexey Kardashevskiy
2013-07-24vfio: Ignore sprurious notifiesAlex Williamson
2013-07-24vfio: Don't overreact to DEL_DEVICEAlex Williamson
2013-07-10Merge tag 'vfio-v3.11' of git://github.com/awilliam/linux-vfioLinus Torvalds
2013-06-25vfio: Limit group opensAlex Williamson
2013-06-20powerpc/vfio: Implement IOMMU driver for VFIOAlexey Kardashevskiy
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