virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-09-08 14:24:15 to 2011-10-28 18:19:40 UTC [more...]

[PATCH] VirtioConsole support
 2011-10-28 18:19 UTC  (7+ messages)

[PATCH 1/1] Staging: hv: Move the mouse driver out of staging
 2011-10-27 13:25 UTC  (3+ messages)

[PATCH RFC V2 4/5] kvm guest : Added configuration support to enable debug information for KVM Guests
 2011-10-27 10:17 UTC  (3+ messages)
  ` [PATCH RFC V2 3/5] kvm hypervisor : Add two hypercalls to support pv-ticketlock

[PATCH 1/1] Staging: hv: mousevsc: Move the mouse driver out of staging
 2011-10-27  4:31 UTC  (11+ messages)

[PATCH 0/6] Staging: hv: mousevsc: cleanup the mouse driver
 2011-10-27  0:03 UTC  (13+ messages)
` [PATCH 1/6] Staging: hv: mousevsc: Make boolean states boolean
  ` [PATCH 2/6] Staging: hv: mousevsc: Inline the code for mousevsc_on_device_add()
  ` [PATCH 3/6] Staging: hv: mousevsc: Inline the code for reportdesc_callback()
  ` [PATCH 4/6] Staging: hv: mousevsc: Cleanup mousevsc_on_channel_callback()
  ` [PATCH 5/6] Staging: hv: mousevsc: Add a new line to a debug string
  ` [PATCH 6/6] Staging: hv: mousevsc: Get rid of unnecessary include files

[PATCH 1/1] Staging: hv: vmbus: Support building the vmbus driver as part of the kernel
 2011-10-25  2:43 UTC  (3+ messages)

[PATCH 1/1] Staging: hv: vmbus: Support building the vmbus driver as part of the kernel
 2011-10-24 18:28 UTC 

[PATCH v4] virtio: Add platform bus driver for memory mapped virtio device
 2011-10-24 13:07 UTC 

[PATCH v3] virtio: Add platform bus driver for memory mapped virtio device
 2011-10-24 13:06 UTC 

[PATCH 1/1] Staging: hv: storvsc: Move the storage driver out of staging
 2011-10-17 23:00 UTC  (9+ messages)

[PATCH 0000/0002] Staging: hv: Fix checkpatch warnings
 2011-10-15  4:31 UTC  (3+ messages)
` [PATCH 1/2] Staging: hv: mousevsc: Fix a checkpatch warning
  ` [PATCH 2/2] Staging: hv: storvsc: Fix checkpatch warnings

[PATCH] staging: hv: move hv_netvsc into drivers/net directory
 2011-10-14 20:34 UTC 

[PATCH] staging: hv: move hv_netvsc out of staging area
 2011-10-14 19:40 UTC  (6+ messages)

[PATCH 1/1] Staging: hv: util: Invoke cn_netlink_send() in a work context
 2011-10-10 14:10 UTC  (3+ messages)

[PATCH] staging: hv: storvsc: ignore SET_WINDOW scsi command
 2011-10-10 13:53 UTC  (2+ messages)

[PATCH 1/1] Staging: hv: netvsc: Fix a dereferencing issue
 2011-10-06 17:10 UTC 

[PATCH 1/1] Staging: hv: util: Fix a bug in kvp implementation
 2011-10-05 13:30 UTC  (3+ messages)

Hyper-V TODO file
 2011-10-05  2:49 UTC  (12+ messages)
            ` Move hyperv out of the drivers/staging/ directory

[PATCH 0000/0024] Staging: hv: mousevsc cleanup
 2011-09-30  3:02 UTC  (28+ messages)
` [PATCH 01/24] Staging: hv: mousevsc: Fixup struct hv_input_dev_info
  ` [PATCH 02/24] Staging: hv: mousevsc: Get rid of the struct input_device_context
  ` [PATCH 03/24] Staging: hv: mousevsc: Fixup some bogus WARN_ON() calls
  ` [PATCH 04/24] Staging: hv: mousevsc: Change the allocation flags to reflect interrupt context
  ` [PATCH 05/24] Staging: hv: mousevsc: Handle the case where we may get bogus report desc size
  ` [PATCH 06/24] Staging: hv: mousevsc: Correctly initialize the header size
  ` [PATCH 07/24] Staging: hv: mousevsc: Use completion primitive to synchronize
  ` [PATCH 08/24] Staging: hv: mousevsc: Cleanup and properly implement reportdesc_callback()
  ` [PATCH 09/24] Staging: hv: mousevsc: Get rid of unnecessary DPRINT calls
  ` [PATCH 10/24] Staging: hv: mousevsc: Cleanup error handling
  ` [PATCH 11/24] Staging: hv: mousevsc: Get rid of unnecessary pr_* calls
  ` [PATCH 12/24] Staging: hv: mousevsc: Free allocated memory in free_input_device()
  ` [PATCH 13/24] Staging: hv: mousevsc: Get rid of the unused state: num_outstanding_req
  ` [PATCH 14/24] Staging: hv: mousevsc: Cleanup alloc_input_device()
  ` [PATCH 15/24] Staging: hv: mousevsc: Get rid of mousevsc_on_send_completion()
  ` [PATCH 16/24] Staging: hv: mousevsc: Cleanup mousevsc_connect_to_vsp()
  ` [PATCH 17/24] Staging: hv: mousevsc: Get rid of mousevsc_on_device_remove() by inlining code
  ` [PATCH 18/24] Staging: hv: mousevsc: Now cleanup mousevsc_remove()
  ` [PATCH 19/24] Staging: hv: mousevsc: Get rid of ref_count state in struct mousevsc_dev
  ` [PATCH 20/24] Staging: hv: mousevsc: Cleanup camel cased enums
  ` [PATCH 21/24] Staging: hv: mousevsc: Get rid of mousevsc_on_receive_input_report() by inlining
  ` [PATCH 22/24] Staging: hv: mousevsc: Cleanup mousevsc_on_device_add()
  ` [PATCH 23/24] Staging: hv: mousevsc: Enable autoloading of the mouse driver
  ` [PATCH 24/24] Staging: hv: mousevsc: Get rid of unnecessary comments

[PATCH] staging: hv: remove the carrier status check from netvsc_open()
 2011-09-28 20:24 UTC 

[PATCH 1/1] Staging: hv: Update the TODO file
 2011-09-22 19:40 UTC 

[PATCH 0000/0003] Staging: hv: Driver cleanup
 2011-09-18 22:26 UTC  (6+ messages)
` [PATCH 1/3] Staging: hv: util: Perform some service specific init/deinit in probe/remove
  ` [PATCH 2/3] Staging: hv: util: Properly handle util services in the util driver
  ` [PATCH 3/3] Staging: hv: vmbus: Get rid of hv_cb_utils[] and other unneeded code

[PATCH 0000/0020] Staging: hv: Driver cleanup
 2011-09-17 13:26 UTC  (33+ messages)
` [PATCH 01/20] Staging: hv: vmbus: Introduce a utility function to match hv_vmbus_device_id
  ` [PATCH 02/20] Staging: hv: vmbus: Change the signature of struct hv_driver probe function
  ` [PATCH 03/20] Staging: hv: storvsc: Use the driver_data to identify ide
  ` [PATCH 04/20] Staging: hv: vmbus: Introduce functions for setting and getting driver data
  ` [PATCH 05/20] Staging: hv: util: Perform some service specific init/deinit in probe/remove
  ` [PATCH 06/20] Staging: hv: util: Properly handle util services in the util driver
  ` [PATCH 07/20] Staging: hv: vmbus: Get rid of hv_cb_utils[] and other unneeded code
  ` [PATCH 08/20] Staging: hv: vmbus: Cleanup vmbus_remove()
  ` [PATCH 09/20] Staging: hv: storvsc: Get rid of storvsc_dev_add() by inlining the code
  ` [PATCH 10/20] Staging: hv: storvsc: Get rid of alloc_stor_device() "
  ` [PATCH 11/20] Staging: hv: storvsc: Get rid of some unnecessary state and definitions
  ` [PATCH 12/20] Staging: hv: storvsc: Eliminate the usage of ext field in struct hv_device
  ` [PATCH 13/20] Staging: hv: netvsc: Get rid of the usage of the "
  ` [PATCH 14/20] Staging: hv: mousevsc: "
  ` [PATCH 15/20] Staging: hv: vmbus: Get rid "
  ` [PATCH 16/20] Staging: hv: vmbus: Do not allocate struct hv_device_info on the stack
  ` [PATCH 17/20] Staging: hv: vmbus: Get rid of the module dependency
  ` [PATCH 18/20] Staging: hv: netvsc: Rename netDevice as net_device
  ` [PATCH 19/20] Staging: hv: netvsc: Rename rndisDevice to rndis_device
  ` [PATCH 20/20] Staging: hv: netvsc: Rename deviceInfo as device_info

[PATCH 1/1] Staging: hv: netvsc: Cleanup the name and type of link_stat variable
 2011-09-13 22:21 UTC 

[PATCH 1/1] Staging: hv: netvsc: Cleanup the name and type of link_stat variable
 2011-09-13 20:57 UTC  (3+ messages)

[PATCH 0000/0025] Staging: hv: Driver cleanup
 2011-09-10 20:33 UTC  (37+ messages)
` [PATCH 01/25] Staging: hv: vmbus: Rename vmbus_child_device_create
  ` [PATCH 04/25] Staging: hv: vmbus: Cleanup dated comments in channel_mgmt.c
  ` [PATCH 05/25] Staging: hv: vmbus: Change the signature of struct hv_driver probe function
  ` [PATCH 06/25] Staging: hv: storvsc: Use the driver_data to identify ide
  ` [PATCH 07/25] Staging: hv: vmbus: Change the signature of struct hv_driver remove() function
  ` [PATCH 08/25] Staging: hv: util: Perform some service specific initialization in util_probe()
  ` [PATCH 09/25] Staging: hv: util: Perform some service specific de-initialization in util_remove()
  ` [PATCH 10/25] Staging: hv: vmbus: Return proper error code in vmbus_remove()
  ` [PATCH 11/25] Staging: hv: util: Properly handle util services in the util driver
  ` [PATCH 12/25] Staging: hv: vmbus: Get rid of hv_cb_utils[] and other unneeded code
  ` [PATCH 13/25] Staging: hv: vmbus: Get rid of the module dependency
  ` [PATCH 14/25] Staging: hv: vmbus: Introduce functions for setting and getting driver data
  ` [PATCH 15/25] Staging: hv: storvsc: Get rid of storvsc_dev_add() by inlining the code
  ` [PATCH 16/25] Staging: hv: storvsc: Get rid of alloc_stor_device() "
  ` [PATCH 17/25] Staging: hv: storvsc: Get rid of some unnecessary state and definitions
  ` [PATCH 18/25] Staging: hv: storvsc: Eliminate the usage of ext field in struct hv_device
  ` [PATCH 19/25] Staging: hv: netvsc: Get rid of the usage of the "
  ` [PATCH 20/25] Staging: hv: mousevsc: "
  ` [PATCH 21/25] Staging: hv: vmbus: Get rid "
  ` [PATCH 22/25] Staging: hv: vmbus: Do not allocate struct hv_device_info on the stack
  ` [PATCH 23/25] Staging: hv: netvsc: Rename netDevice as net_device
  ` [PATCH 24/25] Staging: hv: netvsc: Rename rndisDevice to rndis_device
  ` [PATCH 25/25] Staging: hv: netvsc: Rename deviceInfo as device_info

[PATCH 1/1] Staging: hv: Integrate the time source driver with Hyper-V detection code
 2011-09-09 20:32 UTC  (2+ messages)

[PATCH] Staging: hv: storvsc: Show the modulename in /sys/class/scsi_host/*/proc_name
 2011-09-09 15:25 UTC  (8+ messages)
` [PATCH] Staging: hv: storvsc: advertise hv_storvsc instead of storvsc as driver name
` [PATCH] Staging: hv: netvsc: advertise hv_netvsc instead of netvsc "


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