summaryrefslogtreecommitdiffstats
path: root/drivers/vhost
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-011-4/+2
| |\ \ | | |/
| * | treewide: Add missing vmalloc.h inclusion.David S. Miller2015-05-281-0/+1
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2015-06-231-1/+2
|\ \ \ | |_|/ |/| |
| * | target: Minimize SCSI header #include directivesBart Van Assche2015-06-021-1/+2
| |/
* | target: Fix se_tpg_tfo->tf_subsys regression + remove tf_subsystemChristoph Hellwig2015-05-301-4/+2
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-04-241-63/+63
|\
| * target: simplify the target template registration APIChristoph Hellwig2015-04-141-63/+13
| * vhost/scsi: Add fabric_prot_type attribute supportNicholas Bellinger2015-04-071-1/+51
* | new helper: msg_data_left()Al Viro2015-04-111-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-231-3/+2
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2015-03-211-3/+2
| |\ \
| | * | loop/usb/vhost-scsi/xen-scsiback: Fix use of __transport_register_sessionBart Van Assche2015-03-191-3/+2
| | |/
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-032-538/+555
|\ \ \ | |/ /
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-03-031-11/+14
| |\ \ | | |/ | |/|
| | * vhost: drop hard-coded num_buffers sizeMichael S. Tsirkin2015-02-271-1/+2
| | * vhost: cleanup iterator update logicMichael S. Tsirkin2015-02-271-10/+12
| * | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-02-211-527/+541
| |\ \ | | |/ | |/|
| | * vhost/scsi: potential memory corruptionDan Carpenter2015-02-051-3/+3
| | * vhost/scsi: Global tcm_vhost -> vhost_scsi renameNicholas Bellinger2015-02-041-331/+331
| | * vhost/scsi: Drop left-over scsi_tcq.h includeNicholas Bellinger2015-02-041-1/+0
| | * vhost/scsi: Set VIRTIO_F_ANY_LAYOUT + VIRTIO_F_VERSION_1 feature bitsNicholas Bellinger2015-02-041-1/+3
| | * vhost/scsi: Add ANY_LAYOUT support in vhost_scsi_handle_vqNicholas Bellinger2015-02-041-196/+110
| | * vhost/scsi: Add ANY_LAYOUT iov -> sgl mapping prerequisitesNicholas Bellinger2015-02-041-0/+93
| | * vhost/scsi: Change vhost_scsi_map_to_sgl to accept iov ptr + lenNicholas Bellinger2015-02-041-22/+15
| | * vhost/scsi: Fix incorrect early vhost_scsi_handle_vq failuresNicholas Bellinger2015-02-041-23/+29
OpenPOWER on IntegriCloud