aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv
AgeCommit message (Expand)AuthorFilesLines
2011-09-16Staging: hv: storvsc: Get rid of storvsc_dev_add() by inlining the codeK. Y. Srinivasan1-44/+14
2011-09-16Staging: hv: vmbus: Cleanup vmbus_remove()K. Y. Srinivasan1-14/+6
2011-09-16Staging: hv: vmbus: Introduce functions for setting and getting driver dataK. Y. Srinivasan1-0/+9
2011-09-16Staging: hv: storvsc: Use the driver_data to identify ideK. Y. Srinivasan1-12/+10
2011-09-16Staging: hv: vmbus: Change the signature of struct hv_driver probe functionK. Y. Srinivasan6-6/+12
2011-09-16Staging: hv: vmbus: Introduce a utility function to match hv_vmbus_device_idK. Y. Srinivasan1-5/+18
2011-09-09Staging: hv: vmbus: Cleanup dated comments in channel_mgmt.cK. Y. Srinivasan1-3/+0
2011-09-09Staging: hv: vmbus: Rename vmbus_child_device_unregisterK. Y. Srinivasan3-4/+4
2011-09-09Staging: hv: vmbus: Rename vmbus_child_device_registerK. Y. Srinivasan3-4/+4
2011-09-09Staging: hv: vmbus: Rename vmbus_child_device_createK. Y. Srinivasan3-4/+4
2011-09-08x86: Hyper-V: Integrate the clocksource with Hyper-V detection codeK. Y. Srinivasan2-102/+1
2011-09-06Staging: hv: Add support for >2 TB LUN in storage driver.Mike Sterling1-0/+3
2011-09-06Staging: hv: vmbus: Show the modalias in /sys/bus/vmbus/devices/*/Olaf Hering1-5/+16
2011-09-06Staging: hv: Update TODO fileK. Y. Srinivasan1-5/+2
2011-09-06staging: hv: fix some typos in netvsc.cHaiyang Zhang1-2/+2
2011-09-06staging: hv: fix the page buffer when rndis data go across page boundaryHaiyang Zhang1-0/+10
2011-09-06staging: hv: fix the return status of netvsc_start_xmit()Haiyang Zhang1-3/+3
2011-09-06staging: hv: fix counting of available buffer slots when send failsHaiyang Zhang1-1/+2
2011-09-06staging: hv: fix counting of #outstanding-sends in failed sendsHaiyang Zhang1-1/+2
2011-09-06staging: hv: re-order the code in netvsc_probe()Haiyang Zhang1-15/+17
2011-09-06staging: hv: fix a kernel warning in netvsc_linkstatus_callback()Haiyang Zhang1-1/+1
2011-09-06staging: hv: convert dev_<loglevel> to netdev_<loglevel> in netvscHaiyang Zhang2-36/+49
2011-09-06staging: hv: add newline to log messages in netvscHaiyang Zhang1-29/+29
2011-09-06staging: hv: remove unnecessary includes in netvscHaiyang Zhang3-3/+0
2011-09-06Staging: hv: vmbus: Cleanup the code in process_chn_event()K. Y. Srinivasan1-2/+16
2011-09-06Staging: hv: vmbus: Check for events before messagesK. Y. Srinivasan1-8/+14
2011-09-06Staging: hv: vmbus: Fix a bug in error handling in vmbus_bus_init()K. Y. Srinivasan1-11/+15
2011-09-06Staging: hv: util: Deal with driver register failuresK. Y. Srinivasan1-5/+16
2011-08-29Staging: hv: netvsc: return negative error codesDan Carpenter1-1/+1
2011-08-29Staging: hv: mousevsc: Fix checkpatch errors and warningsK. Y. Srinivasan1-7/+8
2011-08-29Staging: hv: vmbus: Fix checkpatch warnings in connection.cK. Y. Srinivasan1-6/+7
2011-08-29Staging: hv: vmbus: Fix a checkpatch warning in ring_buffer.cK. Y. Srinivasan1-1/+2
2011-08-29Staging: hv: vmbus: Get rid of an unnecessary check in vmbus_connect()K. Y. Srinivasan1-4/+0
2011-08-29Staging: hv: vmbus: Get rid of some dated/redundant commentsK. Y. Srinivasan1-10/+1
2011-08-29Staging: hv: vmbus: Fixup indentation in vmbus_acpi_add()K. Y. Srinivasan1-3/+2
2011-08-29Staging: hv: vmbus: Do not enable auto eoiK. Y. Srinivasan1-1/+1
2011-08-29Staging: hv: vmbus: Get rid of vmbus_on_isr() by inlining the codeK. Y. Srinivasan1-29/+12
2011-08-29Staging: hv: Fix a bug in vmbus_match()K. Y. Srinivasan1-1/+1
2011-08-29Staging: hv: vmbus: Properly deal with de-registering channel callbackK. Y. Srinivasan4-21/+8
2011-08-29Staging: hv: vmbus: Check before invoking the channel callbackK. Y. Srinivasan1-1/+1
2011-08-29Staging: hv: util: Adjust guest time in a process contextK. Y. Srinivasan1-3/+30
2011-08-29Staging: hv: util: Forcefully shutdown when shutdown is requestedK. Y. Srinivasan1-1/+1
2011-08-29Staging: hv: storvsc: No need to copy from bounce buffer in case of a failureK. Y. Srinivasan1-10/+2
2011-08-29Staging: hv: storvsc: In case of scsi errors offline the deviceK. Y. Srinivasan1-1/+9
2011-08-29Staging: hv: storvsc: Fix a typoK. Y. Srinivasan1-3/+3
2011-08-29Staging: hv: storvsc: Fixup srb and scsi status for INQUIRY and MODE_SENSEK. Y. Srinivasan1-0/+17
2011-08-29Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the contents of hyperv_storage.hK. Y. Srinivasan1-36/+26
2011-08-29Staging: hv: storvsc: Add the contents of hyperv_storage.h to storvsc_drv.cK. Y. Srinivasan2-323/+276
2011-08-29Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the contents of storvsc.cK. Y. Srinivasan1-120/+27
2011-08-29Staging: hv: storvsc: Include storvsc.c in storvsc_drv.cK. Y. Srinivasan3-529/+530