aboutsummaryrefslogtreecommitdiff
path: root/drivers/vhost
AgeCommit message (Expand)AuthorFilesLines
2017-01-19vhost/scsi: silence uninitialized variable warningGravatar Dan Carpenter 1-1/+1
2017-01-19vhost: scsi: constify target_core_fabric_ops structuresGravatar Bhumika Goyal 1-1/+1
2016-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-4/+2
2016-12-16vhost/scsi: Remove unused but set variableGravatar Tobias Klauser 1-2/+0
2016-12-16vringh: kill off ACCESS_ONCE()Gravatar Mark Rutland 1-2/+3
2016-12-16vhost: cache used event for better performanceGravatar Jason Wang 2-6/+25
2016-12-16vsock: lookup and setup guest_cid inside vhost_vsock_lockGravatar Gao feng 1-8/+17
2016-12-15vhost: add missing __user annotationsGravatar Michael S. Tsirkin 1-5/+5
2016-12-15vhost: make interval tree static inlineGravatar Michael S. Tsirkin 1-1/+1
2016-12-12Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-2/+2
2016-12-11Merge branch 'linus' into locking/core, to pick up fixesGravatar Ingo Molnar 1-1/+1
2016-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+1
2016-12-08vhost-vsock: fix orphan connection resetGravatar Peng Tao 1-1/+1
2016-12-08vhost: remove unnecessary smp_mb from vhost_work_queueGravatar Peng Tao 1-1/+1
2016-12-08vhost-vsock: remove unused vq variableGravatar Peng Tao 1-3/+0
2016-12-05[iov_iter] new primitives - copy_from_iter_full() and friendsGravatar Al Viro 2-4/+2
2016-11-16locking/core: Remove cpu_relax_lowlatency() usersGravatar Christian Borntraeger 1-2/+2
2016-09-05Merge 4.8-rc5 into char-misc-nextGravatar Greg Kroah-Hartman 2-7/+7
2016-08-31miscdevice: Add helper macro for misc device boilerplateGravatar PrasannaKumar Muralidharan 1-12/+1
2016-08-23vhost/scsi: fix reuse of &vq->iov[out] in responseGravatar Benjamin Coddington 1-3/+3
2016-08-15vhost/test: fix after swiotlb changesGravatar Michael S. Tsirkin 1-4/+4
2016-08-09vhost/vsock: fix vhost virtio_vsock_pkt use-after-freeGravatar Stefan Hajnoczi 1-1/+5
2016-08-06Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 7-192/+1612
2016-08-02VSOCK: Use kvfree()Gravatar Wei Yongjun 1-4/+1
2016-08-02vhost: split out vringh KconfigGravatar Michael S. Tsirkin 2-6/+5
2016-08-02vhost: detect 32 bit integer wrap aroundGravatar Michael S. Tsirkin 1-2/+14
2016-08-02vhost: new device IOTLB APIGravatar Jason Wang 3-50/+677
2016-08-02vhost: convert pre sorted vhost memory array to interval treeGravatar Jason Wang 3-89/+128
2016-08-02vhost: introduce vhost memory accessorsGravatar Jason Wang 1-15/+35
2016-08-02VSOCK: Add Makefile and KconfigGravatar Asias He 2-0/+18
2016-08-02VSOCK: Introduce vhost_vsock.koGravatar Asias He 1-0/+722
2016-08-02vhost: drop vringh dependencyGravatar Michael S. Tsirkin 1-2/+0
2016-08-01vhost: lockless enqueuingGravatar Jason Wang 2-30/+29
2016-08-01vhost: simplify work flushingGravatar Jason Wang 1-32/+21
2016-07-01tun: switch to use skb array for txGravatar Jason Wang 1-1/+15
2016-06-07vhost_net: stop polling socket during rx processingGravatar Jason Wang 1-31/+33
2016-05-10target: make close_session optionalGravatar Christoph Hellwig 1-6/+0
2016-05-10target: make ->shutdown_session optionalGravatar Christoph Hellwig 1-6/+0
2016-03-22Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Gravatar Linus Torvalds 1-58/+41
2016-03-10vhost/scsi: Convert to target_alloc_session usageGravatar Nicholas Bellinger 1-58/+41
2016-03-11vhost_net: basic polling supportGravatar Jason Wang 3-5/+88
2016-03-11vhost: introduce vhost_vq_avail_empty()Gravatar Jason Wang 2-0/+15
2016-03-11vhost: introduce vhost_has_work()Gravatar Jason Wang 2-0/+8
2016-03-02vhost: rename vhost_init_used()Gravatar Greg Kurz 5-6/+6
2016-03-02vhost: rename cross-endian helpersGravatar Greg Kurz 1-6/+24
2016-03-02vhost: fix error path in vhost_init_used()Gravatar Greg Kurz 1-4/+11
2015-12-07vhost: replace % with & on data pathGravatar Michael S. Tsirkin 1-3/+3
2015-12-07vhost: relax log address alignmentGravatar Michael S. Tsirkin 1-1/+1
2015-11-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Gravatar Linus Torvalds 1-22/+19
2015-10-27vhost: fix performance on LE hostsGravatar Michael S. Tsirkin 1-0/+7