summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-05-11Staging: hv: Rename ringbuffer_peekK. Y. Srinivasan
2011-05-11Staging: hv: Rename ringbuffer_writeK. Y. Srinivasan
2011-05-11Staging: hv: Rename ringbuffer_cleanupK. Y. Srinivasan
2011-05-11Staging: hv: Rename the function ringbuffer_initK. Y. Srinivasan
2011-05-11Staging: hv: mousevsc_drv: Statically initialize probe/removeK. Y. Srinivasan
2011-05-11Staging: hv: Move the declaration of the variable mousevsc_drvK. Y. Srinivasan
2011-05-11Staging: hv: mouse_vsc: Rename the variable g_mousevsc_drvK. Y. Srinivasan
2011-05-11Staging: hv: netvsc_drv: Statically initialize probe/removeK. Y. Srinivasan
2011-05-11Staging: hv: Move the declaration of the variable netvsc_drvK. Y. Srinivasan
2011-05-11Staging: hv: netvsc_drv: Rename the variable g_netvsc_drvK. Y. Srinivasan
2011-05-11Staging: hv: Get rid of cleanup from struct hv_driverK. Y. Srinivasan
2011-05-11Staging: hv: Cleanup calls to cleanup() in hv_mouse.cK. Y. Srinivasan
2011-05-11Staging: hv: Cleanup calls to cleanup in storvsc_drv.cK. Y. Srinivasan
2011-05-11Staging: hv: Get rid of dev_rm from struct hv_driverK. Y. Srinivasan
2011-05-11Staging: hv: Get rid of dev_add from struct hv_driverK. Y. Srinivasan
2011-05-11Staging: hv: Cleanup mouse_vsc_initialize()K. Y. Srinivasan
2011-05-11Staging: hv: Get rid of the mouse cleanup() functionK. Y. Srinivasan
2011-05-11Staging: hv: Get rid of the indirection to invoke mousevsc_on_device_removeK. Y. Srinivasan
2011-05-11Staging: hv: Get rid of the indirection to invoke mousevsc_on_device_add()K. Y. Srinivasan
2011-05-11Staging: hv: Get rid of some unnecessary code in rndis_filter.cK. Y. Srinivasan
2011-05-11Staging: hv: Get rid of unnecessary code in netvsc.cK. Y. Srinivasan
2011-05-11Staging: hv: netvsc_drv: Get rid of call to cleanup()K. Y. Srinivasan
2011-05-11Staging: hv: Get rid of the indirection in invoking netvsc_device_remove()K. Y. Srinivasan
2011-05-11Staging: hv: Get rid of the indirection in invoking rndis_filter_device_remove()K. Y. Srinivasan
2011-05-11Staging: hv: Get rid of the indirection to invoke netvsc_device_add()K. Y. Srinivasan
2011-05-11Staging: hv: Get rid of the indirection to invoke rndis_filte_device_add()K. Y. Srinivasan
2011-05-11Staging: hv: Get rid of rndis_filter_cleanup()K. Y. Srinivasan
2011-05-11Staging: hv: Make rndis_filter_device_remove() non staticK. Y. Srinivasan
2011-05-11Staging: hv: Make rndis_filte_device_add() non staticK. Y. Srinivasan
2011-05-11Staging: hv: Get rid of netvsc_cleanup()K. Y. Srinivasan
2011-05-11Staging: hv: Make netvsc_device_remove non staticK. Y. Srinivasan
2011-05-11Staging: hv: Make the function netvsc_device_add() non staticK. Y. Srinivasan
2011-05-11Staging: hv: storvsc_drv: Simplify the code for getting the drive parametersK. Y. Srinivasan
2011-05-11Staging: hv: storvsc_drv: Get rid of the code initializing the dispatch tableK. Y. Srinivasan
2011-05-11Staging: hv: storvsc_drv: Get rid of the indirection in invoking storvsc_do_io()K. Y. Srinivasan
2011-05-11Staging: hv: storvsc_drv: Get rid of the indirection in invoking storvsc_dev_...K. Y. Srinivasan
2011-05-11Staging: hv: storvsc_drv: Get rid of the indirection in invoking storvsc_dev_...K. Y. Srinivasan
2011-05-11Staging: hv: storvsc_drv: Get rid of unnecessary comments/dead codeK. Y. Srinivasan
2011-05-11Staging: hv: storvsc_drv: Statically initialize probe/remove elements of the ...K. Y. Srinivasan
2011-05-11Staging: hv: storvsc_drv: Move the declaration of the driver variableK. Y. Srinivasan
2011-05-11Staging: hv: storvsc_drv: Rename the driver variableK. Y. Srinivasan
2011-05-11Staging: hv: Get rid of the forward declaration of storvsc_probe()K. Y. Srinivasan
2011-05-11Staging: hv: Get rid of the forward declaration of storvsc_queuecommand()K. Y. Srinivasan
2011-05-11Staging: hv: Move the function storvsc_commmand_completion() to earlier in th...K. Y. Srinivasan
2011-05-11Staging: hv: storvsc_drv: Move module parameters to earlier in the fileK. Y. Srinivasan
2011-05-11Staging: hv: Move the definition of storvsc_ringbuffer_size to earlier in the...K. Y. Srinivasan
2011-05-11Staging: hv: Get rid of the forward declaration for storvsc_host_reset_handler()K. Y. Srinivasan
2011-05-11Staging: hv: Move the definition of storvsc_host_reset() to earlier in the fileK. Y. Srinivasan
2011-05-11Staging: hv: Rename stor_vsc_initialize()K. Y. Srinivasan
2011-05-11Staging: hv: Rename the function stor_vsc_on_host_reset()K. Y. Srinivasan