summaryrefslogtreecommitdiff
path: root/drivers/vfio/vfio_main.c
AgeCommit message (Expand)Author
2023-12-04vfio/migration: Add debugfs to live migration driverLongfang Liu
2023-11-01Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-10-24iommufd/iova_bitmap: Move symbols to IOMMUFD namespaceJoao Martins
2023-10-09vfio: Fix smatch errors in vfio_combine_iova_ranges()Alex Williamson
2023-08-30Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-08-17vfio: align capability structuresStefan Hajnoczi
2023-08-16vfio: Commonize combine_ranges for use in other VFIO driversBrett Creeley
2023-07-28vfio: Do not allow !ops->dma_unmap in vfio_pin/unpin_pages()Nicolin Chen
2023-07-25vfio: Move the IOMMU_CAP_CACHE_COHERENCY check in __vfio_register_dev()Yi Liu
2023-07-25vfio: Add VFIO_DEVICE_[AT|DE]TACH_IOMMUFD_PTYi Liu
2023-07-25vfio: Add VFIO_DEVICE_BIND_IOMMUFDYi Liu
2023-07-25vfio: Avoid repeated user pointer cast in vfio_device_fops_unl_ioctl()Yi Liu
2023-07-25vfio: Test kvm pointer in _vfio_device_get_kvm_safe()Yi Liu
2023-07-25vfio: Add cdev for vfio_deviceYi Liu
2023-07-25vfio: Move device_del() before waiting for the last vfio_device registration ...Yi Liu
2023-07-25vfio: Move vfio_device_group_unregister() to be the first operation in unregi...Yi Liu
2023-07-25vfio-iommufd: Add detach_ioas support for physical VFIO devicesYi Liu
2023-07-25vfio: Record devid in vfio_device_fileYi Liu
2023-07-25vfio: Make vfio_df_open() single open for device cdev pathYi Liu
2023-07-25vfio: Block device access via device fd until device is openedYi Liu
2023-07-25vfio: Pass struct vfio_device_file * to vfio_device_open/close()Yi Liu
2023-07-25vfio: Accept vfio device file in the KVM facing kAPIYi Liu
2023-07-25vfio: Refine vfio file kAPIs for KVMYi Liu
2023-07-25vfio: Allocate per device file structureYi Liu
2023-07-25vfio: Add helper to search vfio_device in a dev_setYi Liu
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-03-31vfio: Check the presence for iommufd callbacks in __vfio_register_dev()Yi Liu
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman
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