aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vhost (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-30vdpa: handle irq bypass register failure caseZhu Lingshan1-0/+3
2020-10-30Revert "vhost-vdpa: fix page pinning leakage in error path"Michael S. Tsirkin1-71/+48
2020-10-30vhost_vdpa: Return -EFAULT if copy_from_user() failsDan Carpenter1-5/+5
2020-10-23vhost: vdpa: report iova rangeJason Wang1-0/+41
2020-10-21vhost_vdpa: remove unnecessary spin_lock in vhost_vring_callZhu Lingshan3-11/+1
2020-10-21vringh: fix __vringh_iov() when riov and wiov are differentStefano Garzarella1-4/+5
2020-10-21vhost_vdpa: Fix duplicate included kernel.hTian Tao1-1/+0
2020-10-21vhost: reduce stack usage in log_usedLi Wang2-1/+2
2020-10-04vhost-vdpa: fix page pinning leakage in error pathSi-Wei Liu1-48/+71
2020-10-04vhost-vdpa: fix vhost_vdpa_map() on error conditionSi-Wei Liu1-0/+3
2020-10-04vhost: Don't call log_access_ok() when using IOTLBGreg Kurz1-5/+18
2020-10-04vhost: Use vhost_get_used_size() in vhost_vring_set_addr()Greg Kurz1-2/+1
2020-10-04vhost: Don't call access_ok() when using IOTLBGreg Kurz1-4/+5
2020-09-30vhost vdpa: fix vhost_vdpa_open error handlingMike Christie1-0/+1
2020-09-24vhost-vdpa: fix backend feature ioctlsJason Wang1-14/+16
2020-09-24vhost: Fix documentationEli Cohen1-2/+2
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-1/+1
2020-09-01vhost: fix typo in error messageYunsheng Lin1-1/+1
2020-08-26vhost-iotlb: fix vhost_iotlb_itree_next() documentationStefano Garzarella1-2/+2
2020-08-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds5-87/+169
2020-08-05vdpa: Modify get_vq_state() to return error codeEli Cohen1-1/+4
2020-08-05net/vdpa: Use struct for set/get vq stateEli Cohen1-2/+5
2020-08-05vdpa: remove hard coded virtq numMax Gurtovoy1-6/+3
2020-08-05vhost-vdpa: support IOTLB batching hintsJason Wang1-9/+27
2020-08-05vhost-vdpa: support get/set backend featuresJason Wang1-0/+18
2020-08-05vhost: generialize backend features setting/gettingJason Wang3-16/+19
2020-08-05vhost-vdpa: refine ioctl pre-processingJason Wang1-4/+5
2020-08-05vDPA: dont change vq irq after DRIVER_OKZhu Lingshan1-1/+0
2020-08-05vhost_vdpa: implement IRQ offloading in vhost_vdpaZhu Lingshan2-1/+63
2020-08-05vhost: introduce vhost_vring_callZhu Lingshan3-9/+26
2020-08-05vhost: Use flex_array_size() helper in copy_from_user()Gustavo A. R. Silva1-1/+1
2020-08-05vhost: vdpa: remove per device feature whitelistJason Wang1-37/+0
2020-08-05vhost/vdpa: switch to new helpersMichael S. Tsirkin1-5/+3
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-3/+3
2020-08-03Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-5/+0
2020-08-03virtio: VIRTIO_F_IOMMU_PLATFORM -> VIRTIO_F_ACCESS_PLATFORMMichael S. Tsirkin2-3/+3
2020-07-29vhost/scsi: fix up req type endian-nessMichael S. Tsirkin1-1/+1
2020-07-21vhost: Remove redundant use of read_barrier_depends() barrierWill Deacon1-5/+0
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-3/+3
2020-06-22tools/virtio: Add --resetEugenio PĂ©rez2-0/+58
2020-06-22vhost_vdpa: Fix potential underflow in vhost_vdpa_mmap()Dan Carpenter1-1/+1
2020-06-13Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-4/+4
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-4/+4
2020-06-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-6/+2
2020-06-10kernel: set USER_DS in kthread_use_mmChristoph Hellwig1-3/+0
2020-06-10kernel: better document the use_mm/unuse_mm API contractChristoph Hellwig1-2/+2
2020-06-10kernel: move use_mm/unuse_mm to kthread.cChristoph Hellwig1-1/+0
2020-06-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds9-54/+195
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-2/+2
2020-06-09vhost/test: fix up after API changeMichael S. Tsirkin1-1/+1