virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-01-22 01:54:09 to 2015-02-16 03:07:53 UTC [more...]

[PATCH RFC v5 net-next 0/6] enable tx interrupts for virtio-net
 2015-02-16  3:07 UTC  (23+ messages)
` [PATCH RFC v5 net-next 1/6] virtio_ring: fix virtqueue_enable_cb() when only 1 buffers were pending
` [PATCH RFC v5 net-next 2/6] virtio_ring: try to disable event index callbacks in virtqueue_disable_cb()
` [PATCH RFC v5 net-next 3/6] virtio_net: enable tx interrupt
` [PATCH RFC v5 net-next 4/6] virtio-net: add basic interrupt coalescing support
` [PATCH RFC v5 net-next 5/6] vhost: let vhost_signal() returns whether signalled
` [PATCH RFC v5 net-next 6/6] vhost_net: interrupt coalescing support

[PATCH V5] x86 spinlock: Fix memory corruption on completing completions
 2015-02-15 20:31 UTC  (6+ messages)

[PATCH net] vhost_net: fix wrong iter offset when setting number of buffers
 2015-02-15 16:17 UTC 

[PATCH V4] x86 spinlock: Fix memory corruption on completing completions
 2015-02-15 16:07 UTC  (5+ messages)

CFP: IEEE Cluster 2015 -- Papers due 02/27/15
 2015-02-15 14:11 UTC 

[PATCH net] vhost_net: fix wrong iter offset when setting number of buffers
 2015-02-15  8:35 UTC 

[PATCH 1/2] virtio_pci_modern: type-safe io accessors
 2015-02-15  5:31 UTC  (2+ messages)
` [PATCH 2/2] virtio_pci_modern: switch to "

vmci: read overrun bug in dg_dispatch_as_host() (drivers/misc/vmw_vmci/vmci_datagram.c)
 2015-02-15  0:44 UTC 

CFP: IEEE Transaction on Cloud Computing, Special Issue on Many-Task Computing in the Cloud -- Due 03/13/2015
 2015-02-13 10:42 UTC 

[PATCH] virtio: don't set VIRTIO_CONFIG_S_DRIVER_OK twice
 2015-02-13  5:07 UTC 

[PATCH V3] x86 spinlock: Fix memory corruption on completing completions
 2015-02-12 15:28 UTC  (9+ messages)

[PATCH] x86 spinlock: Fix memory corruption on completing completions
 2015-02-12 14:18 UTC  (31+ messages)

[PATCH] virtual: Documentation: simplify and generalize paravirt_ops.txt
 2015-02-12  0:05 UTC 

[RFC 0/2] virtio_pci: patches never to apply
 2015-02-11  6:25 UTC  (3+ messages)
` [PATCH 1/2] virtio_pci: abstract all MMIO accesses
` [PATCH 2/2] virtio: Introducing virtio_pci.no_mmio, the worst boot option in history

[PATCH] virtual: Documentation: simplify and generalize paravirt_ops.txt
 2015-02-11  0:29 UTC 

[PATCH] virtio_pci: use 16-bit accessor for queue_enable
 2015-02-10  6:57 UTC 

[PATCH] virtio_pci: use 16-bit accessor for queue_enable
 2015-02-10  6:35 UTC 

[PATCH V2] x86 spinlock: Fix memory corruption on completing completions
 2015-02-09 17:03 UTC  (2+ messages)

[PATCH V2] x86 spinlock: Fix memory corruption on completing completions
 2015-02-09 12:40 UTC 

[PATCH] virtio: Avoid possible kernel panic if DEBUG is enabled
 2015-02-09  0:02 UTC  (2+ messages)

[patch] vhost/scsi: potential memory corruption
 2015-02-06 18:48 UTC  (2+ messages)

[PATCH] x86 spinlock: Fix memory corruption on completing completions
 2015-02-06 14:49 UTC 

List of Workshops - CISTI'2015: 10th Iberian Conference on Information Systems and Technologies
 2015-02-06 12:51 UTC 

[PATCH for-3.19] vhost/net: fix up num_buffers endian-ness
 2015-02-04 23:45 UTC  (3+ messages)

[PATCH v3 15/18] vhost: switch vhost get_indirect() to iov_iter, kill memcpy_fromiovec()
 2015-02-04  9:13 UTC  (9+ messages)
` [PATCH v3 16/18] vhost: don't bother with copying iovec in handle_tx()
` [PATCH v3 17/18] vhost: don't bother copying iovecs in handle_rx(), kill memcpy_toiovecend()
` [PATCH v3 18/18] vhost: vhost_scsi_handle_vq() should just use copy_from_user()

[PATCH v4 net 0/3] Restore UFO support to virtio_net devices
 2015-02-04  7:08 UTC  (5+ messages)
` [PATCH v3 net 1/3] ipv6: Select fragment id during UFO segmentation if not set
` [PATCH v3 net 2/3] Revert "drivers/net, ipv6: Select IPv6 fragment idents for virtio UFO packets"
` [PATCH v3 net 3/3] Revert "drivers/net: Disable UFO through virtio"

[PATCH] virtio_console: fix sparse warnings
 2015-02-03 23:48 UTC  (2+ messages)

[PATCH v3 0/3] Restore UFO support to virtio_net devices
 2015-02-03  1:49 UTC  (6+ messages)
` [PATCH net v3 1/3] ipv6: Select fragment id during UFO segmentation if not set
` [PATCH net v3 2/3] Revert "drivers/net, ipv6: Select IPv6 fragment idents for virtio UFO packets"
` [PATCH net v3 3/3] Revert "drivers/net: Disable UFO through virtio"

[target:for-next 16/21] drivers/vhost/scsi.c:1081:5: sparse: symbol 'vhost_skip_iovec_bytes' was not declared. Should it be static?
 2015-02-03  0:24 UTC  (4+ messages)
` [PATCH target] vhost/scsi: vhost_skip_iovec_bytes() can be static

[PATCH v2 1/3] ipv6: Select fragment id during UFO segmentation if not set
 2015-02-02 15:04 UTC  (10+ messages)
` [PATCH v2 2/3] Revert "drivers/net, ipv6: Select IPv6 fragment idents for virtio UFO packets"
` [PATCH v2 3/3] Revert "drivers/net: Disable UFO through virtio"
` [PATCH v2 0/3] Restore UFO support to virtio_net devices

[PATCH RFC v6 00/20] qemu: towards virtio-1 host support
 2015-02-02 14:10 UTC  (33+ messages)
` [PATCH RFC v6 05/20] virtio: support more feature bits
  ` [Qemu-devel] "
` [PATCH RFC v6 06/20] virtio: endianness checks for virtio 1.0 devices
  ` [Qemu-devel] "
` [PATCH RFC v6 07/20] virtio: allow virtio-1 queue layout
  ` [Qemu-devel] "
` [PATCH RFC v6 08/20] dataplane: allow virtio-1 devices
  ` [Qemu-devel] "
` [PATCH RFC v6 12/20] virtio: disallow late feature changes for virtio-1
  ` [Qemu-devel] "
` [PATCH RFC v6 15/20] virtio-net: no writeable mac "
` [PATCH RFC v6 18/20] virtio: support revision-specific features
` [PATCH RFC v6 19/20] virtio-blk: revision specific feature bits

[PATCH v2 0/3] Restore UFO support to virtio_net devices
 2015-01-30 19:27 UTC 

[PATCH] vhost-scsi: introduce an ioctl to get the minimum tpgt
 2015-01-30 12:19 UTC 

Openvswitch replacement in virtualization
 2015-01-29  7:23 UTC 

[PATCH 0/3] Restore UFO support to virtio_net devices
 2015-01-28 17:34 UTC  (31+ messages)
` [PATCH 1/3] ipv6: Select fragment id during UFO/GSO segmentation if not set
` [PATCH 2/3] Revert "drivers/net, ipv6: Select IPv6 fragment idents for virtio UFO packets"
` [PATCH 3/3] Revert "drivers/net: Disable UFO through virtio"

memory barriers in virtq.lua?
 2015-01-28 10:27 UTC  (2+ messages)

vhost-scsi support for ANY_LAYOUT
 2015-01-27  8:52 UTC 

[PATCH] vhost-scsi: introduce an ioctl to get the minimum tpgt
 2015-01-26 13:13 UTC 

[PATCH v3 00/16] virtio-pci: towards virtio 1.0 guest support
 2015-01-23 23:08 UTC  (3+ messages)
  ` [PATCH v3 08/16] mn10300: drop dead code
  ` [PATCH v3 09/16] pci: add pci_iomap_range

CISTI'2015 - List of Workshops - 10th Iberian Conference on Information Systems and Technologies
 2015-01-23  8:06 UTC 

[pciutils patch v2] add virtio vendor capability support
 2015-01-23  7:21 UTC  (5+ messages)

[Resend Patch v4 11/16] smp, x86, xen: Kill SMP single function call interrupt
 2015-01-23  5:36 UTC 

virtio for 3.20
 2015-01-22  9:57 UTC  (5+ messages)


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).