aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vhost/vdpa.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-11vhost-vdpa: uAPI to suspend the deviceEugenio Pérez1-0/+19
2022-08-11vhost-vdpa: introduce SUSPEND backend feature bitEugenio Pérez1-1/+15
2022-08-11vhost-vdpa: Call ida_simple_remove() when failedBo Liu1-0/+1
2022-08-11vdpa: Use device_iommu_capable()Robin Murphy1-1/+1
2022-06-27vhost-vdpa: call vhost_vdpa_cleanup during the releaseStefano Garzarella1-1/+1
2022-06-09vdpa: make get_vq_group and set_group_asid optionalJason Wang1-0/+2
2022-05-31vhost-vdpa: return -EFAULT on copy_to_user() failureDan Carpenter1-3/+5
2022-05-31vhost-vdpa: support ASID based IOTLB APIGautam Dawar1-19/+92
2022-05-31vhost-vdpa: introduce uAPI to set group ASIDGautam Dawar1-0/+8
2022-05-31vhost-vdpa: uAPI to get virtqueue group idGautam Dawar1-0/+8
2022-05-31vhost-vdpa: introduce uAPI to get the number of address spacesGautam Dawar1-0/+3
2022-05-31vhost-vdpa: introduce uAPI to get the number of virtqueue groupsGautam Dawar1-0/+4
2022-05-31vhost-vdpa: introduce asid based IOTLBGautam Dawar1-25/+72
2022-05-31vhost: support ASID in IOTLB APIGautam Dawar1-1/+4
2022-05-31vdpa: multiple address spaces supportGautam Dawar1-5/+9
2022-05-31vhost-vdpa: switch to use vhost-vdpa specific IOTLBGautam Dawar1-8/+10
2022-05-31vhost-vdpa: passing iotlb to IOMMU mapping helpersGautam Dawar1-30/+37
2022-03-28vdpa: support exposing the count of vqs to userspaceLongpeng1-0/+13
2022-03-28vdpa: change the type of nvqs to u32Longpeng1-4/+6
2022-03-28vdpa: support exposing the config size to userspaceLongpeng1-0/+17
2022-03-28vhost_vdpa: don't setup irq offloading when irq_num < 0Zhu Lingshan1-1/+4
2022-03-04vdpa: factor out vdpa_set_features_unlocked for vdpa internal useSi-Wei Liu1-1/+1
2022-01-14vdpa: Protect vdpa reset with cf_mutexEli Cohen1-1/+1
2022-01-14vdpa: Avoid taking cf_mutex lock on get statusEli Cohen1-2/+3
2022-01-14vdpa: Allow to configure max data virtqueuesEli Cohen1-1/+1
2022-01-14vdpa: Sync calls set/get config/status with cf_mutexEli Cohen1-4/+3
2022-01-14vdpa: Provide interface to read driver featuresEli Cohen1-1/+1
2022-01-14vdpa: clean up get_config_size ret value handlingLaura Abbott1-1/+1
2022-01-14vdpa: Avoid duplicate call to vp_vdpa get_statusEugenio Pérez1-1/+1
2021-12-08vdpa: check that offsets are within boundsDan Carpenter1-1/+1
2021-11-24vhost-vdpa: clean irqs before reseting vdpa deviceWu Zongyong1-1/+1
2021-11-01vdpa: Introduce and use vdpa device get, set config helpersParav Pandit1-2/+1
2021-10-13vhost-vdpa: Fix the wrong input in config_cbCindy Lu1-1/+1
2021-10-13vhost_vdpa: unset vq irq before freeing irqWu Zongyong1-4/+4
2021-09-14vdpa: potential uninitialized return in vhost_vdpa_va_map()Dan Carpenter1-1/+1
2021-09-06vdpa: Support transferring virtual addressing during DMA mappingXie Yongji1-11/+88
2021-09-06vdpa: factor out vhost_vdpa_pa_map() and vhost_vdpa_pa_unmap()Xie Yongji1-20/+35
2021-09-06vdpa: Add an opaque pointer for vdpa_config_ops.dma_map()Xie Yongji1-1/+1
2021-09-06vhost-vdpa: Handle the failure of vdpa_reset()Xie Yongji1-3/+6
2021-09-06vdpa: Add reset callback in vdpa_config_opsXie Yongji1-2/+7
2021-09-06vdpa: Make use of PFN_PHYS/PFN_UP/PFN_DOWN helper macroCai Huoqing1-12/+12
2021-08-10vhost-vdpa: Fix integer overflow in vhost_vdpa_process_iotlb_update()Xie Yongji1-1/+2
2021-07-08vdpa: support packed virtqueue for set/get_vq_state()Jason Wang1-2/+2
2021-05-05Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-12/+4
2021-05-03vhost/vdpa: Remove the restriction that only supports virtio-net devicesXie Yongji1-5/+1
2021-05-03vhost/vdpa: use get_config_size callback in vhost_vdpa_config_validate()Stefano Garzarella1-7/+2
2021-05-03vhost-vdpa: fix vm_flags for virtqueue doorbell mappingJason Wang1-0/+1
2021-05-01Merge tag 'iommu-updates-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-7/+3
2021-04-22vhost-vdpa: protect concurrent access to vhost device iotlbXie Yongji1-1/+5
2021-04-16Merge branches 'iommu/fixes', 'arm/mediatek', 'arm/smmu', 'arm/exynos', 'unisoc', 'x86/vt-d', 'x86/amd' and 'core' into nextJoerg Roedel1-7/+3