summaryrefslogtreecommitdiff
path: root/drivers/staging/hv
AgeCommit message (Expand)Author
2011-05-17Staging: hv: vmbus_drv: Move the content of hv.h to hyperv_vmbus.hK. Y. Srinivasan
2011-05-17Staging: hv: vmbus_drv: Include the contents of hv_api.h in hyperv_vmbus.hK. Y. Srinivasan
2011-05-17Staging: hv: vmbus_drv: Create a common header file to build the vmbus driverK. Y. Srinivasan
2011-05-17Staging: hv: Include asm/hyperv.h in hyperv.hK. Y. Srinivasan
2011-05-17Staging: hv: Move the contents of utils.h to hyperv.hK. Y. Srinivasan
2011-05-17Staging: hv: Move the contents of vmbus.h to hyperv.hK. Y. Srinivasan
2011-05-17Staging: hv: Move the contents of vmbus_api.h to hyperv.hK. Y. Srinivasan
2011-05-17Staging: hv: Move the contents of logging.h to hyperv.hK. Y. Srinivasan
2011-05-17Staging: hv: Move the contents of channel.h to hyperv.hK. Y. Srinivasan
2011-05-17Staging: hv: Move the contents of channel_mgmt.h to hyperv.hK. Y. Srinivasan
2011-05-17Staging: hv: Move the contents of vmbus_packet_format.h to hyperv.hK. Y. Srinivasan
2011-05-17Staging: hv: Move the contents of vmbus_channel_interface.h to hyperv.hK. Y. Srinivasan
2011-05-17Staging: hv: Move the contents of the file version_info.h to hyperv.hK. Y. Srinivasan
2011-05-17Staging: hv: Move a subset of definitions from ring_buffer.h to hyperv.hK. Y. Srinivasan
2011-05-17Staging: hv: Add a subset of definitions from vmbus_api.h to hyperv.hK. Y. Srinivasan
2011-05-17Staging: hv: Include the newly created header file in all of the relevant hyp...K. Y. Srinivasan
2011-05-17Staging: hv: Create a common header for all hyperv drivers to includeK. Y. Srinivasan
2011-05-11Staging: hv: mouse_drv: Get rid of some unused codeK. Y. Srinivasan
2011-05-11Staging: hv: Make mousevsc_drv an instance of struct hv_driverK. Y. Srinivasan
2011-05-11Staging: hv: Get rid of an empty function mouse_vsc_initialize()K. Y. Srinivasan
2011-05-11Staging: hv: mouse_drv: Move the code to copy dev_type informationK. Y. Srinivasan
2011-05-11Staging: hv: mouse_drv: Move the assignment of name variableK. Y. Srinivasan
2011-05-11Staging: hv: mouse_drv: Directly assign the driver nameK. Y. Srinivasan
2011-05-11Staging: hv: Get rid of struct storvsc_driverK. Y. Srinivasan
2011-05-11Staging: hv: Make blkvsc_drv an instance of struct hv_driverK. Y. Srinivasan
2011-05-11Staging: hv: Make storvsc_drv an instance of hv_driverK. Y. Srinivasan
2011-05-11Staging: hv: Get rid of some unused functions from storvsc_api.hK. Y. Srinivasan
2011-05-11Staging: hv: Now get rid of an empty function storvsc_initialize()K. Y. Srinivasan
2011-05-11Staging: hv: storvsc_drv: Inline the copying of the dev_type informationK. Y. Srinivasan
2011-05-11Staging: hv: storvsc_drv: Move the assignment of name to the hv_driverK. Y. Srinivasan
2011-05-11Staging: hv: storvsc_drv: Directly assign the driver nameK. Y. Srinivasan
2011-05-11Staging: hv: Get rid of the ring size state from struct storvsc_driverK. Y. Srinivasan
2011-05-11Staging: hv: storvsc_drv: Get rid of the unnecessary assignment of ring sizeK. Y. Srinivasan
2011-05-11Staging: hv: Use the rinbuffer size info in struct storvsc_device_infoK. Y. Srinivasan
2011-05-11Staging: hv: Add ring_buffer_size to struct storvsc_device_infoK. Y. Srinivasan
2011-05-11Staging: hv: storvsc_drv: Get rid of max_outstanding_req_per_channel from str...K. Y. Srinivasan
2011-05-11Staging: hv: storvsc_drv: Compute max_outstanding_req_per_channel where it is...K. Y. Srinivasan
2011-05-11Staging: hv: storvsc_drv: Get rid of some unnecessary DPRINTsK. Y. Srinivasan
2011-05-11Staging: hv: Make blkvsc_drv_init the module init functionK. Y. Srinivasan
2011-05-11Staging: hv: Move the sector size check into blkvsc_drv_initK. Y. Srinivasan
2011-05-11Staging: hv: blkvsc_drv: Get rid of the empty functionK. Y. Srinivasan
2011-05-11Staging: hv: blkvsc_drv: Inline the copying of dev_type guidK. Y. Srinivasan
2011-05-11Staging: hv: blkvsc_drv: Move the assignment of driver nameK. Y. Srinivasan
2011-05-11Staging: hv: blkvsc_drv: Assign the name directlyK. Y. Srinivasan
2011-05-11Staging: hv: blkvsc_drv: Get rid of unnecessary code/commentsK. Y. Srinivasan
2011-05-11Staging: hv: blkvsc_drv: Get rid unnecessary DPRINTK. Y. Srinivasan
2011-05-11Staging: hv: Get rid of unnecessary state from struct storvsc_driverK. Y. Srinivasan
2011-05-11Staging: hv: Change Cleanup to cleanup in hv.cK. Y. Srinivasan
2011-05-11Staging: hv: Get rid of some dead code from hv.cK. Y. Srinivasan
2011-05-11Staging: hv: Get rid of some dead code in connection.cK. Y. Srinivasan