messages from 2014-10-14 23:11:54 to 2014-10-24 22:04:23 UTC [more...]
[PATCH v12 00/11] qspinlock: a 4-byte queue spinlock with PV support
2014-10-24 22:04 UTC (17+ 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
v3.18-rc1 32 bit KVM hangs early in boot process
2014-10-24 16:00 UTC (5+ messages)
[PATCH RFC 00/11] qemu: towards virtio-1 host support
2014-10-24 14:17 UTC (15+ messages)
[PATCH RFC 1/4] virtio_net: pass vi around
2014-10-24 14:10 UTC (6+ messages)
` [PATCH RFC 2/4] virtio_net: get rid of virtio_net_hdr/skb_vnet_hdr
` [PATCH RFC 3/4] virtio_net: stricter short buffer length checks
` [PATCH RFC 4/4] virtio_net: bigger header when VERSION_1 is set
[PATCH RFC v4 01/17] virtio: memory access APIs
2014-10-24 13:52 UTC (15+ messages)
` [PATCH RFC v4 02/17] virtio_ring: switch to new "
` [PATCH RFC v4 03/17] virtio: use u32, not bitmap for struct virtio_device's features
` [PATCH RFC v4 04/17] virtio: add support for 64 bit features
` [PATCH RFC v4 05/17] virtio: add virtio 1.0 feature bit
` [PATCH RFC v4 06/17] virtio: make endian-ness depend on virtio 1.0
` [PATCH RFC v4 07/17] virtio_config: endian conversion for v1.0
` [PATCH RFC v4 08/17] virtio: allow transports to get avail/used addresses
` [PATCH RFC v4 09/17] virtio: set FEATURES_OK
` [PATCH RFC v4 10/17] virtio: simplify feature bit handling
` [PATCH RFC v4 11/17] virtio: add legacy feature table support
` [PATCH RFC v4 12/17] virtio_net: v1.0 support
` [PATCH RFC v4 13/17] virtio_blk: "
[PATCH] virtio_blk: fix race at module removal
2014-10-24 2:13 UTC (2+ messages)
[PATCH RFC] virtio_blk: WCE is assumed on under VIRTIO 1.0
2014-10-23 21:46 UTC
[PATCH RFC] tun: fix sparse warnings for virtio headers
2014-10-23 20:03 UTC
[PATCH] fixup! virtio: add legacy feature table support
2014-10-23 17:34 UTC
[PATCH RFC v3 01/16] virtio: memory access APIs
2014-10-23 14:03 UTC (21+ messages)
` [PATCH RFC v3 02/16] virtio_ring: switch to new "
` [PATCH RFC v3 03/16] virtio: use u32, not bitmap for struct virtio_device's features
` [PATCH RFC v3 04/16] virtio: add support for 64 bit features
` [PATCH RFC v3 05/16] virtio: add virtio 1.0 feature bit
` [PATCH RFC v3 06/16] virtio: make endian-ness depend on virtio 1.0
` [PATCH RFC v3 07/16] virtio_config: endian conversion for v1.0
` [PATCH RFC v3 08/16] virtio: allow transports to get avail/used addresses
` [PATCH RFC v3 09/16] virtio: set FEATURES_OK
` [PATCH RFC v3 10/16] virtio_net: use v1.0 endian
` [PATCH RFC v3 11/16] virtio_blk: use virtio "
` [PATCH RFC v3 15/16] virtio_net: fix types for in memory structures
` [PATCH RFC v3 16/16] virtio_blk: "
[PATCH] virtio_blk: make serial attribute static
2014-10-23 13:09 UTC
[PATCH RFC v2 01/16] virtio: memory access APIs
2014-10-22 18:40 UTC (15+ messages)
` [PATCH RFC v2 02/16] virtio_ring: switch to new "
` [PATCH RFC v2 03/16] virtio: use u32, not bitmap for struct virtio_device's features
` [PATCH RFC v2 04/16] virtio: add support for 64 bit features
` [PATCH RFC v2 05/16] virtio: add virtio 1.0 feature bit
` [PATCH RFC v2 06/16] virtio: make endian-ness depend on virtio 1.0
` [PATCH RFC v2 07/16] virtio_config: endian conversion for v1.0
` [PATCH RFC v2 08/16] virtio: allow transports to get avail/used addresses
` [PATCH RFC v2 09/16] virtio: set FEATURES_OK
` [PATCH RFC v2 10/16] virtio_net: use v1.0 endian
` [PATCH RFC v2 11/16] virtio_blk: use virtio "
` [PATCH RFC v2 15/16] virtio_net: fix types for in memory structures
` [PATCH RFC v2 16/16] virtio_blk: "
[Qemu-devel] [PATCH RFC 03/11] virtio: endianess conversion helpers
2014-10-22 14:37 UTC (4+ messages)
` [PATCH RFC 04/11] virtio_ring: implement endian reversal based on VERSION_1 feature
IPv6 UFO for VMs
2014-10-22 9:35 UTC (2+ messages)
[PATCH RFC] virtio 1.0 vring endian-ness
2014-10-22 8:38 UTC (3+ 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 (15+ messages)
` [PATCH v4 03/25] virtio-pci: move freeze/restore to virtio core
` [PATCH v4 13/25] virtio_console: enable VQs early
` [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 (10+ messages)
` [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 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 (8+ messages)
` [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
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).