summaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/hv_mouse.c
Commit message (Expand)AuthorAgeFilesLines
...
* Staging: hv: mousevsc: Use the newly introduced vmbus ID in mouse driverK. Y. Srinivasan2011-08-251-9/+18
* Staging: hv: Replace struct hv_guid with the uuid type already defined in LinuxK. Y. Srinivasan2011-08-251-3/+3
* Staging: hv: Fix macros, tab errors and warning in drivers/staging/hv/hv_mouse.cRuslan Pisarev2011-08-231-20/+20
* Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-07-251-1/+0
|\
| * Staging: hv: mouse: Get rid of the unused initialization of the name fieldK. Y. Srinivasan2011-06-071-1/+0
* | treewide: remove duplicate includesVitaliy Ivanov2011-06-201-1/+0
|/
* Staging: hv: mousevsc_drv: Cleanup mousevsc_drv_exit() functionK. Y. Srinivasan2011-05-171-32/+1
* Staging: hv: mouse_drv: Fix a sparse warningK. Y. Srinivasan2011-05-171-1/+1
* Staging: hv: vmbus_drv: Include the contents of hv_api.h in hyperv_vmbus.hK. Y. Srinivasan2011-05-171-1/+0
* Staging: hv: Move the contents of vmbus.h to hyperv.hK. Y. Srinivasan2011-05-171-1/+0
* Staging: hv: Move the contents of vmbus_api.h to hyperv.hK. Y. Srinivasan2011-05-171-1/+0
* Staging: hv: Move the contents of logging.h to hyperv.hK. Y. Srinivasan2011-05-171-1/+0
* Staging: hv: Move the contents of channel.h to hyperv.hK. Y. Srinivasan2011-05-171-1/+0
* Staging: hv: Move the contents of vmbus_packet_format.h to hyperv.hK. Y. Srinivasan2011-05-171-1/+0
* Staging: hv: Move the contents of the file version_info.h to hyperv.hK. Y. Srinivasan2011-05-171-1/+0
* Staging: hv: Include the newly created header file in all of the relevant hyp...K. Y. Srinivasan2011-05-171-0/+1
* Staging: hv: mouse_drv: Get rid of some unused codeK. Y. Srinivasan2011-05-111-14/+0
* Staging: hv: Make mousevsc_drv an instance of struct hv_driverK. Y. Srinivasan2011-05-111-9/+9
* 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: mousevsc_drv: Statically initialize probe/removeK. Y. Srinivasan2011-05-111-4/+4
* Staging: hv: Move the declaration of the variable mousevsc_drvK. Y. Srinivasan2011-05-111-2/+2
* Staging: hv: mouse_vsc: Rename the variable g_mousevsc_drvK. Y. Srinivasan2011-05-111-4/+4
* Staging: hv: Cleanup calls to cleanup() in hv_mouse.cK. Y. Srinivasan2011-05-111-4/+0
* Staging: hv: Cleanup mouse_vsc_initialize()K. Y. Srinivasan2011-05-111-9/+1
* Staging: hv: Get rid of the mouse cleanup() functionK. Y. Srinivasan2011-05-111-4/+0
* Staging: hv: Get rid of the indirection to invoke mousevsc_on_device_removeK. Y. Srinivasan2011-05-111-7/+1
* Staging: hv: Get rid of the indirection to invoke mousevsc_on_device_add()K. Y. Srinivasan2011-05-111-4/+1
* Staging: hv: Use the remove() function in struct hv_driverK. Y. Srinivasan2011-05-031-6/+5
* Staging: hv: Use the probe function in struct hv_driverK. Y. Srinivasan2011-05-031-6/+5
* Staging: hv: Get rid of the references to the priv element of struct hv_drive...K. Y. Srinivasan2011-04-261-9/+13
* Staging: merge 2.6.39-rc3 into staging-nextGreg Kroah-Hartman2011-04-131-2/+4
|\
| * Merge branch 'staging-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-04-071-2/+3
| |\
| | * staging: fix hv_mouse build, needs delay.hRandy Dunlap2011-04-041-0/+1
| | * staging: hv: fix reversed memset arguments in hv_mouseDave Jones2011-04-041-2/+2
| * | fix build fail for hv_mouse indefine udelayYouquan Song2011-04-071-0/+1
| |/
* | staging: hv: Convert camel case in in all functions to lower case in hv_mouseHank Janssen2011-04-041-112/+113
* | staging: hv: Convert camel case members of struct mousevsc_dev to lower caseHank Janssen2011-04-041-62/+65
* | staging: hv: Convert camel case member of struct mousevsc_drv_obj to lower caseHank Janssen2011-04-041-13/+13
* | staging: hv: Convert camel case func params to lower case in hv_mouseHank Janssen2011-04-041-85/+87
* | staging: hv: change camel case funct names to lower case funct in hv_mouseHank Janssen2011-04-041-43/+49
|/
* staging: hv: fix memory leaksAlexander Beregalov2011-03-141-0/+2
* staging: hv: Remove NULL check before kfreeIlia Mirkin2011-03-141-8/+4
* Staging: hv: Remove the vm_device structureK. Y. Srinivasan2011-03-071-12/+7
* Staging: hv: Eliminate mousevsc_driver_contextK. Y. Srinivasan2011-03-071-14/+7
* Staging: hv: Eliminate driver_context structureK. Y. Srinivasan2011-03-071-17/+15
* Staging: hv: Change the signature for vmbus_child_driver_unregisterK. Y. Srinivasan2011-03-071-1/+1
* Staging: hv: Change the signature for vmbus_child_driver_registerK. Y. Srinivasan2011-03-071-1/+1
OpenPOWER on IntegriCloud