virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-08-25 16:48:41 to 2011-09-05 17:41:01 UTC [more...]

ACM MTAGS 2011: deadline extension to September 26th
 2011-09-05 17:41 UTC 

Hyper-V TODO file
 2011-09-02 20:54 UTC  (14+ messages)

[PATCH] Staging: hv: vmbus: Show the modalias in /sys/bus/vmbus/devices/*/
 2011-09-02 18:12 UTC  (6+ messages)

[PATCH 1/1] Staging: hv: Update TODO file
 2011-09-02 15:55 UTC 

[PATCH 1/1] Staging: hv: Integrate the time source driver with Hyper-V detection code
 2011-09-02 13:30 UTC  (3+ messages)

[PATCH 1/1] staging: hv: Add support for >2 TB LUN in storage driver
 2011-09-01 22:22 UTC  (2+ messages)

[PATCH 1/1] staging: hv: Add support for >2 TB LUN in storage driver
 2011-09-01 21:11 UTC  (2+ messages)

[PATCH 00/10] netvsc bug fixes and cleanups
 2011-09-01 19:19 UTC  (11+ messages)
` [PATCH 01/10] staging: hv: remove unnecessary includes in netvsc
` [PATCH 02/10] staging: hv: add newline to log messages "
` [PATCH 03/10] staging: hv: convert dev_<loglevel> to netdev_<loglevel> "
` [PATCH 04/10] staging: hv: fix a kernel warning in netvsc_linkstatus_callback()
` [PATCH 05/10] staging: hv: re-order the code in netvsc_probe()
` [PATCH 06/10] staging: hv: fix counting of #outstanding-sends in failed sends
` [PATCH 07/10] staging: hv: fix counting of available buffer slots when send fails
` [PATCH 08/10] staging: hv: fix the return status of netvsc_start_xmit()
` [PATCH 09/10] staging: hv: fix the page buffer when rndis data go across page boundary
` [PATCH 10/10] staging: hv: fix some typos in netvsc.c

[PATCH 0000/0046] Staging: hv: Driver cleanup
 2011-09-01 15:43 UTC  (77+ messages)
` [PATCH 01/46] Staging: hv: storvsc: Inline free_stor_device()
  ` [PATCH 02/46] Staging: hv: storvsc: Do not aquire an unnecessary reference on stor_device
  ` [PATCH 03/46] Staging: hv: storvsc: Rename must_get_stor_device()
  ` [PATCH 04/46] Staging: hv: storvsc: Rename get_stor_device()
  ` [PATCH 05/46] Staging: hv: storvsc: Cleanup alloc_stor_device()
  ` [PATCH 06/46] Staging: hv: storvsc: Introduce state to manage the lifecycle of stor device
  ` [PATCH 07/46] Staging: hv: storvsc: Prevent outgoing traffic when stor dev is being destroyed
  ` [PATCH 08/46] Staging: hv: storvsc: Get rid of release_stor_device() by inlining the code
  ` [PATCH 09/46] Staging: hv: storvsc: Get rid of final_release_stor_device() by inlining code
  ` [PATCH 10/46] Staging: hv: storvsc: Get rid of the reference counting in struct storvsc_device
  ` [PATCH 11/46] Staging: hv: netvsc: Inline the code for free_net_device()
  ` [PATCH 12/46] Staging: hv: netvsc: Cleanup alloc_net_device()
  ` [PATCH 13/46] Staging: hv: netvsc: Introduce state to manage the lifecycle of net device
  ` [PATCH 14/46] Staging: hv: netvsc: Prevent outgoing traffic when netvsc dev is destroyed
  ` [PATCH 15/46] Staging: hv: netvsc: Get rid of release_outbound_net_device() by inlining the code
  ` [PATCH 16/46] Staging: hv: netvsc: Get rid of release_inbound_net_device() "
  ` [PATCH 17/46] Staging: hv: netvsc: Get rid of the refcnt field in struct netvsc_device
  ` [PATCH 18/46] Staging: hv: storvsc: Add code to handle IDE devices using the storvsc driver
  ` [PATCH 19/46] Staging: hv: storvsc: Handle "
  ` [PATCH 20/46] Staging: hv: blkvsc: Get rid of blkvsc_drv.c as this code is not used
  ` [PATCH 21/46] Staging: hv: storvsc: Optimize bounce buffer handling for the "write" case
  ` [PATCH 22/46] Staging: hv: storvsc: Optimize the bounce buffer handling in the "read" case
  ` [PATCH 23/46] Staging: hv: storvsc: Include storvsc.c in storvsc_drv.c
  ` [PATCH 24/46] Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the contents of storvsc.c
  ` [PATCH 25/46] Staging: hv: storvsc: Add the contents of hyperv_storage.h to storvsc_drv.c
  ` [PATCH 26/46] Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the contents of hyperv_storage.h
  ` [PATCH 27/46] Staging: hv: storvsc: Fixup srb and scsi status for INQUIRY and MODE_SENSE
  ` [PATCH 28/46] Staging: hv: storvsc: Fix a typo
  ` [PATCH 29/46] Staging: hv: storvsc: In case of scsi errors offline the device
  ` [PATCH 30/46] Staging: hv: storvsc: No need to copy from bounce buffer in case of a failure
  ` [PATCH 31/46] Staging: hv: util: Forcefully shutdown when shutdown is requested
  ` [PATCH 32/46] Staging: hv: util: Adjust guest time in a process context
  ` [PATCH 33/46] Staging: hv: vmbus: Check before invoking the channel callback
  ` [PATCH 34/46] Staging: hv: vmbus: Properly deal with de-registering "
  ` [PATCH 35/46] Staging: hv: Fix a bug in vmbus_match()
  ` [PATCH 36/46] Staging: hv: vmbus: Get rid of vmbus_on_isr() by inlining the code
  ` [PATCH 37/46] Staging: hv: vmbus: Check for events before messages
  ` [PATCH 38/46] Staging: hv: vmbus: Do not enable auto eoi
  ` [PATCH 39/46] Staging: hv: vmbus: Fixup indentation in vmbus_acpi_add()
  ` [PATCH 40/46] Staging: hv: vmbus: Get rid of some dated/redundant comments
  ` [PATCH 41/46] Staging: hv: vmbus: Fix a bug in error handling in vmbus_bus_init()
  ` [PATCH 42/46] Staging: hv: vmbus: Get rid of an unnecessary check in vmbus_connect()
  ` [PATCH 43/46] Staging: hv: vmbus: Fix a checkpatch warning in ring_buffer.c
  ` [PATCH 44/46] Staging: hv: vmbus: Fix checkpatch warnings in connection.c
  ` [PATCH 45/46] Staging: hv: mousevsc: Fix checkpatch errors and warnings
  ` [PATCH 46/46] Staging: hv: Update the TODO file
            ` [PATCH RFC] ata_piix: ignore disks in a hyper-v guest

[PATCH 0000/0004] Staging: hv: Driver cleanup
 2011-08-31 21:35 UTC  (5+ messages)
` [PATCH 1/4] Staging: hv: util: Deal with driver register failures
  ` [PATCH 2/4] Staging: hv: vmbus: Fix a bug in error handling in vmbus_bus_init()
  ` [PATCH 3/4] Staging: hv: vmbus: Check for events before messages
  ` [PATCH 4/4] Staging: hv: vmbus: Cleanup the code in process_chn_event()

[PATCH] virtio-net: Read MAC only after initializing MSI-X
 2011-08-31 16:24 UTC 

CiteSearcher: a Google Scholar front-end for iOS and Android mobile devices
 2011-08-31  8:41 UTC 

CFP: The Second International Workshop on Data Intensive Computing in the Clouds (DataCloud-SC11) 2011 -- co-located with IEEE/ACM Supercomputing 2011
 2011-08-31  7:47 UTC 

CFP: 4th Workshop on Many-Task Computing on Grids and Supercomputers (MTAGS) 2011 -- co-located with IEEE/ACM Supercomputing 2011
 2011-08-31  7:36 UTC 

[PATCH 0000/0059] Staging: hv: Driver cleanup
 2011-08-30 17:14 UTC  (69+ messages)
` [PATCH 01/59] Staging: hv: vmbus: VMBUS is an ACPI enumerated device, get rid of the PCI signature
  ` [PATCH 06/59] Staging: hv: blkvsc: Use the newly introduced vmbus ID in the blockvsc driver
  ` [PATCH 10/59] Staging: hv: util: Make hv_utils a vmbus device driver
  ` [PATCH 12/59] Staging: hv: vmbus: Cleanup vmbus_uevent() code
  ` [PATCH 15/59] Staging: hv: storvsc: Get rid of the DMI signature
  ` [PATCH 16/59] Staging: hv: netvsc: Get rid of the PCI signature
  ` [PATCH 17/59] Staging: hv: netvsc: Get rid of the DMI signature in netvsc_drv.c
  ` [PATCH 18/59] Staging: hv: util: Get rid of the DMI signature in hv_util.c
  ` [PATCH 19/59] Staging: hv: util: Get rid of the PCI "
  ` [PATCH 20/59] Staging: hv: netvsc: Initialize the driver name directly
  ` [PATCH 21/59] Staging: hv: netvsc: Get rid of the empty function netvsc_initialize()
  ` [PATCH 22/59] Staging: hv: vmbus: Get rid of the unused name field in struct hv_driver
  ` [PATCH 23/59] Staging: hv: vmbus: Get rid of some unnecessary comments
  ` [PATCH 24/59] Staging: hv: vmbus: Cleanup unnecessary comments in hv.c
  ` [PATCH 25/59] Staging: hv: vmbus: Cleanup error handling in hv_init()
  ` [PATCH 26/59] Staging: hv: vmbus: Get rid of unnecessay comments in connection.c
  ` [PATCH 27/59] Staging: hv: vmbus: Get rid of the function dump_gpadl_body()
  ` [PATCH 28/59] Staging: hv: vmbus: Get rid of the function dump_gpadl_header()
  ` [PATCH 29/59] Staging: hv: vmbus: Rename openMsg to open_msg in channel.c
  ` [PATCH 30/59] Staging: hv: vmbus: Get rid of unnecessary comments "
  ` [PATCH 31/59] Staging: hv: vmbus: Change the variable name openInfo to open_info "
  ` [PATCH 32/59] Staging: hv: vmbus: Cleanup error values in ringbuffer.c
  ` [PATCH 33/59] Staging: hv: vmbus: Cleanup the error return value in vmbus_recvpacket_raw()
  ` [PATCH 34/59] Staging: hv: netvsc: Get rid of an unnecessary print statement in netvsc_probe()
  ` [PATCH 35/59] Staging: hv: vmbus: Retry vmbus_post_msg() before giving up
  ` [PATCH 36/59] Staging: hv: storvsc: Cleanup error handling in storvsc_dev_add()
  ` [PATCH 37/59] Staging: hv: storvsc: Cleanup error handling in storvsc_channel_init()
  ` [PATCH 38/59] Staging: hv: storvsc: Cleanup error handling in storvsc_connect_to_vsp()
  ` [PATCH 39/59] Staging: hv: storvsc: Cleanup error handling in storvsc_do_io()
  ` [PATCH 40/59] Storage: hv: storvsc: Get rid of some unnecessary DPRINTs from storvsc.c
  ` [PATCH 41/59] Staging: hv: storvsc: Fix/cleanup some dated comments in storvsc.c
  ` [PATCH 42/59] Staging: hv: storvsc: Cleanup returned error code in storvsc_host_reset()
  ` [PATCH 43/59] Staging: hv: storvsc: Cleanup error code returned in storvsc_probe()
  ` [PATCH 44/59] Staging: hv: storvsc: Cleanup returned error code in storvsc_drv_init()
  ` [PATCH 45/59] Staging: hv: netvsc: Cleanup the returned error code in netvsc_probe()
  ` [PATCH 46/59] Staging: hv: netvsc: Cleanup error return codes in netvsc_destroy_recv_buf()
  ` [PATCH 47/59] Staging: hv: netvsc: Cleanup error return values in netvsc_init_recv_buf()
  ` [PATCH 48/59] Staging: hv: netvsc: Cleanup error returns in netvsc_connect_vsp()
  ` [PATCH 49/59] Staging: hv: netvsc: Cleanup error return values in netvsc_send()
  ` [PATCH 50/59] Staging: hv: netvsc: Cleanup error return codes in netvsc_device_add()
  ` [PATCH 51/59] Staging: hv: netvsc: Cleanup error codes in rndis_filter_receive()
  ` [PATCH 52/59] Staging: hv: netvsc: Cleanup error code in rndis_filter_query_device()
  ` [PATCH 53/59] Staging: hv: netvsc: Cleanup error return values in rndis_filter_set_packet_filter()
  ` [PATCH 54/59] Staging: hv: netvsc: Cleanup error returns in rndis_filter_init_device()
  ` [PATCH 55/59] Staging: hv: netvsc: Cleanup error code in rndis_filter_device_add()
  ` [PATCH 56/59] Staging: hv: mouse: Change the jump label Cleanup to cleanup
  ` [PATCH 57/59] Staging: hv: mouse: Get rid of the unused PCI signature
  ` [PATCH 58/59] Staging: hv: netvsc: Change the jump label Cleanup to cleanup
  ` [PATCH 59/59] Staging: hv: netvsc: Change the jump label Exit to exit

[PATCH] virtio: fix size computation according to the definition of struct vring_used in vring_size
 2011-08-30  0:12 UTC  (9+ messages)

[PATCH] virtio: fix size computation according to the definition of struct vring_used in vring_size
 2011-08-27  1:07 UTC 

[PATCH] virtio.h: correct comment for struct virtio_driver
 2011-08-25 23:46 UTC 


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).