summaryrefslogtreecommitdiffstats
path: root/drivers/vhost
Commit message (Expand)AuthorAgeFilesLines
* vhost: Check docket sk_family instead of call getnameEugenio Pérez2020-04-021-11/+2
* vhost: make sure log_num < in_numyongduan2019-09-161-2/+2
* vhost/test: fix build for vhost testTiwei Bie2019-09-161-4/+9
* vhost: scsi: add weight supportJason Wang2019-09-061-3/+3
* vhost_net: fix possible infinite loopJason Wang2019-09-061-10/+9
* vhost: introduce vhost_exceeds_weight()Jason Wang2019-09-064-16/+37
* vhost_net: introduce vhost_exceeds_weight()Jason Wang2019-09-061-4/+8
* vhost_net: use packet weight for rx handler, tooPaolo Abeni2019-09-061-4/+8
* vhost-net: set packet weight of tx polling to 2 * vq sizehaibinzhang(张海斌)2019-09-061-1/+7
* vhost_net: disable zerocopy by defaultJason Wang2019-08-041-1/+1
* vhost: make sure used idx is seen before log in vhost_add_used_n()Jason Wang2019-01-131-0/+2
* vhost/scsi: truncate T10 PI iov_iter to prot_bytesGreg Edwards2018-11-211-1/+3
* vhost: Fix Spectre V1 vulnerabilityJason Wang2018-11-101-0/+2
* vhost_net: validate sock before trying to put its fdJason Wang2018-07-221-1/+2
* vhost: correctly remove wait queue during poll failureJason Wang2018-04-131-2/+1
* vhost_net: stop device during reset ownerJason Wang2018-02-161-0/+1
* fix a page leak in vhost_scsi_iov_to_sgl() error recoveryAl Viro2017-11-301-2/+3
* vhost/scsi: fix reuse of &vq->iov[out] in responseBenjamin Coddington2016-09-151-3/+3
* vhost: replace % with & on data pathMichael S. Tsirkin2015-12-071-3/+3
* vhost: relax log address alignmentMichael S. Tsirkin2015-12-071-1/+1
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-11-131-22/+19
|\
| * target: use per-attribute show and store methodsChristoph Hellwig2015-10-131-22/+19
* | vhost: fix performance on LE hostsMichael S. Tsirkin2015-10-271-0/+7
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2015-09-184-6/+8
|\ \ | |/ |/|
| * vhost: move features to coreMichael S. Tsirkin2015-09-164-6/+8
* | Merge 4.2-rc6 into char-misc-nextGreg Kroah-Hartman2015-08-091-4/+2
|\|
| * vhost: fix error handling for memory region allocIgor Mammedov2015-07-271-4/+1
| * vhost: actually track log eventfd fileMarc-André Lureau2015-07-271-0/+1
* | char: make misc_deregister a void functionGreg Kroah-Hartman2015-08-051-2/+2
|/
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2015-07-231-16/+51
|\
| * vhost: add max_mem_regions module parameterIgor Mammedov2015-07-131-2/+6
| * vhost: extend memory regions allocation to vmallocIgor Mammedov2015-07-131-4/+17
| * vhost: use binary search instead of linear in find_region()Igor Mammedov2015-07-011-10/+28
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-07-041-216/+3
|\ \
| * | target: Drop unnecessary core_tpg_register TFO parameterNicholas Bellinger2015-06-151-3/+1
| * | target: target_core_configfs.h is not needed in fabric driversChristoph Hellwig2015-05-301-1/+0
| * | target: Move task tag into struct se_cmd + support 64-bit tagsBart Van Assche2015-05-301-6/+1
| * | target: move transport ID handling to the coreChristoph Hellwig2015-05-301-94/+0
| * | target: remove the get_fabric_proto_ident methodChristoph Hellwig2015-05-301-23/+0
| * | target: change core_tpg_register prototypeChristoph Hellwig2015-05-301-2/+2
| * | target: move node ACL allocation to core codeChristoph Hellwig2015-05-301-15/+0
| * | target: refactor init/drop_nodeacl methodsChristoph Hellwig2015-05-301-39/+0
| * | target: make the tpg_get_default_depth method optionalChristoph Hellwig2015-05-301-6/+0
| * | vhost/scsi: remove struct vhost_scsi_naclChristoph Hellwig2015-05-301-31/+3
| * | target: Remove first argument of target_{get,put}_sess_cmd()Bart Van Assche2015-05-301-1/+1
* | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2015-07-033-7/+118
|\ \ \ | | |/ | |/|
| * | vhost: cross-endian support for legacy devicesGreg Kurz2015-06-013-3/+108
| * | virtio: add explicit big-endian support to memory accessorsGreg Kurz2015-06-011-1/+2
| * | vhost: introduce vhost_is_little_endian() helperGreg Kurz2015-06-011-6/+11
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-06-241-0/+1
|\ \