summaryrefslogtreecommitdiff
path: root/drivers/vfio/vfio.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-11vfio: Remove struct vfio_device_ops open/releaseJason Gunthorpe1-13/+1
2021-08-11vfio: Provide better generic support for open/release vfio_device_opsJason Gunthorpe1-22/+127
2021-08-11vfio: Introduce a vfio_uninit_group_dev() API callMax Gurtovoy1-0/+5
2021-06-15vfio: centralize module refcount in subsystem layerMax Gurtovoy1-0/+10
2021-04-06vfio: Remove device_data from the vfio bus driver APIJason Gunthorpe1-11/+1
2021-04-06vfio: Make vfio_device_ops pass a 'struct vfio_device *' instead of 'void *'Jason Gunthorpe1-10/+10
2021-04-06vfio/mdev: Use vfio_init/register/unregister_group_devJason Gunthorpe1-37/+2
2021-04-06vfio: Split creation of a vfio_device into init and register opsJason Gunthorpe1-60/+65
2021-04-06vfio: Simplify the lifetime logic for vfio_deviceJason Gunthorpe1-54/+25
2021-04-06vfio: Remove extra put/gets around vfio_device->groupJason Gunthorpe1-19/+2
2021-02-01vfio: iommu driver notify callbackSteve Sistare1-0/+5
2020-12-11vfio/type1: Add vfio_group_iommu_domain()Lu Baolu1-0/+18
2020-09-22vfio: fix a missed vfio group put in vfio_pin_pagesYan Zhao1-2/+4
2020-09-21vfio: add a singleton check for vfio_group_pin_pagesYan Zhao1-0/+3
2020-07-27vfio: Cleanup allowed driver namingAlex Williamson1-6/+7
2020-05-29vfio: Selective dirty page tracking if IOMMU backed device pins pagesKirti Wankhede1-3/+10
2020-03-24Merge branches 'v5.7/vfio/alex-sriov-v3' and 'v5.7/vfio/yan-dma-rw-v4' into v...Alex Williamson1-4/+194
2020-03-24vfio: Include optional device match in vfio_device_ops callbacksAlex Williamson1-4/+16
2020-03-24vfio: avoid inefficient operations on VFIO group in vfio_pin/unpin_pagesYan Zhao1-0/+91
2020-03-24vfio: introduce vfio_dma_rw to read/write a range of IOVAsYan Zhao1-0/+49
2020-03-24vfio: allow external user to get vfio group from deviceYan Zhao1-0/+38
2019-10-23compat_ioctl: move drivers to compat_ptr_ioctlArnd Bergmann1-36/+3
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-04-23vfio: Fix WARNING "do not call blocking ops when !TASK_RUNNING"Farhan Ali1-20/+10
2019-04-22vfio: Use dev_printk() when possibleBjorn Helgaas1-16/+13
2019-02-12vfio: expand minor range when registering chrdev regionChengguang Xu1-4/+4
2018-06-08vfio: use match_string() helperYisheng Xie1-8/+3
2017-12-20vfio: Simplify capability helperAlex Williamson1-48/+4
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland1-1/+1
2017-08-30vfio: Stall vfio_del_group_dev() for container group detachAlex Williamson1-0/+20
2017-08-30vfio: fix noiommu vfio_iommu_group_get reference countEric Auger1-2/+3
2017-07-08vfio: Remove unnecessary uses of vfio_container.group_lockAlex Williamson1-38/+0
2017-06-28vfio: New external user group/file matchAlex Williamson1-0/+9
2017-06-28vfio: Fix group release deadlockAlex Williamson1-1/+36
2017-06-13vfio: Use ERR_CAST() instead of open coding itDan Carpenter1-1/+1
2017-03-21vfio: Rework group release notifier warningAlex Williamson1-3/+5
2017-02-22vfio: fix a typo in comment of function vfio_pin_pagesChangbin Du1-1/+1
2017-02-09vfio: Replace module request with softdepAlex Williamson1-8/+1
2016-12-01vfio: support notifier chain in vfio_groupJike Song1-0/+82
2016-12-01vfio: vfio_register_notifier: classify iommu notifierJike Song1-25/+59
2016-12-01vfio: Fix handling of error returned by 'vfio_group_get_from_dev()'Christophe JAILLET1-8/+8
2016-11-21vfio: fix vfio_info_cap_add/shiftEric Auger1-2/+3
2016-11-17vfio: Introduce vfio_set_irqs_validate_and_prepare()Kirti Wankhede1-0/+48
2016-11-17vfio: Introduce common function to add capabilitiesKirti Wankhede1-1/+59
2016-11-17vfio iommu: Add blocking notifier to notify DMA_UNMAPKirti Wankhede1-0/+73
2016-11-17vfio iommu: Added pin and unpin callback functions to vfio_iommu_driver_opsKirti Wankhede1-0/+102
2016-11-17vfio: Common function to increment container_usersKirti Wankhede1-13/+21
2016-11-17vfio: Rearrange functions to get vfio_group from devKirti Wankhede1-7/+16
2016-07-14vfio: fix possible use after free of vfio groupIlya Lesokhin1-1/+1
2016-02-23vfio: Add capability chain helpersAlex Williamson1-0/+54