virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-06-29 14:39:07 to 2011-07-15 17:47:02 UTC [more...]

[PATCH 0000/0117] Staging: hv: Driver cleanup
 2011-07-15 17:47 UTC  (75+ messages)
` [PATCH 001/117] Staging: hv: vmbus: VMBUS is an ACPI enumerated device, get rid of the PCI signature
  ` [PATCH 002/117] Staging: hv: Replace struct hv_guid with the uuid type already defined in Linux
  ` [PATCH 003/117] Staging: hv: Add struct hv_vmbus_device_id to mod_devicetable.h
  ` [PATCH 004/117] Staging: hv: Add code to parse struct hv_vmbus_device_id table
  ` [PATCH 005/117] Staging: hv: vmbus: Introduce vmbus ID space in struct hv_driver
  ` [PATCH 006/117] Staging: hv: blkvsc: Use the newly introduced vmbus ID in the blockvsc driver
  ` [PATCH 007/117] Staging: hv: storvsc: Use the newly introduced vmbus ID in storvsc driver
  ` [PATCH 008/117] Staging: hv: netvsc: Use the newly introduced vmbus ID in netvsc driver
  ` [PATCH 009/117] Staging: hv: mousevsc: Use the newly introduced vmbus ID in mouse driver
  ` [PATCH 010/117] Staging: hv: util: Make hv_utils a vmbus device driver
  ` [PATCH 011/117] Staging: hv: util: Use the newly introduced vmbus ID in util driver
  ` [PATCH 012/117] Staging: hv: blkvsc: Add the MODULE_DEVICE_TABLE() line
  ` [PATCH 013/117] Staging: hv: storvsc: Add "
  ` [PATCH 014/117] Staging: hv: netvsc: Add the "
  ` [PATCH 015/117] Staging: hv: util: "
  ` [PATCH 016/117] Staging: hv: mouse: "
  ` [PATCH 017/117] Staging: hv: mouse: Do not auto-load the mouse driver
  ` [PATCH 018/117] Staging: hv: vmbus: Cleanup vmbus_match()
  ` [PATCH 019/117] Staging: hv: vmbus: Cleanup vmbus_uevent() code
  ` [PATCH 020/117] Staging: hv: vmbus: Support the notion of id tables in vmbus_match()
  ` [PATCH 021/117] Staging: hv: vmbus: Get rid of an unnecessary include line in vmbus_drv.c
  ` [PATCH 022/117] Staging: hv: storvsc: Get rid of the DMI signature
  ` [PATCH 023/117] Staging: hv: netvsc: Get rid of the PCI signature
  ` [PATCH 024/117] Staging: hv: netvsc: Get rid of the DMI signature in netvsc_drv.c
  ` [PATCH 025/117] Staging: hv: util: Get rid of the DMI signature in hv_util.c
  ` [PATCH 026/117] Staging: hv: util: Get rid of the PCI "
  ` [PATCH 027/117] Staging: hv: blkvsc: Get rid of the dev_type guid from blkvsc_drv.c
  ` [PATCH 028/117] Staging: hv: storvsc: Get rid of the device type guid from storvsc_drv.c
  ` [PATCH 029/117] Staging: hv: netvsc: Get rid of the dev_type guid from netvsc.c
  ` [PATCH 030/117] Staging: hv: netvsc: Initialize the driver name directly
  ` [PATCH 031/117] Staging: hv: netvsc: Get rid of the driver name initialization in netvsc.c
  ` [PATCH 032/117] Staging: hv: netvsc: Get rid of the empty function netvsc_initialize()
  ` [PATCH 033/117] Staging: hv: vmbus: Get rid of the unused name field in struct hv_driver
  ` [PATCH 034/117] Staging: hv: mouse: Get rid of the dev_type guid in hv_mouse.c
  ` [PATCH 035/117] Staging: hv: vmbus: Introduce a function to map the dev_type guid to a name
  ` [PATCH 036/117] Staging: hv: vmbus: Make class_id attribute a human readable string
  ` [PATCH 037/117] Staging: hv: vmbus: Get rid of the device_id attribute
  ` [PATCH 038/117] Staging: hv: vmbus: Get rid of some unnecessary comments
  ` [PATCH 039/117] Staging: hv: vmbus: Cleanup unnecessary comments in hv.c
  ` [PATCH 040/117] Staging: hv: vmbus: Cleanup error handling in hv_init()
  ` [PATCH 041/117] Staging: hv: vmbus: Get rid of unnecessay comments in connection.c
  ` [PATCH 042/117] Staging: hv: vmbus: Get rid of the function dump_gpadl_body()
  ` [PATCH 043/117] Staging: hv: vmbus: Get rid of the function dump_gpadl_header()
  ` [PATCH 044/117] Staging: hv: vmbus: Rename openMsg to open_msg in channel.c
  ` [PATCH 045/117] Staging: hv: vmbus: Get rid of unnecessary comments "
  ` [PATCH 046/117] Staging: hv: vmbus: Change the variable name openInfo to open_info "
  ` [PATCH 047/117] Staging: hv: vmbus: Cleanup error values in ringbuffer.c
  ` [PATCH 048/117] Staging: hv: vmbus: Cleanup the error return value in vmbus_recvpacket_raw()
  ` [PATCH 049/117] Staging: hv: netvsc: Get rid of an unnecessary print statement in netvsc_probe()
  ` [PATCH 050/117] Staging: hv: vmbus: Retry vmbus_post_msg() before giving up
  ` [PATCH 051/117] Staging: hv: storvsc: Cleanup error handling in storvsc_dev_add()
  ` [PATCH 052/117] Staging: hv: storvsc: Cleanup error handling in storvsc_channel_init()
  ` [PATCH 053/117] Staging: hv: storvsc: Cleanup error handling in storvsc_connect_to_vsp()
  ` [PATCH 054/117] Staging: hv: storvsc: Cleanup error handling in storvsc_do_io()
  ` [PATCH 055/117] Storage: hv: storvsc: Get rid of some unnecessary DPRINTs from storvsc.c
  ` [PATCH 056/117] Staging: hv: storvsc: Fix/cleanup some dated comments in storvsc.c
  ` [PATCH 057/117] Staging: hv: storvsc: Cleanup returned error code in storvsc_host_reset()
  ` [PATCH 058/117] Staging: hv: storvsc: Cleanup error code returned in storvsc_probe()
  ` [PATCH 059/117] Staging: hv: storvsc: Cleanup returned error code in storvsc_drv_init()
  ` [PATCH 060/117] Staging: hv: netvsc: Cleanup the returned error code in netvsc_probe()
  ` [PATCH 061/117] Staging: hv: netvsc: Cleanup error return codes in netvsc_destroy_recv_buf()
  ` [PATCH 062/117] Staging: hv: netvsc: Cleanup error return values in netvsc_init_recv_buf()
  ` [PATCH 063/117] Staging: hv: netvsc: Cleanup error returns in netvsc_connect_vsp()
  ` [PATCH 064/117] Staging: hv: netvsc: Cleanup error return values in netvsc_send()
  ` [PATCH 065/117] Staging: hv: netvsc: Cleanup error return codes in netvsc_device_add()
  ` [PATCH 066/117] Staging: hv: netvsc: Cleanup error codes in rndis_filter_receive()
  ` [PATCH 067/117] Staging: hv: netvsc: Cleanup error code in rndis_filter_query_device()
  ` [PATCH 068/117] Staging: hv: netvsc: Cleanup error return values in rndis_filter_set_packet_filter()
  ` [PATCH 069/117] Staging: hv: netvsc: Cleanup error returns in rndis_filter_init_device()
  ` [PATCH 070/117] Staging: hv: netvsc: Cleanup error code in rndis_filter_device_add()
  ` [PATCH 071/117] Staging: hv: mouse: Change the jump label Cleanup to cleanup
  ` [PATCH 072/117] Staging: hv: mouse: Get rid of the unused PCI signature
  ` [PATCH 073/117] Staging: hv: netvsc: Change the jump label Cleanup to cleanup
  ` [PATCH 074/117] Staging: hv: netvsc: Change the jump label Exit to exit

virtio drivers for Solaris 10 guests?
 2011-07-15  7:41 UTC 

RFT: virtio_net: limit xmit polling
 2011-07-14 19:38 UTC  (2+ messages)

CFP: 12th IEEE/ACM Int. Symp. on Cluster, Grid and Cloud,Computing (CCGrid) 2012
 2011-07-13  6:21 UTC 

CFP: The 21st Int. ACM Symp. on High-Performance Parallel and Distributed Computing (HPDC'12) 2012
 2011-07-12 20:51 UTC 

CFP: The 12th IEEE/ACM International Conference on Grid Computing (Grid2011)
 2011-07-11 14:24 UTC 

[PATCH] Modpost section mismatch fix
 2011-07-11 10:47 UTC  (15+ messages)
      ` [TOME] "
            ` [Xen-devel] "
              ` [Xen-devel] "
                      ` [Xen-devel] Re: [PATCH] Modpost section mismatch fix (for platform-pci-unplug.c)
                        ` [TOME] "

[PATCH 2/2] vhost: set log when updating used flags or avail event
 2011-07-08 10:38 UTC  (2+ messages)

[PATCH 00/77] Staging: hv: Driver cleanup
 2011-07-06 15:47 UTC  (19+ messages)
` [PATCH 01/77] Staging: hv: vmbus: Increase the timeout value in the vmbus driver
  ` [PATCH 07/77] Staging: hv: vmbus: Introduce a function to map the dev_type guid to a name
  ` [PATCH 09/77] Staging: hv: blkvsc: Use the newly introduced vmbus ID in the blockvsc driver
  ` [PATCH 15/77] Staging: hv: blkvsc: Add the appropriate MODULE_ALIAS() line
  ` [PATCH 75/77] Staging: hv: mouse: Disable auto-loading of the mouse driver

[RFC] virtio: expose for non-virtualization users too
 2011-07-06  5:25 UTC  (2+ messages)

[PATCH 5/5] staging: hv: fix a kernel warning in netvsc_linkstatus_callback()
 2011-07-05 18:45 UTC  (3+ messages)
` [PATCH 1/5] staging: hv: fix some white spaces in netvsc driver

[PATCH 00/40] Staging: hv: Driver cleanup
 2011-07-05 16:43 UTC  (62+ messages)
` [PATCH 01/40] Staging: hv: storvsc: Do not aquire an unnecessary reference on stor_device
  ` [PATCH 10/40] Staging: hv: storvsc: Get rid of final_release_stor_device() by inlining code
  ` [PATCH 11/40] Staging: hv: storvsc: Leverage the spinlock to manage ref_cnt
  ` [PATCH 12/40] Staging: hv: storvsc: Further cleanup reference counting of stor_device
  ` [PATCH 13/40] Staging: hv: netvsc: Introduce code to properly manage outstanding sends
  ` [PATCH 14/40] Staging: hv: netvsc: Inline the code for free_net_device()
  ` [PATCH 15/40] Staging: hv: netvsc: Cleanup alloc_net_device()
  ` [PATCH 16/40] Staging: hv: netvsc: Introduce state to manage the lifecycle of net device
  ` [PATCH 17/40] Staging: hv: netvsc: Use the newly introduced lock in accessing ext field
  ` [PATCH 18/40] Staging: hv: netvsc: Prevent outgoing traffic when netvsc dev is destroyed
  ` [PATCH 19/40] Staging: hv: netvsc: Get rid of release_outbound_net_device() by inlining the code
  ` [PATCH 20/40] Staging: hv: netvsc: Get rid of release_inbound_net_device() "
  ` [PATCH 21/40] Staging: hv: netvsc: Leverage the spinlock to manage ref_cnt
  ` [PATCH 22/40] Staging: hv: netvsc: Further cleanup reference counting of netvsc_device
  ` [PATCH 23/40] Staging: hv: storvsc: Introduce code to manage IDE devices using storvsc HBA
  ` [PATCH 24/40] Staging: hv: storvsc: On I/O get the correct IDE device
  ` [PATCH 25/40] Staging: hv: storvsc: Add state to manage the lifecycle of emulated HBA
  ` [PATCH 26/40] Staging: hv: storvsc: Handle probing IDE devices
  ` [PATCH 27/40] Staging: hv: storvsc: Handle IDE devices correctly in storvsc_remove()
  ` [PATCH 28/40] Staging: hv: storvsc: Handle IDE devices using the storvsc driver
  ` [PATCH 29/40] Staging: hv: storvsc: Optimize bounce buffer handling for the "write" case
  ` [PATCH 30/40] Staging: hv: storvsc: Optimize the bounce buffer handling in the "read" case
  ` [PATCH 31/40] Staging: hv: storvsc: Get rid of blkvsc_drv.c as this code is not used
  ` [PATCH 32/40] Staging: hv: storvsc: Include storvsc.c in storvsc_drv.c
  ` [PATCH 33/40] Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the contents of storvsc.c
  ` [PATCH 34/40] Staging: hv: storvsc: Add the contents of hyperv_storage.h to storvsc_drv.c
  ` [PATCH 35/40] Staging: hv: storvsc: Make storvsc_dev_add() a static function
  ` [PATCH 36/40] Staging: hv: storvsc: Make storvsc_dev_remove() "
  ` [PATCH 37/40] Staging: hv: storvsc: Make storvsc_do_io() "
  ` [PATCH 38/40] Staging: hv: storvsc: Fixup srb_status for INQUIRY and MODE_SENSE
  ` [PATCH 39/40] Staging: hv: storvsc: In case of scsi errors offline the device
  ` [PATCH 40/40] Staging: hv: storvsc: No need to copy from bounce buffer in case of failure

[RFC] virtio: expose for non-virtualization users too
 2011-07-05 14:06 UTC 

virtio scsi host draft specification, v3
 2011-07-04 14:22 UTC  (5+ messages)

[PATCH] virtio_balloon: Notify guest only after deflating the balloon
 2011-07-04  7:37 UTC  (10+ messages)

[PATCH] Modpost section mismatch fix
 2011-07-03 23:25 UTC 

[PATCH] virtio_balloon: Notify guest only after deflating the balloon
 2011-07-02  3:06 UTC 

[PATCH 7/7] [v6] drivers/virt: introduce Freescale hypervisor management driver
 2011-07-01 17:12 UTC  (2+ messages)

[PATCH 4/4] xen/netback: Add module alias for autoloading
 2011-06-30 18:19 UTC  (2+ messages)

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


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