aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vfio/vfio_main.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-08vfio: replace CONFIG_HAVE_KVM with IS_ENABLED(CONFIG_KVM)Paolo Bonzini1-2/+2
2023-12-04vfio/migration: Add debugfs to live migration driverLongfang Liu1-0/+4
2023-11-01Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2023-10-24iommufd/iova_bitmap: Move symbols to IOMMUFD namespaceJoao Martins1-0/+1
2023-10-09vfio: Fix smatch errors in vfio_combine_iova_ranges()Alex Williamson1-0/+10
2023-08-30Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+4
2023-08-17vfio: align capability structuresStefan Hajnoczi1-0/+6
2023-08-16vfio: Commonize combine_ranges for use in other VFIO driversBrett Creeley1-0/+47
2023-07-28vfio: Do not allow !ops->dma_unmap in vfio_pin/unpin_pages()Nicolin Chen1-0/+4
2023-07-25vfio: Move the IOMMU_CAP_CACHE_COHERENCY check in __vfio_register_dev()Yi Liu1-0/+11
2023-07-25vfio: Add VFIO_DEVICE_[AT|DE]TACH_IOMMUFD_PTYi Liu1-1/+14
2023-07-25vfio: Add VFIO_DEVICE_BIND_IOMMUFDYi Liu1-0/+5
2023-07-25vfio: Avoid repeated user pointer cast in vfio_device_fops_unl_ioctl()Yi Liu1-1/+2
2023-07-25vfio: Test kvm pointer in _vfio_device_get_kvm_safe()Yi Liu1-1/+4
2023-07-25vfio: Add cdev for vfio_deviceYi Liu1-4/+17
2023-07-25vfio: Move device_del() before waiting for the last vfio_device registration ...Yi Liu1-3/+3
2023-07-25vfio: Move vfio_device_group_unregister() to be the first operation in unregi...Yi Liu1-2/+6
2023-07-25vfio-iommufd: Add detach_ioas support for physical VFIO devicesYi Liu1-1/+2
2023-07-25vfio: Record devid in vfio_device_fileYi Liu1-3/+3
2023-07-25vfio: Make vfio_df_open() single open for device cdev pathYi Liu1-0/+7
2023-07-25vfio: Block device access via device fd until device is openedYi Liu1-0/+16
2023-07-25vfio: Pass struct vfio_device_file * to vfio_device_open/close()Yi Liu1-10/+15
2023-07-25vfio: Accept vfio device file in the KVM facing kAPIYi Liu1-1/+35
2023-07-25vfio: Refine vfio file kAPIs for KVMYi Liu1-0/+49
2023-07-25vfio: Allocate per device file structureYi Liu1-5/+26
2023-07-25vfio: Add helper to search vfio_device in a dev_setYi Liu1-0/+15
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2023-03-31vfio: Check the presence for iommufd callbacks in __vfio_register_dev()Yi Liu1-2/+3
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman1-1/+1
2023-02-25Merge tag 'vfio-v6.3-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds1-11/+59
2023-02-09vfio: no need to pass kvm pointer during device openMatthew Rosato1-4/+3
2023-02-09vfio: fix deadlock between group lock and kvm lockMatthew Rosato1-7/+56
2023-02-03vfio: Support VFIO_NOIOMMU with iommufdJason Gunthorpe1-0/+7
2022-12-15Merge tag 'vfio-v6.2-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds1-25/+120
2022-12-06vfio: Extend the device migration protocol with PRE_COPYJason Gunthorpe1-2/+72
2022-12-05vfio: Fold vfio_virqfd.ko into vfio.koJason Gunthorpe1-0/+7
2022-12-05vfio: Move vfio group specific code into group.cYi Liu1-870/+7
2022-12-05vfio: Refactor dma APIs for emulated devicesYi Liu1-11/+14
2022-12-05vfio: Wrap vfio group module init/clean code into helpersYi Liu1-20/+36
2022-12-05vfio: Refactor vfio_device open and closeYi Liu1-46/+87
2022-12-05vfio: Make vfio_device_open() truly device specificYi Liu1-17/+29
2022-12-05vfio: Swap order of vfio_device_container_register() and open_device()Yi Liu1-8/+9
2022-12-05vfio: Set device->group in helper functionYi Liu1-15/+26
2022-12-05vfio: Create wrappers for group register/unregisterYi Liu1-7/+16
2022-12-05vfio: Move the sanity check of the group to vfio_create_group()Jason Gunthorpe1-37/+25
2022-12-05vfio: Simplify vfio_create_group()Jason Gunthorpe1-23/+10
2022-12-02Merge tag 'v6.1-rc7' into iommufd.git for-nextJason Gunthorpe1-0/+13
2022-12-02vfio: Move container related MODULE_ALIAS statements into container.cJason Gunthorpe1-2/+0
2022-12-02vfio-iommufd: Support iommufd for emulated VFIO devicesJason Gunthorpe1-1/+121
2022-12-02vfio-iommufd: Support iommufd for physical VFIO devicesJason Gunthorpe1-2/+13
2022-12-02vfio-iommufd: Allow iommufd to be used in place of a container fdJason Gunthorpe1-14/+74
2022-12-02vfio: Use IOMMU_CAP_ENFORCE_CACHE_COHERENCY for vfio_file_enforced_coherent()Jason Gunthorpe1-13/+16
2022-12-02vfio: Rename vfio_device_assign/unassign_container()Jason Gunthorpe1-3/+3
2022-12-02vfio: Move vfio_device_assign_container() into vfio_device_first_open()Jason Gunthorpe1-13/+11
2022-12-02vfio: Move vfio_device driver open/close code to a functionJason Gunthorpe1-42/+53
2022-11-14vfio: Add an option to get migration data sizeYishai Hadas1-0/+32
2022-11-10vfio: Export the device set open countAnthony DeRossi1-0/+13
2022-11-10vfio: Fix container device registration life cycleAnthony DeRossi1-5/+8
2022-11-10vfio: Remove vfio_free_deviceEric Farman1-18/+4
2022-11-10vfio/ccw: replace vfio_init_device with _alloc_Eric Farman1-5/+5
2022-10-07vfio: More vfio_file_is_group() use casesAlex Williamson1-3/+3
2022-10-07vfio: Make the group FD disassociate from the iommu_groupJason Gunthorpe1-23/+44
2022-10-07vfio: Hold a reference to the iommu_group in kvm for SPAPRJason Gunthorpe1-2/+4
2022-10-07vfio: Add vfio_file_is_group()Jason Gunthorpe1-1/+15
2022-10-04vfio: Change vfio_group->group_rwsem to a mutexJason Gunthorpe1-23/+24
2022-10-04vfio: Remove the vfio_group->users and users_compJason Gunthorpe1-26/+19
2022-09-27vfio: Follow a strict lifetime for struct iommu_groupJason Gunthorpe1-23/+45
2022-09-22vfio: Move container code into drivers/vfio/container.cJason Gunthorpe1-691/+1
2022-09-22vfio: Split the register_device ops call into functionsJason Gunthorpe1-16/+23
2022-09-22vfio: Rename vfio_ioctl_check_extension()Jason Gunthorpe1-5/+6
2022-09-22vfio: Split out container code from the init/cleanup functionsJason Gunthorpe1-18/+36
2022-09-22vfio: Remove #ifdefs around CONFIG_VFIO_NOIOMMUJason Gunthorpe1-24/+19
2022-09-22vfio: Split the container logic into vfio_container_attach_group()Jason Gunthorpe1-30/+48
2022-09-22vfio: Rename __vfio_group_unset_container()Jason Gunthorpe1-6/+5
2022-09-21vfio: Add struct device to vfio_deviceYi Liu1-11/+53
2022-09-21vfio: Rename vfio_device_put() and vfio_device_try_get()Kevin Tian1-8/+9
2022-09-21vfio/ccw: Use the new device life cycle helpersKevin Tian1-18/+5
2022-09-21vfio: Add helpers for unifying vfio_device life cycleKevin Tian1-0/+92
2022-09-08vfio: Introduce the DMA logging feature supportYishai Hadas1-0/+175
2022-09-01vfio: Remove vfio_group dev_counterJason Gunthorpe1-6/+3
2022-09-01vfio: Increment the runtime PM usage count during IOCTL callAbhishek Sahu1-3/+49
2022-09-01vfio: Split VFIO_GROUP_GET_STATUS into a functionJason Gunthorpe1-31/+30
2022-09-01vfio: Follow the naming pattern for vfio_group_ioctl_unset_container()Jason Gunthorpe1-11/+16
2022-09-01vfio: Fold VFIO_GROUP_SET_CONTAINER into vfio_group_set_container()Jason Gunthorpe1-27/+24
2022-09-01vfio: Fold VFIO_GROUP_GET_DEVICE_FD into vfio_group_get_device_fd()Jason Gunthorpe1-13/+11
2022-08-08vfio: Move vfio.c to vfio_main.cJason Gunthorpe1-0/+2135