summaryrefslogtreecommitdiffstats
path: root/drivers/vhost/vdpa.c
Commit message (Expand)AuthorAgeFilesLines
* vDPA: introduce get_vq_size to vdpa_config_opsZhu Lingshan2024-03-191-0/+8
* vdpa: skip suspend/resume ops if not DRIVER_OKSteve Sistare2024-03-191-0/+6
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2024-01-181-3/+23
|\
| * vdpa: Block vq property changes in DRIVER_OKDragos Tatulea2024-01-101-0/+6
| * vdpa: Track device suspended stateDragos Tatulea2024-01-101-2/+15
| * vhost-vdpa: account iommu allocationsPasha Tatashin2023-12-271-1/+2
* | Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-01-081-2/+2
|\ \ | |/ |/|
| * eventfd: simplify eventfd_signal()Christian Brauner2023-11-281-2/+2
* | vhost-vdpa: fix use after free in vhost_vdpa_probe()Dan Carpenter2023-11-011-1/+0
|/
* vhost-vdpa: clean iotlb map during reset for older userspaceSi-Wei Liu2023-11-011-4/+16
* vhost-vdpa: introduce IOTLB_PERSIST backend feature bitSi-Wei Liu2023-11-011-0/+15
* vhost-vdpa: reset vendor specific mapping to initial state in .releaseSi-Wei Liu2023-11-011-0/+17
* vhost-vdpa: uAPI to get dedicated descriptor group idSi-Wei Liu2023-11-011-0/+10
* vhost-vdpa: introduce descriptor group backend featureSi-Wei Liu2023-11-011-0/+17
* vdpa: add get_backend_features vdpa operationEugenio Pérez2023-09-031-0/+12
* vdpa: accept VHOST_BACKEND_F_ENABLE_AFTER_DRIVER_OK backend featureEugenio Pérez2023-09-031-1/+2
* Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-281-1/+1
|\
| * mm/gup: remove vmas parameter from pin_user_pages()Lorenzo Stoakes2023-06-091-1/+1
* | vhost_vdpa: support PACKED when setting-getting vring_baseShannon Nelson2023-06-091-4/+17
* | vhost_vdpa: tell vqs about the negotiatedShannon Nelson2023-06-081-0/+13
|/
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2023-04-271-7/+37
|\
| * vhost_vdpa: fix unmap process in no-batch modeCindy Lu2023-04-211-7/+1
| * vhost-vdpa: use bind_mm/unbind_mm device callbacksStefano Garzarella2023-04-211-0/+34
| * vdpa: Add eventfd for the vdpa callbackXie Yongji2023-04-211-0/+2
* | Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman2023-04-031-1/+2
|\|
| * vhost-vdpa: free iommu domain after last use during cleanupGautam Dawar2023-03-131-1/+2
* | vhost-vdpa: vhost_vdpa_alloc_domain() should be using a const struct bus_type *Greg Kroah-Hartman2023-03-231-1/+1
|/
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2023-02-251-2/+37
|\
| * vhost-vdpa: print warning when vhost_vdpa_alloc_domain failsAlvaro Karsz2023-02-201-1/+4
| * vhost-vdpa: uAPI to resume the deviceSebastien Boeuf2023-02-201-0/+18
| * vhost-vdpa: Introduce RESUME backend feature bitSebastien Boeuf2023-02-201-1/+15
* | Merge tag 'iommu-updates-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-02-241-1/+1
|\ \
| * | iommu: Add a gfp parameter to iommu_map()Jason Gunthorpe2023-01-251-1/+1
| |/
* / mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-091-1/+1
|/
* vhost_vdpa: fix the crash in unmap a large memoryCindy Lu2022-12-281-20/+26
* vhost-vdpa: fix an iotlb memory leakStefano Garzarella2022-12-281-4/+8
* vhost-vdpa: uAPI to suspend the deviceEugenio Pérez2022-08-111-0/+19
* vhost-vdpa: introduce SUSPEND backend feature bitEugenio Pérez2022-08-111-1/+15
* vhost-vdpa: Call ida_simple_remove() when failedBo Liu2022-08-111-0/+1
* vdpa: Use device_iommu_capable()Robin Murphy2022-08-111-1/+1
* vhost-vdpa: call vhost_vdpa_cleanup during the releaseStefano Garzarella2022-06-271-1/+1
* vdpa: make get_vq_group and set_group_asid optionalJason Wang2022-06-091-0/+2
* vhost-vdpa: return -EFAULT on copy_to_user() failureDan Carpenter2022-05-311-3/+5
* vhost-vdpa: support ASID based IOTLB APIGautam Dawar2022-05-311-19/+92
* vhost-vdpa: introduce uAPI to set group ASIDGautam Dawar2022-05-311-0/+8
* vhost-vdpa: uAPI to get virtqueue group idGautam Dawar2022-05-311-0/+8
* vhost-vdpa: introduce uAPI to get the number of address spacesGautam Dawar2022-05-311-0/+3
* vhost-vdpa: introduce uAPI to get the number of virtqueue groupsGautam Dawar2022-05-311-0/+4
* vhost-vdpa: introduce asid based IOTLBGautam Dawar2022-05-311-25/+72
* vhost: support ASID in IOTLB APIGautam Dawar2022-05-311-1/+4