aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vhost/vdpa.c
AgeCommit message (Expand)Author
2022-05-25vhost_vdpa: don't setup irq offloading when irq_num < 0Zhu Lingshan
2021-12-22vdpa: check that offsets are within boundsDan Carpenter
2021-10-20vhost-vdpa: Fix the wrong input in config_cbCindy Lu
2021-08-26vhost-vdpa: Fix integer overflow in vhost_vdpa_process_iotlb_update()Xie Yongji
2021-05-11vhost-vdpa: fix vm_flags for virtqueue doorbell mappingJason Wang
2021-04-28vhost-vdpa: protect concurrent access to vhost device iotlbXie Yongji
2021-03-25vhost_vdpa: fix the missing irq_bypass_unregister_producer() invocationGautam Dawar
2021-03-25vhost-vdpa: set v->config_ctx to NULL if eventfd_ctx_fdget() failsStefano Garzarella
2021-03-25vhost-vdpa: fix use-after-free of v->config_ctxStefano Garzarella
2020-12-02vhost_vdpa: return -EFAULT if copy_to_user() failsDan Carpenter
2020-11-25vhost-vdpa: fix page pinning leakage in error path (rework)Si-Wei Liu
2020-10-30vdpa: handle irq bypass register failure caseZhu Lingshan
2020-10-30Revert "vhost-vdpa: fix page pinning leakage in error path"Michael S. Tsirkin
2020-10-30vhost_vdpa: Return -EFAULT if copy_from_user() failsDan Carpenter
2020-10-23vhost: vdpa: report iova rangeJason Wang
2020-10-21vhost_vdpa: remove unnecessary spin_lock in vhost_vring_callZhu Lingshan
2020-10-21vhost_vdpa: Fix duplicate included kernel.hTian Tao
2020-10-04vhost-vdpa: fix page pinning leakage in error pathSi-Wei Liu
2020-10-04vhost-vdpa: fix vhost_vdpa_map() on error conditionSi-Wei Liu
2020-09-30vhost vdpa: fix vhost_vdpa_open error handlingMike Christie
2020-09-24vhost-vdpa: fix backend feature ioctlsJason Wang
2020-08-05vdpa: Modify get_vq_state() to return error codeEli Cohen
2020-08-05net/vdpa: Use struct for set/get vq stateEli Cohen
2020-08-05vdpa: remove hard coded virtq numMax Gurtovoy
2020-08-05vhost-vdpa: support IOTLB batching hintsJason Wang
2020-08-05vhost-vdpa: support get/set backend featuresJason Wang
2020-08-05vhost-vdpa: refine ioctl pre-processingJason Wang
2020-08-05vDPA: dont change vq irq after DRIVER_OKZhu Lingshan
2020-08-05vhost_vdpa: implement IRQ offloading in vhost_vdpaZhu Lingshan
2020-08-05vhost: introduce vhost_vring_callZhu Lingshan
2020-08-05vhost: vdpa: remove per device feature whitelistJason Wang
2020-08-05vhost/vdpa: switch to new helpersMichael S. Tsirkin
2020-08-03virtio: VIRTIO_F_IOMMU_PLATFORM -> VIRTIO_F_ACCESS_PLATFORMMichael S. Tsirkin
2020-06-22vhost_vdpa: Fix potential underflow in vhost_vdpa_mmap()Dan Carpenter
2020-06-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-06-06vhost_vdpa: Support config interrupt in vdpaZhu Lingshan
2020-06-04vhost_vdpa: disable doorbell mapping for !MMUMichael S. Tsirkin
2020-06-04vhost_vdpa: support doorbell mapping via mmapJason Wang
2020-06-04vhost: allow device that does not depend on vhost workerJason Wang
2020-04-16vhost: remove set but not used variable 'status'Jason Yan
2020-04-16vhost: vdpa: remove unnecessary null checkGustavo A. R. Silva
2020-04-02vhost: introduce vDPA-based backendTiwei Bie