summaryrefslogtreecommitdiff
path: root/drivers/vfio/vfio_main.c
AgeCommit message (Expand)Author
2023-02-25Merge tag 'vfio-v6.3-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds
2023-02-09vfio: no need to pass kvm pointer during device openMatthew Rosato
2023-02-09vfio: fix deadlock between group lock and kvm lockMatthew Rosato
2023-02-03vfio: Support VFIO_NOIOMMU with iommufdJason Gunthorpe
2022-12-15Merge tag 'vfio-v6.2-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds
2022-12-06vfio: Extend the device migration protocol with PRE_COPYJason Gunthorpe
2022-12-05vfio: Fold vfio_virqfd.ko into vfio.koJason Gunthorpe
2022-12-05vfio: Move vfio group specific code into group.cYi Liu
2022-12-05vfio: Refactor dma APIs for emulated devicesYi Liu
2022-12-05vfio: Wrap vfio group module init/clean code into helpersYi Liu
2022-12-05vfio: Refactor vfio_device open and closeYi Liu
2022-12-05vfio: Make vfio_device_open() truly device specificYi Liu
2022-12-05vfio: Swap order of vfio_device_container_register() and open_device()Yi Liu
2022-12-05vfio: Set device->group in helper functionYi Liu
2022-12-05vfio: Create wrappers for group register/unregisterYi Liu
2022-12-05vfio: Move the sanity check of the group to vfio_create_group()Jason Gunthorpe
2022-12-05vfio: Simplify vfio_create_group()Jason Gunthorpe
2022-12-02Merge tag 'v6.1-rc7' into iommufd.git for-nextJason Gunthorpe
2022-12-02vfio: Move container related MODULE_ALIAS statements into container.cJason Gunthorpe
2022-12-02vfio-iommufd: Support iommufd for emulated VFIO devicesJason Gunthorpe
2022-12-02vfio-iommufd: Support iommufd for physical VFIO devicesJason Gunthorpe
2022-12-02vfio-iommufd: Allow iommufd to be used in place of a container fdJason Gunthorpe
2022-12-02vfio: Use IOMMU_CAP_ENFORCE_CACHE_COHERENCY for vfio_file_enforced_coherent()Jason Gunthorpe
2022-12-02vfio: Rename vfio_device_assign/unassign_container()Jason Gunthorpe
2022-12-02vfio: Move vfio_device_assign_container() into vfio_device_first_open()Jason Gunthorpe
2022-12-02vfio: Move vfio_device driver open/close code to a functionJason Gunthorpe
2022-11-14vfio: Add an option to get migration data sizeYishai Hadas
2022-11-10vfio: Export the device set open countAnthony DeRossi
2022-11-10vfio: Fix container device registration life cycleAnthony DeRossi
2022-11-10vfio: Remove vfio_free_deviceEric Farman
2022-11-10vfio/ccw: replace vfio_init_device with _alloc_Eric Farman
2022-10-07vfio: More vfio_file_is_group() use casesAlex Williamson
2022-10-07vfio: Make the group FD disassociate from the iommu_groupJason Gunthorpe
2022-10-07vfio: Hold a reference to the iommu_group in kvm for SPAPRJason Gunthorpe
2022-10-07vfio: Add vfio_file_is_group()Jason Gunthorpe
2022-10-04vfio: Change vfio_group->group_rwsem to a mutexJason Gunthorpe
2022-10-04vfio: Remove the vfio_group->users and users_compJason Gunthorpe
2022-09-27vfio: Follow a strict lifetime for struct iommu_groupJason Gunthorpe
2022-09-22vfio: Move container code into drivers/vfio/container.cJason Gunthorpe
2022-09-22vfio: Split the register_device ops call into functionsJason Gunthorpe
2022-09-22vfio: Rename vfio_ioctl_check_extension()Jason Gunthorpe
2022-09-22vfio: Split out container code from the init/cleanup functionsJason Gunthorpe
2022-09-22vfio: Remove #ifdefs around CONFIG_VFIO_NOIOMMUJason Gunthorpe
2022-09-22vfio: Split the container logic into vfio_container_attach_group()Jason Gunthorpe
2022-09-22vfio: Rename __vfio_group_unset_container()Jason Gunthorpe
2022-09-21vfio: Add struct device to vfio_deviceYi Liu
2022-09-21vfio: Rename vfio_device_put() and vfio_device_try_get()Kevin Tian
2022-09-21vfio/ccw: Use the new device life cycle helpersKevin Tian
2022-09-21vfio: Add helpers for unifying vfio_device life cycleKevin Tian
2022-09-08vfio: Introduce the DMA logging feature supportYishai Hadas