aboutsummaryrefslogtreecommitdiff
path: root/drivers/vfio/vfio.c
AgeCommit message (Expand)Author
2015-07-24vfio: Fix lockdep issueAlex Williamson
2015-06-09vfio/pci: Fix racy vfio_device_get_from_dev() callAlex Williamson
2015-05-01vfio: Fix runaway interruptible timeoutAlex Williamson
2015-03-17vfio: Split virqfd into a separate module for vfio bus driversAlex Williamson
2015-03-16vfio: put off the allocation of "minor" in vfio_create_groupZhen Lei
2015-03-16vfio: initialize the virqfd workqueue in VFIO generic codeAntonios Motakis
2015-02-10vfio: Add and use device request op for vfio bus driversAlex Williamson
2015-02-06vfio: Tie IOMMU group reference to vfio groupAlex Williamson
2015-02-06vfio: Add device tracking during unbindAlex Williamson
2014-05-27driver core: dev_set_drvdata can no longer failJean Delvare
2014-02-26vfio: Add external user check extension interfaceAlex Williamson
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