messages from 2013-03-18 11:20:03 to 2013-03-26 20:51:54 UTC [more...]
[PATCH V2 0/3] tcm_vhost pending requests flush
2013-03-26 20:51 UTC (9+ messages)
` [PATCH V2 1/3] tcm_vhost: Wait for pending requests in vhost_scsi_flush()
` [PATCH V2 2/3] tcm_vhost: Wait for pending requests in vhost_scsi_clear_endpoint()
` [PATCH V2 3/3] tcm_vhost: Fix tv_cmd leak in vhost_scsi_handle_vq
[PATCH V4 0/2] tcm_vhost hotplug
2013-03-26 20:46 UTC (10+ messages)
` [PATCH V4 1/2] tcm_vhost: Introduce tcm_vhost_check_feature()
` [PATCH V4 2/2] tcm_vhost: Add hotplug/hotunplug support
[PATCH] xen: fix fbdev frontend kconfig warning
2013-03-26 20:45 UTC
[PATCH 00/22] New virtio PCI layout
2013-03-26 19:39 UTC (73+ messages)
` [PATCH 01/22] virtio_config: introduce size-based accessors
` [PATCH 02/22] virtio_config: use "
` [PATCH 03/22] virtio_config: make transports implement accessors
` [PATCH 04/22] virtio: use u32, not bitmap for struct virtio_device's features
` [PATCH 05/22] virtio: add support for 64 bit features
` [PATCH 06/22] virtio: move vring structure into struct virtqueue
` [PATCH 07/22] pci: add pci_iomap_range
` [PATCH 08/22] virtio-pci: define layout for virtio vendor-specific capabilities
` [PATCH 09/22] virtio_pci: move old defines to legacy, introduce new structure
` [PATCH 10/22] virtio_pci: use _LEGACY_ defines in virtio_pci_legacy.c
` [PATCH 11/22] virtio_pci: don't use the legacy driver if we find the new PCI capabilities
` [PATCH 12/22] virtio_pci: allow duplicate capabilities
` [PATCH 13/22] virtio_pci: new, capability-aware driver
` [PATCH 14/22] virtio_pci: layout changes as per hpa's suggestions
` [PATCH 15/22] virtio_pci: use little endian for config space
` [PATCH 16/22] virtio_pci: use separate notification offsets for each vq
` [PATCH 17/22] virtio_pci_legacy: cleanup struct virtio_pci_vq_info
` [PATCH 18/22] virtio_pci: share structure between legacy and modern
` [PATCH 19/22] virtio_pci: share interrupt/notify handlers "
` [PATCH 20/22] virtio_pci: share virtqueue setup/teardown between modern and legacy driver
` [PATCH 21/22] virtio_pci: simplify common helpers
` [PATCH 22/22] virtio_pci: fix finalize_features in modern driver
[PATCH] drivers: virtio: Use PTR_RET function
2013-03-26 10:23 UTC (4+ messages)
[PATCH V7 0/5] virtio-scsi multiqueue
2013-03-25 14:27 UTC (8+ messages)
` [PATCH V7 1/5] virtio-scsi: redo allocation of target data
` [PATCH V7 2/5] virtio-scsi: pass struct virtio_scsi to virtqueue completion function
` [PATCH V7 3/5] virtio-scsi: push vq lock/unlock into virtscsi_vq_done
` [PATCH V7 4/5] virtio-scsi: introduce multiqueue support
` [PATCH V7 5/5] virtio-scsi: reset virtqueue affinity when doing cpu hotplug
xen: how does XEN_PRIVILEGED_GUEST work?
2013-03-25 13:45 UTC (4+ messages)
[PATCH] drivers: virtio: Use PTR_RET function
2013-03-25 13:25 UTC
[PATCH 1/2] tcm_vhost: Use vq->private_data to indicate if the endpoint is setup
2013-03-25 11:16 UTC (4+ messages)
` [PATCH 2/2] tcm_vhost: Initialize vq->last_used_idx when set endpoint
[RFC virt-spec PATCH] only writing out the last byte of MAC makes it have effect
2013-03-25 6:58 UTC (7+ messages)
` [RFC qemu "
` [Qemu-devel] "
[PATCH virtio-next 1/2] caif_virtio: Use vringh_notify_enable correctly
2013-03-24 3:52 UTC (3+ messages)
` [PATCH virtio-next 2/2] caif_virtio: Check that vringh_config is not null
[PATCH V6 0/5] virtio-scsi multiqueue
2013-03-23 11:16 UTC (13+ messages)
` [PATCH V6 1/5] virtio-scsi: redo allocation of target data
` [PATCH V6 2/5] virtio-scsi: pass struct virtio_scsi to virtqueue completion function
` [PATCH V6 3/5] virtio-scsi: push vq lock/unlock into virtscsi_vq_done
` [PATCH V6 4/5] virtio-scsi: introduce multiqueue support
` [PATCH V6 5/5] virtio-scsi: reset virtqueue affinity when doing cpu hotplug
[PATCH] tcm_vhost: Use vs for struct vhost_scsi
2013-03-22 7:07 UTC
[PATCH 0/2] tcm_vhost endpoint
2013-03-22 2:52 UTC
[PATCH net] vhost/net: fix heads usage of ubuf_info
2013-03-21 16:33 UTC (6+ messages)
[PATCH 00/22] virtqueue_add_sgs, virtqueue_add_outbuf, virtqueue_add_inbuf
2013-03-20 23:28 UTC (24+ messages)
` [PATCH 11/22] virtio-scsi: use virtqueue_add_sgs for command buffers
` [PATCH V2 "
` [PATCH 12/22] virtio_scsi: use virtqueue_add_inbuf() for virtscsi_kick_event
` [PATCH 13/22] virtio_net: use virtqueue_add_sgs[] for command buffers
` [PATCH 14/22] virtio_net: use simplified virtqueue accessors
` [PATCH 15/22] virtio_rng: "
` [PATCH 18/22] virtio_rpmsg_bus: "
` [PATCH 20/22] 9p/trans_virtio.c: use virtio_add_sgs[]
[PATCH V5 0/5] virtio-scsi multiqueue
2013-03-20 9:53 UTC (10+ messages)
` [PATCH V5 1/5] virtio-scsi: redo allocation of target data
` [PATCH V5 2/5] virtio-scsi: pass struct virtio_scsi to virtqueue completion function
` [PATCH V5 3/5] virtio-scsi: push vq lock/unlock into virtscsi_vq_done
` [PATCH V5 4/5] virtio-scsi: introduce multiqueue support
` [PATCH V5 5/5] virtio-scsi: reset virtqueue affinity when doing cpu hotplug
[PATCH V3 WIP 0/3] vhost-scsi: new device supporting the tcm_vhost Linux kernel module
2013-03-20 9:51 UTC (9+ messages)
` [PATCH V3 WIP 1/3] virtio-scsi: create VirtIOSCSICommon
` [PATCH V3 WIP 2/3] vhost-scsi: new device supporting the tcm_vhost Linux kernel module
` [PATCH V3 WIP 3/3] disable vhost_verify_ring_mappings check
[PATCH V3 0/2] tcm_vhost hotplug/hotunplug support
2013-03-19 13:47 UTC (8+ messages)
[PATCH] virtio-spec: add field for scsi command size
2013-03-19 7:58 UTC (4+ messages)
[PATCH V4 0/5] virtio-scsi multiqueue
2013-03-19 6:59 UTC (4+ messages)
` [PATCH V4 1/5] virtio-scsi: redo allocation of target data
[PATCH V3 0/3] tcm_vhost lock and flush fix
2013-03-19 2:45 UTC (6+ messages)
` [PATCH V3 3/3] tcm_vhost: Use vq->private_data to indicate if the endpoint is setup
[PATCH 1/2] tcm_vhost: Wait for pending requests in vhost_scsi_flush()
2013-03-19 2:03 UTC (6+ messages)
[PATCH 0/2] Fix booting tcm_vhost + seabios
2013-03-19 0:58 UTC (3+ messages)
[PULL] vhost: tcm_vhost fixes for 3.9
2013-03-18 21:36 UTC (7+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).