summaryrefslogtreecommitdiff
path: root/include/linux/vfio.h
AgeCommit message (Expand)Author
2021-09-30vfio: move the vfio_iommu_driver_ops interface out of <linux/vfio.h>Christoph Hellwig
2021-09-30vfio: remove unused method from vfio_iommu_driver_opsChristoph Hellwig
2021-09-30vfio: simplify iommu group allocation for mediated devicesChristoph Hellwig
2021-09-30vfio: Move vfio_iommu_group_get() to vfio_register_group_dev()Jason Gunthorpe
2021-08-11vfio: Remove struct vfio_device_ops open/releaseJason Gunthorpe
2021-08-11vfio: Provide better generic support for open/release vfio_device_opsJason Gunthorpe
2021-08-11vfio: Introduce a vfio_uninit_group_dev() API callMax Gurtovoy
2021-04-06vfio: Remove device_data from the vfio bus driver APIJason Gunthorpe
2021-04-06vfio: Make vfio_device_ops pass a 'struct vfio_device *' instead of 'void *'Jason Gunthorpe
2021-04-06vfio/mdev: Use vfio_init/register/unregister_group_devJason Gunthorpe
2021-04-06vfio: Split creation of a vfio_device into init and register opsJason Gunthorpe
2021-02-01vfio: iommu driver notify callbackSteve Sistare
2020-12-10vfio/type1: Add vfio_group_iommu_domain()Lu Baolu
2020-05-28vfio: Selective dirty page tracking if IOMMU backed device pins pagesKirti Wankhede
2020-03-24Merge branches 'v5.7/vfio/alex-sriov-v3' and 'v5.7/vfio/yan-dma-rw-v4' into v...Alex Williamson
2020-03-24vfio: Include optional device match in vfio_device_ops callbacksAlex Williamson
2020-03-24vfio: avoid inefficient operations on VFIO group in vfio_pin/unpin_pagesYan Zhao
2020-03-24vfio: introduce vfio_dma_rw to read/write a range of IOVAsYan Zhao
2020-03-24vfio: allow external user to get vfio group from deviceYan Zhao
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2017-12-20vfio: Simplify capability helperAlex Williamson
2017-07-26include/linux/vfio.h: Guard powerpc-specific functions with CONFIG_VFIO_SPAPR...Murilo Opsfelder Araujo
2017-07-13Merge tag 'vfio-v4.13-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds
2017-06-28vfio: New external user group/file matchAlex Williamson
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar
2016-12-01vfio: support notifier chain in vfio_groupJike Song
2016-12-01vfio: vfio_register_notifier: classify iommu notifierJike Song
2016-11-17vfio: Introduce vfio_set_irqs_validate_and_prepare()Kirti Wankhede
2016-11-17vfio: Introduce common function to add capabilitiesKirti Wankhede
2016-11-17vfio iommu: Add blocking notifier to notify DMA_UNMAPKirti Wankhede
2016-11-17vfio iommu: Added pin and unpin callback functions to vfio_iommu_driver_opsKirti Wankhede
2016-02-22vfio: Add capability chain helpersAlex Williamson
2015-12-21vfio: Include No-IOMMU modeAlex Williamson
2015-12-04Revert: "vfio: Include No-IOMMU mode"Alex Williamson
2015-11-04vfio: Include No-IOMMU modeAlex Williamson
2015-04-14Merge tag 'vfio-v4.1-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds
2015-03-17vfio: Split virqfd into a separate module for vfio bus driversAlex Williamson
2015-03-17include/stddef.h: Move offsetofend() from vfio.h to a generic kernel headerDenys Vlasenko
2015-03-16vfio: move eventfd support code for VFIO_PCI to a separate fileAntonios Motakis
2015-02-10vfio: Add and use device request op for vfio bus driversAlex Williamson
2014-08-08drivers/vfio: Enable VFIO if EEH is not supportedAlexey Kardashevskiy
2014-08-08drivers/vfio: Fix EEH build errorGavin Shan
2014-08-05drivers/vfio: EEH support for VFIO PCI deviceGavin Shan
2014-05-30drivers/vfio: Rework offsetofend()Gavin Shan
2014-02-26vfio: Add external user check extension interfaceAlex Williamson
2013-08-05vfio: add external user supportAlexey Kardashevskiy
2013-03-11VFIO: Wrapper for getting reference to vfio_deviceVijay Mohan Pandarathil
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells
2012-07-31vfio: Add PCI device driverAlex Williamson
2012-07-31vfio: Type1 IOMMU implementationAlex Williamson