virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-03-25 01:23:47 to 2015-04-10 10:20:21 UTC [more...]

[PATCH v4 0/8] vhost: support for cross endian guests
 2015-04-10 10:20 UTC  (9+ 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] 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 01/15] qspinlock: A simple generic 4-byte queue spinlock
 2015-04-09 22:06 UTC  (24+ 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 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] "

[PATCH v3 1/7] virtio: introduce virtio_is_little_endian() helper
 2015-04-08  8:25 UTC  (16+ 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

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  (7+ messages)
` [PATCH v2 4/4] Add virtio-vga bits

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

[PATCH] add generic callbacks into compaction
 2015-04-07  0:59 UTC 

[PATCH net-next] virtio: document queue state logic
 2015-04-06 20:44 UTC  (4+ messages)
` [PATCH net-next] netdevice: document NETDEV_TX_BUSY deprecation

[PATCH 0/9] qspinlock stuff -v15
 2015-04-03 13:43 UTC  (26+ messages)
` [PATCH 8/9] qspinlock: Generic paravirt support

[PATCH] x86/asm/entry: Drop now unused ENABLE_INTERRUPTS_SYSEXIT32
 2015-04-03  8:28 UTC 

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

[PATCH v5 06/10] virtio_pci: drop msi_off on probe
 2015-04-02  3:55 UTC  (2+ messages)

[PATCH v3 1/6] virtio_balloon: transitional interface
 2015-04-01 13:01 UTC  (10+ messages)
` [PATCH v3 2/6] virtio: balloon might not be a legacy device
` [PATCH v3 4/6] virtio_mmio: support non-legacy balloon devices
` [PATCH v3 5/6] virtio_pci: "
` [PATCH v3 6/6] virtio: drop virtio_device_is_legacy_only

[PATCH v2 1/6] virtio_balloon: transitional interface
 2015-04-01 13:00 UTC  (13+ messages)
` [PATCH v2 2/6] virtio: balloon might not be a legacy device
` [PATCH v2 4/6] virtio_mmio: support non-legacy balloon devices
` [PATCH v2 5/6] virtio_pci: "
` [PATCH v2 6/6] virtio: drop virtio_device_is_legacy_only

[PATCH] virtio: drop a useless config read
 2015-04-01  3:14 UTC  (2+ messages)

[PATCH] add generic callbacks into compaction
 2015-03-31 23:11 UTC 

[PATCH 1/6] virtio_balloon: transitional interface
 2015-03-31 19:51 UTC  (11+ messages)
` [PATCH 2/6] virtio: balloon might not be a legacy device
` [PATCH 3/6] virtio_ccw: support non-legacy balloon devices
` [PATCH 4/6] virtio_mmio: "
` [PATCH 5/6] virtio_pci: "
` [PATCH 6/6] virtio: drop virtio_device_is_legacy_only
` [PATCH 0/6] virtio_balloon: virtio 1 support

[PATCH] virtio: drop a useless config read
 2015-03-31 11:55 UTC 

[PATCH 12/25] virtio_console: Use bool function return values of true/false not 1/0
 2015-03-31  5:32 UTC  (4+ messages)
` [PATCH 00/25] treewide: "

[PATCH 00/25] treewide: Use bool function return values of true/false not 1/0
 2015-03-30 23:45 UTC 

[PATCH 0/6] virtio_balloon: virtio 1 support
 2015-03-30 17:37 UTC 

[PATCH] Add virtio gpu driver
 2015-03-30 14:49 UTC  (21+ messages)
              ` [virtio-dev] "

[PATCH v5] Add virtio-input driver
 2015-03-28 19:07 UTC  (4+ messages)
  ` [virtio-dev] "

[PATCH v4 06/10] virtio_pci: drop msi_off on probe
 2015-03-26 11:37 UTC 

[PATCH v4] Add virtio-input driver
 2015-03-26  8:46 UTC  (5+ messages)

[PATCH v3] Add virtio-input driver
 2015-03-25  5:36 UTC  (4+ messages)

[PATCH net-next] virtio: change comment in transmit
 2015-03-25  4:34 UTC  (3+ messages)


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