summaryrefslogtreecommitdiffstats
path: root/drivers/vhost/vdpa.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-22vhost_vdpa: Fix potential underflow in vhost_vdpa_mmap()Dan Carpenter1-1/+1
2020-06-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+111
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-2/+2
2020-06-06vhost_vdpa: Support config interrupt in vdpaZhu Lingshan1-0/+47
2020-06-04vhost_vdpa: disable doorbell mapping for !MMUMichael S. Tsirkin1-0/+4
2020-06-04vhost_vdpa: support doorbell mapping via mmapJason Wang1-0/+59
2020-06-04vhost: allow device that does not depend on vhost workerJason Wang1-1/+1
2020-04-16vhost: remove set but not used variable 'status'Jason Yan1-3/+0
2020-04-16vhost: vdpa: remove unnecessary null checkGustavo A. R. Silva1-2/+0
2020-04-02vhost: introduce vDPA-based backendTiwei Bie1-0/+883