summaryrefslogtreecommitdiffstats
path: root/drivers/vhost
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-08-271-1/+1
|\
| * vhost: correctly check the iova range when waking virtqueueJason Wang2018-08-251-1/+1
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2018-08-242-2/+2
|\ \ | |/ |/|
| * vhost/scsi: increase VHOST_SCSI_PREALLOC_PROT_SGLS to 2048Greg Edwards2018-08-221-1/+1
| * vhost: allow vhost-scsi driver to be built-inGreg Edwards2018-08-221-1/+1
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-08-151-9/+7
|\ \
| * | scsi: target: loop, usb, vhost, xen: use target_remove_sessionMike Christie2018-08-021-1/+1
| * | scsi: target: rename target_alloc_sessionMike Christie2018-08-021-1/+1
| * | scsi: target: Remove second argument from fabric_make_tpg()Bart Van Assche2018-07-021-3/+1
| * | scsi: target: Convert target drivers to use sbitmapMatthew Wilcox2018-06-191-3/+3
| * | scsi: target: Abstract tag freeingMatthew Wilcox2018-06-191-1/+1
* | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-091-3/+6
|\ \ \ | | |/ | |/|
| * | vhost: reset metadata cache when initializing new IOTLBJason Wang2018-08-081-3/+6
* | | vhost: switch to use new message formatJason Wang2018-08-063-19/+93
* | | vhost_net: batch update used ring for datacopy TXJason Wang2018-07-221-15/+25
* | | vhost_net: rename VHOST_RX_BATCH to VHOST_NET_BATCHJason Wang2018-07-221-4/+4
* | | vhost_net: rename vhost_rx_signal_used() to vhost_net_signal_used()Jason Wang2018-07-221-4/+4
* | | vhost_net: split out datacopy logicJason Wang2018-07-221-20/+90
* | | vhost_net: introduce tx_can_batch()Jason Wang2018-07-221-2/+7
* | | vhost_net: introduce get_tx_bufs()Jason Wang2018-07-221-17/+32
* | | vhost_net: introduce vhost_exceeds_weight()Jason Wang2018-07-221-5/+8
* | | vhost_net: introduce helper to initialize tx iov iterJason Wang2018-07-221-9/+17
* | | vhost_net: drop unnecessary parameterJason Wang2018-07-221-4/+2
* | | vhost_net: Avoid rx vring kicks during busyloopToshiaki Makita2018-07-041-3/+7
* | | vhost_net: Avoid rx queue wake-ups during busypollToshiaki Makita2018-07-041-7/+19
* | | vhost_net: Avoid tx vring kicks during busyloopToshiaki Makita2018-07-041-13/+22
* | | vhost_net: Rename local variables in vhost_net_rx_peek_head_lenToshiaki Makita2018-07-041-17/+17
|/ /
* / vhost_net: validate sock before trying to put its fdJason Wang2018-06-231-1/+2
|/
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2018-06-161-0/+3
|\
| * vhost: fix info leak due to uninitialized memoryMichael S. Tsirkin2018-06-121-0/+3
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-6/+9
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-125-10/+15
* | Convert vhost to struct_sizeMatthew Wilcox2018-06-121-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-061-7/+12
|\ \
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-06-031-13/+24
| |\|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-261-0/+3
| |\ \
| * | | vhost_net: use packet weight for rx handler, tooPaolo Abeni2018-04-241-4/+8
| * | | tun: convert to use generic xdp_frame and xdp_return_frame APIJesper Dangaard Brouer2018-04-171-3/+4
* | | | Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | fs: add new vfs_poll and file_can_poll helpersChristoph Hellwig2018-05-261-1/+1
| |/ /
* | / vhost_net: flush batched heads before trying to busy pollingJason Wang2018-05-301-13/+24
| |/ |/|
* | vhost: synchronize IOTLB message with dev cleanupJason Wang2018-05-241-0/+3
|/
* vhost: return bool from *_access_ok() functionsStefan Hajnoczi2018-04-112-35/+35
* vhost: fix vhost_vq_access_ok() log checkStefan Hajnoczi2018-04-111-3/+5
* vhost: Fix vhost_copy_to_user()Eric Auger2018-04-111-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-04-091-1/+7
|\
| * vhost-net: set packet weight of tx polling to 2 * vq sizehaibinzhang(张海斌)2018-04-091-1/+7
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2018-04-063-3/+14
|\ \ | |/ |/|
| * vhost: add vsock compat ioctlSonny Rao2018-03-201-0/+11
| * vhost: fix vhost ioctl signature to build with clangSonny Rao2018-03-202-3/+3