messages from 2014-09-24 22:38:19 to 2014-10-13 07:51:44 UTC [more...]
[PATCH v4 00/25] virtio: fix spec compliance issues
2014-10-13 7:51 UTC (25+ 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 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
[PATCH 0/2] shrink virtio baloon on OOM in guest
2014-10-13 7:22 UTC (6+ 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 net-next RFC 1/3] virtio: support for urgent descriptors
2014-10-13 7:16 UTC (8+ messages)
` [PATCH net-next RFC 2/3] vhost: support "
` [PATCH net-next RFC 3/3] virtio-net: conditionally enable tx interrupt
[PATCH RFC 01/11] virtio: use u32, not bitmap for struct virtio_device's features
2014-10-13 5:58 UTC (12+ messages)
` [PATCH RFC 02/11] virtio: add support for 64 bit features
` [PATCH RFC 03/11] virtio: endianess conversion helpers
` [PATCH RFC 04/11] virtio_ring: implement endian reversal based on VERSION_1 feature
` [PATCH RFC 05/11] virtio_config: endian conversion for v1.0
` [PATCH RFC 06/11] virtio: allow transports to get avail/used addresses
` [PATCH RFC 07/11] virtio_net: use v1.0 endian
` [PATCH RFC 08/11] virtio_blk: use virtio "
` [PATCH RFC 09/11] KVM: s390: Set virtio-ccw transport revision
` [PATCH RFC 10/11] KVM: s390: virtio-ccw revision 1 SET_VQ
` [PATCH RFC 11/11] KVM: s390: enable virtio-ccw revision 1
[PATCH RFC 00/11] qemu: towards virtio-1 host support
2014-10-13 5:53 UTC (15+ messages)
` [PATCH RFC 01/11] linux-headers/virtio_config: Update with VIRTIO_F_VERSION_1
` [PATCH RFC 02/11] virtio: cull virtio_bus_set_vdev_features
` [PATCH RFC 03/11] virtio: support more feature bits
` [PATCH RFC 04/11] s390x/virtio-ccw: fix check for WRITE_FEAT
` [PATCH RFC 05/11] virtio: introduce legacy virtio devices
` [PATCH RFC 06/11] virtio: allow virtio-1 queue layout
` [PATCH RFC 07/11] dataplane: allow virtio-1 devices
` [PATCH RFC 08/11] s390x/css: Add a callback for when subchannel gets disabled
` [PATCH RFC 09/11] s390x/virtio-ccw: add virtio set-revision call
` [PATCH RFC 10/11] s390x/virtio-ccw: support virtio-1 set_vq format
` [PATCH RFC 11/11] s390x/virtio-ccw: enable virtio 1.0
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 (30+ messages)
` [PATCH v2 01/15] virtio_pci: fix virtio spec compliance on restore
` [PATCH v2 02/15] virtio: unify config_changed handling
` [PATCH v2 03/15] virtio-pci: move freeze/restore to virtio core
` [PATCH v2 04/15] virtio: defer config changed notifications
` [PATCH v2 05/15] virtio_blk: drop config_enable
` [PATCH v2 06/15] virtio-blk: drop config_mutex
` [PATCH v2 07/15] virtio_net: drop config_enable
` [PATCH v2 08/15] virtio-net: drop config_mutex
` [PATCH v2 09/15] virtio_net: minor cleanup
` [PATCH v2 10/15] virtio: add API to enable VQs early
` [PATCH v2 11/15] virtio_net: "
` [PATCH v2 12/15] virtio_blk: "
` [PATCH v2 13/15] virtio_console: "
` [PATCH v2 14/15] 9p/trans_virtio: "
` [PATCH v2 15/15] virtio_net: fix use after free on allocation failure
[PATCH 00/16] virtio: fix spec compliance issues
2014-10-07 15:42 UTC (44+ messages)
` [PATCH 01/16] virtio_pci: fix virtio spec compliance on restore
` [PATCH 02/16] virtio: unify config_changed handling
` [PATCH 03/16] virtio: refactor to use drv_to_virtio
` [PATCH 04/16] virtio-pci: move freeze/restore to virtio core
` [PATCH 05/16] virtio: defer config changed notifications
` [PATCH 06/16] virtio_blk: drop config_enable
` [PATCH 07/16] virtio-blk: drop config_mutex
` [PATCH 08/16] virtio_net: drop config_enable
` [PATCH 09/16] virtio-net: drop config_mutex
` [PATCH 10/16] virtio: add API to enable VQs early
` [PATCH 11/16] virtio_net: minor cleanup
` [PATCH 12/16] virtio_net: enable VQs early
` [PATCH 13/16] virtio_blk: "
` [PATCH 14/16] virtio_console: "
` [PATCH 16/16] virtio_net: fix use after free on allocation failure
[PATCH RFC 00/11] linux: towards virtio-1 guest support
2014-10-07 14:39 UTC
[PATCH v5 0/3] virtio: Use the DMA API when appropriate
2014-10-06 10:48 UTC (32+ messages)
` [PATCH v5 2/3] virtio_pci: Use the DMA API for virtqueues when possible
[PATCH] virtio: pci: Use SIMPLE_DEV_PM_OPS macro
2014-10-05 15:49 UTC (5+ messages)
CFP: The 24th Int. ACM Symp. on High-Performance Parallel and Distributed Computing (HPDC) 2015
2014-10-05 13:39 UTC
[3.16 stable PATCH v2 1/2] virtio: rng: delay hwrng_register() till driver is ready
2014-10-03 19:57 UTC (3+ messages)
[PATCH] virtio_balloon: Convert "vballon" kthread into a workqueue
2014-09-28 12:43 UTC
WorldCIST 2015 - 3rd World Conference on Information Systems and Technologies
2014-09-27 10:32 UTC
[PATCH] virtio_balloon: Convert "vballon" kthread into a workqueue
2014-09-25 16:20 UTC
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).