aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv
AgeCommit message (Expand)AuthorFilesLines
2011-05-17Staging: hv: netvsc: Create a common header file for network driverK. Y. Srinivasan4-0/+31
2011-05-17Staging: hv: Move the contents of storvsc_api.h to hyperv_storage.hK. Y. Srinivasan5-164/+134
2011-05-17Staging: hv: stor: Move the contents of vstorage.h to hyperv_storage.hK. Y. Srinivasan5-200/+172
2011-05-17Staging: hv: stor: Create a common header file for storage driversK. Y. Srinivasan4-0/+32
2011-05-17Staging: hv: vmbus_drv: Cleanup hyperv_vmbus.hK. Y. Srinivasan1-5/+6
2011-05-17Staging: hv: vmbus_drv: Move the contents of vmbus_private.h to vmbus_hyperv.hK. Y. Srinivasan9-133/+98
2011-05-17Staging: hv: vmbus_drv: Move the contents of ring_buffer.h to hyperv_vmbus.hK. Y. Srinivasan4-61/+28
2011-05-17Staging: hv: vmbus_drv: Move the content of hv.h to hyperv_vmbus.hK. Y. Srinivasan3-141/+111
2011-05-17Staging: hv: vmbus_drv: Include the contents of hv_api.h in hyperv_vmbus.hK. Y. Srinivasan17-406/+366
2011-05-17Staging: hv: vmbus_drv: Create a common header file to build the vmbus driverK. Y. Srinivasan7-0/+34
2011-05-17Staging: hv: Include asm/hyperv.h in hyperv.hK. Y. Srinivasan2-525/+10
2011-05-17Staging: hv: Move the contents of utils.h to hyperv.hK. Y. Srinivasan5-123/+97
2011-05-17Staging: hv: Move the contents of vmbus.h to hyperv.hK. Y. Srinivasan11-60/+20
2011-05-17Staging: hv: Move the contents of vmbus_api.h to hyperv.hK. Y. Srinivasan9-98/+69
2011-05-17Staging: hv: Move the contents of logging.h to hyperv.hK. Y. Srinivasan17-113/+68
2011-05-17Staging: hv: Move the contents of channel.h to hyperv.hK. Y. Srinivasan10-120/+82
2011-05-17Staging: hv: Move the contents of channel_mgmt.h to hyperv.hK. Y. Srinivasan4-318/+290
2011-05-17Staging: hv: Move the contents of vmbus_packet_format.h to hyperv.hK. Y. Srinivasan8-167/+133
2011-05-17Staging: hv: Move the contents of vmbus_channel_interface.h to hyperv.hK. Y. Srinivasan6-94/+65
2011-05-17Staging: hv: Move the contents of the file version_info.h to hyperv.hK. Y. Srinivasan9-55/+21
2011-05-17Staging: hv: Move a subset of definitions from ring_buffer.h to hyperv.hK. Y. Srinivasan2-43/+41
2011-05-17Staging: hv: Add a subset of definitions from vmbus_api.h to hyperv.hK. Y. Srinivasan2-30/+30
2011-05-17Staging: hv: Include the newly created header file in all of the relevant hyperv filesK. Y. Srinivasan17-5/+37
2011-05-17Staging: hv: Create a common header for all hyperv drivers to includeK. Y. Srinivasan1-0/+23
2011-05-11Staging: hv: mouse_drv: Get rid of some unused codeK. Y. Srinivasan1-14/+0
2011-05-11Staging: hv: Make mousevsc_drv an instance of struct hv_driverK. Y. Srinivasan1-9/+9
2011-05-11Staging: hv: Get rid of an empty function mouse_vsc_initialize()K. Y. Srinivasan1-10/+0
2011-05-11Staging: hv: mouse_drv: Move the code to copy dev_type informationK. Y. Srinivasan1-2/+2
2011-05-11Staging: hv: mouse_drv: Move the assignment of name variableK. Y. Srinivasan1-1/+1
2011-05-11Staging: hv: mouse_drv: Directly assign the driver nameK. Y. Srinivasan1-1/+1
2011-05-11Staging: hv: Get rid of struct storvsc_driverK. Y. Srinivasan1-5/+0
2011-05-11Staging: hv: Make blkvsc_drv an instance of struct hv_driverK. Y. Srinivasan1-6/+6
2011-05-11Staging: hv: Make storvsc_drv an instance of hv_driverK. Y. Srinivasan1-5/+5
2011-05-11Staging: hv: Get rid of some unused functions from storvsc_api.hK. Y. Srinivasan1-12/+0
2011-05-11Staging: hv: Now get rid of an empty function storvsc_initialize()K. Y. Srinivasan1-16/+0
2011-05-11Staging: hv: storvsc_drv: Inline the copying of the dev_type informationK. Y. Srinivasan1-6/+3
2011-05-11Staging: hv: storvsc_drv: Move the assignment of name to the hv_driverK. Y. Srinivasan1-1/+1
2011-05-11Staging: hv: storvsc_drv: Directly assign the driver nameK. Y. Srinivasan1-1/+1
2011-05-11Staging: hv: Get rid of the ring size state from struct storvsc_driverK. Y. Srinivasan1-3/+0
2011-05-11Staging: hv: storvsc_drv: Get rid of the unnecessary assignment of ring sizeK. Y. Srinivasan1-2/+0
2011-05-11Staging: hv: Use the rinbuffer size info in struct storvsc_device_infoK. Y. Srinivasan3-9/+7
2011-05-11Staging: hv: Add ring_buffer_size to struct storvsc_device_infoK. Y. Srinivasan1-0/+1
2011-05-11Staging: hv: storvsc_drv: Get rid of max_outstanding_req_per_channel from struct storvsc_driverK. Y. Srinivasan1-4/+0
2011-05-11Staging: hv: storvsc_drv: Compute max_outstanding_req_per_channel where it is neededK. Y. Srinivasan1-15/+15
2011-05-11Staging: hv: storvsc_drv: Get rid of some unnecessary DPRINTsK. Y. Srinivasan1-8/+0
2011-05-11Staging: hv: Make blkvsc_drv_init the module init functionK. Y. Srinivasan1-10/+1
2011-05-11Staging: hv: Move the sector size check into blkvsc_drv_initK. Y. Srinivasan1-2/+2
2011-05-11Staging: hv: blkvsc_drv: Get rid of the empty functionK. Y. Srinivasan1-15/+0
2011-05-11Staging: hv: blkvsc_drv: Inline the copying of dev_type guidK. Y. Srinivasan1-2/+1
2011-05-11Staging: hv: blkvsc_drv: Move the assignment of driver nameK. Y. Srinivasan1-1/+1