summaryrefslogtreecommitdiffstats
path: root/drivers/vfio/vfio.c
Commit message (Expand)AuthorAgeFilesLines
* vfio: fix a typo in comment of function vfio_pin_pagesChangbin Du2017-02-221-1/+1
* vfio: Replace module request with softdepAlex Williamson2017-02-091-8/+1
* vfio: support notifier chain in vfio_groupJike Song2016-12-011-0/+82
* vfio: vfio_register_notifier: classify iommu notifierJike Song2016-12-011-25/+59
* vfio: Fix handling of error returned by 'vfio_group_get_from_dev()'Christophe JAILLET2016-12-011-8/+8
* vfio: fix vfio_info_cap_add/shiftEric Auger2016-11-211-2/+3
* vfio: Introduce vfio_set_irqs_validate_and_prepare()Kirti Wankhede2016-11-171-0/+48
* vfio: Introduce common function to add capabilitiesKirti Wankhede2016-11-171-1/+59
* vfio iommu: Add blocking notifier to notify DMA_UNMAPKirti Wankhede2016-11-171-0/+73
* vfio iommu: Added pin and unpin callback functions to vfio_iommu_driver_opsKirti Wankhede2016-11-171-0/+102
* vfio: Common function to increment container_usersKirti Wankhede2016-11-171-13/+21
* vfio: Rearrange functions to get vfio_group from devKirti Wankhede2016-11-171-7/+16
* vfio: fix possible use after free of vfio groupIlya Lesokhin2016-07-141-1/+1
* vfio: Add capability chain helpersAlex Williamson2016-02-221-0/+54
* vfio: If an IOMMU backend fails, keep lookingAlex Williamson2016-02-221-10/+6
* vfio/noiommu: Don't use iommu_present() to track fake groupsAlex Williamson2016-01-271-14/+10
* vfio: Include No-IOMMU modeAlex Williamson2015-12-211-3/+181
* Revert: "vfio: Include No-IOMMU mode"Alex Williamson2015-12-041-180/+6
* vfio: fix a warning messageDan Carpenter2015-11-211-1/+1
* vfio: Include No-IOMMU modeAlex Williamson2015-11-041-6/+180
* vfio: Fix bug in vfio_device_get_from_name()Joerg Roedel2015-11-041-3/+4
* vfio: Whitelist PCI bridgesAlex Williamson2015-10-271-6/+25
* vfio: Fix lockdep issueAlex Williamson2015-07-241-37/+54
* vfio/pci: Fix racy vfio_device_get_from_dev() callAlex Williamson2015-06-091-8/+19
* vfio: Fix runaway interruptible timeoutAlex Williamson2015-05-011-3/+18
* vfio: Split virqfd into a separate module for vfio bus driversAlex Williamson2015-03-171-8/+0
* vfio: put off the allocation of "minor" in vfio_create_groupZhen Lei2015-03-161-7/+6
* vfio: initialize the virqfd workqueue in VFIO generic codeAntonios Motakis2015-03-161-0/+8
* vfio: Add and use device request op for vfio bus driversAlex Williamson2015-02-101-2/+22
* vfio: Tie IOMMU group reference to vfio groupAlex Williamson2015-02-061-8/+11
* vfio: Add device tracking during unbindAlex Williamson2015-02-061-5/+71
* driver core: dev_set_drvdata can no longer failJean Delvare2014-05-271-7/+1
* vfio: Add external user check extension interfaceAlex Williamson2014-02-261-0/+6
* vfio: Convert control interface to misc driverAlex Williamson2013-12-191-37/+33
* vfio: Add O_CLOEXEC flag to vfio device fdAlex Williamson2013-08-221-1/+1
* vfio: use get_unused_fd_flags(0) instead of get_unused_fd()Yann Droneaud2013-08-221-1/+1
* vfio: add external user supportAlexey Kardashevskiy2013-08-051-0/+62
* vfio: Ignore sprurious notifiesAlex Williamson2013-07-241-5/+3
* vfio: Don't overreact to DEL_DEVICEAlex Williamson2013-07-241-22/+7
* Merge tag 'vfio-v3.11' of git://github.com/awilliam/linux-vfioLinus Torvalds2013-07-101-0/+14
|\
| * vfio: Limit group opensAlex Williamson2013-06-251-0/+14
* | powerpc/vfio: Implement IOMMU driver for VFIOAlexey Kardashevskiy2013-06-201-0/+1
|/
* vfio: fix crash on rmmodAlexey Kardashevskiy2013-06-051-1/+1
* vfio: Set container device modeAlex Williamson2013-04-301-0/+4
* vfio: Use down_reads to protect iommu disconnectsAlex Williamson2013-04-291-16/+46
* vfio: Convert container->group_lock to rwsemAlex Williamson2013-04-251-10/+11
* VFIO: Wrapper for getting reference to vfio_deviceVijay Mohan Pandarathil2013-03-111-1/+29
* vfio: convert to idr_alloc()Tejun Heo2013-02-271-16/+1
* vfio: whitelist pcieportAlex Williamson2013-02-141-1/+1
* vfio: Protect vfio_dev_present against device_delAlex Williamson2013-02-141-21/+12