aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv
AgeCommit message (Expand)AuthorFilesLines
2011-05-11Staging: hv: Rename stor_vsc_channel_init()K. Y. Srinivasan1-2/+2
2011-05-11Staging: hv: Cleanup blkvsc_shutdown()K. Y. Srinivasan1-7/+5
2011-05-11Staging: hv: Cleanup blkvsc_remove()K. Y. Srinivasan1-12/+6
2011-05-11Staging: hv: Use the newly introduced I/O drain synch methodK. Y. Srinivasan1-5/+2
2011-05-11Staging: hv: Introduce a function to wait to drain outgoing I/OK. Y. Srinivasan2-1/+17
2011-05-11Staging: hv: Rename the function stor_vsc_get_major_info()K. Y. Srinivasan3-3/+3
2011-05-11Staging: hv: blkvsc_drv: Get rid of the calls to storvsc_cleanupK. Y. Srinivasan4-12/+0
2011-05-11Staging: hv: blkvsc_drv: Statically initialize pointers for probe etcK. Y. Srinivasan1-5/+5
2011-05-11Staging: hv: blkvsc_drv: Get rid of the indirection for invoking io requestK. Y. Srinivasan1-6/+1
2011-05-11Staging: hv: Rename the function stor_vsc_on_io_requestK. Y. Srinivasan4-4/+4
2011-05-11Staging: hv: blkvsc_drv: Get rid of the indirection for invoking cleanup functionK. Y. Srinivasan1-3/+1
2011-05-11Staging: hv: Rename the function stor_vsc_on_cleanupK. Y. Srinivasan4-6/+5
2011-05-11Staging: hv: blkvsc_drv: Get rid of the indirection for removing stor deviceK. Y. Srinivasan1-8/+2
2011-05-11Staging: hv: Rename the function stor_vsc_on_device_removeK. Y. Srinivasan4-4/+4
2011-05-11Staging: hv: Rename the function stor_vsc_device_addK. Y. Srinivasan4-4/+4
2011-05-11Staging: hv: blkvsc_drv: Get rid of the indirection for invoking device_addK. Y. Srinivasan1-3/+1
2011-05-11Staging: hv: Rename the function blk_vsc_on_device_addK. Y. Srinivasan1-2/+2
2011-05-11Staging: hv: Rename variables of type struct storvsc_driver *K. Y. Srinivasan1-14/+14
2011-05-11Staging: hv: Change the name of blkvsc driver variableK. Y. Srinivasan1-5/+5
2011-05-11Staging: hv: Change the name of struct storvsc_driver_objectK. Y. Srinivasan4-19/+19
2011-05-11Staging: hv: blkvsc_drv: Rename the device type variableK. Y. Srinivasan1-2/+2
2011-05-11Staging: hv: blkvsc_drv: Rename driver name variableK. Y. Srinivasan1-2/+2
2011-05-11Staging: hv: blkvsc_drv: Fix some locking issuesK. Y. Srinivasan1-16/+15
2011-05-11Staging: hv: blkvsc_drv: Cleanup spin lock usageK. Y. Srinivasan1-6/+8
2011-05-11Staging: hv: Get rid of blkvsc_mutexK. Y. Srinivasan1-5/+0
2011-05-06Staging: hv: Add the necessary dependencies to hyperv KconfigK. Y. Srinivasan1-1/+1
2011-05-03staging: hv: make HYPERV_UTILS depend on NLS to prevent a build errorpefoley2@verizon.net1-1/+1
2011-05-03Staging: hv: Get rid of an unused variable from struct hv_driverK. Y. Srinivasan1-2/+0
2011-05-03Staging: hv: VMBUS is a acpi enumerated device; get irq value from biosK. Y. Srinivasan1-1/+100
2011-05-03Staging: hv: Use the shutdown() function in struct hv_driverK. Y. Srinivasan2-6/+6
2011-05-03Staging: hv: Add shutdown() function to struct hv_driverK. Y. Srinivasan1-0/+1
2011-05-03Staging: hv: Use the remove() function in struct hv_driverK. Y. Srinivasan5-32/+25
2011-05-03Staging: hv: Add remove() function to struct hv_driverK. Y. Srinivasan1-0/+1
2011-05-03Staging: hv: Use the probe function in struct hv_driverK. Y. Srinivasan5-41/+37
2011-05-03Staging: hv: Add probe function to struct hv_driverK. Y. Srinivasan1-0/+3
2011-05-03Staging: hv: Get rid of struct hv_busK. Y. Srinivasan1-20/+13
2011-05-03Staging: hv: Make event_dpc a stand alone variableK. Y. Srinivasan1-3/+3
2011-05-03Staging: hv: Make msg_dpc a stand alone variableK. Y. Srinivasan1-3/+4
2011-05-03Staging: hv: Make hv_pci_dev a static variableK. Y. Srinivasan1-1/+1
2011-05-03Staging: hv: Properly handle errors in hv_pci_probe()K. Y. Srinivasan1-9/+25
2011-05-03Staging: hv: Cleanup vmbus_probe() functionK. Y. Srinivasan2-33/+2
2011-05-03Staging: hv: Cleanup error handling in vmbus_child_device_register()K. Y. Srinivasan1-3/+0
2011-05-03Staging: hv: Get rid of the drv field in struct hv_deviceK. Y. Srinivasan1-3/+0
2011-05-03Staging: hv: Get rid of vmbus_release_unattached_channels() as it is not usedK. Y. Srinivasan2-35/+0
2011-05-03Staging: hv: vmbus_driver cannot be unloaded; cleanup accordinglyK. Y. Srinivasan1-32/+0
2011-04-26Staging: hv: Get rid of the priv pointer in struct hv_driverK. Y. Srinivasan1-10/+0
2011-04-26Staging: hv: Cleanup vmbus_match()K. Y. Srinivasan1-5/+2
2011-04-26Staging: hv: Get rid of the references to the priv element of struct hv_driver in storvsc_drv.cK. Y. Srinivasan1-11/+6
2011-04-26Staging: hv: Get rid of the references to the priv element of struct hv_driver in net driverK. Y. Srinivasan2-14/+13
2011-04-26Staging: hv: Introduce a function to map a generic driver pointer to a pointer to struct netvsc_driverK. Y. Srinivasan1-0/+8