virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-10-07 15:46:56 to 2014-10-21 16:40:10 UTC [more...]

v3.18-rc1 32 bit KVM hangs early in boot process
 2014-10-21 16:40 UTC  (2+ messages)

[PATCH v2 0/6] fix hw_random stuck
 2014-10-21 14:17 UTC  (7+ messages)
` [PATCH v2 4/6] hw_random: fix unregister race
  ` [PATCH v2 3/6] hw_random: use reference counts on each struct hwrng

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

[PATCH v4 00/25] virtio: fix spec compliance issues
 2014-10-20 17:09 UTC  (41+ messages)
` [PATCH v4 01/25] virtio_pci: fix virtio spec compliance on restore
` [PATCH v4 02/25] virtio: unify config_changed handling
` [PATCH v4 03/25] virtio-pci: move freeze/restore to virtio core
` [PATCH v4 04/25] virtio: defer config changed notifications
` [PATCH v4 05/25] virtio_blk: drop config_enable
` [PATCH v4 06/25] virtio-blk: drop config_mutex
` [PATCH v4 07/25] virtio_net: drop config_enable
` [PATCH v4 08/25] virtio-net: drop config_mutex
` [PATCH v4 09/25] virtio_net: minor cleanup
` [PATCH v4 10/25] virtio: add API to enable VQs early
` [PATCH v4 11/25] virtio_net: "
` [PATCH v4 12/25] virtio_blk: "
` [PATCH v4 13/25] virtio_console: "
` [PATCH v4 14/25] 9p/trans_virtio: "
` [PATCH v4 15/25] virtio_net: fix use after free on allocation failure
` [PATCH v4 16/25] virtio_scsi: move kick event out from virtscsi_init
` [PATCH v4 17/25] virtio_blk: enable VQs early on restore
` [PATCH v4 18/25] virtio_scsi: "
` [PATCH v4 19/25] virtio_console: "
` [PATCH v4 20/25] virtio_net: "
` [PATCH v4 21/25] virito_scsi: use freezable WQ for events
` [PATCH v4 22/25] virtio_scsi: fix race on device removal
` [PATCH v4 23/25] virtio_balloon: enable VQs early on restore
` [PATCH v4 24/25] virtio_scsi: drop scan callback
` [PATCH v4 25/25] virtio-rng: refactor probe error handling
        ` [PATCH] virtio_console: move early VQ enablement

Virtio_config BUG with 3.18-rc1
 2014-10-20 14:21 UTC  (2+ messages)

[PATCH] virtio_ccw: remove unsued variable
 2014-10-20 14:19 UTC  (3+ messages)

[PATCH v3 0/2] shrink virtio baloon on OOM in guest
 2014-10-20  6:55 UTC  (5+ messages)
` [PATCH 1/2] virtio_balloon: return the amount of freed memory from leak_balloon()
` [PATCH 2/2] virtio_balloon: free some memory from balloon on OOM

[PATCH RFC v3 1/3] virtio_net: enable tx interrupt
 2014-10-20  6:52 UTC  (3+ messages)
` [PATCH RFC v3 2/3] virtio_net: bql
` [PATCH RFC v3 3/3] virtio-net: optimize free_old_xmit_skbs stats

[PATCH] virtio_net: fix use after free
 2014-10-17  9:20 UTC  (5+ messages)

[PATCH net-next RFC 1/3] virtio: support for urgent descriptors
 2014-10-17  5:23 UTC  (17+ messages)
` [PATCH net-next RFC 2/3] vhost: support "
` [PATCH net-next RFC 3/3] virtio-net: conditionally enable tx interrupt
` [PATCH net-next RFC 0/3] virtio-net: Conditionally "

[PATCH RFC v2 1/3] virtio_net: enable tx interrupt
 2014-10-17  5:16 UTC  (5+ messages)
` [PATCH RFC v2 2/3] virtio_net: bql
` [PATCH RFC v2 3/3] virtio-net: optimize free_old_xmit_skbs stats

[RFC PATCH net-next 0/6] Always use tx interrupt for virtio-net
 2014-10-17  5:04 UTC  (36+ messages)
` [RFC PATCH net-next 1/6] virtio: make sure used event never go backwards
` [RFC PATCH net-next 2/6] virtio: introduce virtio_enable_cb_avail()
` [RFC PATCH net-next 3/6] virtio-net: small optimization on free_old_xmit_skbs()
` [RFC PATCH net-next 4/6] virtio-net: return the number of packets sent in free_old_xmit_skbs()
` [RFC PATCH net-next 5/6] virtio-net: enable tx interrupt
` [RFC PATCH net-next 6/6] virtio-net: enable tx interrupt only for the final skb in the chain

[PULL] More virtio fun
 2014-10-16 23:11 UTC 

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

[PATCH RFC] virtio_net: enable tx interrupt
 2014-10-15 11:57 UTC  (6+ messages)

[PATCH 0/2] shrink virtio baloon on OOM in guest
 2014-10-15  6:32 UTC  (10+ messages)
` [PATCH 1/2] virtio_balloon: return the amount of freed memory from leak_balloon()
` [PATCH 2/2] virtio_balloon: free some memory from baloon on OOM

[PATCH] virtio_balloon: Convert "vballon" kthread into a workqueue
 2014-10-15  5:10 UTC 

[PATCH v2 0/2] shrink virtio baloon on OOM in guest
 2014-10-15  4:38 UTC  (3+ messages)
` [PATCH 1/2] virtio_balloon: return the amount of freed memory from leak_balloon()
` [PATCH 2/2] virtio_balloon: free some memory from balloon on OOM

[PATCH 1/3] virtio_net: pass well-formed sgs to virtqueue_add_*()
 2014-10-14  2:21 UTC  (4+ messages)

[PATCH RFC 00/11] qemu: towards virtio-1 host support
 2014-10-13 10:55 UTC  (5+ messages)
  ` [PATCH RFC 03/11] virtio: support more feature bits

[PATCH RFC 08/11] virtio_blk: use virtio v1.0 endian
 2014-10-13 10:42 UTC  (2+ messages)

[PATCH v3 00/25] virtio: fix spec compliance issues
 2014-10-13  7:35 UTC  (28+ messages)
` [PATCH v3 01/25] virtio_pci: fix virtio spec compliance on restore
` [PATCH v3 02/25] virtio: unify config_changed handling
` [PATCH v3 03/25] virtio-pci: move freeze/restore to virtio core
` [PATCH v3 04/25] virtio: defer config changed notifications
` [PATCH v3 05/25] virtio_blk: drop config_enable
` [PATCH v3 06/25] virtio-blk: drop config_mutex
` [PATCH v3 07/25] virtio_net: drop config_enable
` [PATCH v3 08/25] virtio-net: drop config_mutex
` [PATCH v3 09/25] virtio_net: minor cleanup
` [PATCH v3 10/25] virtio: add API to enable VQs early
` [PATCH v3 11/25] virtio_net: "
` [PATCH v3 12/25] virtio_blk: "
` [PATCH v3 13/25] virtio_console: "
` [PATCH v3 14/25] 9p/trans_virtio: "
` [PATCH v3 15/25] virtio_net: fix use after free on allocation failure
` [PATCH v3 16/25] virtio_scsi: move kick event out from virtscsi_init
` [PATCH v3 17/25] virtio_blk: enable VQs early on restore
` [PATCH v3 18/25] virtio_scsi: "
` [PATCH v3 19/25] virtio_console: "
` [PATCH v3 20/25] virtio_net: "
` [PATCH v3 21/25] virito_scsi: use freezable WQ for events
` [PATCH v3 22/25] virtio_scsi: fix race on device removal
` [PATCH v3 23/25] virtio_balloon: enable VQs early on restore
` [PATCH v3 24/25] virtio_scsi: drop scan callback
` [PATCH v3 25/25] virtio-rng: refactor probe error handling

BUG_ON in virtio-ring.c
 2014-10-13  5:39 UTC  (4+ messages)

[PATCH net-next RFC 0/3] virtio-net: Conditionally enable tx interrupt
 2014-10-11  7:16 UTC 

[3.16 stable PATCH 0/2] virtio-rng: two backports to fix stuck
 2014-10-10 22:51 UTC  (3+ messages)
` [3.16 stable PATCH 1/2] virtio-rng: fix stuck of hot-unplugging busy device
` [3.16 stable PATCH 2/2] virtio-rng: skip reading when we start to remove the device

Call for Papers - WorldCIST'15 - Azores, 1 - 3 April 2015
 2014-10-10 19:13 UTC 

[PATCH v2 00/15] virtio: fix spec compliance issues
 2014-10-07 16:54 UTC  (4+ messages)
` [PATCH v2 01/15] virtio_pci: fix virtio spec compliance on restore


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