messages from 2011-05-25 05:50:29 to 2011-06-16 00:05:34 UTC [more...]
[PATCH 1/1] [virt] virtio-blk: Use ida to allocate disk index
2011-06-16 0:05 UTC (13+ messages)
[PATCH] virtio-net: per cpu 64 bit stats
2011-06-15 18:33 UTC (3+ messages)
` [PATCH] virtio-net: per cpu 64 bit stats (v2)
linux-next: Tree for June 15 (xen)
2011-06-15 17:54 UTC
[PATCH] virtio-net: per cpu 64 bit stats
2011-06-15 15:43 UTC
virtio scsi host draft specification, v3
2011-06-14 15:53 UTC (2+ messages)
virtio scsi host draft specification, v3
2011-06-14 15:30 UTC (9+ messages)
[Xen-devel] [PATCH 1/2] xen: Add __attribute__((format(printf... where appropriate
2011-06-13 16:40 UTC (2+ messages)
[PATCHv2 RFC 1/4] virtio_ring: add capacity check API
2011-06-13 13:44 UTC (16+ messages)
` [PATCHv2 RFC 2/4] virtio_net: fix tx capacity checks using new API
` [PATCHv2 RFC 3/4] virtio_net: limit xmit polling
` [PATCHv2 RFC 4/4] Revert "virtio: make add_buf return capacity remaining:
` [PATCHv2 RFC 0/4] virtio and vhost-net capacity handling
[PATCH 1/2] xen: Add __attribute__((format(printf... where appropriate
2011-06-12 16:21 UTC
[PATCH] virtio_net: introduce VIRTIO_NET_HDR_F_DATA_VALID
2011-06-11 22:58 UTC (2+ messages)
[PATCH 7/7] [v4] drivers/virt: introduce Freescale hypervisor management driver
2011-06-10 15:36 UTC (7+ messages)
[PATCH] virtio_net: introduce VIRTIO_NET_HDR_F_DATA_VALID
2011-06-10 10:56 UTC
[PATCH 7/7] [v5] drivers/virt: introduce Freescale hypervisor management driver
2011-06-10 10:45 UTC (11+ messages)
` [PATCH 7/7] [v5] drivers/virt: introduce Freescale hypervisormanagement driver
[PATCH 7/7] [v6] drivers/virt: introduce Freescale hypervisor management driver
2011-06-09 21:04 UTC
[PATCH 7/7] [v6] drivers/virt: introduce Freescale hypervisor management driver
2011-06-09 20:52 UTC
[PATCH 7/7] [v5] drivers/virt: introduce Freescale hypervisor management driver
2011-06-09 19:13 UTC
[PATCH 1/3] Staging: hv: netvsc: Fix a bug in accounting transmit slots
2011-06-09 17:53 UTC (4+ messages)
[PATCH 00/49] Staging: hv: Driver cleanup
2011-06-08 16:22 UTC (69+ messages)
` [PATCH 01/49] Staging: hv: vmbus: In vmbus_child_driver_unregister() don't set the bus field to NULL
` [PATCH 02/49] Staging: hv: storvsc: Cleanup the exit function in storvsc_drv.c
` [PATCH 03/49] Staging: hv: storvsc: Cleanup the module init "
` [PATCH 04/49] Staging: hv: storvsc: Fix a bug in the storvsc_remove() function
` [PATCH 05/49] Staging: hv: storvsc: Cleanup some dated/unnecessary comments
` [PATCH 06/49] Staging: hv: stor: Get rid of unnecessary DPRINTs in stor vsc_drv.c
` [PATCH 07/49] Staging: hv: stor: Rename the vriable gStorVscDeviceType in storvsc_drv.c
` [PATCH 08/49] Staging: hv: stor: Get rid of the unused initialization of the name field
` [PATCH 09/49] Staging: hv: blk: "
` [PATCH 10/49] Staging: hv: mouse: "
` [PATCH 11/49] Staging: hv: vmbus: Don't free the channel when the channel is closed
` [PATCH 12/49] Staging: hv: storvsc: Add a DMI signature to support auto-loading
` [PATCH 13/49] Staging: hv: vmbus: Change the signature of vmbus_bus_init()
` [PATCH 14/49] Staging: hv: vmbus: Use the DSDT specified irq for vmbus
` [PATCH 15/49] Staging: hv: vmbus: Make vmbus an acpi bus driver
` [PATCH 16/49] Staging: hv: vmbus: Get rid of vmbus_acpi_init() by inlining the code
` [PATCH 17/49] Staging: hv: vmbus: Get rid of vmbus_acpi_exit() "
` [PATCH 18/49] Staging: hv: vmbus: Add the DSDT _HID name as well
` [PATCH 19/49] Staging: hv: blkvsc: Fix bugs in the module unload path
` [PATCH 20/49] Staging: hv: blkvsc: We don't support removable media; get rid of unnecessary state
` [PATCH 21/49] Staging: hv: vmbus: Get rid of the timer based handling of channel events
` [PATCH 22/49] Staging: hv: vmbus: Get rid of the call to dump channel state in channel event handler
` [PATCH 23/49] Staging: hv: vmbus: Directly invoke the channel callback
` [PATCH 24/49] Staging: hv: vmbus: Get rid of the unused wrapper - vmbus_onchannel_event()
` [PATCH 25/49] Staging: hv: vmbus: Get rid of unneeded calls to dump_vmbus_channel
` [PATCH 26/49] Staging: hv: vmbus: Get rid of the poll timer in the channel state
` [PATCH 27/49] Staging: hv: vmbus: Fix the memory barrier in hv_ringbuffer_read()
` [PATCH 28/49] Staging: hv: vmbus: Introduce read dependency in hv_get_ringbuffer_availbytes()
` [PATCH 29/49] Staging: hv: vmbus: Change the memory barrier in hv_ringbuffer_write()
` [PATCH 30/49] Staging: hv: vmbus: Get rid of the unused function vmbus_ontimer()
` [PATCH 31/49] Staging: hv: vmbus: Get rid of some dated comments in channel.c
` [PATCH 32/49] Staging: hv: vmbus: Correct "
` [PATCH 33/49] Staging: hv: vmbus: Move the definition of struct vmbus_channel
` [PATCH 34/49] Staging: hv: vmbus: Embed the state needed to close the channel
` [PATCH 35/49] Staging: hv: vmbus: Use the newly introduced state in closing "
` [PATCH 36/49] Staging: hv: vmbus: Get rid of a dated comment in vmbus_drv.c
` [PATCH 37/49] Staging: hv: vmbus: Get rid of an unused function in connection.c
` [PATCH 38/49] Staging: hv: vmbus: Get rid of a dated comment in channel_mgmt.c
` [PATCH 39/49] Staging: hv: vmbus: Fix a memory barrier call in vmbus_drv.c
` [PATCH 40/49] Staging: hv: vmbus: Rename local variables "
` [PATCH 41/49] Staging: hv: vmbus: Increase the timeout for some critical calls
` [PATCH 42/49] Staging: hv: vmbus: Properly handle memory allocation failure in channel.c
` [PATCH 43/49] Staging: hv: vmbus: Cleanup some error codes in vmbus_drv.c
` [PATCH 44/49] Staging: hv: vmbus: Cleanup error handling in vmbus_bus_init()
` [PATCH 45/49] Staging: hv: vmbus: Cleanup error codes in hv.c
` [PATCH 46/49] Staging: hv: vmbus: Cleanup error codes in connection.c
` [PATCH 47/49] Staging: hv: vmbus: Cleanup some error values in channel.c
` [PATCH 48/49] Staging: hv: vmbus: Change Cleanup to cleanup "
` [PATCH 49/49] Staging: hv: vmbus: Increase the timeout value in vmbus_request_offers()
virtio scsi host draft specification, v3
2011-06-07 13:43 UTC
[PATCH 2/3] Staging: hv: netvsc: Increase the timeout value in netvsc_init_recv_buf()
2011-06-06 22:58 UTC
[patch] xen: off by one errors in multicalls.c
2011-06-03 19:57 UTC (2+ messages)
` [Xen-devel] "
[patch] xen: off by one errors in multicalls.c
2011-06-03 4:45 UTC
[PATCH RFC 1/3] virtio_ring: add capacity check API
2011-06-03 4:08 UTC (15+ messages)
` [PATCH RFC 2/3] virtio_net: fix tx capacity checks using new API
` [PATCH RFC 3/3] virtio_net: limit xmit polling
[PATCHv2 RFC 0/4] virtio and vhost-net capacity handling
2011-06-02 15:42 UTC
[TRIVIAL PATCH next 12/15] video: Convert vmalloc/memset to vzalloc
2011-06-02 8:26 UTC (5+ messages)
` [TRIVIAL PATCH V2 "
[PATCH] pci: Use pr_<level> and pr_fmt
2011-06-02 5:51 UTC
[PATCHv3] virtio-spec: 64 bit features, used/avail event, fixes
2011-06-02 1:49 UTC
[PATCHv3] virtio-spec: 64 bit features, used/avail event, fixes
2011-06-01 10:25 UTC
[PATCH RFC 0/3] virtio and vhost-net capacity handling
2011-06-01 9:49 UTC
[PATCH 1/1] [virt] virtio-blk: Use ida to allocate disk index
2011-06-01 7:24 UTC
[PATCHv2 10/14] virtio_net: limit xmit polling
2011-05-30 6:27 UTC (9+ messages)
` [PERF RESULTS] virtio and vhost-net performance enhancements
2.6.40 event idx patches
2011-05-28 19:42 UTC (5+ messages)
[TRIVIAL PATCH next 00/15] treewide: Convert vmalloc/memset to vzalloc
2011-05-28 17:36 UTC
[PATCH] arch/tile: add /proc/tile, /proc/sys/tile, and a sysfs cpu attribute
2011-05-27 14:23 UTC (8+ messages)
` [PATCH v2] arch/tile: more /proc and /sys file support
[PATCH 2/2] staging: hv: use delayed_work for netvsc_send_garp()
2011-05-27 13:21 UTC
[PATCH 1/2] staging: hv: convert DPRINT_DBG() to netdev_dbg() in dump_rndis_message()
2011-05-27 13:21 UTC
[PATCH 1/1] staging: hv: remove netvsc send buffer and related functions
2011-05-25 22:02 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).