summaryrefslogtreecommitdiffstats
path: root/drivers/vfio/vfio.c
Commit message (Expand)AuthorAge
* vfio: Simplify capability helperAlex Williamson2017-12-20
* locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-25
* vfio: Stall vfio_del_group_dev() for container group detachAlex Williamson2017-08-30
* vfio: fix noiommu vfio_iommu_group_get reference countEric Auger2017-08-30
* vfio: Remove unnecessary uses of vfio_container.group_lockAlex Williamson2017-07-07
* vfio: New external user group/file matchAlex Williamson2017-06-28
* vfio: Fix group release deadlockAlex Williamson2017-06-28
* vfio: Use ERR_CAST() instead of open coding itDan Carpenter2017-06-13
* vfio: Rework group release notifier warningAlex Williamson2017-03-21
* vfio: fix a typo in comment of function vfio_pin_pagesChangbin Du2017-02-22
* vfio: Replace module request with softdepAlex Williamson2017-02-09
* vfio: support notifier chain in vfio_groupJike Song2016-12-01
* vfio: vfio_register_notifier: classify iommu notifierJike Song2016-12-01
* vfio: Fix handling of error returned by 'vfio_group_get_from_dev()'Christophe JAILLET2016-12-01
* vfio: fix vfio_info_cap_add/shiftEric Auger2016-11-21
* vfio: Introduce vfio_set_irqs_validate_and_prepare()Kirti Wankhede2016-11-17
* vfio: Introduce common function to add capabilitiesKirti Wankhede2016-11-17
* vfio iommu: Add blocking notifier to notify DMA_UNMAPKirti Wankhede2016-11-17
* vfio iommu: Added pin and unpin callback functions to vfio_iommu_driver_opsKirti Wankhede2016-11-17
* vfio: Common function to increment container_usersKirti Wankhede2016-11-17
* vfio: Rearrange functions to get vfio_group from devKirti Wankhede2016-11-17
* vfio: fix possible use after free of vfio groupIlya Lesokhin2016-07-14
* vfio: Add capability chain helpersAlex Williamson2016-02-22
* vfio: If an IOMMU backend fails, keep lookingAlex Williamson2016-02-22
* vfio/noiommu: Don't use iommu_present() to track fake groupsAlex Williamson2016-01-27
* vfio: Include No-IOMMU modeAlex Williamson2015-12-21
* Revert: "vfio: Include No-IOMMU mode"Alex Williamson2015-12-04
* vfio: fix a warning messageDan Carpenter2015-11-21
* vfio: Include No-IOMMU modeAlex Williamson2015-11-04
* vfio: Fix bug in vfio_device_get_from_name()Joerg Roedel2015-11-04
* vfio: Whitelist PCI bridgesAlex Williamson2015-10-27
* vfio: Fix lockdep issueAlex Williamson2015-07-24
* vfio/pci: Fix racy vfio_device_get_from_dev() callAlex Williamson2015-06-09
* vfio: Fix runaway interruptible timeoutAlex Williamson2015-05-01
* vfio: Split virqfd into a separate module for vfio bus driversAlex Williamson2015-03-17
* vfio: put off the allocation of "minor" in vfio_create_groupZhen Lei2015-03-16
* vfio: initialize the virqfd workqueue in VFIO generic codeAntonios Motakis2015-03-16
* vfio: Add and use device request op for vfio bus driversAlex Williamson2015-02-10
* vfio: Tie IOMMU group reference to vfio groupAlex Williamson2015-02-06
* vfio: Add device tracking during unbindAlex Williamson2015-02-06
* driver core: dev_set_drvdata can no longer failJean Delvare2014-05-27
* vfio: Add external user check extension interfaceAlex Williamson2014-02-26
* vfio: Convert control interface to misc driverAlex Williamson2013-12-19
* vfio: Add O_CLOEXEC flag to vfio device fdAlex Williamson2013-08-22
* vfio: use get_unused_fd_flags(0) instead of get_unused_fd()Yann Droneaud2013-08-22
* vfio: add external user supportAlexey Kardashevskiy2013-08-05
* vfio: Ignore sprurious notifiesAlex Williamson2013-07-24
* vfio: Don't overreact to DEL_DEVICEAlex Williamson2013-07-24
* Merge tag 'vfio-v3.11' of git://github.com/awilliam/linux-vfioLinus Torvalds2013-07-10
|\
| * vfio: Limit group opensAlex Williamson2013-06-25