aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/hv
AgeCommit message (Expand)Author
2011-03-07Staging: hv: Eliminate storvsc_driver_context structureK. Y. Srinivasan
2011-03-07Staging: hv: Eliminate netvsc_driver_contextK. Y. Srinivasan
2011-03-07Staging: hv: Eliminate mousevsc_driver_contextK. Y. Srinivasan
2011-03-07Staging: hv: Eliminate blkvsc_driver_context structureK. 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: Remove unnecessary function pointers in driver_contextK. Y. Srinivasan
2011-03-07Staging: hv: Use generic device_driver shutdown functionK. 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
2011-03-02Staging: hv: hv_mouse: fix up guid variable nameGreg Kroah-Hartman
2011-03-02Staging: hv: hv_mouse: get rid of hungarian notation for name of the moduleGreg Kroah-Hartman
2011-03-02Staging: hv: hv_mouse: fix up camelcase fields in struct mousevsc_prt_msgGreg Kroah-Hartman
2011-03-02Staging: hv: hv_mouse: fix up camelcase usage in struct pipe_prt_msgGreg Kroah-Hartman
2011-03-02Staging: hv: hv_mouse: fix up pipe size field nameGreg Kroah-Hartman
2011-03-02Staging: hv: hv_mouse: fix up camelcase use for enum pipe_prot_msg_type in st...Greg Kroah-Hartman
2011-03-02Staging: hv: hv_mouse: use an anonymous union for struct mousevsc_prt_msgGreg Kroah-Hartman
2011-03-02Staging: hv: hv_mouse: clean up camelcase in struct synthhid_input_reportGreg Kroah-Hartman
2011-03-02Staging: hv: hv_mouse: fix camelcase in struct synthhid_device_info_ackGreg Kroah-Hartman
2011-03-02Staging: hv: hv_mouse: use a real struct hid_descriptorGreg Kroah-Hartman
2011-03-02Staging: hv: hv_mouse: clean up camelcase when using struct hv_input_dev_infoGreg Kroah-Hartman
2011-03-02Staging: hv: hv_mouse: clean up camelcase in struct synthhid_protocol_responseGreg Kroah-Hartman
2011-03-02Staging: hv: hv_mouse: clean up version structure usageGreg Kroah-Hartman
2011-03-02Staging: hv: hv_mouse: change camelcase for struct synthhid_msgGreg Kroah-Hartman
2011-03-02Staging: hv: hv_mouse: fix build warningGreg Kroah-Hartman
2011-03-02Staging: hv: hv_mouse: fix camelcase use of struct synthhid_msg_hdrGreg Kroah-Hartman
2011-03-02Staging: hv: hv_mouse.c: clean up struct synthhid_msg_hdrGreg Kroah-Hartman
2011-03-02Staging: hv: hv_mouse: use proper input define for bus typeGreg Kroah-Hartman
2011-03-02Staging: hv: hv_mouse: fix up input device info structureGreg Kroah-Hartman
2011-03-02Staging: hv: hv_mouse: reorder functions to remove forward declarationsGreg Kroah-Hartman
2011-03-02Staging: hv: hv_mouse: remove inline function markingsGreg Kroah-Hartman
2011-03-02Staging: hv: hv_mouse.c: remove struct mousevsc_drv_obj function callbacksGreg Kroah-Hartman
2011-03-02Staging: hv: hv_mouse: unwind the initialization process a bitGreg Kroah-Hartman
2011-03-02Staging: hv: hv_mouse: remove typedefsGreg Kroah-Hartman
2011-03-02Staging: hv: delete mousevsc_api.hGreg Kroah-Hartman
2011-03-02Staging: hv: delete vmbus_hid_protocol.hGreg Kroah-Hartman
2011-03-02Staging: hv: hv_mouse: fix up copyright and license headerGreg Kroah-Hartman
2011-03-02Staging: hv: hv_mouse: rename hv_mouse_drv.cGreg Kroah-Hartman
2011-03-02Staging: hv: hv_mouse: delete mouse_vsc.cGreg Kroah-Hartman
2011-03-02Staging: hv: mouse_vsc: fix comment coding styleGreg Kroah-Hartman
2011-03-02Staging: hv: mouse_vsc: fix space coding style issuesGreg Kroah-Hartman
2011-03-02Staging: hv: mouse_vsc.c: fix brace coding style issuesGreg Kroah-Hartman
2011-03-02Staging: hv: hv_mouse_drv.c: minor coding style cleanupsGreg Kroah-Hartman
2011-03-02Staging: hv: enable mouse driver to buildGreg Kroah-Hartman
2011-02-27Staging: hv: add mouse driverGreg Kroah-Hartman
2011-02-23staging: hv: Fix the WARN_ON condition in free_net_device()Haiyang Zhang
2011-02-23staging: hv: Remove unnecessary ASSERTs in netvsc_initialize()Haiyang Zhang
2011-02-18Staging: hv: Fixed FIXME comments by using list_for_each_entryHank Janssen