aboutsummaryrefslogtreecommitdiff
path: root/drivers/vfio/vfio.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-24vfio: Fix lockdep issueGravatar Alex Williamson 1-37/+54
2015-06-09vfio/pci: Fix racy vfio_device_get_from_dev() callGravatar Alex Williamson 1-8/+19
2015-05-01vfio: Fix runaway interruptible timeoutGravatar Alex Williamson 1-3/+18
2015-03-17vfio: Split virqfd into a separate module for vfio bus driversGravatar Alex Williamson 1-8/+0
2015-03-16vfio: put off the allocation of "minor" in vfio_create_groupGravatar Zhen Lei 1-7/+6
2015-03-16vfio: initialize the virqfd workqueue in VFIO generic codeGravatar Antonios Motakis 1-0/+8
2015-02-10vfio: Add and use device request op for vfio bus driversGravatar Alex Williamson 1-2/+22
2015-02-06vfio: Tie IOMMU group reference to vfio groupGravatar Alex Williamson 1-8/+11
2015-02-06vfio: Add device tracking during unbindGravatar Alex Williamson 1-5/+71
2014-05-27driver core: dev_set_drvdata can no longer failGravatar Jean Delvare 1-7/+1
2014-02-26vfio: Add external user check extension interfaceGravatar Alex Williamson 1-0/+6
2013-12-19vfio: Convert control interface to misc driverGravatar Alex Williamson 1-37/+33
2013-08-22vfio: Add O_CLOEXEC flag to vfio device fdGravatar Alex Williamson 1-1/+1
2013-08-22vfio: use get_unused_fd_flags(0) instead of get_unused_fd()Gravatar Yann Droneaud 1-1/+1
2013-08-05vfio: add external user supportGravatar Alexey Kardashevskiy 1-0/+62
2013-07-24vfio: Ignore sprurious notifiesGravatar Alex Williamson 1-5/+3
2013-07-24vfio: Don't overreact to DEL_DEVICEGravatar Alex Williamson 1-22/+7
2013-07-10Merge tag 'vfio-v3.11' of git://github.com/awilliam/linux-vfioGravatar Linus Torvalds 1-0/+14
2013-06-25vfio: Limit group opensGravatar Alex Williamson 1-0/+14
2013-06-20powerpc/vfio: Implement IOMMU driver for VFIOGravatar Alexey Kardashevskiy 1-0/+1
2013-06-05vfio: fix crash on rmmodGravatar Alexey Kardashevskiy 1-1/+1
2013-04-30vfio: Set container device modeGravatar Alex Williamson 1-0/+4
2013-04-29vfio: Use down_reads to protect iommu disconnectsGravatar Alex Williamson 1-16/+46
2013-04-25vfio: Convert container->group_lock to rwsemGravatar Alex Williamson 1-10/+11
2013-03-11VFIO: Wrapper for getting reference to vfio_deviceGravatar Vijay Mohan Pandarathil 1-1/+29
2013-02-27vfio: convert to idr_alloc()Gravatar Tejun Heo 1-16/+1
2013-02-14vfio: whitelist pcieportGravatar Alex Williamson 1-1/+1
2013-02-14vfio: Protect vfio_dev_present against device_delGravatar Alex Williamson 1-21/+12
2012-12-07VFIO: use ACCESS_ONCE() to guard access to dev->driverGravatar Jiang Liu 1-1/+2
2012-12-07VFIO: unregister IOMMU notifier on error recovery pathGravatar Jiang Liu 1-16/+15
2012-09-26switch simple cases of fget_light to fdgetGravatar Al Viro 1-9/+8
2012-09-26switch vfio_group_set_container() to fget_light()Gravatar Al Viro 1-4/+4
2012-08-22vfio: grab vfio_device reference *before* exposing the sucker via fd_install()Gravatar Al Viro 1-2/+2
2012-08-22vfio: get rid of vfio_device_put()/vfio_group_get_device* racesGravatar Al Viro 1-2/+1
2012-08-22vfio: get rid of open-coding kref_put_mutexGravatar Al Viro 1-7/+2
2012-08-22vfio: don't dereference after kfree...Gravatar Al Viro 1-1/+2
2012-07-31vfio: Type1 IOMMU implementationGravatar Alex Williamson 1-0/+7
2012-07-31vfio: VFIO coreGravatar Alex Williamson 1-0/+1413