messages from 2014-02-28 16:25:24 to 2014-04-04 17:13:17 UTC [more...]
[PATCH v8 01/10] qspinlock: A generic 4-byte queue spinlock implementation
2014-04-04 17:13 UTC (10+ messages)
` [PATCH v8 00/10] qspinlock: a 4-byte queue spinlock with PV support
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 RFC V2 0/4] Adding tracepoints to vhost/net
2014-03-21 9:41 UTC (5+ 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
[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 (47+ messages)
` [PATCH v6 01/11] qspinlock: A generic 4-byte queue spinlock implementation
` [PATCH v6 02/11] qspinlock, x86: Enable x86-64 to use queue spinlock
` [PATCH v6 03/11] qspinlock: More optimized code for smaller NR_CPUS
` [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 v6 06/11] pvqspinlock, x86: Allow unfair queue spinlock in a KVM guest
` [PATCH v6 07/11] pvqspinlock, x86: Allow unfair queue spinlock in a XEN guest
` [PATCH v6 08/11] pvqspinlock, x86: Rename paravirt_ticketlocks_enabled
` [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
` [PATCH RFC v6 11/11] pvqspinlock, x86: Enable qspinlock PV support for XEN
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 (9+ messages)
[PATCH] xen/grant-table: Refactor gnttab_[un]map_refs to avoid m2p_override
2014-03-16 16:32 UTC (4+ 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
ICAC14 Special Tracks CFP (Smart Cyber-Physical Systems & Management of Big Data Systems)
2014-03-12 13:50 UTC
[PATCHv2 2/3] x86: tss: Eliminate fragile calculation of TSS segment limit
2014-03-11 21:56 UTC (2+ messages)
` [PATCHv2 3/3] x86: Support compiling out userspace I/O (iopl and ioperm)
[PATCHv2 1/3] x86: process: Unify 32-bit and 64-bit copy_thread I/O bitmap handling
2014-03-11 21:41 UTC
guidelines for kernel module development in linux
2014-03-11 5:43 UTC
FeedbackComputing14 paper submission due on March 25 (9th International Workshop on Feedback Computing)
2014-03-08 3:47 UTC
[PATCH v5 0/8] qspinlock: a 4-byte queue spinlock with PV support
2014-03-05 20:59 UTC (32+ messages)
` [PATCH v5 3/8] qspinlock, x86: Add x86 specific optimization for 2 contending tasks
` [PATCH RFC v5 4/8] pvqspinlock, x86: Allow unfair spinlock in a real PV environment
` [PATCH RFC v5 5/8] pvqspinlock, x86: Enable unfair queue spinlock in a KVM guest
` [PATCH RFC v5 7/8] pvqspinlock, x86: Add qspinlock para-virtualization support
` [Xen-devel] "
[PATCH v5 0/8] qspinlock: a 4-byte queue spinlock with PV support
2014-03-04 15:06 UTC (12+ messages)
` [PATCH v5 1/8] qspinlock: Introducing a 4-byte queue spinlock implementation
` [PATCH v5 2/8] qspinlock, x86: Enable x86-64 to use queue spinlock
` [PATCH v5 3/8] qspinlock, x86: Add x86 specific optimization for 2 contending tasks
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).