messages from 2009-07-17 18:08:53 to 2009-08-06 10:35:53 UTC [more...]
[PATCH 1/1] virtio_serial: A char device for simple guest <-> host communication
2009-08-06 10:35 UTC (26+ messages)
` [PATCH 1/3] virtio-serial: virtio device for simple host <-> guest communication
` [PATCH 2/3] vnc: add a is_vnc_active() helper
` [PATCH 3/3] virtio-serial: vnc: support for sending / receiving guest clipboard
` virtio-serial: An interface for host-guest communication
` [Qemu-devel] "
bridge vs macvlan performance (was: some veth related issues)
2009-08-05 7:02 UTC (3+ messages)
` bridge vs macvlan performance
[PATCH 2/4] Introduce a new fields "gtime" and "cgtime" in task_struct and signal_struct
2009-08-05 6:59 UTC
[PATCH 0/4] Virtual Machine Time Accounting
2009-08-04 22:23 UTC (7+ messages)
[PATCH] Add virtio IDs file
2009-08-03 7:29 UTC
[PATCH] dm-ioband-v1.12.3: I/O bandwidth controller
2009-07-31 4:03 UTC
[PATCH] dm-ioband-v1.12.2: I/O bandwidth controller
2009-07-30 8:53 UTC (2+ messages)
[PULL] lguest & virtio fixes, cleanups
2009-07-30 6:41 UTC
[PATCH] dm-ioband-v1.12.2: I/O bandwidth controller
2009-07-30 2:54 UTC
[PATCHv4 1/2] virtio: make del_vq delete vq from list
2009-07-28 14:58 UTC (6+ messages)
` [PATCHv4 2/2] virtio: refactor find_vqs
[PATCH 2/7] blkio-cgroup-v10: The new page_cgroup framework
2009-07-28 12:20 UTC (6+ messages)
` [PATCH 3/7] blkio-cgroup-v10: Refactoring io-context initialization
` [PATCH 4/7] blkio-cgroup-v10: The body of blkio-cgroup
` [PATCH 5/7] blkio-cgroup-v10: The document "
` [PATCH 6/7] blkio-cgroup-v10: Page tracking hooks
` [PATCH 7/7] blkio-cgroup-v10: Add a cgroup support to dm-ioband
[PATCH 1/7] blkio-cgroup-v10: Introduction
2009-07-28 12:09 UTC
kvm (on core 2 duo) freezes shortly after startup
2009-07-28 6:22 UTC
kvm (on core 2 duo) freezes shortly after startup
2009-07-28 6:17 UTC
virtio-serial: An interface for host-guest communication
2009-07-27 18:04 UTC
[PATCHv4 0/2] virtio: find_vqs/del_vqs fixes
2009-07-26 15:46 UTC
[PATCHv3 1/2] virtio: delete vq from list
2009-07-26 15:41 UTC (3+ messages)
` [PATCHv3 2/2] virtio: refactor find_vqs
[PATCHv3 0/2] virtio: find_vqs/del_vqs fixes
2009-07-26 12:47 UTC
[patch 00/54] [Announce] Microsoft Hyper-V drivers for Linux
2009-07-24 23:06 UTC (82+ messages)
` [patch 03/54] Staging: hv: add the Hyper-V virtual bus
` [patch 04/54] Staging: hv: add the Hyper-V virtual block driver
` [patch 05/54] Staging: hv: add the Hyper-V virtual network driver
` [patch 06/54] Staging: hv: add the Hyper-V virtual storage driver
` [patch 07/54] Staging: hv: add a TODO file
` [patch 08/54] Staging: hv: make the Hyper-V virtual bus code build
` [patch 09/54] Staging: hv: use the correct #ifdef for x86-64
` [patch 10/54] Staging: hv: add the Hyper-V virtual bus to the build
` [patch 11/54] Staging: hv: make the Hyper-V virtual storage driver build
` [patch 12/54] Staging: hv: add the Hyper-V virtual scsi driver to the build
` [patch 13/54] Staging: hv: make the Hyper-V virtual block driver build
` [patch 14/54] Staging: hv: add the Hyper-V virtual block driver to the build
` [patch 15/54] Staging: hv: make the Hyper-V virtual network driver build
` [patch 16/54] Staging: hv: add the Hyper-V virtual network driver to the build
` [patch 17/54] Staging: hv: remove INTERNAL typedef
` [patch 18/54] Staging: hv: remove PVOID typedef
` [patch 19/54] Staging: hv: remove VOID typedef
` [patch 20/54] Staging: hv: remove UINT8 and INT8 typedefs
` [patch 21/54] Staging: hv: remove UINT16 and INT16 typedefs
` [patch 22/54] Staging: hv: remove UINT32 and INT32 typedefs
` [patch 23/54] Staging: hv: remove UINT64 and INT64 and UCHAR typedefs
` [patch 24/54] Staging: hv: remove USHORT typedef
` [patch 25/54] Staging: hv: remove ULONGLONG and LONGLONG typedefs
` [patch 26/54] Staging: hv: remove ULONG_PTR typedef
` [patch 27/54] Staging: hv: remove ULONG and LONG typedefs
` [patch 28/54] Staging: hv: remove SIZE_T typedef
` [patch 29/54] Staging: hv: remove DWORD and BYTE typedefs
` [patch 30/54] Staging: hv: remove BOOL and BOOLEAN typedefs
` [patch 31/54] Staging: hv: remove #defines from osd.c
` [patch 32/54] Staging: hv: remove MIN and MAX usages
` [patch 33/54] Staging: hv: remove PAGE_SIZE and PAGE_SHIFT and __builtin functions
` [patch 34/54] Staging: hv: remove STRUCT_PACKED and STRUCT_ALIGNED defines
` [patch 35/54] Staging: hv: remove UNUSED_VAR usage
` [patch 36/54] Staging: hv: remove FIELD_OFFSET usage
` [patch 37/54] Staging: hv: remove TRUE, FALSE, and NULL usage
` [patch 38/54] Staging: hv: osd: remove MemAlloc wrapper
` [patch 39/54] Staging: hv: osd: remove MemAllocZeroed wrapper
` [patch 40/54] Staging: hv: osd: remove MemAllocAtomic wrapper
` [patch 41/54] Staging: hv: osd: remove MemFree wrapper
` [patch 42/54] Staging: hv: make Channel->InboundLock a real spinlock
` [patch 43/54] Staging: hv: make RingInfo->RingLock "
` [patch 44/54] Staging: hv: make Device->RequestLock "
` [patch 45/54] Staging: hv: make netDevice->ReceivePacketListLock "
` [patch 46/54] Staging: hv: make gVmbusConnection.ChannelMsgLock "
` [patch 47/54] Staging: hv: make gVmbusConnection.ChannelLock "
` [patch 48/54] Staging: hv: osd: remove spinlock wrapper functions
` [patch 49/54] Staging: hv: osd: remove Sleep wrapper
` [patch 50/54] Staging: hv: osd: remove MemoryFence wrapper
` [patch 51/54] Staging: hv: osd: remove LogMsg wrapper
` [patch 52/54] Staging: hv: osd: remove PrintBytes wrapper
` [patch 53/54] Staging: hv: fix up printk warnings
` [patch 54/54] Staging: hv: osd: remove GetTickCount and GetTimestamp wrappers
[PATCHv2 1/2] virtio: fix double free_irq on device removal
2009-07-24 12:25 UTC (4+ messages)
` [PATCHv2 2/2] virtio: fix memory leak "
[PATCH 2/9] dm-ioband-1.12.1: All-in-one patch
2009-07-24 8:48 UTC (27+ messages)
` [PATCH 3/9] blkio-cgroup-v9: The new page_cgroup framework
` [PATCH 4/9] blkio-cgroup-v9: Refactoring io-context initialization
` [PATCH 5/9] blkio-cgroup-v9: The body of blkio-cgroup
` [PATCH 6/9] blkio-cgroup-v9: The document "
` [PATCH 7/9] blkio-cgroup-v9: Page tracking hooks
` [PATCH 8/9] blkio-cgroup-v9: Fast page tracking
` [PATCH 9/9] blkio-cgroup-v9: Add a cgroup support to dm-ioband
` [Xen-devel] Re: [PATCH 7/9] blkio-cgroup-v9: Page tracking hooks
KVM-88 Crash with Linux-2.6.25 kernel
2009-07-24 6:10 UTC (2+ messages)
[PATCH 1/2] virtio: delete vq from list
2009-07-23 15:48 UTC (2+ messages)
` [PATCH 2/2] virtio: retry on vector assignment failure
[PATCH 0/2] virtio: recover from vector assignment failure
2009-07-23 15:45 UTC
KVM-88 Crash with Linux-2.6.25 kernel
2009-07-23 15:32 UTC (2+ messages)
qemu-kvm missing some msix capability check
2009-07-23 14:25 UTC
[PATCHv2 0/2] virtio: device removal fixes
2009-07-23 11:57 UTC
KVM-88 Crash with Linux-2.6.25 kernel
2009-07-23 10:50 UTC (2+ messages)
[PATCH 1/2] virtio: fix memory leak on device removal
2009-07-23 10:27 UTC (8+ messages)
` [PATCH 2/2] virtio: fix double free_irq
KVM-88 Crash with Linux-2.6.25 kernel
2009-07-23 9:39 UTC
KVM-88 Crash with Linux-2.6.25 kernel
2009-07-23 9:36 UTC
[PATCH 0/2] virtio: device removal fixes
2009-07-21 15:58 UTC
[PATCH 1/9] I/O bandwidth controller and BIO tracking
2009-07-21 14:09 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).