messages from 2012-04-13 17:09:40 to 2012-05-15 15:07:04 UTC [more...]
[vmw_vmci RFC 01/11] Apply VMCI context code
2012-05-15 15:07 UTC (7+ messages)
` [vmw_vmci RFC 02/11] Apply VMCI datagram code
` [vmw_vmci RFC 03/11] Apply VMCI doorbell code
` [vmw_vmci RFC 04/11] Apply VMCI driver code
` [vmw_vmci RFC 05/11] Apply VMCI event code
` [vmw_vmci RFC 06/11] Apply dynamic array code
` [vmw_vmci RFC 07/11] Apply VMCI hash table
[vmw_vmci RFC 00/11] VMCI for Linux
2012-05-15 15:06 UTC
[PATCH RFC V8 0/17] Paravirtualized ticket spinlocks
2012-05-15 11:26 UTC (48+ 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
` [Xen-devel] [PATCH RFC V8 0/17] Paravirtualized ticket spinlocks
[PATCH 0000/0003] drivers: hv: util
2012-05-14 14:04 UTC (6+ messages)
` [PATCH 1/2] Drivers: hv: Get rid of an unnecessary check in vmbus_prep_negotiate_resp()
` [PATCH 2/2] Drivers: hv: util: Properly handle version negotiations
virtio 3.4 patches
2012-05-10 14:46 UTC (3+ messages)
[RFC PATCH] virtio_console: link vq to port with a private pointer in struct virtqueue
2012-05-10 6:02 UTC (17+ messages)
` [PATCH untested] virtio: allocate extra memory before the ring ( was Re: [RFC PATCH] virtio_console: link vq to port with a private) "
[PATCH] virtio-mmio: Devices parameter parsing
2012-05-10 0:44 UTC (2+ messages)
[PATCH] virtio_blk: Drop unused request tracking list
2012-05-08 4:08 UTC
[PATCH 0/2] adding tracepoints to vhost
2012-05-07 21:10 UTC (3+ 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 (4+ 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 (9+ 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 (8+ 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 (4+ messages)
` [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)
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).