summaryrefslogtreecommitdiff
path: root/drivers/vhost
AgeCommit message (Expand)Author
2019-10-02vhost: Fix compilation issue.Christoph Muellner
2019-01-15UPSTREAM: vhost/vsock: fix reset orphans race with close timeoutStefan Hajnoczi
2019-01-15UPSTREAM: vhost/vsock: fix use-after-free in network stack callersStefan Hajnoczi
2019-01-15UPSTREAM: vhost: correctly check the iova range when waking virtqueueJason Wang
2019-01-15UPSTREAM: vhost: synchronize IOTLB message with dev cleanupJason Wang
2019-01-15UPSTREAM: vhost: fix info leak due to uninitialized memoryMichael S. Tsirkin
2019-01-15UPSTREAM: vhost: fix vhost_vq_access_ok() log checkStefan Hajnoczi
2019-01-15UPSTREAM: vhost: validate log when IOTLB is enabledJason Wang
2019-01-15UPSTREAM: vhost_net: add missing lock nesting notationJason Wang
2019-01-15UPSTREAM: vhost: use mutex_lock_nested() in vhost_dev_lock_vqs()Jason Wang
2019-01-15UPSTREAM: vhost/vsock: fix uninitialized vhost_vsock->guest_cidStefan Hajnoczi
2019-01-15UPSTREAM: vhost_net: correctly check tx avail during rx busy pollingJason Wang
2019-01-15UPSTREAM: vhost-vsock: add pkt cancel capabilityPeng Tao
2019-01-15UPSTREAM: vhost: fix initialization for vq->is_leHalil Pasic
2019-01-15UPSTREAM: vhost/vsock: handle vhost_vq_init_access() errorStefan Hajnoczi
2019-01-15UPSTREAM: vsock: lookup and setup guest_cid inside vhost_vsock_lockGao feng
2019-01-15UPSTREAM: vhost-vsock: fix orphan connection resetPeng Tao
2019-01-15UPSTREAM: vhost/vsock: fix vhost virtio_vsock_pkt use-after-freeStefan Hajnoczi
2019-01-15UPSTREAM: VSOCK: Use kvfree()Wei Yongjun
2019-01-15BACKPORT: vhost: split out vringh KconfigMichael S. Tsirkin
2019-01-15UPSTREAM: vhost: drop vringh dependencyMichael S. Tsirkin
2019-01-15UPSTREAM: vhost: detect 32 bit integer wrap aroundMichael S. Tsirkin
2019-01-15UPSTREAM: VSOCK: Add Makefile and KconfigAsias He
2019-01-15UPSTREAM: VSOCK: Introduce vhost_vsock.koAsias He
2019-01-15UPSTREAM: vhost: new device IOTLB APIJason Wang
2019-01-15BACKPORT: vhost: convert pre sorted vhost memory array to interval treeAlistair Strachan
2019-01-15UPSTREAM: vhost: introduce vhost memory accessorsJason Wang
2019-01-15UPSTREAM: vhost_net: stop polling socket during rx processingJason Wang
2019-01-15UPSTREAM: vhost: lockless enqueuingJason Wang
2019-01-15UPSTREAM: vhost: simplify work flushingJason Wang
2019-01-15UPSTREAM: vhost_net: basic polling supportJason Wang
2019-01-15UPSTREAM: vhost: introduce vhost_vq_avail_empty()Jason Wang
2019-01-15UPSTREAM: vhost: introduce vhost_has_work()Jason Wang
2019-01-15UPSTREAM: vhost: rename vhost_init_used()Greg Kurz
2019-01-15UPSTREAM: vhost: rename cross-endian helpersGreg Kurz
2019-01-15UPSTREAM: vhost: fix error path in vhost_init_used()Greg Kurz
2019-01-13vhost: make sure used idx is seen before log in vhost_add_used_n()Jason Wang
2018-11-21vhost/scsi: truncate T10 PI iov_iter to prot_bytesGreg Edwards
2018-11-10vhost: Fix Spectre V1 vulnerabilityJason Wang
2018-07-22vhost_net: validate sock before trying to put its fdJason Wang
2018-04-13vhost: correctly remove wait queue during poll failureJason Wang
2018-02-16vhost_net: stop device during reset ownerJason Wang
2017-11-30fix a page leak in vhost_scsi_iov_to_sgl() error recoveryAl Viro
2016-09-15vhost/scsi: fix reuse of &vq->iov[out] in responseBenjamin Coddington
2015-12-07vhost: replace % with & on data pathMichael S. Tsirkin
2015-12-07vhost: relax log address alignmentMichael S. Tsirkin
2015-11-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2015-10-27vhost: fix performance on LE hostsMichael S. Tsirkin
2015-10-13target: use per-attribute show and store methodsChristoph Hellwig
2015-09-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds