summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2011-05-11Staging: hv: Change Cleanup to cleanup in connection.cK. Y. Srinivasan
2011-05-11Staging: hv: Get rid of some dead code in channel.cK. Y. Srinivasan
2011-05-11Staging: hv: Use the completion abstraction in struct rndis_requestK. Y. Srinivasan
2011-05-11Staging: hv: Use completion abstraction in struct netvsc_deviceK. Y. Srinivasan
2011-05-11Staging: hv: Get rid of some unnecessary state from struct vmbus_msginfoK. Y. Srinivasan
2011-05-11Staging: hv: Use completion abstraction to synchronize in vmbus_channel_msginfoK. Y. Srinivasan
2011-05-11Staging: hv: vmbus_drv: Rename the variable gChannelMessageTableK. Y. Srinivasan
2011-05-11Staging: hv: vmbus_drv: Rename the variable messageTypeK. Y. Srinivasan
2011-05-11Staging: hv: vmbus_drv: Rename the variable messageHandlerK. Y. Srinivasan
2011-05-11Staging: hv: vmbus_drv: Rename the variable gSupportedDeviceClassesK. Y. Srinivasan
2011-05-11Staging: hv: Cleanup ring_buffer.hK. Y. Srinivasan
2011-05-11Staging: hv: Get rid of the volatile qualifier for a variable in ring_buffer.cK. Y. Srinivasan
2011-05-11Staging: hv: Get rid of the forward declaration of hv_copyto_ringbuffer()K. Y. Srinivasan
2011-05-11Staging: hv: Get rid of the forward declaration of hv_copyfrom_ringbufferK. Y. Srinivasan
2011-05-11Staging: hv: Cleanup comments in ring_buffer.cK. Y. Srinivasan
2011-05-11Staging: hv: Rename all static functions in ring_buffer.cK. Y. Srinivasan
2011-05-11Staging: hv: Rename ringbuffer_get_debuginfoK. Y. Srinivasan
2011-05-11Staging: hv: Rename dump_ring_infoK. Y. Srinivasan
2011-05-11Staging: hv: Rename get_ringbuffer_interrupt_maskK. Y. Srinivasan
2011-05-11Staging: hv: Rename ringbuffer_readK. Y. Srinivasan