aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vfio/vfio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-24vfio: Fix lockdep issueAlex Williamson1-37/+54
2015-06-09vfio/pci: Fix racy vfio_device_get_from_dev() callAlex Williamson1-8/+19
2015-05-01vfio: Fix runaway interruptible timeoutAlex Williamson1-3/+18
2015-03-17vfio: Split virqfd into a separate module for vfio bus driversAlex Williamson1-8/+0
2015-03-16vfio: put off the allocation of "minor" in vfio_create_groupZhen Lei1-7/+6
2015-03-16vfio: initialize the virqfd workqueue in VFIO generic codeAntonios Motakis1-0/+8
2015-02-10vfio: Add and use device request op for vfio bus driversAlex Williamson1-2/+22
2015-02-06vfio: Tie IOMMU group reference to vfio groupAlex Williamson1-8/+11
2015-02-06vfio: Add device tracking during unbindAlex Williamson1-5/+71
2014-05-27driver core: dev_set_drvdata can no longer failJean Delvare1-7/+1
2014-02-26vfio: Add external user check extension interfaceAlex Williamson1-0/+6
2013-12-19vfio: Convert control interface to misc driverAlex Williamson1-37/+33
2013-08-22vfio: Add O_CLOEXEC flag to vfio device fdAlex Williamson1-1/+1
2013-08-22vfio: use get_unused_fd_flags(0) instead of get_unused_fd()Yann Droneaud1-1/+1
2013-08-05vfio: add external user supportAlexey Kardashevskiy1-0/+62
2013-07-24vfio: Ignore sprurious notifiesAlex Williamson1-5/+3
2013-07-24vfio: Don't overreact to DEL_DEVICEAlex Williamson1-22/+7
2013-07-10Merge tag 'vfio-v3.11' of git://github.com/awilliam/linux-vfioLinus Torvalds1-0/+14
2013-06-25vfio: Limit group opensAlex Williamson1-0/+14
2013-06-20powerpc/vfio: Implement IOMMU driver for VFIOAlexey Kardashevskiy1-0/+1
2013-06-05vfio: fix crash on rmmodAlexey Kardashevskiy1-1/+1
2013-04-30vfio: Set container device modeAlex Williamson1-0/+4
2013-04-29vfio: Use down_reads to protect iommu disconnectsAlex Williamson1-16/+46
2013-04-25vfio: Convert container->group_lock to rwsemAlex Williamson1-10/+11
2013-03-11VFIO: Wrapper for getting reference to vfio_deviceVijay Mohan Pandarathil1-1/+29
2013-02-27vfio: convert to idr_alloc()Tejun Heo1-16/+1
2013-02-14vfio: whitelist pcieportAlex Williamson1-1/+1
2013-02-14vfio: Protect vfio_dev_present against device_delAlex Williamson1-21/+12
2012-12-07VFIO: use ACCESS_ONCE() to guard access to dev->driverJiang Liu1-1/+2
2012-12-07VFIO: unregister IOMMU notifier on error recovery pathJiang Liu1-16/+15
2012-09-26switch simple cases of fget_light to fdgetAl Viro1-9/+8
2012-09-26switch vfio_group_set_container() to fget_light()Al Viro1-4/+4
2012-08-22vfio: grab vfio_device reference *before* exposing the sucker via fd_install()Al Viro1-2/+2
2012-08-22vfio: get rid of vfio_device_put()/vfio_group_get_device* racesAl Viro1-2/+1
2012-08-22vfio: get rid of open-coding kref_put_mutexAl Viro1-7/+2
2012-08-22vfio: don't dereference after kfree...Al Viro1-1/+2
2012-07-31vfio: Type1 IOMMU implementationAlex Williamson1-0/+7
2012-07-31vfio: VFIO coreAlex Williamson1-0/+1413