summaryrefslogtreecommitdiff
path: root/drivers/staging/hv
AgeCommit message (Expand)Author
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
2011-09-06staging: hv: fix the return status of netvsc_start_xmit()Haiyang Zhang
2011-09-06staging: hv: fix counting of available buffer slots when send failsHaiyang Zhang
2011-09-06staging: hv: fix counting of #outstanding-sends in failed sendsHaiyang Zhang
2011-09-06staging: hv: re-order the code in netvsc_probe()Haiyang Zhang
2011-09-06staging: hv: fix a kernel warning in netvsc_linkstatus_callback()Haiyang Zhang
2011-09-06staging: hv: convert dev_<loglevel> to netdev_<loglevel> in netvscHaiyang Zhang
2011-09-06staging: hv: add newline to log messages in netvscHaiyang Zhang
2011-09-06staging: hv: remove unnecessary includes in netvscHaiyang Zhang
2011-09-06Staging: hv: vmbus: Cleanup the code in process_chn_event()K. Y. Srinivasan
2011-09-06Staging: hv: vmbus: Check for events before messagesK. Y. Srinivasan
2011-09-06Staging: hv: vmbus: Fix a bug in error handling in vmbus_bus_init()K. Y. Srinivasan
2011-09-06Staging: hv: util: Deal with driver register failuresK. Y. Srinivasan
2011-08-29Staging: hv: netvsc: return negative error codesDan Carpenter
2011-08-29Staging: hv: mousevsc: Fix checkpatch errors and warningsK. Y. Srinivasan
2011-08-29Staging: hv: vmbus: Fix checkpatch warnings in connection.cK. Y. Srinivasan
2011-08-29Staging: hv: vmbus: Fix a checkpatch warning in ring_buffer.cK. Y. Srinivasan
2011-08-29Staging: hv: vmbus: Get rid of an unnecessary check in vmbus_connect()K. Y. Srinivasan
2011-08-29Staging: hv: vmbus: Get rid of some dated/redundant commentsK. Y. Srinivasan
2011-08-29Staging: hv: vmbus: Fixup indentation in vmbus_acpi_add()K. Y. Srinivasan
2011-08-29Staging: hv: vmbus: Do not enable auto eoiK. Y. Srinivasan
2011-08-29Staging: hv: vmbus: Get rid of vmbus_on_isr() by inlining the codeK. Y. Srinivasan
2011-08-29Staging: hv: Fix a bug in vmbus_match()K. Y. Srinivasan
2011-08-29Staging: hv: vmbus: Properly deal with de-registering channel callbackK. Y. Srinivasan