messages from 2014-02-13 04:09:53 to 2014-03-18 08:16:48 UTC [more...]
[PATCH v6 00/11] qspinlock: a 4-byte queue spinlock with PV support
2014-03-18 8:16 UTC (39+ 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
[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] virtio-blk: make the queue depth configurable
2014-03-17 7:26 UTC (5+ messages)
[PATCH] virtio-blk: Initialize blkqueue depth from virtqueue size
2014-03-17 5:40 UTC (8+ messages)
` [PATCH] virtio-blk: make the queue depth the max supportable by the hypervisor
[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 1/8] qspinlock: Introducing a 4-byte queue spinlock implementation
2014-03-05 20:59 UTC (56+ messages)
` [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
` [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 6/8] pvqspinlock, x86: Rename paravirt_ticketlocks_enabled
` [PATCH RFC v5 7/8] pvqspinlock, x86: Add qspinlock para-virtualization support
` [PATCH RFC v5 8/8] pvqspinlock, x86: Enable KVM to use qspinlock's PV support
` [PATCH v5 0/8] qspinlock: a 4-byte queue spinlock with "
` [Xen-devel] [PATCH RFC v5 7/8] pvqspinlock, x86: Add qspinlock para-virtualization support
[PATCH v5 0/8] qspinlock: a 4-byte queue spinlock with PV support
2014-03-04 15:06 UTC (19+ 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
` [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 6/8] pvqspinlock, x86: Rename paravirt_ticketlocks_enabled
` [PATCH RFC v5 7/8] pvqspinlock, x86: Add qspinlock para-virtualization support
` [PATCH RFC v5 8/8] pvqspinlock, x86: Enable KVM to use qspinlock's PV support
ICAC14 paper submission due on March 5, 2014 (11th International Conference on Autonomic Computing)
2014-02-28 1:50 UTC
[PATCH net] vhost: net: switch to use data copy if pending DMAs exceed the limit
2014-02-27 10:17 UTC (8+ messages)
[PATCH v5 0/8] qspinlock: a 4-byte queue spinlock with PV support
2014-02-26 15:14 UTC
[PATCH] tools: Unify export.h
2014-02-25 14:05 UTC (4+ messages)
[PATCH net V2] virtio-net: alloc big buffers also when guest can receive UFO
2014-02-24 23:20 UTC (4+ messages)
[PATCH] virtio: Use pci_enable_msix_range() instead of pci_enable_msix()
2014-02-24 1:43 UTC (6+ messages)
` [PATCH v2] virtio: Use pci_enable_msix_exact() "
[CISTI'2014]: Iberian Conference on IST; Barcelona; Deadline: February 28
2014-02-23 15:46 UTC
[PATCH] tools: Unify export.h
2014-02-23 11:09 UTC
Users of ballooning, please come forth!
2014-02-21 1:28 UTC (6+ messages)
[PATCH v4 RFC 0/3] virtio: add 'device_lost' to virtio_device
2014-02-20 15:39 UTC (7+ messages)
[PATCH] virtio: Use pci_enable_msix_range() instead of pci_enable_msix()
2014-02-19 10:15 UTC
[PATCH 3.4 22/24] virtio-blk: Use block layer provided spinlock
2014-02-18 22:47 UTC
CISTI'2014: List of Workshops
2014-02-14 16:29 UTC
[PATCH net 1/3] kref: add kref_sub_return
2014-02-14 5:10 UTC (6+ messages)
[PATCH net v2] vhost: fix a theoretical race in device cleanup
2014-02-13 23:48 UTC (3+ messages)
` [virtio-dev] "
[PATCH net v2] vhost: fix ref cnt checking deadlock
2014-02-13 23:48 UTC (3+ messages)
[PATCH 0/3] tools/virtio: build fixes for virtio_test
2014-02-13 11:05 UTC (5+ messages)
[PATCH net] virtio-net: alloc big buffers also when guest can receive UFO
2014-02-13 5:40 UTC (4+ 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).