summaryrefslogtreecommitdiffstats
path: root/drivers/vhost/vdpa.c
Commit message (Expand)AuthorAgeFilesLines
* vhost-vdpa: fix use after free in vhost_vdpa_probe()Dan Carpenter2023-11-281-1/+0
* 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
* vdpa: multiple address spaces supportGautam Dawar2022-05-311-5/+9
* vhost-vdpa: switch to use vhost-vdpa specific IOTLBGautam Dawar2022-05-311-8/+10
* vhost-vdpa: passing iotlb to IOMMU mapping helpersGautam Dawar2022-05-311-30/+37
* vdpa: support exposing the count of vqs to userspaceLongpeng2022-03-281-0/+13
* vdpa: change the type of nvqs to u32Longpeng2022-03-281-4/+6
* vdpa: support exposing the config size to userspaceLongpeng2022-03-281-0/+17
* vhost_vdpa: don't setup irq offloading when irq_num < 0Zhu Lingshan2022-03-281-1/+4
* vdpa: factor out vdpa_set_features_unlocked for vdpa internal useSi-Wei Liu2022-03-041-1/+1
* vdpa: Protect vdpa reset with cf_mutexEli Cohen2022-01-141-1/+1
* vdpa: Avoid taking cf_mutex lock on get statusEli Cohen2022-01-141-2/+3
* vdpa: Allow to configure max data virtqueuesEli Cohen2022-01-141-1/+1
* vdpa: Sync calls set/get config/status with cf_mutexEli Cohen2022-01-141-4/+3
* vdpa: Provide interface to read driver featuresEli Cohen2022-01-141-1/+1