aboutsummaryrefslogtreecommitdiff
path: root/drivers/vfio/vfio_main.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-31vfio: Create vfio_fs_type with inode per deviceGravatar Alex Williamson 1-0/+44
2024-02-08vfio: replace CONFIG_HAVE_KVM with IS_ENABLED(CONFIG_KVM)Gravatar Paolo Bonzini 1-2/+2
2023-12-04vfio/migration: Add debugfs to live migration driverGravatar Longfang Liu 1-0/+4
2023-11-01Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+1
2023-10-24iommufd/iova_bitmap: Move symbols to IOMMUFD namespaceGravatar Joao Martins 1-0/+1
2023-10-09vfio: Fix smatch errors in vfio_combine_iova_ranges()Gravatar Alex Williamson 1-0/+10
2023-08-30Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+4
2023-08-17vfio: align capability structuresGravatar Stefan Hajnoczi 1-0/+6
2023-08-16vfio: Commonize combine_ranges for use in other VFIO driversGravatar Brett Creeley 1-0/+47
2023-07-28vfio: Do not allow !ops->dma_unmap in vfio_pin/unpin_pages()Gravatar Nicolin Chen 1-0/+4
2023-07-25vfio: Move the IOMMU_CAP_CACHE_COHERENCY check in __vfio_register_dev()Gravatar Yi Liu 1-0/+11
2023-07-25vfio: Add VFIO_DEVICE_[AT|DE]TACH_IOMMUFD_PTGravatar Yi Liu 1-1/+14
2023-07-25vfio: Add VFIO_DEVICE_BIND_IOMMUFDGravatar Yi Liu 1-0/+5
2023-07-25vfio: Avoid repeated user pointer cast in vfio_device_fops_unl_ioctl()Gravatar Yi Liu 1-1/+2
2023-07-25vfio: Test kvm pointer in _vfio_device_get_kvm_safe()Gravatar Yi Liu 1-1/+4
2023-07-25vfio: Add cdev for vfio_deviceGravatar Yi Liu 1-4/+17
2023-07-25vfio: Move device_del() before waiting for the last vfio_device registration ...Gravatar Yi Liu 1-3/+3
2023-07-25vfio: Move vfio_device_group_unregister() to be the first operation in unregi...Gravatar Yi Liu 1-2/+6
2023-07-25vfio-iommufd: Add detach_ioas support for physical VFIO devicesGravatar Yi Liu 1-1/+2
2023-07-25vfio: Record devid in vfio_device_fileGravatar Yi Liu 1-3/+3
2023-07-25vfio: Make vfio_df_open() single open for device cdev pathGravatar Yi Liu 1-0/+7
2023-07-25vfio: Block device access via device fd until device is openedGravatar Yi Liu 1-0/+16
2023-07-25vfio: Pass struct vfio_device_file * to vfio_device_open/close()Gravatar Yi Liu 1-10/+15
2023-07-25vfio: Accept vfio device file in the KVM facing kAPIGravatar Yi Liu 1-1/+35
2023-07-25vfio: Refine vfio file kAPIs for KVMGravatar Yi Liu 1-0/+49
2023-07-25vfio: Allocate per device file structureGravatar Yi Liu 1-5/+26
2023-07-25vfio: Add helper to search vfio_device in a dev_setGravatar Yi Liu 1-0/+15
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2023-03-31vfio: Check the presence for iommufd callbacks in __vfio_register_dev()Gravatar Yi Liu 1-2/+3
2023-03-17driver core: class: remove module * from class_create()Gravatar Greg Kroah-Hartman 1-1/+1
2023-02-25Merge tag 'vfio-v6.3-rc1' of https://github.com/awilliam/linux-vfioGravatar Linus Torvalds 1-11/+59
2023-02-09vfio: no need to pass kvm pointer during device openGravatar Matthew Rosato 1-4/+3
2023-02-09vfio: fix deadlock between group lock and kvm lockGravatar Matthew Rosato 1-7/+56
2023-02-03vfio: Support VFIO_NOIOMMU with iommufdGravatar Jason Gunthorpe 1-0/+7
2022-12-15Merge tag 'vfio-v6.2-rc1' of https://github.com/awilliam/linux-vfioGravatar Linus Torvalds 1-25/+120
2022-12-06vfio: Extend the device migration protocol with PRE_COPYGravatar Jason Gunthorpe 1-2/+72
2022-12-05vfio: Fold vfio_virqfd.ko into vfio.koGravatar Jason Gunthorpe 1-0/+7
2022-12-05vfio: Move vfio group specific code into group.cGravatar Yi Liu 1-870/+7
2022-12-05vfio: Refactor dma APIs for emulated devicesGravatar Yi Liu 1-11/+14
2022-12-05vfio: Wrap vfio group module init/clean code into helpersGravatar Yi Liu 1-20/+36
2022-12-05vfio: Refactor vfio_device open and closeGravatar Yi Liu 1-46/+87
2022-12-05vfio: Make vfio_device_open() truly device specificGravatar Yi Liu 1-17/+29
2022-12-05vfio: Swap order of vfio_device_container_register() and open_device()Gravatar Yi Liu 1-8/+9
2022-12-05vfio: Set device->group in helper functionGravatar Yi Liu 1-15/+26
2022-12-05vfio: Create wrappers for group register/unregisterGravatar Yi Liu 1-7/+16
2022-12-05vfio: Move the sanity check of the group to vfio_create_group()Gravatar Jason Gunthorpe 1-37/+25
2022-12-05vfio: Simplify vfio_create_group()Gravatar Jason Gunthorpe 1-23/+10
2022-12-02Merge tag 'v6.1-rc7' into iommufd.git for-nextGravatar Jason Gunthorpe 1-0/+13
2022-12-02vfio: Move container related MODULE_ALIAS statements into container.cGravatar Jason Gunthorpe 1-2/+0
2022-12-02vfio-iommufd: Support iommufd for emulated VFIO devicesGravatar Jason Gunthorpe 1-1/+121