summaryrefslogtreecommitdiff
path: root/drivers/vhost/vdpa.c
AgeCommit message (Expand)Author
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
2022-05-31vhost-vdpa: passing iotlb to IOMMU mapping helpersGautam Dawar
2022-03-28vdpa: support exposing the count of vqs to userspaceLongpeng
2022-03-28vdpa: change the type of nvqs to u32Longpeng
2022-03-28vdpa: support exposing the config size to userspaceLongpeng
2022-03-28vhost_vdpa: don't setup irq offloading when irq_num < 0Zhu Lingshan
2022-03-04vdpa: factor out vdpa_set_features_unlocked for vdpa internal useSi-Wei Liu
2022-01-14vdpa: Protect vdpa reset with cf_mutexEli Cohen
2022-01-14vdpa: Avoid taking cf_mutex lock on get statusEli Cohen
2022-01-14vdpa: Allow to configure max data virtqueuesEli Cohen
2022-01-14vdpa: Sync calls set/get config/status with cf_mutexEli Cohen
2022-01-14vdpa: Provide interface to read driver featuresEli Cohen
2022-01-14vdpa: clean up get_config_size ret value handlingLaura Abbott