messages from 2013-03-22 00:48:27 to 2013-04-01 23:16:38 UTC [more...]
[PATCH 1/3] virtio: add API to check that ring is setup
2013-04-01 23:16 UTC (7+ messages)
` [PATCH 2/3] virtio-pci: Add virtio_queue_valid checks ahead of virtio_queue_get_num
` [PATCH 3/3] vhost: Check+skip uninitialized VQs in vhost_verify_ring_mappings
` [PATCH 0/3] virtio/vhost: Add checks for uninitialized VQs
[PATCH V2 0/2] tcm_vhost endpoint
2013-04-01 22:57 UTC (18+ messages)
` [PATCH V2 1/2] tcm_vhost: Initialize vq->last_used_idx when set endpoint
` [PATCH V2 2/2] tcm_vhost: Use vq->private_data to indicate if the endpoint is setup
[PATCH 7/8] virtio_console: do not export "u32" to userspace
2013-04-01 18:02 UTC
[PATCH 3/8] virtio: do not export "u16" and "u64" to userspace
2013-04-01 17:59 UTC
[PATCH 0/8] do not export kernel integer types to userspace
2013-04-01 17:55 UTC
[PATCH 0/2] virtio: console: add locking around control out-vq
2013-04-01 2:35 UTC (12+ messages)
` [PATCH 1/2] virtio: console: rename cvq_lock to c_ivq_lock
` [PATCH 2/2] virtio: console: add locking around c_ovq operations
[PATCH 0/2 V2] virtio-spec: dynamic network offloads configuration
2013-03-31 7:53 UTC (7+ messages)
` [PATCH 1/2 V2] virtio-net: "
` [PATCH 2/2 V2] virtio-spec: "
Call for Posters: ACM HPDC 2013
2013-03-30 4:55 UTC
CALL FOR PARTICIPATION: IEEE/ACM CCGrid 2013
2013-03-30 4:20 UTC
[PATCH v2 0/2] virtio: console: add locking around control out-vq
2013-03-30 3:58 UTC (6+ messages)
` [PATCH v2 1/2] virtio: console: rename cvq_lock to c_ivq_lock
` [PATCH v2 2/2] virtio: console: add locking around c_ovq operations
[PATCH 00/22] New virtio PCI layout
2013-03-30 3:19 UTC (38+ messages)
` [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 13/22] virtio_pci: new, capability-aware driver
` [PATCH 16/22] virtio_pci: use separate notification offsets for each vq
Virtio Replication
2013-03-29 11:30 UTC
[PATCH V3 WIP 0/3] vhost-scsi: new device supporting the tcm_vhost Linux kernel module
2013-03-29 8:14 UTC (15+ messages)
` [PATCH V3 WIP 3/3] disable vhost_verify_ring_mappings check
[PATCH-v2 0/2] Add support for vhost-scsi-pci
2013-03-29 6:55 UTC (6+ messages)
` [PATCH-v2 1/2] virtio-scsi: create VirtIOSCSICommon
` [PATCH-v2 2/2] vhost-scsi: new device supporting the tcm_vhost Linux kernel module
[PATCH-v2] tcm_vhost: Avoid VIRTIO_RING_F_EVENT_IDX feature bit
2013-03-29 6:29 UTC
[PATCH 0/3] virtio/vhost: Add checks for uninitialized VQs
2013-03-29 4:33 UTC
[PATCH] tcm_vhost: Avoid VIRTIO_RING_F_EVENT_IDX feature bit
2013-03-29 1:03 UTC (6+ messages)
[PATCH-v2] tcm_vhost: Avoid VIRTIO_RING_F_EVENT_IDX feature bit
2013-03-29 0:50 UTC
[PATCH 0/3] Add support for vhost-scsi-pci
2013-03-28 16:54 UTC (16+ messages)
` [PATCH 1/3] virtio-scsi: create VirtIOSCSICommon
` [PATCH 2/3] vhost-scsi: new device supporting the tcm_vhost Linux kernel module
` [PATCH 3/3] vhost: Only call vhost_verify_ring_mappings when adding vhost memory
[PATCH V7 0/5] virtio-scsi multiqueue
2013-03-28 2:22 UTC (9+ 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
[PATCH 1/2] tcm_vhost: Use vq->private_data to indicate if the endpoint is setup
2013-03-28 2:19 UTC (7+ messages)
` [PATCH 2/2] tcm_vhost: Initialize vq->last_used_idx when set endpoint
[PATCH 0/2] virtio-spec: dynamic network offloads configuration
2013-03-27 20:00 UTC (10+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] virtio-net: "
[PATCH 04/22] block: Convert bio_for_each_segment() to bvec_iter
2013-03-27 17:39 UTC
[PATCH V2 0/3] tcm_vhost pending requests flush
2013-03-27 10:56 UTC (11+ 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-27 3:23 UTC (11+ 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] drivers: virtio: Use PTR_RET function
2013-03-26 10:23 UTC (4+ messages)
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 12/22] virtio_pci: allow duplicate capabilities
2013-03-25 10:03 UTC (19+ messages)
[RFC virt-spec PATCH] only writing out the last byte of MAC makes it have effect
2013-03-25 6:58 UTC (6+ 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 (6+ messages)
` [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
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).