aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vhost (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2020-06-08vhost: convert get_user_pages() --> pin_user_pages()John Hubbard1-3/+2
2020-06-06vhost: replace -1 with VHOST_FILE_UNBIND in ioctlsZhu Lingshan1-4/+4
2020-06-06vhost_vdpa: Support config interrupt in vdpaZhu Lingshan1-0/+47
2020-06-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+1
2020-06-04vhost: (cosmetic) remove a superfluous variable initialisationGuennadi Liakhovetski1-1/+1
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: use mmgrab() instead of mmget() for non worker deviceJason Wang1-8/+34
2020-06-04vhost: allow device that does not depend on vhost workerJason Wang6-17/+31
2020-06-02vhost: revert "vhost: disable for OABI"Michael S. Tsirkin1-13/+4
2020-06-02virtio: force spec specified alignment on typesMichael S. Tsirkin3-10/+10
2020-05-26scsi: vhost: Notify TCM about the maximum sg entries supported per commandSudhakar Panneerselvam1-0/+1
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2020-05-21Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-2/+2
2020-05-15vhost: missing __user tagsMichael S. Tsirkin1-2/+2
2020-05-14vhost_net: Also populate XDP frame sizeJesper Dangaard Brouer1-0/+1
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-5/+11
2020-05-02vhost: vsock: kick send_pkt worker once device is startedJia He1-0/+5
2020-04-27vsock/virtio: fix multiple packet delivery to monitoring devicesStefano Garzarella1-0/+6
2020-04-27vhost/vsock: fix packet delivery order to monitoring devicesStefano Garzarella1-5/+5
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/git/arnd/playgroundLinus 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