summaryrefslogtreecommitdiffstats
path: root/drivers/vhost
AgeCommit message (Expand)AuthorLines
2018-08-24Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-2/+2
2018-08-22vhost/scsi: increase VHOST_SCSI_PREALLOC_PROT_SGLS to 2048Greg Edwards-1/+1
2018-08-22vhost: allow vhost-scsi driver to be built-inGreg Edwards-1/+1
2018-08-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-9/+7
2018-08-09Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+6
2018-08-08vhost: reset metadata cache when initializing new IOTLBJason Wang-3/+6
2018-08-06vhost: switch to use new message formatJason Wang-19/+93
2018-08-02scsi: target: loop, usb, vhost, xen: use target_remove_sessionMike Christie-1/+1
2018-08-02scsi: target: rename target_alloc_sessionMike Christie-1/+1
2018-07-22vhost_net: batch update used ring for datacopy TXJason Wang-15/+25
2018-07-22vhost_net: rename VHOST_RX_BATCH to VHOST_NET_BATCHJason Wang-4/+4
2018-07-22vhost_net: rename vhost_rx_signal_used() to vhost_net_signal_used()Jason Wang-4/+4
2018-07-22vhost_net: split out datacopy logicJason Wang-20/+90
2018-07-22vhost_net: introduce tx_can_batch()Jason Wang-2/+7
2018-07-22vhost_net: introduce get_tx_bufs()Jason Wang-17/+32
2018-07-22vhost_net: introduce vhost_exceeds_weight()Jason Wang-5/+8
2018-07-22vhost_net: introduce helper to initialize tx iov iterJason Wang-9/+17
2018-07-22vhost_net: drop unnecessary parameterJason Wang-4/+2
2018-07-04vhost_net: Avoid rx vring kicks during busyloopToshiaki Makita-3/+7
2018-07-04vhost_net: Avoid rx queue wake-ups during busypollToshiaki Makita-7/+19
2018-07-04vhost_net: Avoid tx vring kicks during busyloopToshiaki Makita-13/+22
2018-07-04vhost_net: Rename local variables in vhost_net_rx_peek_head_lenToshiaki Makita-17/+17
2018-07-02scsi: target: Remove second argument from fabric_make_tpg()Bart Van Assche-3/+1
2018-06-23vhost_net: validate sock before trying to put its fdJason Wang-1/+2
2018-06-19scsi: target: Convert target drivers to use sbitmapMatthew Wilcox-3/+3
2018-06-19scsi: target: Abstract tag freeingMatthew Wilcox-1/+1
2018-06-16Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-0/+3
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-6/+9
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook-10/+15
2018-06-12Convert vhost to struct_sizeMatthew Wilcox-1/+2
2018-06-12vhost: fix info leak due to uninitialized memoryMichael S. Tsirkin-0/+3
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-7/+12
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-1/+1
2018-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-13/+24
2018-05-30vhost_net: flush batched heads before trying to busy pollingJason Wang-13/+24
2018-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+3
2018-05-26fs: add new vfs_poll and file_can_poll helpersChristoph Hellwig-1/+1
2018-05-24vhost: synchronize IOTLB message with dev cleanupJason Wang-0/+3
2018-04-24vhost_net: use packet weight for rx handler, tooPaolo Abeni-4/+8
2018-04-17tun: convert to use generic xdp_frame and xdp_return_frame APIJesper Dangaard Brouer-3/+4
2018-04-11vhost: return bool from *_access_ok() functionsStefan Hajnoczi-35/+35
2018-04-11vhost: fix vhost_vq_access_ok() log checkStefan Hajnoczi-3/+5
2018-04-11vhost: Fix vhost_copy_to_user()Eric Auger-1/+1
2018-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-1/+7
2018-04-09vhost-net: set packet weight of tx polling to 2 * vq sizehaibinzhang(张海斌)-1/+7
2018-04-06Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-3/+14
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-12/+9
2018-03-29vhost: validate log when IOTLB is enabledJason Wang-8/+6
2018-03-27vhost: correctly remove wait queue during poll failureJason Wang-2/+1
2018-03-26vhost_net: add missing lock nesting notationJason Wang-2/+2