messages from 2014-10-07 12:05:13 to 2014-10-17 09:20:11 UTC [more...]
[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 v3 0/2] shrink virtio baloon on OOM in guest
2014-10-15 15:47 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 RFC] virtio_net: enable tx interrupt
2014-10-15 11:57 UTC (6+ messages)
[PATCH v4 00/25] virtio: fix spec compliance issues
2014-10-15 7:05 UTC (29+ 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 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 (16+ 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
[PATCH RFC 01/11] virtio: use u32, not bitmap for struct virtio_device's features
2014-10-13 10:42 UTC (13+ 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 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 (6+ messages)
` [PATCH v2 01/15] virtio_pci: fix virtio spec compliance on restore
[PATCH 08/16] virtio_net: drop config_enable
2014-10-07 15:42 UTC (4+ messages)
[PATCH RFC 00/11] linux: towards virtio-1 guest support
2014-10-07 14:39 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).