summaryrefslogtreecommitdiff
path: root/drivers/vhost/vdpa.c
AgeCommit message (Expand)Author
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
2022-01-14vdpa: Avoid duplicate call to vp_vdpa get_statusEugenio Pérez
2021-12-08vdpa: check that offsets are within boundsDan Carpenter
2021-11-24vhost-vdpa: clean irqs before reseting vdpa deviceWu Zongyong
2021-11-01vdpa: Introduce and use vdpa device get, set config helpersParav Pandit
2021-10-13vhost-vdpa: Fix the wrong input in config_cbCindy Lu
2021-10-13vhost_vdpa: unset vq irq before freeing irqWu Zongyong
2021-09-14vdpa: potential uninitialized return in vhost_vdpa_va_map()Dan Carpenter
2021-09-06vdpa: Support transferring virtual addressing during DMA mappingXie Yongji
2021-09-06vdpa: factor out vhost_vdpa_pa_map() and vhost_vdpa_pa_unmap()Xie Yongji
2021-09-06vdpa: Add an opaque pointer for vdpa_config_ops.dma_map()Xie Yongji
2021-09-06vhost-vdpa: Handle the failure of vdpa_reset()Xie Yongji
2021-09-06vdpa: Add reset callback in vdpa_config_opsXie Yongji
2021-09-06vdpa: Make use of PFN_PHYS/PFN_UP/PFN_DOWN helper macroCai Huoqing
2021-08-10vhost-vdpa: Fix integer overflow in vhost_vdpa_process_iotlb_update()Xie Yongji
2021-07-08vdpa: support packed virtqueue for set/get_vq_state()Jason Wang
2021-05-05Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2021-05-03vhost/vdpa: Remove the restriction that only supports virtio-net devicesXie Yongji
2021-05-03vhost/vdpa: use get_config_size callback in vhost_vdpa_config_validate()Stefano Garzarella
2021-05-03vhost-vdpa: fix vm_flags for virtqueue doorbell mappingJason Wang
2021-05-01Merge tag 'iommu-updates-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-04-22vhost-vdpa: protect concurrent access to vhost device iotlbXie Yongji
2021-04-16Merge branches 'iommu/fixes', 'arm/mediatek', 'arm/smmu', 'arm/exynos', 'unis...Joerg Roedel