summaryrefslogtreecommitdiffstats
path: root/drivers/vhost
Commit message (Expand)AuthorAgeFilesLines
* 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
* | mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-2/+2
* | vhost: convert get_user_pages() --> pin_user_pages()John Hubbard2020-06-081-3/+2
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-06-051-0/+1
|\ \
| * | scsi: vhost: Notify TCM about the maximum sg entries supported per commandSudhakar Panneerselvam2020-05-261-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-241-2/+2
|\ \ \ | | |/ | |/|
| * | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2020-05-211-2/+2
| |\ \
| | * | vhost: missing __user tagsMichael S. Tsirkin2020-05-151-2/+2
* | | | vhost_net: Also populate XDP frame sizeJesper Dangaard Brouer2020-05-141-0/+1
|/ / /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-05-061-5/+11
|\ \ \ | |/ / |/| |
| * | vsock/virtio: fix multiple packet delivery to monitoring devicesStefano Garzarella2020-04-271-0/+6
| * | vhost/vsock: fix packet delivery order to monitoring devicesStefano Garzarella2020-04-271-5/+5
* | | vhost: vsock: kick send_pkt worker once device is startedJia He2020-05-021-0/+5
|/ /
* | vhost: disable for OABIMichael S. Tsirkin2020-04-201-4/+13
* | vdpa: make vhost, virtio depend on menuMichael S. Tsirkin2020-04-171-1/+1
* | virtio/test: fix up after IOTLB changesMichael S. Tsirkin2020-04-163-2/+9
* | vhost: Create accessors for virtqueues private_dataEugenio Pérez2020-04-165-32/+61
* | vhost: remove set but not used variable 'status'Jason Yan2020-04-161-3/+0
* | vhost: vdpa: remove unnecessary null checkGustavo A. R. Silva2020-04-161-2/+0
|/
* vhost: introduce vDPA-based backendTiwei Bie2020-04-023-0/+898
* vringh: IOTLB supportJason Wang2020-04-012-23/+399
* vhost: factor out IOTLBJason Wang2020-04-016-181/+267
* vhost: allow per device message handlerJason Wang2020-04-015-6/+19
* vhost: refine vhost and vringh kconfigJason Wang2020-04-012-13/+21
* vhost: Check docket sk_family instead of call getnameEugenio Pérez2020-02-221-9/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-12-081-1/+3
|\
| * vhost/vsock: accept only packets with the right dst_cidStefano Garzarella2019-12-071-1/+3
* | vhost, kcov: collect coverage from vhost_workerAndrey Konovalov2019-12-042-0/+7
|/
* Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-014-44/+4
|\
| * compat_ioctl: move drivers to compat_ptr_ioctlArnd Bergmann2019-10-234-44/+4
* | vhost/vsock: refuse CID assigned to the guest->host transportStefano Garzarella2019-11-141-0/+6
* | vsock: prevent transport modules unloadingStefano Garzarella2019-11-141-0/+2
* | vsock: add multi-transports supportStefano Garzarella2019-11-141-2/+3
* | vsock: handle buffer_size sockopts in the coreStefano Garzarella2019-11-141-6/+1