aboutsummaryrefslogtreecommitdiff
path: root/include/linux/vfio.h
AgeCommit message (Expand)AuthorFilesLines
2022-03-03vfio: Extend the device migration protocol with RUNNING_P2PGravatar Jason Gunthorpe 1-0/+1
2022-03-03vfio: Define device migration protocol v2Gravatar Jason Gunthorpe 1-0/+20
2022-03-03vfio: Have the core code decode the VFIO_DEVICE_FEATURE ioctlGravatar Jason Gunthorpe 1-0/+32
2021-09-30vfio: move the vfio_iommu_driver_ops interface out of <linux/vfio.h>Gravatar Christoph Hellwig 1-44/+0
2021-09-30vfio: remove unused method from vfio_iommu_driver_opsGravatar Christoph Hellwig 1-5/+0
2021-09-30vfio: simplify iommu group allocation for mediated devicesGravatar Christoph Hellwig 1-0/+1
2021-09-30vfio: Move vfio_iommu_group_get() to vfio_register_group_dev()Gravatar Jason Gunthorpe 1-3/+0
2021-08-11vfio: Remove struct vfio_device_ops open/releaseGravatar Jason Gunthorpe 1-4/+0
2021-08-11vfio: Provide better generic support for open/release vfio_device_opsGravatar Jason Gunthorpe 1-0/+21
2021-08-11vfio: Introduce a vfio_uninit_group_dev() API callGravatar Max Gurtovoy 1-0/+1
2021-04-06vfio: Remove device_data from the vfio bus driver APIGravatar Jason Gunthorpe 1-3/+1
2021-04-06vfio: Make vfio_device_ops pass a 'struct vfio_device *' instead of 'void *'Gravatar Jason Gunthorpe 1-8/+8
2021-04-06vfio/mdev: Use vfio_init/register/unregister_group_devGravatar Jason Gunthorpe 1-5/+0
2021-04-06vfio: Split creation of a vfio_device into init and register opsGravatar Jason Gunthorpe 1-0/+16
2021-02-01vfio: iommu driver notify callbackGravatar Steve Sistare 1-0/+7
2020-12-10vfio/type1: Add vfio_group_iommu_domain()Gravatar Lu Baolu 1-0/+4
2020-05-28vfio: Selective dirty page tracking if IOMMU backed device pins pagesGravatar Kirti Wankhede 1-1/+3
2020-03-24Merge branches 'v5.7/vfio/alex-sriov-v3' and 'v5.7/vfio/yan-dma-rw-v4' into v...Gravatar Alex Williamson 1-0/+17
2020-03-24vfio: Include optional device match in vfio_device_ops callbacksGravatar Alex Williamson 1-0/+4
2020-03-24vfio: avoid inefficient operations on VFIO group in vfio_pin/unpin_pagesGravatar Yan Zhao 1-0/+6
2020-03-24vfio: introduce vfio_dma_rw to read/write a range of IOVAsGravatar Yan Zhao 1-0/+5
2020-03-24vfio: allow external user to get vfio group from deviceGravatar Yan Zhao 1-0/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2017-12-20vfio: Simplify capability helperGravatar Alex Williamson 1-1/+2
2017-07-26include/linux/vfio.h: Guard powerpc-specific functions with CONFIG_VFIO_SPAPR...Gravatar Murilo Opsfelder Araujo 1-2/+2
2017-07-13Merge tag 'vfio-v4.13-rc1' of git://github.com/awilliam/linux-vfioGravatar Linus Torvalds 1-0/+2
2017-06-28vfio: New external user group/file matchGravatar Alex Williamson 1-0/+2
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tGravatar Ingo Molnar 1-1/+1
2016-12-01vfio: support notifier chain in vfio_groupGravatar Jike Song 1-0/+7
2016-12-01vfio: vfio_register_notifier: classify iommu notifierGravatar Jike Song 1-2/+11
2016-11-17vfio: Introduce vfio_set_irqs_validate_and_prepare()Gravatar Kirti Wankhede 1-0/+4
2016-11-17vfio: Introduce common function to add capabilitiesGravatar Kirti Wankhede 1-0/+3
2016-11-17vfio iommu: Add blocking notifier to notify DMA_UNMAPGravatar Kirti Wankhede 1-0/+12
2016-11-17vfio iommu: Added pin and unpin callback functions to vfio_iommu_driver_opsGravatar Kirti Wankhede 1-1/+12
2016-02-22vfio: Add capability chain helpersGravatar Alex Williamson 1-0/+11
2015-12-21vfio: Include No-IOMMU modeGravatar Alex Williamson 1-0/+3
2015-12-04Revert: "vfio: Include No-IOMMU mode"Gravatar Alex Williamson 1-3/+0
2015-11-04vfio: Include No-IOMMU modeGravatar Alex Williamson 1-0/+3
2015-04-14Merge tag 'vfio-v4.1-rc1' of git://github.com/awilliam/linux-vfioGravatar Linus Torvalds 1-0/+25
2015-03-17vfio: Split virqfd into a separate module for vfio bus driversGravatar Alex Williamson 1-2/+0
2015-03-17include/stddef.h: Move offsetofend() from vfio.h to a generic kernel headerGravatar Denys Vlasenko 1-13/+0
2015-03-16vfio: move eventfd support code for VFIO_PCI to a separate fileGravatar Antonios Motakis 1-0/+27
2015-02-10vfio: Add and use device request op for vfio bus driversGravatar Alex Williamson 1-0/+2
2014-08-08drivers/vfio: Enable VFIO if EEH is not supportedGravatar Alexey Kardashevskiy 1-3/+2
2014-08-08drivers/vfio: Fix EEH build errorGravatar Gavin Shan 1-0/+1
2014-08-05drivers/vfio: EEH support for VFIO PCI deviceGravatar Gavin Shan 1-0/+23
2014-05-30drivers/vfio: Rework offsetofend()Gravatar Gavin Shan 1-3/+2
2014-02-26vfio: Add external user check extension interfaceGravatar Alex Williamson 1-0/+2
2013-08-05vfio: add external user supportGravatar Alexey Kardashevskiy 1-0/+7
2013-03-11VFIO: Wrapper for getting reference to vfio_deviceGravatar Vijay Mohan Pandarathil 1-0/+3