virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-10-29 17:20:28 to 2014-11-20 05:28:59 UTC [more...]

[PATCH net] virtio-net: validate features during probe
 2014-11-20  5:28 UTC  (7+ messages)

[PATCH V2 net] virtio-net: validate features during probe
 2014-11-20  0:00 UTC  (5+ messages)

WorldCIST'15, Azores - Extended deadline: December 7
 2014-11-19 12:14 UTC 

[PATCH v2 net 1/2] drivers/net: Disable UFO through virtio
 2014-11-19  9:14 UTC  (7+ messages)
` [PATCH v2 net 2/2] drivers/net,ipv6: Select IPv6 fragment idents for virtio UFO packets
` [PATCH v2 net 0/2] drivers/net,ipv6: Fix IPv6 fragment ID selection for virtio

vhost + multiqueue + RSS question
 2014-11-19  3:01 UTC  (15+ messages)

[PATCH V3 1/2] virtio: introduce methods of sanitizing device features
 2014-11-19  3:00 UTC  (14+ messages)
` [PATCH V3 2/2] virtio-net: sanitize buggy features advertised by host

[3.16 stable PATCH 0/2] virtio-rng: two backports to fix stuck
 2014-11-19  1:20 UTC  (5+ messages)

[PATCH v4 0/6] fix hw_random stuck
 2014-11-17 15:20 UTC  (12+ messages)
` [PATCH v4 1/6] hw_random: place mutex around read functions and buffers
` [PATCH v4 2/6] hw_random: move some code out mutex_lock for avoiding underlying deadlock
` [PATCH v4 3/6] hw_random: use reference counts on each struct hwrng
` [PATCH v4 4/6] hw_random: fix unregister race
` [PATCH v4 5/6] hw_random: don't double-check old_rng
` [PATCH v4 6/6] hw_random: don't init list element we're about to add to list

[RFC PATCH] virtio-mmio: support for multiple irqs
 2014-11-14 17:54 UTC  (14+ messages)
      ` [Qemu-devel] "

[PATCH v2] virtio_balloon: Convert "vballon" kthread into a workqueue
 2014-11-14 17:42 UTC  (5+ messages)

Call for Papers - WorldCIST'15, Azores - Proceedings by Springer
 2014-11-14 16:45 UTC 

[PATCH 52/56] drivers/char/virtio: support compiling out splice
 2014-11-13 22:09 UTC  (2+ messages)

[PULL] vhost: cleanups and fixes
 2014-11-13 21:22 UTC 

TUN_F_UFO change breaks live migration
 2014-11-13 12:00 UTC  (9+ messages)
    ` [PATCH net] Revert "drivers/net: Disable UFO through virtio" in macvtap and tun

kernel BUG at drivers/block/virtio_blk.c:172!
 2014-11-13 11:04 UTC  (8+ messages)

[PATCH 1/2] virito: introduce methods of fixing device features
 2014-11-13  9:49 UTC  (10+ messages)
` [PATCH 2/2] virtio-net: fix buggy features advertised by host

[PATCH 1/2] virito: introduce methods of fixing device features
 2014-11-13  5:42 UTC  (3+ messages)
` [PATCH 2/2] virtio-net: fix buggy features advertised by host

CLUSTER 2015 - Call for Workshops
 2014-11-11 22:22 UTC 

[PATCH v4 00/25] virtio: fix spec compliance issues
 2014-11-11  6:15 UTC  (3+ messages)
  ` [PATCH v4 10/25] virtio: add API to enable VQs early

[PATCH v4 13/25] virtio_console: enable VQs early
 2014-11-11  2:24 UTC  (5+ messages)
` [PATCH] virtio_console: move early VQ enablement

kernel BUG at drivers/block/virtio_blk.c:172
 2014-11-10 13:11 UTC  (7+ messages)
    `  "

[PATCH] virtio-pci: Reset device on shutdown
 2014-11-09 11:52 UTC  (2+ messages)

kernel BUG at drivers/block/virtio_blk.c:172!
 2014-11-07 13:04 UTC 

[Qemu-devel] [RFC PATCH 0/2] virtio-mmio: add irqfd support for vhost-net based on virtio-mmio
 2014-11-06  9:24 UTC  (6+ messages)

Call for Papers - WorldCIST'15 - Best papers published in JCR/SCI journals
 2014-11-04 18:07 UTC 

BUG_ON in virtio-ring.c
 2014-11-04 14:44 UTC  (4+ messages)

[RFC PATCH] virtio-mmio: support for multiple irqs
 2014-11-04  9:35 UTC 

[PATCH v13 00/11] qspinlock: a 4-byte queue spinlock with PV support
 2014-11-03 21:17 UTC  (14+ messages)
` [PATCH v13 01/11] qspinlock: A simple generic 4-byte queue spinlock
` [PATCH v13 02/11] qspinlock, x86: Enable x86-64 to use "
` [PATCH v13 03/11] qspinlock: Add pending bit
` [PATCH v13 04/11] qspinlock: Extract out code snippets for the next patch
` [PATCH v13 05/11] qspinlock: Optimize for smaller NR_CPUS
` [PATCH v13 06/11] qspinlock: Use a simple write to grab the lock
` [PATCH v13 07/11] qspinlock: Revert to test-and-set on hypervisors
` [PATCH v13 08/11] qspinlock, x86: Rename paravirt_ticketlocks_enabled
` [PATCH v13 09/11] pvqspinlock, x86: Add para-virtualization support
` [PATCH v13 10/11] pvqspinlock, x86: Enable PV qspinlock for KVM
` [PATCH v13 11/11] pvqspinlock, x86: Enable PV qspinlock for XEN

[PATCH v4 00/10] x86: Support compiling out userspace IO (iopl and ioperm)
 2014-11-03 19:26 UTC  (16+ messages)
` [PATCH v4 01/10] x86: process: Unify 32-bit and 64-bit copy_thread I/O bitmap handling
` [PATCH v4 02/10] x86: tss: Eliminate fragile calculation of TSS segment limit
` [PATCH v4 03/10] x86: processor.h: Introduce macros to initialize IO fields of thread and TSS
` [PATCH v4 04/10] x86: paravirt: Wrap initialization of set_iopl_mask in a macro
` [PATCH v4 05/10] x86: cpu: Add helper function unifying 32-bit and 64-bit IO init in cpu_init
` [PATCH v4 06/10] x86: process: Introduce helper to clear a thread's IO bitmap
` [PATCH v4 07/10] x86: process: Introduce helper to switch iopl mask
` [PATCH v4 08/10] x86: process: Introduce helper for IO-related bits of exit_thread
` [PATCH v4 09/10] x86: process: Introduce helper to switch IO bitmap
` [PATCH v4 10/10] x86: Support compiling out userspace IO (iopl and ioperm)

[PATCH v2 2/3] hw_random: fix stuck in catting hwrng attributes
 2014-11-03 15:24 UTC  (5+ messages)
` [PATCH 1/5] hw_random: place mutex around read functions and buffers
  ` [PATCH 3/5] hw_random: fix unregister race

[PATCH RFC 00/11] qemu: towards virtio-1 host support
 2014-11-03 11:44 UTC  (9+ messages)
` [PATCH RFC 05/11] virtio: introduce legacy virtio devices
    ` [Qemu-devel] "
    ` [Qemu-devel] [PATCH RFC 07/11] dataplane: allow virtio-1 devices

[PATCH v2 0/6] fix hw_random stuck
 2014-11-02 15:14 UTC  (8+ messages)
` [PATCH v2 4/6] hw_random: fix unregister race

[PATCH v3 1/3] x86: process: Unify 32-bit and 64-bit copy_thread I/O bitmap handling
 2014-11-01 19:41 UTC  (8+ messages)
` [PATCH v3 3/3] x86: Support compiling out userspace I/O (iopl and ioperm)

[PATCH] virtio_net: fix use after free
 2014-10-31 12:24 UTC  (4+ messages)

[PATCH] virtio_ccw: remove unsued variable
 2014-10-31  8:10 UTC  (7+ messages)

[PATCH v2 net 0/2] drivers/net,ipv6: Fix IPv6 fragment ID selection for virtio
 2014-10-30 18:26 UTC 

[RFC] Hypervisor RNG and enumeration
 2014-10-30 15:12 UTC  (10+ messages)
` [Xen-devel] "

Call for Papers - WorldCIST'15 - Azores, Deadline: November 23
 2014-10-30 12:37 UTC 

[PATCH v12 00/11] qspinlock: a 4-byte queue spinlock with PV support
 2014-10-29 20:25 UTC  (5+ messages)
  ` [PATCH v12 09/11] pvqspinlock, x86: Add para-virtualization support


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