summaryrefslogtreecommitdiffstats
path: root/drivers/vhost
AgeCommit message (Expand)AuthorLines
2016-03-02vhost: fix error path in vhost_init_used()Greg Kurz-4/+11
2015-12-07vhost: replace % with & on data pathMichael S. Tsirkin-3/+3
2015-12-07vhost: relax log address alignmentMichael S. Tsirkin-1/+1
2015-11-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds-22/+19
2015-10-27vhost: fix performance on LE hostsMichael S. Tsirkin-0/+7
2015-10-13target: use per-attribute show and store methodsChristoph Hellwig-22/+19
2015-09-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-6/+8
2015-09-16vhost: move features to coreMichael S. Tsirkin-6/+8
2015-08-09Merge 4.2-rc6 into char-misc-nextGreg Kroah-Hartman-4/+2
2015-08-05char: make misc_deregister a void functionGreg Kroah-Hartman-2/+2
2015-07-27vhost: fix error handling for memory region allocIgor Mammedov-4/+1
2015-07-27vhost: actually track log eventfd fileMarc-André Lureau-0/+1
2015-07-23Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-16/+51
2015-07-13vhost: add max_mem_regions module parameterIgor Mammedov-2/+6
2015-07-13vhost: extend memory regions allocation to vmallocIgor Mammedov-4/+17
2015-07-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds-216/+3
2015-07-03Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-7/+118
2015-07-01vhost: use binary search instead of linear in find_region()Igor Mammedov-10/+28
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-0/+1
2015-06-23Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-1/+2
2015-06-15target: Drop unnecessary core_tpg_register TFO parameterNicholas Bellinger-3/+1
2015-06-02target: Minimize SCSI header #include directivesBart Van Assche-1/+2
2015-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-4/+2
2015-06-01vhost: cross-endian support for legacy devicesGreg Kurz-3/+108
2015-06-01virtio: add explicit big-endian support to memory accessorsGreg Kurz-1/+2
2015-06-01vhost: introduce vhost_is_little_endian() helperGreg Kurz-6/+11
2015-05-30target: target_core_configfs.h is not needed in fabric driversChristoph Hellwig-1/+0
2015-05-30target: Move task tag into struct se_cmd + support 64-bit tagsBart Van Assche-6/+1
2015-05-30target: move transport ID handling to the coreChristoph Hellwig-94/+0
2015-05-30target: remove the get_fabric_proto_ident methodChristoph Hellwig-23/+0
2015-05-30target: change core_tpg_register prototypeChristoph Hellwig-2/+2
2015-05-30target: move node ACL allocation to core codeChristoph Hellwig-15/+0
2015-05-30target: refactor init/drop_nodeacl methodsChristoph Hellwig-39/+0
2015-05-30target: make the tpg_get_default_depth method optionalChristoph Hellwig-6/+0
2015-05-30vhost/scsi: remove struct vhost_scsi_naclChristoph Hellwig-31/+3
2015-05-30target: Remove first argument of target_{get,put}_sess_cmd()Bart Van Assche-1/+1
2015-05-30target: Fix se_tpg_tfo->tf_subsys regression + remove tf_subsystemChristoph Hellwig-4/+2
2015-05-28treewide: Add missing vmalloc.h inclusion.David S. Miller-0/+1
2015-04-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds-63/+63
2015-04-14target: simplify the target template registration APIChristoph Hellwig-63/+13
2015-04-11new helper: msg_data_left()Al Viro-2/+2
2015-04-07vhost/scsi: Add fabric_prot_type attribute supportNicholas Bellinger-1/+51
2015-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+2
2015-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds-3/+2
2015-03-19loop/usb/vhost-scsi/xen-scsiback: Fix use of __transport_register_sessionBart Van Assche-3/+2
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-538/+555
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-11/+14
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue-3/+3
2015-02-27vhost: drop hard-coded num_buffers sizeMichael S. Tsirkin-1/+2
2015-02-27vhost: cleanup iterator update logicMichael S. Tsirkin-10/+12