messages from 2015-04-21 05:22:53 to 2015-05-28 04:58:10 UTC [more...]
[PATCH v6 0/8] vhost: support for cross endian guests
2015-05-28 4:58 UTC (23+ 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
[RFC 1/6] VSOCK: Introduce vsock_find_unbound_socket and vsock_bind_dgram_generic
2015-05-27 17:06 UTC (6+ messages)
` [RFC 2/6] Add dgram_skb to vsock_sock
` [RFC 3/6] VSOCK: Introduce virtio-vsock-common.ko
` [RFC 4/6] VSOCK: Introduce virtio-vsock.ko
` [RFC 5/6] VSOCK: Introduce vhost-vsock.ko
` [RFC 6/6] VSOCK: Add Makefile and Kconfig
[RFC 0/6] Add virtio transport for AF_VSOCK
2015-05-27 17:05 UTC
[RFC V7 PATCH 1/7] virito-pci: add coalescing parameters setting
2015-05-27 8:30 UTC (9+ messages)
` [RFC V7 PATCH 2/7] virtio_ring: try to disable event index callbacks in virtqueue_disable_cb()
` [RFC V7 PATCH 3/7] virtio-net: optimize free_old_xmit_skbs stats
` [RFC V7 PATCH 4/7] virtio-net: add basic interrupt coalescing support
` [RFC V7 PATCH 5/7] virtio_net: enable tx interrupt
` [RFC V7 PATCH 6/7] vhost: interrupt coalescing support
` [RFC V7 PATCH 7/7] vhost_net: add "
[RFC V7 PATCH 0/7] enable tx interrupts for virtio-net
2015-05-25 5:23 UTC
[PATCH v3 4/4] Add virtio gpu driver
2015-05-22 13:11 UTC
Trying to make VHOST-BLK to work
2015-05-20 10:01 UTC (2+ messages)
[PATCH 1/6] x86: use macro instead of "0" for setting TICKET_SLOWPATH_FLAG
2015-05-18 8:11 UTC (13+ messages)
` [PATCH 2/6] x86: move decision about clearing slowpath flag into arch_spin_lock()
` [PATCH 3/6] x86: introduce new pvops function clear_slowpath
` [PATCH 4/6] x86: introduce new pvops function spin_unlock
` [PATCH 5/6] x86: switch config from UNINLINE_SPIN_UNLOCK to INLINE_SPIN_UNLOCK
` [PATCH 6/6] x86: remove no longer needed paravirt_ticketlocks_enabled
` [PATCH 0/6] x86: reduce paravirtualized spinlock overhead
[RFC 0/4] rpmsg: Fix init of DMA:able virtqueues
2015-05-16 9:32 UTC (8+ messages)
` [RFC 1/4] virtio_ring: Break out vring descriptor setup code
` [RFC 2/4] virtio_ring: Add option for DMA mapped sgs in virtqueue_add
` [RFC 3/4] virtio: Add dma variants of virtqueue_add_in and outbuf
` [RFC 4/4] rpmsg: DMA map sgs passed to virtio
[PATCH RFC 0/7] vhost: cross-endian support (vhost-net only)
2015-05-13 11:22 UTC (22+ messages)
` [PATCH RFC 1/7] virtio: relax feature check
` [Qemu-devel] "
` [PATCH RFC 2/7] linux-headers: sync vhost.h
` [PATCH RFC 3/7] virtio: introduce virtio_legacy_is_cross_endian()
` [PATCH RFC 4/7] vhost: set vring endianness for legacy virtio
` [Qemu-devel] "
` [PATCH RFC 5/7] tap: add VNET_LE/VNET_BE operations
` [PATCH RFC 6/7] vhost-net: tell tap backend about the vnet endianness
` [PATCH RFC 7/7] vhost_net: re-enable when cross endian
KVM VHOST-BLK is not working
2015-05-12 5:45 UTC
locking/pvqspinlock, x86: undefined CONFIG_QUEUED_SPINLOCKS
2015-05-11 7:42 UTC
[patch] virtio_console: use snprintf() for safety
2015-05-08 12:18 UTC (8+ messages)
` [patch v2] virtio_console: silence a static checker warning
[patch] virtio_console: use snprintf() for safety
2015-05-08 6:19 UTC
Call for Participation and Posters: ACM HPDC'15 in Portland, Oregon, June 15-19, 2015
2015-05-06 17:22 UTC
[PATCH] virtio: Fix typecast of pointer in vring_init()
2015-05-06 10:33 UTC
[vhost] vhost_get_vq_desc, vq->iov mapping
2015-05-06 10:01 UTC
[vhost] sending data to guest, async
2015-05-06 8:09 UTC
test
2015-05-06 7:46 UTC
[PATCH v16 01/14] qspinlock: A simple generic 4-byte queue spinlock
2015-05-04 17:18 UTC (22+ 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] virtio: pass baton to Michael Tsirkin
2015-05-01 23:12 UTC
[PATCH 0/6] x86: reduce paravirtualized spinlock overhead
2015-04-30 10:53 UTC
[PATCH v2] virtio-mmio: Update the device to OASIS spec version
2015-04-29 16:30 UTC (3+ messages)
KVM Forum 2015 Call for Participation
2015-04-27 15:37 UTC
Zerocopy VM-to-VM networking using virtio-net
2015-04-27 14:40 UTC (25+ messages)
` [virtio-dev] "
CfP Virtualization in High-Performance Cloud Computing Workshop (VHPC '15)
2015-04-24 19:33 UTC
[PATCH v16 00/14] qspinlock: a 4-byte queue spinlock with PV support
2015-04-24 18:56 UTC
[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 (19+ messages)
` [PATCH v4 7/8] vhost: feature to set the vring endianness
` [PATCH v4 8/8] macvtap/tun: add VNET_BE flag
` [PATCH v4 6/8] virtio: add explicit big-endian support to memory accessors
[PATCH v3 6/7] virtio: add explicit big-endian support to memory accessors
2015-04-21 7:47 UTC (2+ messages)
[PATCH 00/18] virtio-blk: Support "VIRTIO_CONFIG_S_NEEDS_RESET"
2015-04-21 6:58 UTC (9+ messages)
` [Qemu-devel] "
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).