summaryrefslogtreecommitdiff
path: root/drivers/vhost
AgeCommit message (Expand)AuthorFilesLines
2020-04-20vhost: disable for OABIMichael S. Tsirkin1-4/+13
2020-04-17vdpa: make vhost, virtio depend on menuMichael S. Tsirkin1-1/+1
2020-04-16virtio/test: fix up after IOTLB changesMichael S. Tsirkin3-2/+9
2020-04-16vhost: Create accessors for virtqueues private_dataEugenio Pérez5-32/+61
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 Bie3-0/+898
2020-04-01vringh: IOTLB supportJason Wang2-23/+399
2020-04-01vhost: factor out IOTLBJason Wang6-181/+267
2020-04-01vhost: allow per device message handlerJason Wang5-6/+19
2020-04-01vhost: refine vhost and vringh kconfigJason Wang2-13/+21
2020-02-22vhost: Check docket sk_family instead of call getnameEugenio Pérez1-9/+1
2019-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-1/+3
2019-12-07vhost/vsock: accept only packets with the right dst_cidStefano Garzarella1-1/+3
2019-12-04vhost, kcov: collect coverage from vhost_workerAndrey Konovalov2-0/+7
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds4-44/+4
2019-11-14vhost/vsock: refuse CID assigned to the guest->host transportStefano Garzarella1-0/+6
2019-11-14vsock: prevent transport modules unloadingStefano Garzarella1-0/+2
2019-11-14vsock: add multi-transports supportStefano Garzarella1-2/+3
2019-11-14vsock: handle buffer_size sockopts in the coreStefano Garzarella1-6/+1
2019-11-14vsock/virtio: add transport parameter to the virtio_transport_reset_no_sock()Stefano Garzarella1-47/+47
2019-10-28vringh: fix copy direction of vringh_iov_push_kern()Jason Wang1-1/+7
2019-10-23compat_ioctl: move drivers to compat_ptr_ioctlArnd Bergmann4-44/+4
2019-10-13vhost/test: stop device before resetMichael S. Tsirkin1-0/+2
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-562/+16
2019-09-14Revert "vhost: block speculation of translated descriptors"Michael S. Tsirkin1-4/+2
2019-09-11vhost: make sure log_num < in_numyongduan1-2/+2
2019-09-11vhost: block speculation of translated descriptorsMichael S. Tsirkin1-2/+4
2019-09-04Revert "vhost: access vq metadata through kernel virtual address"Michael S. Tsirkin2-553/+3
2019-09-04vhost: Remove unnecessary variableYunsheng Lin1-3/+2
2019-09-04vhost/test: fix build for vhost testTiwei Bie1-4/+9
2019-09-04vhost/test: fix build for vhost testTiwei Bie1-1/+1
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2019-07-30vhost/vsock: split packets to send using multiple buffersStefano Garzarella1-18/+48
2019-07-30vsock/virtio: limit the memory used per-socketStefano Garzarella1-0/+2
2019-07-26vhost: disable metadata prefetch optimizationMichael S. Tsirkin1-1/+1
2019-07-17Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds3-126/+771
2019-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-8/+4
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482Thomas Gleixner4-8/+4
2019-06-17vhost_net: disable zerocopy by defaultJason Wang1-1/+1
2019-06-14Merge tag 'v5.2-rc4' into mauroJonathan Corbet8-43/+75
2019-06-08docs: fix broken documentation linksMauro Carvalho Chehab1-1/+1
2019-06-06vhost: fix clang build warningMichael S. Tsirkin1-2/+5
2019-06-05vhost: access vq metadata through kernel virtual addressJason Wang2-3/+550
2019-06-05vhost: factor out setting vring addr and numJason Wang1-74/+103
2019-06-05vhost: introduce helpers to get the size of metadata areaJason Wang1-18/+33
2019-06-05vhost: rename vq_iotlb_prefetch() to vq_meta_prefetch()Jason Wang3-5/+5
2019-06-05vhost: fine grain userspace memory accessorsJason Wang1-17/+77