summaryrefslogtreecommitdiffstats
path: root/drivers/vhost
Commit message (Expand)AuthorAgeFilesLines
* vhost-vdpa: fix page pinning leakage in error pathSi-Wei Liu2020-10-041-48/+71
* vhost-vdpa: fix vhost_vdpa_map() on error conditionSi-Wei Liu2020-10-041-0/+3
* vhost: Don't call log_access_ok() when using IOTLBGreg Kurz2020-10-041-5/+18
* vhost: Use vhost_get_used_size() in vhost_vring_set_addr()Greg Kurz2020-10-041-2/+1
* vhost: Don't call access_ok() when using IOTLBGreg Kurz2020-10-041-4/+5
* vhost vdpa: fix vhost_vdpa_open error handlingMike Christie2020-09-301-0/+1
* vhost-vdpa: fix backend feature ioctlsJason Wang2020-09-241-14/+16
* vhost: Fix documentationEli Cohen2020-09-241-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-09-031-1/+1
|\
| * vhost: fix typo in error messageYunsheng Lin2020-09-011-1/+1
* | vhost-iotlb: fix vhost_iotlb_itree_next() documentationStefano Garzarella2020-08-261-2/+2
|/
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2020-08-115-87/+169
|\
| * vdpa: Modify get_vq_state() to return error codeEli Cohen2020-08-051-1/+4
| * net/vdpa: Use struct for set/get vq stateEli Cohen2020-08-051-2/+5
| * vdpa: remove hard coded virtq numMax Gurtovoy2020-08-051-6/+3
| * vhost-vdpa: support IOTLB batching hintsJason Wang2020-08-051-9/+27
| * vhost-vdpa: support get/set backend featuresJason Wang2020-08-051-0/+18
| * vhost: generialize backend features setting/gettingJason Wang2020-08-053-16/+19
| * vhost-vdpa: refine ioctl pre-processingJason Wang2020-08-051-4/+5
| * vDPA: dont change vq irq after DRIVER_OKZhu Lingshan2020-08-051-1/+0
| * vhost_vdpa: implement IRQ offloading in vhost_vdpaZhu Lingshan2020-08-052-1/+63
| * vhost: introduce vhost_vring_callZhu Lingshan2020-08-053-9/+26
| * vhost: Use flex_array_size() helper in copy_from_user()Gustavo A. R. Silva2020-08-051-1/+1
| * vhost: vdpa: remove per device feature whitelistJason Wang2020-08-051-37/+0
| * vhost/vdpa: switch to new helpersMichael S. Tsirkin2020-08-051-5/+3
| * virtio: VIRTIO_F_IOMMU_PLATFORM -> VIRTIO_F_ACCESS_PLATFORMMichael S. Tsirkin2020-08-032-3/+3
* | Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-041-3/+3
|\ \
| * | treewide: Remove uninitialized_var() usageKees Cook2020-07-161-3/+3
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-08-031-5/+0
|\ \ \ | |_|/ |/| |
| * | vhost: Remove redundant use of read_barrier_depends() barrierWill Deacon2020-07-211-5/+0
| |/
* / vhost/scsi: fix up req type endian-nessMichael S. Tsirkin2020-07-291-1/+1
|/
* tools/virtio: Add --resetEugenio PĂ©rez2020-06-222-0/+58
* vhost_vdpa: Fix potential underflow in vhost_vdpa_mmap()Dan Carpenter2020-06-221-1/+1
* Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-06-131-4/+4
|\
| * treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-4/+4
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-111-6/+2
|\ \ | |/ |/|
| * kernel: set USER_DS in kthread_use_mmChristoph Hellwig2020-06-101-3/+0
| * kernel: better document the use_mm/unuse_mm API contractChristoph Hellwig2020-06-101-2/+2
| * kernel: move use_mm/unuse_mm to kthread.cChristoph Hellwig2020-06-101-1/+0
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2020-06-109-54/+195
|\ \ | |/ |/|
| * vhost/test: fix up after API changeMichael S. Tsirkin2020-06-091-1/+1
| * vhost: replace -1 with VHOST_FILE_UNBIND in ioctlsZhu Lingshan2020-06-061-4/+4
| * vhost_vdpa: Support config interrupt in vdpaZhu Lingshan2020-06-061-0/+47
| * vhost: (cosmetic) remove a superfluous variable initialisationGuennadi Liakhovetski2020-06-041-1/+1
| * vhost_vdpa: disable doorbell mapping for !MMUMichael S. Tsirkin2020-06-041-0/+4
| * vhost_vdpa: support doorbell mapping via mmapJason Wang2020-06-041-0/+59
| * vhost: use mmgrab() instead of mmget() for non worker deviceJason Wang2020-06-041-8/+34
| * vhost: allow device that does not depend on vhost workerJason Wang2020-06-046-17/+31
| * vhost: revert "vhost: disable for OABI"Michael S. Tsirkin2020-06-021-13/+4
| * virtio: force spec specified alignment on typesMichael S. Tsirkin2020-06-023-10/+10