messages from 2014-04-18 08:15:17 to 2014-06-11 11:38:41 UTC [more...]
[PATCH v11 01/16] qspinlock: A simple generic 4-byte queue spinlock
2014-06-11 11:38 UTC (19+ messages)
` [PATCH v11 02/16] qspinlock, x86: Enable x86-64 to use "
` [PATCH v11 03/16] qspinlock: Add pending bit
` [PATCH v11 04/16] qspinlock: Extract out the exchange of tail code word
` [PATCH v11 05/16] qspinlock: Optimize for smaller NR_CPUS
` [PATCH v11 06/16] qspinlock: prolong the stay in the pending bit path
` [PATCH v11 07/16] qspinlock: Use a simple write to grab the lock, if applicable
` [PATCH v11 08/16] qspinlock: Prepare for unfair lock support
` [PATCH v11 09/16] qspinlock, x86: Allow unfair spinlock in a virtual guest
` [PATCH v11 10/16] qspinlock: Split the MCS queuing code into a separate slowerpath
` [PATCH v11 11/16] pvqspinlock, x86: Rename paravirt_ticketlocks_enabled
` [PATCH v11 12/16] pvqspinlock, x86: Add PV data structure & methods
` [PATCH v11 13/16] pvqspinlock: Enable coexistence with the unfair lock
` [PATCH v11 14/16] pvqspinlock: Add qspinlock para-virtualization support
` [PATCH v11 15/16] pvqspinlock, x86: Enable PV qspinlock PV for KVM
` [PATCH v11 16/16] pvqspinlock, x86: Enable PV qspinlock for XEN
Using virtio for inter-VM communication
2014-06-10 22:15 UTC
Using virtio for inter-VM communication
2014-06-10 16:48 UTC
[PATCH 3.4 45/88] virtio-blk: Call del_gendisk() before disable guest kick
2014-06-10 0:24 UTC (2+ messages)
` [PATCH 3.4 46/88] virtio-blk: Reset device after blk_cleanup_queue()
ICAC14 Call For Participation
2014-06-05 14:54 UTC
[PATCH v2 1/2] vhost: move acked_features to VQs
2014-06-05 12:20 UTC (2+ messages)
` [PATCH v2 2/2] vhost: move memory pointer "
[PATCH 1/2] vhost: move acked_features to VQs
2014-06-05 12:16 UTC (3+ messages)
` [PATCH 2/2] vhost: move memory pointer "
[PULL 0/2] vhost enhancements for 3.16
2014-06-05 10:45 UTC (12+ messages)
` [PULL 1/2] vhost-net: extend device allocation to vmalloc
` [PULL 2/2] vhost: replace rcu with mutex
[PULL net-next] vhost enhancements for 3.16
2014-06-02 21:31 UTC (3+ messages)
[PATCH] block: virtio_blk: don't hold spin lock during world switch
2014-06-02 14:15 UTC (11+ messages)
Divide error in kvm_unlock_kick()
2014-06-01 12:36 UTC (4+ messages)
question about "struct kvm_segment"
2014-06-01 1:41 UTC (3+ messages)
[PATCH v11 00/16] qspinlock: a 4-byte queue spinlock with PV support
2014-05-30 15:43 UTC
[RFC] Implement Batched (group) ticket lock
2014-05-30 8:53 UTC (10+ messages)
[PATCH] block: virtio_blk: don't hold spin lock during world switch
2014-05-30 2:49 UTC
Divide error in kvm_unlock_kick()
2014-05-28 16:42 UTC
[PATCH] virtio-scsi: Implement change_queue_depth for virtscsi targets
2014-05-24 1:07 UTC
[PATCH v10 00/19] qspinlock: a 4-byte queue spinlock with PV support
2014-05-21 17:02 UTC (52+ messages)
` [PATCH v10 01/19] qspinlock: A simple generic 4-byte queue spinlock
` [PATCH v10 02/19] qspinlock, x86: Enable x86-64 to use "
` [PATCH v10 03/19] qspinlock: Add pending bit
` [RFC 08/07] qspinlock: integrate pending bit into queue
` [PATCH v10 04/19] qspinlock: Extract out the exchange of tail code word
` [PATCH v10 05/19] qspinlock: Optimize for smaller NR_CPUS
` [PATCH v10 06/19] qspinlock: prolong the stay in the pending bit path
` [PATCH v10 07/19] qspinlock: Use a simple write to grab the lock, if applicable
` [PATCH v10 08/19] qspinlock: Make a new qnode structure to support virtualization
` [PATCH v10 09/19] qspinlock: Prepare for unfair lock support
` [PATCH v10 10/19] qspinlock, x86: Allow unfair spinlock in a virtual guest
` [PATCH v10 11/19] qspinlock: Split the MCS queuing code into a separate slowerpath
` [PATCH v10 12/19] unfair qspinlock: Variable frequency lock stealing mechanism
` [PATCH v10 13/19] unfair qspinlock: Enable lock stealing in lock waiters
` [PATCH v10 14/19] pvqspinlock, x86: Rename paravirt_ticketlocks_enabled
` [PATCH v10 15/19] pvqspinlock, x86: Add PV data structure & methods
` [PATCH v10 16/19] pvqspinlock: Enable coexistence with the unfair lock
` [PATCH v10 17/19] pvqspinlock: Add qspinlock para-virtualization support
` [PATCH v10 18/19] pvqspinlock, x86: Enable PV qspinlock PV for KVM
` [PATCH v10 19/19] pvqspinlock, x86: Enable PV qspinlock for XEN
[PATCH 6/6] virtio-scsi: Enable DIF/DIX modes in SCSI host LLD
2014-05-20 18:24 UTC (8+ messages)
[PATCH v1] vhost: avoid large order allocations
2014-05-14 8:11 UTC (7+ messages)
[PATCH] [resend] net: get rid of SET_ETHTOOL_OPS
2014-05-13 21:43 UTC (5+ messages)
[PATCH v1] vhost: avoid large order allocations
2014-05-13 8:35 UTC
[VHPC’14] LAST Call for Papers - Deadline in 4 weeks
2014-05-12 13:02 UTC
[PATCH] net: get rid of SET_ETHTOOL_OPS
2014-05-08 13:19 UTC
[PATCH] net: get rid of SET_ETHTOOL_OPS
2014-05-08 11:53 UTC
[PATCH v9 00/19] qspinlock: a 4-byte queue spinlock with PV support
2014-05-07 15:00 UTC (43+ messages)
` [PATCH v9 03/19] qspinlock: Add pending bit
` [PATCH v9 05/19] qspinlock: Optimize for smaller NR_CPUS
` [PATCH v9 04/19] qspinlock: Extract out the exchange of tail code word
` [PATCH v9 06/19] qspinlock: prolong the stay in the pending bit path
[PATCH 01/12] tools: Unify export.h
2014-05-05 17:35 UTC
[GIT PULL 01/12] perf/core improvements and fixes
2014-05-05 17:35 UTC
[PATCH] vsock: Make transport the proto owner
2014-05-01 22:20 UTC
[PATCH] vsock: Make transport the proto owner
2014-05-01 22:10 UTC
[PATCH] vsock: Make transport the proto owner
2014-05-01 22:09 UTC
[PATCH] virtio-rng: support multiple virtio-rng devices
2014-04-29 1:14 UTC (2+ messages)
[PATCH 0/1] virtio_ccw: exploit virtio_break_device()
2014-04-28 1:54 UTC (3+ messages)
` [PATCH 1/1] virtio_ccw: introduce device_lost in virtio_ccw_device
[PATCH 1/3] tools: Unify export.h
2014-04-23 4:07 UTC (2+ messages)
[PATCH] virtio_net: zero is an invald queue_pairs number
2014-04-22 20:01 UTC (5+ messages)
RFC: sharing config interrupt between virtio devices for saving MSI
2014-04-22 8:15 UTC (2+ messages)
virtio: virtio_break_device() to mark all virtqueues broken
2014-04-22 6:51 UTC
[PATCH] virtio_net: return error when there is no virtqueue or MQ isn't support
2014-04-22 4:14 UTC (5+ 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).