summaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/hv_mouse.c
AgeCommit message (Expand)Author
2011-07-25Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2011-06-20treewide: remove duplicate includesVitaliy Ivanov
2011-06-07Staging: hv: mouse: Get rid of the unused initialization of the name fieldK. Y. Srinivasan
2011-05-17Staging: hv: mousevsc_drv: Cleanup mousevsc_drv_exit() functionK. Y. Srinivasan
2011-05-17Staging: hv: mouse_drv: Fix a sparse warningK. 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: 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 vmbus_packet_format.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: Include the newly created header file in all of the relevant hyp...K. 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: 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: Cleanup calls to cleanup() in hv_mouse.cK. 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-03Staging: hv: Use the remove() function in struct hv_driverK. Y. Srinivasan
2011-05-03Staging: hv: Use the probe function in struct hv_driverK. Y. Srinivasan
2011-04-26Staging: hv: Get rid of the references to the priv element of struct hv_drive...K. Y. Srinivasan
2011-04-13Staging: merge 2.6.39-rc3 into staging-nextGreg Kroah-Hartman
2011-04-07Merge branch 'staging-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2011-04-07fix build fail for hv_mouse indefine udelayYouquan Song
2011-04-04staging: hv: Convert camel case in in all functions to lower case in hv_mouseHank Janssen
2011-04-04staging: hv: Convert camel case members of struct mousevsc_dev to lower caseHank Janssen
2011-04-04staging: hv: Convert camel case member of struct mousevsc_drv_obj to lower caseHank Janssen
2011-04-04staging: hv: Convert camel case func params to lower case in hv_mouseHank Janssen
2011-04-04staging: hv: change camel case funct names to lower case funct in hv_mouseHank Janssen
2011-04-04staging: fix hv_mouse build, needs delay.hRandy Dunlap
2011-04-04staging: hv: fix reversed memset arguments in hv_mouseDave Jones
2011-03-14staging: hv: fix memory leaksAlexander Beregalov
2011-03-14staging: hv: Remove NULL check before kfreeIlia Mirkin
2011-03-07Staging: hv: Remove the vm_device structureK. Y. Srinivasan
2011-03-07Staging: hv: Eliminate mousevsc_driver_contextK. Y. Srinivasan
2011-03-07Staging: hv: Eliminate driver_context structureK. Y. Srinivasan
2011-03-07Staging: hv: Change the signature for vmbus_child_driver_unregisterK. Y. Srinivasan
2011-03-07Staging: hv: Change the signature for vmbus_child_driver_registerK. Y. Srinivasan
2011-03-07Staging: hv: Use generic device_driver remove functionK. Y. Srinivasan
2011-03-07Staging: hv: Use generic device_driver probe functionK. Y. Srinivasan
2011-03-02Staging: hv: hv_mouse: remove unneeded function forward declarationGreg Kroah-Hartman