summaryrefslogtreecommitdiffstats
path: root/drivers/vhost
Commit message (Expand)AuthorAgeFilesLines
* vhost-scsi: don't open-code kvfreeMichael S. Tsirkin2014-06-231-10/+2
* vhost-net: don't open-code kvfreeRomain Francoise2014-06-231-10/+2
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2014-06-121-96/+212
|\
| * vhost-scsi: Include prot_bytes into expected data transfer lengthNicholas Bellinger2014-06-111-1/+2
| * vhost/scsi: Enable T10 PI IOV -> SGL memory mappingNicholas Bellinger2014-06-021-59/+124
| * vhost/scsi: Add T10 PI IOV -> SGL memory mapping logicNicholas Bellinger2014-06-021-1/+47
| * vhost/scsi: Add preallocation of protection SGLsNicholas Bellinger2014-06-021-1/+14
| * vhost/scsi: Move sanity check into vhost_scsi_map_iov_to_sglNicholas Bellinger2014-06-021-34/+25
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2014-06-115-87/+101
|\ \
| * | vhost: move memory pointer to VQsMichael S. Tsirkin2014-06-095-42/+33
| * | vhost: move acked_features to VQsMichael S. Tsirkin2014-06-095-42/+44
| * | vhost: replace rcu with mutexMichael S. Tsirkin2014-06-091-1/+9
| * | vhost-net: extend device allocation to vmallocMichael S. Tsirkin2014-06-091-5/+18
| |/
* / arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-181-1/+1
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2014-04-121-1/+8
|\
| * target: Pass in transport supported PI at session initializationNicholas Bellinger2014-04-071-1/+2
| * target: Add TFO->abort_task for aborted task resources releaseNicholas Bellinger2014-04-071-0/+6
* | vhost: don't open-code sockfd_put()Al Viro2014-04-011-7/+7
* | vhost: validate vhost_get_vq_desc return valueMichael S. Tsirkin2014-03-281-1/+5
* | vhost: fix total length when packets are too shortMichael S. Tsirkin2014-03-281-0/+14
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2014-03-011-0/+6
|\
| * vhost/scsi: Check LUN structure byte 0 is set to 1, per specVenkatesh Srinivas2014-02-241-0/+6
* | vhost: fix a theoretical race in device cleanupMichael S. Tsirkin2014-02-131-0/+6
* | vhost: fix ref cnt checking deadlockMichael S. Tsirkin2014-02-131-21/+20
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2014-01-311-2/+2
|\
| * percpu_ida: Make percpu_ida_alloc + callers accept task state bitmaskKent Overstreet2014-01-231-1/+1
| * target: Add protection SGLs to target_submit_cmd_map_sglsNicholas Bellinger2014-01-181-1/+1
* | vhost: remove the dead branchZhi Yong Wu2013-12-065-24/+6
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2013-11-221-9/+9
|\
| * target: Remove TF_CIT_TMPL macroAndy Grover2013-10-161-9/+9
* | vhost/scsi: Fix incorrect usage of get_user_pages_fast write parameterNicholas Bellinger2013-10-251-1/+1
* | vhost/scsi: Use GFP_ATOMIC with percpu_ida_alloc for obtaining tagNicholas Bellinger2013-10-011-1/+6
|/
* vhost-scsi: whitespace tweakMichael S. Tsirkin2013-09-171-1/+1
* vhost/scsi: use vmalloc for order-10 allocationMichael S. Tsirkin2013-09-171-14/+27
* vhost: wake up worker outside spin_lockQin Chuanyu2013-09-171-1/+3
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2013-09-121-33/+103
|\
| * target: Update copyright ownership/year information to 2013Nicholas Bellinger2013-09-101-2/+2
| * vhost/scsi: Add pre-allocation for tv_cmd SGL + upages memoryNicholas Bellinger2013-09-091-19/+80
| * vhost/scsi: Convert to per-cpu ida_alloc + ida_free command mapNicholas Bellinger2013-09-091-12/+21
* | vhost_net: correctly limit the max pending buffersJason Wang2013-09-031-11/+7
* | vhost_net: poll vhost queue after marking DMA is doneJason Wang2013-09-031-4/+5
* | vhost_net: determine whether or not to use zerocopy at one timeJason Wang2013-09-031-27/+20
* | vhost: switch to use vhost_add_used_n()Jason Wang2013-09-031-42/+12
* | vhost_net: use vhost_add_used_and_signal_n() in vhost_zerocopy_signal_used()Jason Wang2013-09-031-5/+8
* | vhost_net: make vhost_zerocopy_signal_used() return voidJason Wang2013-09-031-3/+2
* | vhost: Include linux/uio.h instead of linux/socket.hAsias He2013-08-201-1/+1
|/
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2013-07-234-44/+26
|\
| * vhost: Remove custom vhost rcu usageAsias He2013-07-114-26/+12
| * vhost-scsi: Always access vq->private_data under vq mutexAsias He2013-07-111-7/+4
| * vhost-net: Always access vq->private_data under vq mutexAsias He2013-07-111-11/+10