virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-06-12 14:40:24 to 2014-07-07 15:20:23 UTC [more...]

[PATCH 00/11] qspinlock with paravirt support
 2014-07-07 15:20 UTC  (57+ messages)
` [PATCH 01/11] qspinlock: A simple generic 4-byte queue spinlock
` [PATCH 02/11] qspinlock, x86: Enable x86-64 to use "
` [PATCH 03/11] qspinlock: Add pending bit
` [PATCH 04/11] qspinlock: Extract out the exchange of tail code word
` [PATCH 05/11] qspinlock: Optimize for smaller NR_CPUS
` [PATCH 06/11] qspinlock: Optimize pending bit
` [PATCH 07/11] qspinlock: Use a simple write to grab the lock, if applicable
` [PATCH 08/11] qspinlock: Revert to test-and-set on hypervisors
` [PATCH 09/11] pvqspinlock, x86: Rename paravirt_ticketlocks_enabled
` [PATCH 10/11] qspinlock: Paravirt support
` [PATCH 11/11] qspinlock, kvm: Add paravirt support

[PATCH v2 0/2] hwrng, virtio-rng: init-time fixes
 2014-07-07  6:39 UTC  (11+ messages)
` [PATCH v2 1/2] hwrng: fetch randomness only after device init
` [PATCH v2 2/2] virtio: rng: ensure reads happen after successful probe

VIRTIO/VHOST maintainer availability for 3.16/3.17
 2014-07-06  7:44 UTC 

[RFC V2 1/7] VSOCK: Introduce vsock_find_unbound_socket and vsock_bind_dgram_generic
 2014-07-05  3:44 UTC  (9+ messages)
` [RFC V2 2/7] VSOCK: Add dgram_skb to vsock_sock
` [RFC V2 3/7] VSOCK: Introduce virtio-vsock-common.ko
` [RFC V2 4/7] VSOCK: Introduce virtio-vsock.ko
` [RFC V2 5/7] VSOCK: Introduce vhost-vsock.ko
` [RFC V2 6/7] VSOCK: Add Makefile and Kconfig
` [RFC V2 7/7] Disable debug

[RFC V2 0/7] Introduce VM Sockets virtio transport
 2014-07-05  3:23 UTC 

virt_blk BUG: sleeping function called from invalid context
 2014-07-02 16:31 UTC  (10+ messages)
          ` [PATCH driver-core-linus] kernfs: kernfs_notify() must be useable from non-sleepable contexts

[PATCH 0/2] hwrng: don't fetch data before device init
 2014-07-02 16:02 UTC  (13+ messages)
` [PATCH 1/2] hwrng: don't fetch rng from sources without init
` [PATCH 2/2] virtio: rng: introduce an init fn for hwrng core
` [PATCH 1/2 v2] hwrng: Allow drivers to disable reading during probe
  ` [PATCH 2/2 v2] hwrng: virtio: "

[RFC PATCH v2] Implement Batched (group) ticket lock
 2014-07-01 11:11 UTC  (5+ messages)

[PATCH RFC 1/2] virtio: support for urgent descriptors
 2014-07-01 10:49 UTC  (2+ messages)
` [PATCH RFC 2/2] vhost: support "

[PATCH v3 1/2] include/uapi/linux/virtio_blk.h: introduce feature of VIRTIO_BLK_F_MQ
 2014-07-01  8:13 UTC  (8+ messages)
` [PATCH v3 2/2] block: virtio-blk: support multi virt queues per virtio-blk device
` [PATCH v3 0/2] block: virtio-blk: support multi vq per virtio-blk

[PATCH 1/1] ia64: use ARRAY_SIZE instead of sizeof/sizeof[0]
 2014-06-30 17:37 UTC 

Using virtio for inter-VM communication
 2014-06-30 11:10 UTC  (33+ messages)
      ` Why I advise against using ivshmem (was: [Qemu-devel] Using virtio for inter-VM communication)
        ` Why I advise against using ivshmem
          ` [Qemu-devel] "

[PATCH 1/1] virtio: console: remove unnecessary null test before debugfs_remove_recursive
 2014-06-30  6:46 UTC 

[PATCH 1/1] virtio: console: remove unnecessary null test before debugfs_remove_recursive
 2014-06-29  8:41 UTC 

[PATCH 3.15 002/139] block: virtio_blk: dont hold spin lock during world switch
 2014-06-28 17:46 UTC 

Virtualized desktop
 2014-06-28 10:10 UTC 

virt_blk BUG: sleeping function called from invalid context
 2014-06-27 11:57 UTC 

[PATCH v3 0/2] block: virtio-blk: support multi vq per virtio-blk
 2014-06-26  9:41 UTC 

[PATCH v2 1/2] include/uapi/linux/virtio_blk.h: introduce feature of VIRTIO_BLK_F_MQ
 2014-06-26  8:23 UTC  (7+ messages)
` [PATCH v2 2/2] block: virtio-blk: support multi virt queues per virtio-blk device
` [PATCH v2 0/2] block: virtio-blk: support multi vq per virtio-blk

[PATCH v2 0/2] block: virtio-blk: support multi vq per virtio-blk
 2014-06-26  2:08 UTC 

[PULL] vhost: cleanups and fixes
 2014-06-25 11:05 UTC 

[PATCH 03/11] qspinlock: Add pending bit
 2014-06-24  8:46 UTC  (2+ messages)

[PATCH v1 0/2] block: virtio-blk: support multi vq per virtio-blk
 2014-06-23  6:47 UTC  (6+ messages)
` [PATCH v1 1/2] include/uapi/linux/virtio_blk.h: introduce feature of VIRTIO_BLK_F_MQ
` [PATCH v1 2/2] block: virtio-blk: support multi virt queues per virtio-blk device

[RFC PATCH 0/2] block: virtio-blk: support multi vq per virtio-blk
 2014-06-18  4:04 UTC  (12+ messages)
` [RFC PATCH 1/2] include/uapi/linux/virtio_blk.h: introduce feature of VIRTIO_BLK_F_MQ
` [RFC PATCH 2/2] block: virtio-blk: support multi virt queues per virtio-blk device

[PATCH v11 09/16] qspinlock, x86: Allow unfair spinlock in a virtual guest
 2014-06-17 20:59 UTC  (14+ messages)
  ` [PATCH v11 14/16] pvqspinlock: Add qspinlock para-virtualization support
  ` [PATCH v11 06/16] qspinlock: prolong the stay in the pending bit path

Divide error in kvm_unlock_kick()
 2014-06-17 10:27 UTC  (2+ messages)

KVM Forum 2014 Call for Participation
 2014-06-16 16:08 UTC 

[PATCH v1] vhost: avoid large order allocations
 2014-06-13 11:56 UTC  (3+ messages)

Why is virtio_console not a tty?
 2014-06-13  1:26 UTC  (3+ messages)

[PATCH] vhost-scsi: don't open-code kvfree
 2014-06-12 17:59 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).