aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/hv
AgeCommit message (Expand)Author
2011-10-04Staging: hv: mousevsc: Get rid of mousevsc_on_device_remove() by inlining codeK. Y. Srinivasan
2011-10-04Staging: hv: mousevsc: Cleanup mousevsc_connect_to_vsp()K. Y. Srinivasan
2011-10-04Staging: hv: mousevsc: Get rid of mousevsc_on_send_completion()K. Y. Srinivasan
2011-10-04Staging: hv: mousevsc: Cleanup alloc_input_device()K. Y. Srinivasan
2011-10-04Staging: hv: mousevsc: Get rid of the unused state: num_outstanding_reqK. Y. Srinivasan
2011-10-04Staging: hv: mousevsc: Free allocated memory in free_input_device()K. Y. Srinivasan
2011-10-04Staging: hv: mousevsc: Get rid of unnecessary pr_* callsK. Y. Srinivasan
2011-10-04Staging: hv: mousevsc: Cleanup error handlingK. Y. Srinivasan
2011-10-04Staging: hv: mousevsc: Get rid of unnecessary DPRINT callsK. Y. Srinivasan
2011-10-04Staging: hv: mousevsc: Cleanup and properly implement reportdesc_callback()K. Y. Srinivasan
2011-10-04Staging: hv: mousevsc: Use completion primitive to synchronizeK. Y. Srinivasan
2011-10-04Staging: hv: mousevsc: Correctly initialize the header sizeK. Y. Srinivasan
2011-10-04Staging: hv: mousevsc: Handle the case where we may get bogus report desc sizeK. Y. Srinivasan
2011-10-04Staging: hv: mousevsc: Change the allocation flags to reflect interrupt contextK. Y. Srinivasan
2011-10-04Staging: hv: mousevsc: Fixup some bogus WARN_ON() callsK. Y. Srinivasan
2011-10-04Staging: hv: mousevsc: Get rid of the struct input_device_contextK. Y. Srinivasan
2011-10-04Staging: hv: mousevsc: Fixup struct hv_input_dev_infoK. Y. Srinivasan
2011-09-29staging: hv: remove the carrier status check from netvsc_open()Haiyang Zhang
2011-09-26Staging: hv: Update the TODO fileK. Y. Srinivasan
2011-09-20Staging: hv: vmbus: Get rid of hv_cb_utils[] and other unneeded codeK. Y. Srinivasan
2011-09-20Staging: hv: util: Properly handle util services in the util driverK. Y. Srinivasan
2011-09-20Staging: hv: util: Perform some service specific init/deinit in probe/removeK. Y. Srinivasan
2011-09-16Staging: hv: netvsc: Cleanup the name and type of link_stat variableK. Y. Srinivasan
2011-09-16Staging: hv: netvsc: Rename deviceInfo as device_infoK. Y. Srinivasan
2011-09-16Staging: hv: netvsc: Rename rndisDevice to rndis_deviceK. Y. Srinivasan
2011-09-16Staging: hv: netvsc: Rename netDevice as net_deviceK. Y. Srinivasan
2011-09-16Staging: hv: vmbus: Get rid of the module dependencyK. Y. Srinivasan
2011-09-16Staging: hv: vmbus: Do not allocate struct hv_device_info on the stackK. Y. Srinivasan
2011-09-16Staging: hv: vmbus: Get rid of the ext field in struct hv_deviceK. Y. Srinivasan
2011-09-16Staging: hv: mousevsc: Get rid of the usage of the ext field in struct hv_deviceK. Y. Srinivasan
2011-09-16Staging: hv: netvsc: Get rid of the usage of the ext field in struct hv_deviceK. Y. Srinivasan
2011-09-16Staging: hv: storvsc: Eliminate the usage of ext field in struct hv_deviceK. Y. Srinivasan
2011-09-16Staging: hv: storvsc: Get rid of some unnecessary state and definitionsK. Y. Srinivasan
2011-09-16Staging: hv: storvsc: Get rid of alloc_stor_device() by inlining the codeK. Y. Srinivasan
2011-09-16Staging: hv: storvsc: Get rid of storvsc_dev_add() by inlining the codeK. Y. Srinivasan
2011-09-16Staging: hv: vmbus: Cleanup vmbus_remove()K. Y. Srinivasan
2011-09-16Staging: hv: vmbus: Introduce functions for setting and getting driver dataK. Y. Srinivasan
2011-09-16Staging: hv: storvsc: Use the driver_data to identify ideK. Y. Srinivasan
2011-09-16Staging: hv: vmbus: Change the signature of struct hv_driver probe functionK. Y. Srinivasan
2011-09-16Staging: hv: vmbus: Introduce a utility function to match hv_vmbus_device_idK. Y. Srinivasan
2011-09-09Staging: hv: vmbus: Cleanup dated comments in channel_mgmt.cK. Y. Srinivasan
2011-09-09Staging: hv: vmbus: Rename vmbus_child_device_unregisterK. Y. Srinivasan
2011-09-09Staging: hv: vmbus: Rename vmbus_child_device_registerK. Y. Srinivasan
2011-09-09Staging: hv: vmbus: Rename vmbus_child_device_createK. Y. Srinivasan
2011-09-08x86: Hyper-V: Integrate the clocksource with Hyper-V detection codeK. Y. Srinivasan
2011-09-06Staging: hv: Add support for >2 TB LUN in storage driver.Mike Sterling
2011-09-06Staging: hv: vmbus: Show the modalias in /sys/bus/vmbus/devices/*/Olaf Hering
2011-09-06Staging: hv: Update TODO fileK. Y. Srinivasan
2011-09-06staging: hv: fix some typos in netvsc.cHaiyang Zhang
2011-09-06staging: hv: fix the page buffer when rndis data go across page boundaryHaiyang Zhang