summaryrefslogtreecommitdiff
path: root/drivers/vhost
AgeCommit message (Expand)AuthorFilesLines
2021-01-12vhost_net: fix ubuf refcount incorrectly when sendmsg failsYunjian Wang1-3/+3
2020-11-10vringh: fix __vringh_iov() when riov and wiov are differentStefano Garzarella1-4/+5
2020-04-02vhost: Check docket sk_family instead of call getnameEugenio Pérez1-11/+2
2019-09-16vhost: make sure log_num < in_numyongduan1-2/+2
2019-09-16vhost/test: fix build for vhost testTiwei Bie1-4/+9
2019-09-06vhost: scsi: add weight supportJason Wang1-3/+3
2019-09-06vhost_net: fix possible infinite loopJason Wang1-10/+9
2019-09-06vhost: introduce vhost_exceeds_weight()Jason Wang4-16/+37
2019-09-06vhost_net: introduce vhost_exceeds_weight()Jason Wang1-4/+8
2019-09-06vhost_net: use packet weight for rx handler, tooPaolo Abeni1-4/+8
2019-09-06vhost-net: set packet weight of tx polling to 2 * vq sizehaibinzhang(张海斌)1-1/+7
2019-08-04vhost_net: disable zerocopy by defaultJason Wang1-1/+1
2019-01-13vhost: make sure used idx is seen before log in vhost_add_used_n()Jason Wang1-0/+2
2018-11-21vhost/scsi: truncate T10 PI iov_iter to prot_bytesGreg Edwards1-1/+3
2018-11-10vhost: Fix Spectre V1 vulnerabilityJason Wang1-0/+2
2018-07-22vhost_net: validate sock before trying to put its fdJason Wang1-1/+2
2018-04-13vhost: correctly remove wait queue during poll failureJason Wang1-2/+1
2018-02-16vhost_net: stop device during reset ownerJason Wang1-0/+1
2017-11-30fix a page leak in vhost_scsi_iov_to_sgl() error recoveryAl Viro1-2/+3
2016-09-15vhost/scsi: fix reuse of &vq->iov[out] in responseBenjamin Coddington1-3/+3
2015-12-07vhost: replace % with & on data pathMichael S. Tsirkin1-3/+3
2015-12-07vhost: relax log address alignmentMichael S. Tsirkin1-1/+1
2015-11-14Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds1-22/+19
2015-10-28vhost: fix performance on LE hostsMichael S. Tsirkin1-0/+7
2015-10-14target: use per-attribute show and store methodsChristoph Hellwig1-22/+19
2015-09-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds4-6/+8
2015-09-16vhost: move features to coreMichael S. Tsirkin4-6/+8
2015-08-10Merge 4.2-rc6 into char-misc-nextGreg Kroah-Hartman1-4/+2
2015-08-05char: make misc_deregister a void functionGreg Kroah-Hartman1-2/+2
2015-07-27vhost: fix error handling for memory region allocIgor Mammedov1-4/+1
2015-07-27vhost: actually track log eventfd fileMarc-André Lureau1-0/+1
2015-07-23Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-16/+51
2015-07-13vhost: add max_mem_regions module parameterIgor Mammedov1-2/+6
2015-07-13vhost: extend memory regions allocation to vmallocIgor Mammedov1-4/+17
2015-07-05Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds1-216/+3
2015-07-04Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds3-7/+118
2015-07-01vhost: use binary search instead of linear in find_region()Igor Mammedov1-10/+28
2015-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+1
2015-06-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+2
2015-06-16target: Drop unnecessary core_tpg_register TFO parameterNicholas Bellinger1-3/+1
2015-06-02target: Minimize SCSI header #include directivesBart Van Assche1-1/+2
2015-06-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+2
2015-06-01vhost: cross-endian support for legacy devicesGreg Kurz3-3/+108
2015-06-01virtio: add explicit big-endian support to memory accessorsGreg Kurz1-1/+2
2015-06-01vhost: introduce vhost_is_little_endian() helperGreg Kurz1-6/+11
2015-05-31target: target_core_configfs.h is not needed in fabric driversChristoph Hellwig1-1/+0
2015-05-31target: Move task tag into struct se_cmd + support 64-bit tagsBart Van Assche1-6/+1
2015-05-31target: move transport ID handling to the coreChristoph Hellwig1-94/+0
2015-05-31target: remove the get_fabric_proto_ident methodChristoph Hellwig1-23/+0
2015-05-31target: change core_tpg_register prototypeChristoph Hellwig1-2/+2