virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-12-06 06:54:05 to 2011-12-19 02:35:22 UTC [more...]

[RFC] virtio: use mandatory barriers for remote processor vdevs
 2011-12-19  2:35 UTC  (9+ messages)

[PATCH 0/11] RFC: PCI using capabilitities
 2011-12-18 10:18 UTC  (38+ messages)
` [RFC 1/11] virtio: use u32, not bitmap for struct virtio_device's features
` [RFC 2/11] virtio: add support for 64 bit features
` [RFC 3/11] pci: add pci_iomap_range
` [RFC 4/11] virtio-pci: define layout for virtio vendor-specific capabilities
` [RFC 6/11] virtio_pci: move old defines to legacy, introduce new structure
` [RFC 6/11] virtio_pci: don't use the legacy driver if we find the new PCI capabilities
` [RFC 7/11] virtio_pci: new, capability-aware driver
` [RFC 8/11] virtio_pci: share structure between legacy and modern
` [RFC 9/11] virtio_pci: share interrupt/notify handlers "
` [RFC 10/11] virtio_pci: share virtqueue setup/teardown between modern and legacy driver
` [RFC 11/11] virtio_pci: simplify common helpers

CFP: Workshops at ACM HPDC 2012
 2011-12-16 22:53 UTC 

[PATCH 1/2] kvm: Introduce get_kvm_from_task
 2011-12-16  8:18 UTC  (8+ messages)
` [PATCH 2/2] vhost-net: Use kvm_memslots for address translation
` [PATCH 0/2] vhot-net: Use kvm_memslots instead of vhost_memory to translate GPA to HVA

[PATCH v3 2/3] hvc_init(): Enforce one-time initialization
 2011-12-16  6:00 UTC  (12+ messages)

[Qemu-devel] [RFC 0/4] virtio-mmio transport
 2011-12-16  5:36 UTC  (4+ messages)

[PATCH 0/2] vhot-net: Use kvm_memslots instead of vhost_memory to translate GPA to HVA
 2011-12-16  5:32 UTC 

[net-next RFC PATCH 0/5] Series short description
 2011-12-15 23:12 UTC  (29+ messages)
` [net-next RFC PATCH 2/5] tuntap: simple flow director support
  ` [net-next RFC PATCH 5/5] virtio-net: "

[PATCH v5 00/11] virtio: s4 support
 2011-12-15 14:55 UTC  (14+ messages)
` [PATCH v5 01/11] virtio: pci: switch to new PM API
` [PATCH v5 02/11] virtio: pci: add PM notification handlers for restore, freeze, thaw, poweroff
` [PATCH v5 03/11] virtio: console: Move vq and vq buf removal into separate functions
` [PATCH v5 04/11] virtio: console: Add freeze and restore handlers to support S4
` [PATCH v5 05/11] virtio: blk: Move vq initialization to separate function
` [PATCH v5 06/11] virtio: blk: Add freeze, restore handlers to support S4
` [PATCH v5 07/11] virtio: net: Move vq initialization into separate function
` [PATCH v5 08/11] virtio: net: Move vq and vq buf removal "
` [PATCH v5 09/11] virtio: net: Add freeze, restore handlers to support S4
` [PATCH v5 10/11] virtio: balloon: Move vq initialization into separate function
` [PATCH v5 11/11] virtio: balloon: Add freeze, restore handlers to support S4

CFP: ACM Symposium on High-Performance Parallel and Distributed Computing (HPDC'12)
 2011-12-15 13:46 UTC 

[PATCH] virtio-mmio: Devices parameter parsing
 2011-12-15  9:38 UTC  (14+ messages)
                      ` [PATCH 1/2] params: <level>_initcall-like kernel parameters
                        ` [PATCH 2/2] virtio-mmio: Devices parameter parsing

[PATCH RFC] virtio_net: fix refill related races
 2011-12-14 23:54 UTC  (7+ messages)

[PATCH] xen-blkfront: Use kcalloc instead of kzalloc to allocate array
 2011-12-14 18:56 UTC 

hv_storvsc driver
 2011-12-13 16:07 UTC  (2+ messages)

[PATCH 0000/0004] Drivers: hv: Fixes
 2011-12-12 23:54 UTC  (11+ messages)
` [PATCH 1/4] Drivers: hv: Fix a memory leak
  ` [PATCH 2/4] Drivers: hv: Make the vmbus driver unloadable
  ` [PATCH 3/4] Drivers: hv: Get rid of an unnecessary check in hv.c
  ` [PATCH 4/4] Drivers: hv: Support building the vmbus driver as part of the kernel

[PATCH v3 REPOST] xen-netfront: delay gARP until backend switches to Connected
 2011-12-11 11:48 UTC  (4+ messages)
      ` [PATCH net-next v4] "

[PATCH v3 REPOST] xen-netfront: delay gARP until backend switches to Connected
 2011-12-09 11:38 UTC 

[PATCH RFC V3 4/4] kvm : pv-ticketlocks support for linux guests running on KVM hypervisor
 2011-12-09 10:59 UTC  (17+ messages)
  ` [PATCH RFC V3 2/4] kvm hypervisor : Add a hypercall to KVM hypervisor to support pv-ticketlocks
        ` [Xen-devel] "

[PATCH] virtio-ring: Use threshold for switching to indirect descriptors
 2011-12-09  5:33 UTC  (30+ messages)

[PATCH v4 00/12] virtio: s4 support
 2011-12-08 11:56 UTC  (36+ messages)
` [PATCH v4 01/12] virtio: pci: switch to new PM API
` [PATCH v4 02/12] virtio: pci: add PM notification handlers for restore, freeze, thaw, poweroff
` [PATCH v4 03/12] virtio: console: Move out vq and vq buf removal into separate functions
` [PATCH v4 04/12] virtio: console: Add freeze and restore handlers to support S4
` [PATCH v4 05/12] virtio: blk: Move out vq initialization to separate function
` [PATCH v4 06/12] virtio: blk: Add freeze, restore handlers to support S4
` [PATCH v4 07/12] virtio: net: Move out vq initialization into separate function
` [PATCH v4 08/12] virtio: net: Move out vq and vq buf removal "
` [PATCH v4 09/12] virtio: net: Add freeze, restore handlers to support S4
` [PATCH v4 10/12] virtio: balloon: ensure thread exists before stopping it
` [PATCH v4 11/12] virtio: balloon: Move out vq initialization into separate function
` [PATCH v4 12/12] virtio: balloon: Add freeze, restore handlers to support S4
  ` (resend) "

[PATCH 1/1] Staging: hv: storvsc: Move the storage driver out of the staging area
 2011-12-08 10:37 UTC  (2+ messages)

[PATCH] macvtap: Fix macvtap_get_queue to use rxhash first
 2011-12-08  9:46 UTC  (6+ messages)

[PATCH RFC] virtio_blk: fix config handler race
 2011-12-07 15:39 UTC 

[PATCH 1/1] Staging: hv: storvsc: Fix a bug in create_bounce_buffer()
 2011-12-07 15:15 UTC 

(unknown)
 2011-12-07 10:25 UTC 


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