summaryrefslogtreecommitdiffstats
path: root/drivers/vhost
Commit message (Expand)AuthorAgeFilesLines
* tap: tap as an independent moduleSainath Grandhi2017-02-111-1/+1
* tap: Renaming tap related APIs, data structures, macrosSainath Grandhi2017-02-111-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-071-6/+4
|\
| * vhost: fix initialization for vq->is_leHalil Pasic2017-02-031-6/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-282-6/+11
|\|
| * vhost/vsock: handle vhost_vq_init_access() errorStefan Hajnoczi2017-01-251-4/+9
| * vhost/scsi: silence uninitialized variable warningDan Carpenter2017-01-191-1/+1
| * vhost: scsi: constify target_core_fabric_ops structuresBhumika Goyal2017-01-191-1/+1
* | vhost_net: tx batchingJason Wang2017-01-181-3/+20
* | vhost: better detection of available buffersJason Wang2017-01-181-2/+6
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-162-4/+2
|\
| * [iov_iter] new primitives - copy_from_iter_full() and friendsAl Viro2016-12-052-4/+2
* | vhost/scsi: Remove unused but set variableTobias Klauser2016-12-161-2/+0
* | vringh: kill off ACCESS_ONCE()Mark Rutland2016-12-161-2/+3
* | vhost: cache used event for better performanceJason Wang2016-12-162-6/+25
* | vsock: lookup and setup guest_cid inside vhost_vsock_lockGao feng2016-12-161-8/+17
* | vhost: add missing __user annotationsMichael S. Tsirkin2016-12-151-5/+5
* | vhost: make interval tree static inlineMichael S. Tsirkin2016-12-151-1/+1
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-12-121-2/+2
|\ \
| * \ Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2016-12-111-1/+1
| |\ \
| * | | locking/core: Remove cpu_relax_lowlatency() usersChristian Borntraeger2016-11-161-2/+2
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-101-1/+1
|\ \ \ | | |/ | |/|
| * | vhost-vsock: fix orphan connection resetPeng Tao2016-12-081-1/+1
| |/
* | vhost: remove unnecessary smp_mb from vhost_work_queuePeng Tao2016-12-081-1/+1
* | vhost-vsock: remove unused vq variablePeng Tao2016-12-081-3/+0
|/
* Merge 4.8-rc5 into char-misc-nextGreg Kroah-Hartman2016-09-052-7/+7
|\
| * vhost/scsi: fix reuse of &vq->iov[out] in responseBenjamin Coddington2016-08-231-3/+3
| * vhost/test: fix after swiotlb changesMichael S. Tsirkin2016-08-151-4/+4
* | miscdevice: Add helper macro for misc device boilerplatePrasannaKumar Muralidharan2016-08-311-12/+1
|/
* vhost/vsock: fix vhost virtio_vsock_pkt use-after-freeStefan Hajnoczi2016-08-091-1/+5
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2016-08-067-192/+1612
|\
| * VSOCK: Use kvfree()Wei Yongjun2016-08-021-4/+1
| * vhost: split out vringh KconfigMichael S. Tsirkin2016-08-022-6/+5
| * vhost: detect 32 bit integer wrap aroundMichael S. Tsirkin2016-08-021-2/+14
| * vhost: new device IOTLB APIJason Wang2016-08-023-50/+677
| * vhost: convert pre sorted vhost memory array to interval treeJason Wang2016-08-023-89/+128
| * vhost: introduce vhost memory accessorsJason Wang2016-08-021-15/+35
| * VSOCK: Add Makefile and KconfigAsias He2016-08-022-0/+18
| * VSOCK: Introduce vhost_vsock.koAsias He2016-08-021-0/+722
| * vhost: drop vringh dependencyMichael S. Tsirkin2016-08-021-2/+0
| * vhost: lockless enqueuingJason Wang2016-08-012-30/+29
| * vhost: simplify work flushingJason Wang2016-08-011-32/+21
* | tun: switch to use skb array for txJason Wang2016-07-011-1/+15
* | vhost_net: stop polling socket during rx processingJason Wang2016-06-071-31/+33
|/
* target: make close_session optionalChristoph Hellwig2016-05-101-6/+0
* target: make ->shutdown_session optionalChristoph Hellwig2016-05-101-6/+0
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2016-03-221-58/+41
|\
| * vhost/scsi: Convert to target_alloc_session usageNicholas Bellinger2016-03-101-58/+41
* | vhost_net: basic polling supportJason Wang2016-03-113-5/+88
* | vhost: introduce vhost_vq_avail_empty()Jason Wang2016-03-112-0/+15