summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Staging: hv: Get rid of an empty function mouse_vsc_initialize()K. Y. Srinivasan2011-05-111-10/+0
* Staging: hv: mouse_drv: Move the code to copy dev_type informationK. Y. Srinivasan2011-05-111-2/+2
* Staging: hv: mouse_drv: Move the assignment of name variableK. Y. Srinivasan2011-05-111-1/+1
* Staging: hv: mouse_drv: Directly assign the driver nameK. Y. Srinivasan2011-05-111-1/+1
* Staging: hv: Get rid of struct storvsc_driverK. Y. Srinivasan2011-05-111-5/+0
* Staging: hv: Make blkvsc_drv an instance of struct hv_driverK. Y. Srinivasan2011-05-111-6/+6
* Staging: hv: Make storvsc_drv an instance of hv_driverK. Y. Srinivasan2011-05-111-5/+5
* Staging: hv: Get rid of some unused functions from storvsc_api.hK. Y. Srinivasan2011-05-111-12/+0
* Staging: hv: Now get rid of an empty function storvsc_initialize()K. Y. Srinivasan2011-05-111-16/+0
* Staging: hv: storvsc_drv: Inline the copying of the dev_type informationK. Y. Srinivasan2011-05-111-6/+3
* Staging: hv: storvsc_drv: Move the assignment of name to the hv_driverK. Y. Srinivasan2011-05-111-1/+1
* Staging: hv: storvsc_drv: Directly assign the driver nameK. Y. Srinivasan2011-05-111-1/+1
* Staging: hv: Get rid of the ring size state from struct storvsc_driverK. Y. Srinivasan2011-05-111-3/+0
* Staging: hv: storvsc_drv: Get rid of the unnecessary assignment of ring sizeK. Y. Srinivasan2011-05-111-2/+0
* Staging: hv: Use the rinbuffer size info in struct storvsc_device_infoK. Y. Srinivasan2011-05-113-9/+7
* Staging: hv: Add ring_buffer_size to struct storvsc_device_infoK. Y. Srinivasan2011-05-111-0/+1
* Staging: hv: storvsc_drv: Get rid of max_outstanding_req_per_channel from str...K. Y. Srinivasan2011-05-111-4/+0
* Staging: hv: storvsc_drv: Compute max_outstanding_req_per_channel where it is...K. Y. Srinivasan2011-05-111-15/+15
* Staging: hv: storvsc_drv: Get rid of some unnecessary DPRINTsK. Y. Srinivasan2011-05-111-8/+0
* Staging: hv: Make blkvsc_drv_init the module init functionK. Y. Srinivasan2011-05-111-10/+1
* Staging: hv: Move the sector size check into blkvsc_drv_initK. Y. Srinivasan2011-05-111-2/+2
* Staging: hv: blkvsc_drv: Get rid of the empty functionK. Y. Srinivasan2011-05-111-15/+0
* Staging: hv: blkvsc_drv: Inline the copying of dev_type guidK. Y. Srinivasan2011-05-111-2/+1
* Staging: hv: blkvsc_drv: Move the assignment of driver nameK. Y. Srinivasan2011-05-111-1/+1
* Staging: hv: blkvsc_drv: Assign the name directlyK. Y. Srinivasan2011-05-111-1/+1
* Staging: hv: blkvsc_drv: Get rid of unnecessary code/commentsK. Y. Srinivasan2011-05-111-15/+0
* Staging: hv: blkvsc_drv: Get rid unnecessary DPRINTK. Y. Srinivasan2011-05-111-4/+0
* Staging: hv: Get rid of unnecessary state from struct storvsc_driverK. Y. Srinivasan2011-05-111-3/+0
* Staging: hv: Change Cleanup to cleanup in hv.cK. Y. Srinivasan2011-05-111-9/+9
* Staging: hv: Get rid of some dead code from hv.cK. Y. Srinivasan2011-05-111-31/+0
* Staging: hv: Get rid of some dead code in connection.cK. Y. Srinivasan2011-05-111-6/+4
* Staging: hv: Change Cleanup to cleanup in connection.cK. Y. Srinivasan2011-05-111-10/+10
* Staging: hv: Get rid of some dead code in channel.cK. Y. Srinivasan2011-05-111-71/+0
* Staging: hv: Use the completion abstraction in struct rndis_requestK. Y. Srinivasan2011-05-111-19/+14
* Staging: hv: Use completion abstraction in struct netvsc_deviceK. Y. Srinivasan2011-05-112-21/+14
* Staging: hv: Get rid of some unnecessary state from struct vmbus_msginfoK. Y. Srinivasan2011-05-111-4/+0
* Staging: hv: Use completion abstraction to synchronize in vmbus_channel_msginfoK. Y. Srinivasan2011-05-114-43/+32
* Staging: hv: vmbus_drv: Rename the variable gChannelMessageTableK. Y. Srinivasan2011-05-111-3/+3
* Staging: hv: vmbus_drv: Rename the variable messageTypeK. Y. Srinivasan2011-05-111-1/+1
* Staging: hv: vmbus_drv: Rename the variable messageHandlerK. Y. Srinivasan2011-05-111-3/+3
* Staging: hv: vmbus_drv: Rename the variable gSupportedDeviceClassesK. Y. Srinivasan2011-05-111-2/+3
* Staging: hv: Cleanup ring_buffer.hK. Y. Srinivasan2011-05-111-4/+3
* Staging: hv: Get rid of the volatile qualifier for a variable in ring_buffer.cK. Y. Srinivasan2011-05-111-1/+1
* Staging: hv: Get rid of the forward declaration of hv_copyto_ringbuffer()K. Y. Srinivasan2011-05-111-39/+27
* Staging: hv: Get rid of the forward declaration of hv_copyfrom_ringbufferK. Y. Srinivasan2011-05-111-46/+37
* Staging: hv: Cleanup comments in ring_buffer.cK. Y. Srinivasan2011-05-111-194/+129
* Staging: hv: Rename all static functions in ring_buffer.cK. Y. Srinivasan2011-05-111-44/+44
* Staging: hv: Rename ringbuffer_get_debuginfoK. Y. Srinivasan2011-05-113-5/+5
* Staging: hv: Rename dump_ring_infoK. Y. Srinivasan2011-05-113-5/+5
* Staging: hv: Rename get_ringbuffer_interrupt_maskK. Y. Srinivasan2011-05-113-6/+6
OpenPOWER on IntegriCloud