messages from 2014-03-13 07:28:34 to 2014-04-17 15:49:02 UTC [more...]
[PATCH v9 00/19] qspinlock: a 4-byte queue spinlock with PV support
2014-04-17 15:49 UTC (22+ messages)
` [PATCH v9 01/19] qspinlock: A simple generic 4-byte queue spinlock
` [PATCH v9 02/19] qspinlock, x86: Enable x86-64 to use "
` [PATCH v9 03/19] qspinlock: Add pending bit
` [PATCH v9 04/19] qspinlock: Extract out the exchange of tail code word
` [PATCH v9 05/19] qspinlock: Optimize for smaller NR_CPUS
` [PATCH v9 06/19] qspinlock: prolong the stay in the pending bit path
` [PATCH v9 07/19] qspinlock: Use a simple write to grab the lock, if applicable
` [PATCH v9 08/19] qspinlock: Make a new qnode structure to support virtualization
` [PATCH v9 09/19] qspinlock: Prepare for unfair lock support
` [PATCH v9 10/19] qspinlock, x86: Allow unfair spinlock in a virtual guest
` [PATCH v9 11/19] qspinlock: Split the MCS queuing code into a separate slowerpath
` [PATCH v9 12/19] unfair qspinlock: Variable frequency lock stealing mechanism
` [PATCH v9 13/19] unfair qspinlock: Enable lock stealing in lock waiters
` [PATCH v9 14/19] pvqspinlock, x86: Rename paravirt_ticketlocks_enabled
` [PATCH v9 15/19] pvqspinlock, x86: Add PV data structure & methods
` [PATCH v9 16/19] pvqspinlock: Enable coexistence with the unfair lock
` [PATCH v9 17/19] pvqspinlock: Add qspinlock para-virtualization support
` [PATCH v9 18/19] pvqspinlock, x86: Enable PV qspinlock PV for KVM
` [PATCH v9 19/19] pvqspinlock, x86: Enable PV qspinlock for XEN
[PATCH 1/3] tools: Unify export.h
2014-04-14 16:33 UTC
[PATCH] tools: Unify export.h
2014-04-14 11:18 UTC (6+ messages)
` [PATCH] tools: Consolidate types.h
sometimes ping fails when enable stp
2014-04-11 7:53 UTC (2+ messages)
[PATCH RFC V2 0/4] Adding tracepoints to vhost/net
2014-04-11 3:04 UTC (7+ messages)
` [PATCH RFC V2 1/4] vhost: introduce queue_index for tracing
` [PATCH RFC V2 2/4] vhost: basic tracepoints
` [PATCH RFC V2 3/4] vhost_net: add basic tracepoints for vhost_net
` [PATCH RFC V2 4/4] tools: virtio: add a top-like utility for displaying vhost satistics
questions about ebtable ip extension
2014-04-10 6:03 UTC
[PATCH v8 01/10] qspinlock: A generic 4-byte queue spinlock implementation
2014-04-09 12:08 UTC (25+ messages)
` [PATCH v8 00/10] qspinlock: a 4-byte queue spinlock with PV support
[PATCH 6/6] virtio-scsi: Enable DIF/DIX modes in SCSI host LLD
2014-04-08 20:35 UTC (5+ messages)
[RFC PATCH] virtio-net: reset virtqueue affinity when doing cpu hotplug
2014-04-07 6:06 UTC (6+ messages)
what is the driver of vm's virtual ethernet?
2014-04-03 6:51 UTC
[PATCH] virtio-blk: Initialize blkqueue depth from virtqueue size
2014-04-02 7:36 UTC (15+ messages)
` [PATCH] virtio-blk: make the queue depth the max supportable by the hypervisor
[PATCH v8 00/10] qspinlock: a 4-byte queue spinlock with PV support
2014-04-01 20:47 UTC (11+ messages)
` [PATCH v8 01/10] qspinlock: A generic 4-byte queue spinlock implementation
` [PATCH v8 02/10] qspinlock, x86: Enable x86-64 to use queue spinlock
` [PATCH v8 03/10] qspinlock: More optimized code for smaller NR_CPUS
` [PATCH v8 04/10] qspinlock: Optimized code path for 2 contending tasks
` [PATCH v8 05/10] pvqspinlock, x86: Allow unfair spinlock in a PV guest
` [PATCH v8 06/10] pvqspinlock: Enable lock stealing in queue lock waiters
` [PATCH v8 07/10] pvqspinlock, x86: Rename paravirt_ticketlocks_enabled
` [PATCH v8 08/10] pvqspinlock, x86: Add qspinlock para-virtualization support
` [PATCH v8 09/10] pvqspinlock, x86: Enable qspinlock PV support for KVM
` [PATCH v8 10/10] pvqspinlock, x86: Enable qspinlock PV support for XEN
OOPS in hvc / virtconsole
2014-03-31 23:49 UTC
OOPS in hvc / virtconsole
2014-03-31 22:31 UTC
[PATCH v2 01/11] kexec: introduce kexec_ops struct
2014-03-31 10:50 UTC (3+ messages)
[chet.ensign@oasis-open.org: [members] 15-day Public Review for Virtual I/O Device (VIRTIO) V1.0 - ends 14 April]
2014-03-30 11:07 UTC
what is the driver of vm's virtual ethernet?
2014-03-30 2:10 UTC
[PATCH net] vhost: validate vhost_get_vq_desc return value
2014-03-28 20:11 UTC (2+ messages)
[PATCHv2 net] vhost: fix total length when packets are too short
2014-03-28 20:09 UTC
udev PATH_ID for virtio devices
2014-03-27 20:58 UTC (6+ messages)
[PATCH net] virtio-net: correct error handling of virtqueue_kick()
2014-03-27 17:14 UTC (3+ messages)
[PATCHv2 net] vhost: fix total length when packets are too short
2014-03-27 10:00 UTC
[PATCH net] vhost: fix total length when packets are too short
2014-03-27 9:58 UTC (2+ messages)
Call for Participation: IEEE/ACM CCGrid 2014 in Chicago May 26-29 -- Early Bird Registration due April 15th
2014-03-26 14:07 UTC
Call for Posters at ACM HPDC 2014
2014-03-24 17:48 UTC
[PATCH net] virtio-net: don't free skb immediately on kick failure
2014-03-24 6:27 UTC (4+ messages)
[PATCH v7 00/11] qspinlock: a 4-byte queue spinlock with PV support
2014-03-21 21:41 UTC (22+ messages)
` [PATCH v7 01/11] qspinlock: A generic 4-byte queue spinlock implementation
` [PATCH v7 02/11] qspinlock, x86: Enable x86-64 to use queue spinlock
` [PATCH v7 03/11] qspinlock: More optimized code for smaller NR_CPUS
` [PATCH v7 04/11] qspinlock: Optimized code path for 2 contending tasks
` [PATCH v7 05/11] pvqspinlock, x86: Allow unfair spinlock in a PV guest
` [PATCH v7 06/11] pvqspinlock, x86: Allow unfair queue spinlock in a KVM guest
` [PATCH v7 07/11] pvqspinlock, x86: Allow unfair queue spinlock in a XEN guest
` [PATCH v7 08/11] pvqspinlock, x86: Rename paravirt_ticketlocks_enabled
` [PATCH v7 09/11] pvqspinlock, x86: Add qspinlock para-virtualization support
` [PATCH v7 10/11] pvqspinlock, x86: Enable qspinlock PV support for KVM
` [PATCH RFC v7 11/11] pvqspinlock, x86: Enable qspinlock PV support for XEN
[PATCH v7 07/11] pvqspinlock, x86: Allow unfair queue spinlock in a XEN guest
2014-03-21 11:00 UTC
[PATCH] virtio-blk: make the queue depth configurable
2014-03-20 3:35 UTC (12+ messages)
[PATCH v6 00/11] qspinlock: a 4-byte queue spinlock with PV support
2014-03-19 17:08 UTC (38+ messages)
` [PATCH v6 04/11] qspinlock: Optimized code path for 2 contending tasks
` [PATCH v6 05/11] pvqspinlock, x86: Allow unfair spinlock in a PV guest
` [PATCH RFC v6 09/11] pvqspinlock, x86: Add qspinlock para-virtualization support
` [PATCH RFC v6 10/11] pvqspinlock, x86: Enable qspinlock PV support for KVM
2014 World Conference on IST - Madeira Island, April 15-17
2014-03-18 10:45 UTC
[PATCH net V2] vhost: net: switch to use data copy if pending DMAs exceed the limit
2014-03-17 17:21 UTC (5+ messages)
[PATCH] xen/grant-table: Refactor gnttab_[un]map_refs to avoid m2p_override
2014-03-16 16:32 UTC (3+ messages)
CfP 9th Workshop on Virtualization in High-Performance Cloud Computing (VHPC '14)
2014-03-15 16:37 UTC
[PATCH] perf/x86/intel: Use rdmsrl_safe when initializing RAPL PMU
2014-03-14 23:07 UTC
[PATCH] virtio-blk: make the queue depth configurable
2014-03-14 17:31 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).