aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vhost/vdpa.c
AgeCommit message (Expand)Author
2024-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2024-01-10vdpa: Block vq property changes in DRIVER_OKDragos Tatulea
2024-01-10vdpa: Track device suspended stateDragos Tatulea
2024-01-08Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-12-27vhost-vdpa: account iommu allocationsPasha Tatashin
2023-11-28eventfd: simplify eventfd_signal()Christian Brauner
2023-11-01vhost-vdpa: fix use after free in vhost_vdpa_probe()Dan Carpenter
2023-11-01vhost-vdpa: clean iotlb map during reset for older userspaceSi-Wei Liu
2023-11-01vhost-vdpa: introduce IOTLB_PERSIST backend feature bitSi-Wei Liu
2023-11-01vhost-vdpa: reset vendor specific mapping to initial state in .releaseSi-Wei Liu
2023-11-01vhost-vdpa: uAPI to get dedicated descriptor group idSi-Wei Liu
2023-11-01vhost-vdpa: introduce descriptor group backend featureSi-Wei Liu
2023-09-03vdpa: add get_backend_features vdpa operationEugenio Pérez
2023-09-03vdpa: accept VHOST_BACKEND_F_ENABLE_AFTER_DRIVER_OK backend featureEugenio Pérez
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-06-09mm/gup: remove vmas parameter from pin_user_pages()Lorenzo Stoakes
2023-06-09vhost_vdpa: support PACKED when setting-getting vring_baseShannon Nelson
2023-06-08vhost_vdpa: tell vqs about the negotiatedShannon Nelson
2023-04-27Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2023-04-21vhost_vdpa: fix unmap process in no-batch modeCindy Lu
2023-04-21vhost-vdpa: use bind_mm/unbind_mm device callbacksStefano Garzarella
2023-04-21vdpa: Add eventfd for the vdpa callbackXie Yongji
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman
2023-03-23vhost-vdpa: vhost_vdpa_alloc_domain() should be using a const struct bus_type *Greg Kroah-Hartman
2023-03-13vhost-vdpa: free iommu domain after last use during cleanupGautam Dawar
2023-02-25Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2023-02-24Merge tag 'iommu-updates-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-02-20vhost-vdpa: print warning when vhost_vdpa_alloc_domain failsAlvaro Karsz
2023-02-20vhost-vdpa: uAPI to resume the deviceSebastien Boeuf
2023-02-20vhost-vdpa: Introduce RESUME backend feature bitSebastien Boeuf
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan
2023-01-25iommu: Add a gfp parameter to iommu_map()Jason Gunthorpe
2022-12-28vhost_vdpa: fix the crash in unmap a large memoryCindy Lu
2022-12-28vhost-vdpa: fix an iotlb memory leakStefano Garzarella
2022-08-11vhost-vdpa: uAPI to suspend the deviceEugenio Pérez
2022-08-11vhost-vdpa: introduce SUSPEND backend feature bitEugenio Pérez
2022-08-11vhost-vdpa: Call ida_simple_remove() when failedBo Liu
2022-08-11vdpa: Use device_iommu_capable()Robin Murphy
2022-06-27vhost-vdpa: call vhost_vdpa_cleanup during the releaseStefano Garzarella
2022-06-09vdpa: make get_vq_group and set_group_asid optionalJason Wang
2022-05-31vhost-vdpa: return -EFAULT on copy_to_user() failureDan Carpenter
2022-05-31vhost-vdpa: support ASID based IOTLB APIGautam Dawar
2022-05-31vhost-vdpa: introduce uAPI to set group ASIDGautam Dawar
2022-05-31vhost-vdpa: uAPI to get virtqueue group idGautam Dawar
2022-05-31vhost-vdpa: introduce uAPI to get the number of address spacesGautam Dawar
2022-05-31vhost-vdpa: introduce uAPI to get the number of virtqueue groupsGautam Dawar
2022-05-31vhost-vdpa: introduce asid based IOTLBGautam Dawar
2022-05-31vhost: support ASID in IOTLB APIGautam Dawar
2022-05-31vdpa: multiple address spaces supportGautam Dawar
2022-05-31vhost-vdpa: switch to use vhost-vdpa specific IOTLBGautam Dawar