virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-04-10 13:45:22 to 2012-05-08 10:56:54 UTC [more...]

[RFC PATCH] virtio_console: link vq to port with a private pointer in struct virtqueue
 2012-05-08 10:56 UTC  (12+ messages)
    ` [PATCH untested] virtio: allocate extra memory before the ring ( was Re: [RFC PATCH] virtio_console: link vq to port with a private) "

[PATCH RFC V8 0/17] Paravirtualized ticket spinlocks
 2012-05-08  9:08 UTC  (41+ messages)
` [PATCH RFC V8 1/17] x86/spinlock: Replace pv spinlocks with pv ticketlocks
` [PATCH RFC V8 2/17] x86/ticketlock: Don't inline _spin_unlock when using paravirt spinlocks
` [PATCH RFC V8 3/17] x86/ticketlock: Collapse a layer of functions
` [PATCH RFC V8 4/17] xen: Defer spinlock setup until boot CPU setup
` [PATCH RFC V8 5/17] xen/pvticketlock: Xen implementation for PV ticket locks
` [PATCH RFC V8 6/17] xen/pvticketlocks: Add xen_nopvspin parameter to disable xen pv ticketlocks
` [PATCH RFC V8 7/17] x86/pvticketlock: Use callee-save for lock_spinning
` [PATCH RFC V8 8/17] x86/pvticketlock: When paravirtualizing ticket locks, increment by 2
` [PATCH RFC V8 9/17] Split out rate limiting from jump_label.h
` [PATCH RFC V8 10/17] x86/ticketlock: Add slowpath logic
` [PATCH RFC V8 11/17] xen/pvticketlock: Allow interrupts to be enabled while blocking
` [PATCH RFC V8 12/17] xen: Enable PV ticketlocks on HVM Xen
` [PATCH RFC V8 13/17] kvm hypervisor : Add a hypercall to KVM hypervisor to support pv-ticketlocks
` [PATCH RFC V8 14/17] kvm : Fold pv_unhalt flag into GET_MP_STATE ioctl to aid migration
` [PATCH RFC V8 15/17] kvm guest : Add configuration support to enable debug information for KVM Guests
` [PATCH RFC V8 16/17] kvm : Paravirtual ticketlocks support for linux guests running on KVM hypervisor
` [PATCH RFC V8 17/17] Documentation/kvm : Add documentation on Hypercalls and features used for PV spinlock

[PATCH] virtio_blk: Drop unused request tracking list
 2012-05-08  4:08 UTC 

virtio 3.4 patches
 2012-05-08  2:09 UTC  (2+ messages)

[PATCH 0/2] adding tracepoints to vhost
 2012-05-07 21:10 UTC  (8+ messages)
` [PATCH 1/2] vhost: basic tracepoints

[PATCH v3] virtio-blk: Fix hot-unplug race in remove method
 2012-05-07  5:05 UTC  (2+ messages)

[PATCH v3] virtio-blk: Fix hot-unplug race in remove method
 2012-05-07  5:01 UTC  (2+ messages)

[PATCH 2/2] virtio: Use ida to allocate virtio index
 2012-05-07  4:57 UTC  (2+ messages)

[PATCH 0/3] virtio: balloon: cleanups and a fix
 2012-05-07  3:53 UTC  (8+ messages)
` [PATCH 1/3] virtio: balloon: drop restore_common()
` [PATCH 2/3] virtio: balloon: let host know of updated balloon size before module removal
` [PATCH 3/3] virtio: balloon: separate out common code between remove and freeze functions

virtio message framing
 2012-05-07  3:12 UTC  (3+ messages)

Submission Deadline Extension
 2012-05-06 17:32 UTC 

[PATCH v2] virtio-blk: Fix hot-unplug race in remove method
 2012-05-04 13:24 UTC  (4+ messages)

[PATCH RFC] virtio-net: remove useless disable on freeze
 2012-05-03 11:08 UTC  (3+ messages)

using cache for virtio allocations?
 2012-05-03  9:02 UTC  (6+ messages)

[PATCH 1/2] virtio-blk: Fix hot-unplug race in remove method
 2012-05-03  7:38 UTC  (5+ messages)

[PATCHv2] x86info: dump kvm cpuid's
 2012-05-02  9:58 UTC  (8+ messages)
        ` [Xen-devel] "

[PATCH RFC V6 0/5] kvm : Paravirt-spinlock support for KVM guests
 2012-05-01 20:20 UTC  (25+ messages)
` [PATCH RFC V6 1/5] kvm hypervisor : Add a hypercall to KVM hypervisor to support pv-ticketlocks
` [PATCH RFC V6 2/5] kvm : Fold pv_unhalt flag into GET_MP_STATE ioctl to aid migration
` [PATCH RFC V6 3/5] kvm guest : Add configuration support to enable debug information for KVM Guests
` [PATCH RFC V6 4/5] kvm : pv-ticketlocks support for linux guests running on KVM hypervisor
` [PATCH RFC V6 5/5] Documentation/kvm : Add documentation on Hypercalls and features used for PV spinlock

[PATCH RFC V7 0/12] Paravirtualized ticketlocks
 2012-05-01 13:04 UTC  (15+ messages)
` [PATCH RFC V7 1/12] x86/spinlock: replace pv spinlocks with pv ticketlocks
` [PATCH RFC V7 2/12] x86/ticketlock: don't inline _spin_unlock when using paravirt spinlocks
` [PATCH RFC V7 3/12] x86/ticketlock: collapse a layer of functions
` [PATCH RFC V7 4/12] xen: defer spinlock setup until boot CPU setup
` [PATCH RFC V7 5/12] xen/pvticketlock: Xen implementation for PV ticket locks
` [PATCH RFC V7 6/12] xen/pvticketlocks: add xen_nopvspin parameter to disable xen pv ticketlocks
` [PATCH RFC V7 7/12] x86/pvticketlock: use callee-save for lock_spinning
` [PATCH RFC V7 8/12] x86/pvticketlock: when paravirtualizing ticket locks, increment by 2
` [PATCH RFC V7 9/12] split out rate limiting from jump_label.h
` [PATCH RFC V7 10/12] x86/ticketlock: add slowpath logic
` [PATCH RFC V7 11/12] xen/pvticketlock: allow interrupts to be enabled while blocking
` [PATCH RFC V7 12/12] xen: enable PV ticketlocks on HVM Xen
` [Xen-devel] [PATCH RFC V7 0/12] Paravirtualized ticketlocks

x86info: dump kvm cpuid's
 2012-05-01 12:17 UTC  (5+ messages)
    ` [Xen-devel] "

[Xen-devel] [PATCH] drivers/video/xen-fbfront.c: add missing cleanup code
 2012-04-28 23:47 UTC  (2+ messages)

[PATCH RESEND 1/1] Drivers: scsi: storvsc: Properly handle errors from the host
 2012-04-25 12:50 UTC  (5+ messages)

[PATCH 1/1] virtio: console: tell host of open ports after resume from s3/s4
 2012-04-25 10:37 UTC  (2+ messages)

[PATCH] drivers/video/xen-fbfront.c: add missing cleanup code
 2012-04-22  9:57 UTC 

Call for Proposals: Linux Plumbers Conference (Aug 2012)
 2012-04-19 12:14 UTC 

CfP 7th Workshop on Virtualization in High-Performance Cloud Computing (VHPC'12)
 2012-04-19 11:46 UTC 

[PATCH RFC V5 0/6] kvm : Paravirt-spinlock support for KVM guests
 2012-04-17  7:17 UTC  (11+ messages)
` [PATCH RFC V5 2/6] kvm hypervisor : Add a hypercall to KVM hypervisor to support pv-ticketlocks
` [PATCH RFC V5 3/6] kvm : Add unhalt msr to aid (live) migration

[PATCH RFC V6 0/11] Paravirtualized ticketlocks
 2012-04-17  2:54 UTC  (9+ messages)
        ` [Xen-devel] "

[PULL] virtio: fixes for 3.4
 2012-04-16 13:49 UTC 

[PATCH] drivers/xen/grant-table.c: add error-handling code on failure of gnttab_resume
 2012-04-15  9:27 UTC 

[PATCH 0/3] Bugfixes for virtio balloon driver
 2012-04-15  8:52 UTC  (10+ messages)
` [PATCH 1/3] virtio_balloon: Remove unnecessarily persistent state
` [PATCH 2/3] virtio_balloon: Fix endian bug
` [PATCH 3/3] virtio_balloon: Bugfixes for PAGE_SIZE != 4k

[net-next V7 PATCH] virtio-net: send gratuitous packets when needed
 2012-04-15  7:20 UTC  (4+ messages)

CFP: 13th IEEE/ACM Int. Conf. on Grid Computing (GRID) 2012
 2012-04-14 12:56 UTC 

Call for Participation: Cloud Futures 2012, Berkeley, CA (May 7-8)
 2012-04-14 12:42 UTC 

Call for Participation: ACM HPDC 2012
 2012-04-14 12:14 UTC 

Call for Posters: The 21st Int. ACM Symp. on High-Performance Parallel and Distributed Computing (HPDC'12)
 2012-04-14 12:13 UTC 

[PATCH] skbuff: struct ubuf_info callback type safety
 2012-04-13 17:09 UTC  (2+ messages)

[PATCH 4/4] virtio_blk: use disk_name_format() to support mass of disks naming
 2012-04-12 20:17 UTC  (2+ messages)

CFP: 7th International Workshop on Feedback Computing
 2012-04-11 11:12 UTC 

[PATCH] virtio_blk: Add help function to format mass of disks
 2012-04-11  8:43 UTC  (9+ messages)

[PATCH v2] virtio_blk: Add help function to format mass of disks
 2012-04-11  2:38 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).