virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-04-07 02:55:35 to 2015-04-24 19:33:37 UTC [more...]

CfP Virtualization in High-Performance Cloud Computing Workshop (VHPC '15)
 2015-04-24 19:33 UTC 

[PATCH v16 01/14] qspinlock: A simple generic 4-byte queue spinlock
 2015-04-24 18:56 UTC  (14+ messages)
` [PATCH v16 02/14] qspinlock, x86: Enable x86-64 to use "
` [PATCH v16 03/14] qspinlock: Add pending bit
` [PATCH v16 04/14] qspinlock: Extract out code snippets for the next patch
` [PATCH v16 05/14] qspinlock: Optimize for smaller NR_CPUS
` [PATCH v16 06/14] qspinlock: Use a simple write to grab the lock
` [PATCH v16 07/14] qspinlock: Revert to test-and-set on hypervisors
` [PATCH v16 08/14] pvqspinlock: Implement simple paravirt support for the qspinlock
` [PATCH v16 09/14] pvqspinlock, x86: Implement the paravirt qspinlock call patching
` [PATCH v16 10/14] pvqspinlock, x86: Enable PV qspinlock for KVM
` [PATCH v16 11/14] pvqspinlock, x86: Enable PV qspinlock for Xen
` [PATCH v16 12/14] pvqspinlock: Only kick CPU at unlock time
` [PATCH v16 13/14] pvqspinlock: Improve slowpath performance by avoiding cmpxchg
` [PATCH v16 14/14] pvqspinlock: Collect slowpath lock statistics

[PATCH v16 00/14] qspinlock: a 4-byte queue spinlock with PV support
 2015-04-24 18:56 UTC 

[PATCH v6 0/8] vhost: support for cross endian guests
 2015-04-24 13:31 UTC  (10+ messages)
` [PATCH v6 1/8] virtio: introduce virtio_is_little_endian() helper
` [PATCH v6 2/8] tun: add tun_is_little_endian() helper
` [PATCH v6 3/8] macvtap: introduce macvtap_is_little_endian() helper
` [PATCH v6 4/8] vringh: introduce vringh_is_little_endian() helper
` [PATCH v6 5/8] vhost: introduce vhost_is_little_endian() helper
` [PATCH v6 6/8] virtio: add explicit big-endian support to memory accessors
` [PATCH v6 7/8] vhost: cross-endian support for legacy devices
` [PATCH v6 8/8] macvtap/tun: cross-endian support for little-endian hosts

Zerocopy VM-to-VM networking using virtio-net
 2015-04-24 13:23 UTC  (12+ messages)
` [virtio-dev] "

[PATCH v5 0/8] vhost: support for cross endian guests
 2015-04-24  8:09 UTC  (22+ messages)
` [PATCH v5 1/8] virtio: introduce virtio_is_little_endian() helper
` [PATCH v5 2/8] tun: add tun_is_little_endian() helper
` [PATCH v5 3/8] macvtap: introduce macvtap_is_little_endian() helper
` [PATCH v5 4/8] vringh: introduce vringh_is_little_endian() helper
` [PATCH v5 5/8] vhost: introduce vhost_is_little_endian() helper
` [PATCH v5 6/8] virtio: add explicit big-endian support to memory accessors
` [PATCH v5 7/8] vhost: cross-endian support for legacy devices
` [PATCH v5 8/8] macvtap/tun: cross-endian support for little-endian hosts

Zerocopy VM-to-VM networking using virtio-net
 2015-04-22 17:01 UTC 

[PATCH v4 0/8] vhost: support for cross endian guests
 2015-04-22 13:22 UTC  (28+ messages)
` [PATCH v4 1/8] virtio: introduce virtio_is_little_endian() helper
` [PATCH v4 2/8] tun: add tun_is_little_endian() helper
` [PATCH v4 3/8] macvtap: introduce macvtap_is_little_endian() helper
` [PATCH v4 4/8] vringh: introduce vringh_is_little_endian() helper
` [PATCH v4 5/8] vhost: introduce vhost_is_little_endian() helper
` [PATCH v4 6/8] virtio: add explicit big-endian support to memory accessors
` [PATCH v4 7/8] vhost: feature to set the vring endianness
` [PATCH v4 8/8] macvtap/tun: add VNET_BE flag

[PATCH v3 1/7] virtio: introduce virtio_is_little_endian() helper
 2015-04-21  7:47 UTC  (17+ messages)
` [PATCH v3 2/7] tun: add tun_is_little_endian() helper
` [PATCH v3 3/7] macvtap: introduce macvtap_is_little_endian() helper
` [PATCH v3 4/7] vringh: introduce vringh_is_little_endian() helper
` [PATCH v3 5/7] vhost: introduce vhost_is_little_endian() helper
` [PATCH v3 6/7] virtio: add explicit big-endian support to memory accessors
` [PATCH v3 7/7] vhost: feature to set the vring endianness
` [PATCH v3 0/7] vhost: support for cross endian guests

[PATCH 00/18] virtio-blk: Support "VIRTIO_CONFIG_S_NEEDS_RESET"
 2015-04-21  6:58 UTC  (10+ messages)
  ` [Qemu-devel] "

[PATCH] virtio: fix typo in vring_need_event() doc comment
 2015-04-20 12:34 UTC  (4+ messages)

[PATCH RESEND] Revert "vhost: fix release path lockdep checks"
 2015-04-17  7:58 UTC 

[PATCH] Revert "vhost: fix release path lockdep checks"
 2015-04-17  7:51 UTC 

CFP: 2nd IEEE/ACM International Symposium on Big Data Computing (BDC) 2015 -- co-located with IEEE/ACM UCC 2015
 2015-04-15 23:48 UTC 

[PATCH v3 0/6] virtio_balloon: virtio 1 support
 2015-04-15 15:45 UTC  (9+ messages)

[PATCH] vhost: fix log base address
 2015-04-15  9:37 UTC 

[PATCH] virtio_balloon: drop virtio_balloon_stat_modern
 2015-04-15  3:15 UTC  (3+ messages)

[PATCH v15 01/15] qspinlock: A simple generic 4-byte queue spinlock
 2015-04-13 16:19 UTC  (30+ messages)
` [PATCH v15 02/15] qspinlock, x86: Enable x86-64 to use "
` [PATCH v15 03/15] qspinlock: Add pending bit
` [PATCH v15 04/15] qspinlock: Extract out code snippets for the next patch
` [PATCH v15 05/15] qspinlock: Optimize for smaller NR_CPUS
` [PATCH v15 06/15] qspinlock: Use a simple write to grab the lock
` [PATCH v15 07/15] qspinlock: Revert to test-and-set on hypervisors
` [PATCH v15 08/15] lfsr: a simple binary Galois linear feedback shift register
` [PATCH v15 09/15] pvqspinlock: Implement simple paravirt support for the qspinlock
` [PATCH v15 10/15] pvqspinlock: Implement the paravirt qspinlock for x86
` [PATCH v15 11/15] pvqspinlock, x86: Enable PV qspinlock for KVM
` [PATCH v15 12/15] pvqspinlock, x86: Enable PV qspinlock for Xen
` [PATCH v15 13/15] pvqspinlock: Only kick CPU at unlock time
` [PATCH v15 14/15] pvqspinlock: Improve slowpath performance by avoiding cmpxchg
` [PATCH v15 15/15] pvqspinlock: Add debug code to check for PV lock hash sanity
  ` [Xen-devel] [PATCH v15 12/15] pvqspinlock, x86: Enable PV qspinlock for Xen

[PATCH 1/2] virtio_balloon: header update for virtio 1
 2015-04-13 14:20 UTC  (8+ messages)
` [PATCH 2/2] virtio-balloon: virtio 1 support

[PATCH] add generic callbacks into compaction
 2015-04-13  1:39 UTC  (2+ messages)

[PATCH] virtio_config: reorder functions
 2015-04-10  3:21 UTC  (4+ messages)

[PATCH] virtio_ring: Update weak barriers to use dma_wmb/rmb
 2015-04-10  3:17 UTC  (5+ messages)

[PATCH v15 16/16] unfair qspinlock: a queue based unfair lock
 2015-04-09 21:52 UTC  (6+ messages)

memory barriers in virtq.lua?
 2015-04-09 15:00 UTC  (7+ messages)
  ` [snabb-devel] "
    ` [dpdk-dev] "

IEEE Cluster 2015 - Call for Posters
 2015-04-08  4:29 UTC 

[PATCH] virtio_ring: Update weak barriers to use dma_wmb/rmb
 2015-04-08  0:47 UTC 

[PATCH v3 0/7] vhost: support for cross endian guests
 2015-04-07 12:09 UTC 

[PATCH v2 3/4] Add virtio gpu driver
 2015-04-07  9:41 UTC 

[PATCH v15 00/15] qspinlock: a 4-byte queue spinlock with PV support
 2015-04-07  2:55 UTC 


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).