summaryrefslogtreecommitdiff
path: root/drivers/vhost
AgeCommit message (Expand)Author
2018-09-15vhost: correctly check the iova range when waking virtqueueJason Wang
2018-07-22vhost_net: validate sock before trying to put its fdJason Wang
2018-06-26vhost: fix info leak due to uninitialized memoryMichael S. Tsirkin
2018-06-13vhost: synchronize IOTLB message with dev cleanupJason Wang
2018-04-20vhost: fix vhost_vq_access_ok() log checkStefan Hajnoczi
2018-04-13vhost_net: add missing lock nesting notationJason Wang
2018-04-13vhost: validate log when IOTLB is enabledJason Wang
2018-04-13vhost: correctly remove wait queue during poll failureJason Wang
2018-02-25vhost: use mutex_lock_nested() in vhost_dev_lock_vqs()Jason Wang
2018-02-13vhost_net: stop device during reset ownerJason Wang
2017-12-25vhost-vsock: add pkt cancel capabilityPeng Tao
2017-11-30fix a page leak in vhost_scsi_iov_to_sgl() error recoveryAl Viro
2017-09-20vhost_net: correctly check tx avail during rx busy pollingJason Wang
2017-06-17vhost/vsock: handle vhost_vq_init_access() errorStefan Hajnoczi
2017-02-09vhost: fix initialization for vq->is_leHalil Pasic
2016-12-08vhost-vsock: fix orphan connection resetPeng Tao
2016-09-05Merge 4.8-rc5 into char-misc-nextGreg Kroah-Hartman
2016-08-31miscdevice: Add helper macro for misc device boilerplatePrasannaKumar Muralidharan
2016-08-23vhost/scsi: fix reuse of &vq->iov[out] in responseBenjamin Coddington
2016-08-15vhost/test: fix after swiotlb changesMichael S. Tsirkin
2016-08-09vhost/vsock: fix vhost virtio_vsock_pkt use-after-freeStefan Hajnoczi
2016-08-06Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2016-08-02VSOCK: Use kvfree()Wei Yongjun
2016-08-02vhost: split out vringh KconfigMichael S. Tsirkin
2016-08-02vhost: detect 32 bit integer wrap aroundMichael S. Tsirkin
2016-08-02vhost: new device IOTLB APIJason Wang
2016-08-02vhost: convert pre sorted vhost memory array to interval treeJason Wang
2016-08-02vhost: introduce vhost memory accessorsJason Wang
2016-08-02VSOCK: Add Makefile and KconfigAsias He
2016-08-02VSOCK: Introduce vhost_vsock.koAsias He
2016-08-02vhost: drop vringh dependencyMichael S. Tsirkin
2016-08-01vhost: lockless enqueuingJason Wang
2016-08-01vhost: simplify work flushingJason Wang
2016-07-01tun: switch to use skb array for txJason Wang
2016-06-07vhost_net: stop polling socket during rx processingJason Wang
2016-05-10target: make close_session optionalChristoph Hellwig
2016-05-10target: make ->shutdown_session optionalChristoph Hellwig
2016-03-22Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2016-03-10vhost/scsi: Convert to target_alloc_session usageNicholas Bellinger
2016-03-11vhost_net: basic polling supportJason Wang
2016-03-11vhost: introduce vhost_vq_avail_empty()Jason Wang
2016-03-11vhost: introduce vhost_has_work()Jason Wang
2016-03-02vhost: rename vhost_init_used()Greg Kurz
2016-03-02vhost: rename cross-endian helpersGreg Kurz
2016-03-02vhost: fix error path in vhost_init_used()Greg Kurz
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