summaryrefslogtreecommitdiffstats
path: root/drivers/vhost
AgeCommit message (Expand)AuthorLines
2017-02-03vhost: fix initialization for vq->is_leHalil Pasic-6/+4
2017-01-25vhost/vsock: handle vhost_vq_init_access() errorStefan Hajnoczi-4/+9
2017-01-19vhost/scsi: silence uninitialized variable warningDan Carpenter-1/+1
2017-01-19vhost: scsi: constify target_core_fabric_ops structuresBhumika Goyal-1/+1
2016-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-4/+2
2016-12-16vhost/scsi: Remove unused but set variableTobias Klauser-2/+0
2016-12-16vringh: kill off ACCESS_ONCE()Mark Rutland-2/+3
2016-12-16vhost: cache used event for better performanceJason Wang-6/+25
2016-12-16vsock: lookup and setup guest_cid inside vhost_vsock_lockGao feng-8/+17
2016-12-15vhost: add missing __user annotationsMichael S. Tsirkin-5/+5
2016-12-15vhost: make interval tree static inlineMichael S. Tsirkin-1/+1
2016-12-12Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-2/+2
2016-12-11Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar-1/+1
2016-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2016-12-08vhost-vsock: fix orphan connection resetPeng Tao-1/+1
2016-12-08vhost: remove unnecessary smp_mb from vhost_work_queuePeng Tao-1/+1
2016-12-08vhost-vsock: remove unused vq variablePeng Tao-3/+0
2016-12-05[iov_iter] new primitives - copy_from_iter_full() and friendsAl Viro-4/+2
2016-11-16locking/core: Remove cpu_relax_lowlatency() usersChristian Borntraeger-2/+2
2016-09-05Merge 4.8-rc5 into char-misc-nextGreg Kroah-Hartman-7/+7
2016-08-31miscdevice: Add helper macro for misc device boilerplatePrasannaKumar Muralidharan-12/+1
2016-08-23vhost/scsi: fix reuse of &vq->iov[out] in responseBenjamin Coddington-3/+3
2016-08-15vhost/test: fix after swiotlb changesMichael S. Tsirkin-4/+4
2016-08-09vhost/vsock: fix vhost virtio_vsock_pkt use-after-freeStefan Hajnoczi-1/+5
2016-08-06Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-192/+1612
2016-08-02VSOCK: Use kvfree()Wei Yongjun-4/+1
2016-08-02vhost: split out vringh KconfigMichael S. Tsirkin-6/+5
2016-08-02vhost: detect 32 bit integer wrap aroundMichael S. Tsirkin-2/+14
2016-08-02vhost: new device IOTLB APIJason Wang-50/+677
2016-08-02vhost: convert pre sorted vhost memory array to interval treeJason Wang-89/+128
2016-08-02vhost: introduce vhost memory accessorsJason Wang-15/+35
2016-08-02VSOCK: Add Makefile and KconfigAsias He-0/+18
2016-08-02VSOCK: Introduce vhost_vsock.koAsias He-0/+722
2016-08-02vhost: drop vringh dependencyMichael S. Tsirkin-2/+0
2016-08-01vhost: lockless enqueuingJason Wang-30/+29
2016-08-01vhost: simplify work flushingJason Wang-32/+21
2016-07-01tun: switch to use skb array for txJason Wang-1/+15
2016-06-07vhost_net: stop polling socket during rx processingJason Wang-31/+33
2016-05-10target: make close_session optionalChristoph Hellwig-6/+0
2016-05-10target: make ->shutdown_session optionalChristoph Hellwig-6/+0
2016-03-22Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds-58/+41
2016-03-10vhost/scsi: Convert to target_alloc_session usageNicholas Bellinger-58/+41
2016-03-11vhost_net: basic polling supportJason Wang-5/+88
2016-03-11vhost: introduce vhost_vq_avail_empty()Jason Wang-0/+15
2016-03-11vhost: introduce vhost_has_work()Jason Wang-0/+8
2016-03-02vhost: rename vhost_init_used()Greg Kurz-6/+6
2016-03-02vhost: rename cross-endian helpersGreg Kurz-6/+24
2016-03-02vhost: fix error path in vhost_init_used()Greg Kurz-4/+11
2015-12-07vhost: replace % with & on data pathMichael S. Tsirkin-3/+3
2015-12-07vhost: relax log address alignmentMichael S. Tsirkin-1/+1