summaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv
AgeCommit message (Expand)AuthorFilesLines
2011-03-31Fix common misspellingsLucas De Marchi8-9/+9
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-4/+7
2011-03-14staging: hv: fix memory leaksAlexander Beregalov1-0/+2
2011-03-14staging: hv: Remove NULL check before kfreeIlia Mirkin3-13/+6
2011-03-14Staging: hv: Get rid of vmbus_child_dev_add()K. Y. Srinivasan3-10/+2
2011-03-14Staging: hv: Change the signature for vmbus_child_device_register()K. Y. Srinivasan2-6/+4
2011-03-14Staging: hv: Get rid of vmbus_cleanup() functionK. Y. Srinivasan1-10/+1
2011-03-14Staging: hv: Get rid of vmbus_dev_rm() functionK. Y. Srinivasan1-14/+3
2011-03-14Staging: hv: Change the signature for vmbus_on_isr()K. Y. Srinivasan1-3/+2
2011-03-14Staging: hv: Eliminate vmbus_event_dpc()K. Y. Srinivasan3-12/+3
2011-03-14Staging: hv: Get rid of the function vmbus_msg_dpc()K. Y. Srinivasan1-13/+2
2011-03-14Staging: hv: Change the signature for vmbus_cleanup()K. Y. Srinivasan1-3/+2
2011-03-14Staging: hv: Simplify root device managementK. Y. Srinivasan1-30/+11
2011-03-09staging/hv: add missing include causing build errorMariusz Kozlowski1-0/+1
2011-03-09staging: Convert to bdops->check_events()Tejun Heo1-4/+7
2011-03-07Staging: hv: Remove the vm_device structureK. Y. Srinivasan7-101/+73
2011-03-07Staging: hv: Eliminate device_id from vm_deviceK. Y. Srinivasan2-20/+16
2011-03-07Staging: hv: Get rid of class_id from vm_deviceK. Y. Srinivasan2-32/+29
2011-03-07Staging: hv: Remove probe_error from vm_deviceK. Y. Srinivasan3-3/+4
2011-03-07Staging: hv: Move probe_failed_work_item from vm_deviceK. Y. Srinivasan3-3/+6
2011-03-07Staging: hv: Eliminate storvsc_driver_context structureK. Y. Srinivasan1-20/+8
2011-03-07Staging: hv: Eliminate netvsc_driver_contextK. Y. Srinivasan1-17/+8
2011-03-07Staging: hv: Eliminate mousevsc_driver_contextK. Y. Srinivasan1-14/+7
2011-03-07Staging: hv: Eliminate blkvsc_driver_context structureK. Y. Srinivasan1-18/+8
2011-03-07Staging: hv: Eliminate driver_context structureK. Y. Srinivasan7-118/+103
2011-03-07Staging: hv: Change the signature for vmbus_child_driver_unregisterK. Y. Srinivasan6-11/+10
2011-03-07Staging: hv: Change the signature for vmbus_child_driver_registerK. Y. Srinivasan6-11/+10
2011-03-07Staging: hv: Remove unnecessary function pointers in driver_contextK. Y. Srinivasan1-8/+0
2011-03-07Staging: hv: Use generic device_driver shutdown functionK. Y. Srinivasan2-3/+3
2011-03-07Staging: hv: Use generic device_driver remove functionK. Y. Srinivasan5-6/+6
2011-03-07Staging: hv: Use generic device_driver probe functionK. Y. Srinivasan5-6/+7
2011-03-02Staging: hv: hv_mouse: remove unneeded function forward declarationGreg Kroah-Hartman1-3/+0
2011-03-02Staging: hv: hv_mouse: fix up guid variable nameGreg Kroah-Hartman1-2/+2
2011-03-02Staging: hv: hv_mouse: get rid of hungarian notation for name of the moduleGreg Kroah-Hartman1-5/+2
2011-03-02Staging: hv: hv_mouse: fix up camelcase fields in struct mousevsc_prt_msgGreg Kroah-Hartman1-10/+10
2011-03-02Staging: hv: hv_mouse: fix up camelcase usage in struct pipe_prt_msgGreg Kroah-Hartman1-4/+4
2011-03-02Staging: hv: hv_mouse: fix up pipe size field nameGreg Kroah-Hartman1-7/+9
2011-03-02Staging: hv: hv_mouse: fix up camelcase use for enum pipe_prot_msg_type in st...Greg Kroah-Hartman1-6/+6
2011-03-02Staging: hv: hv_mouse: use an anonymous union for struct mousevsc_prt_msgGreg Kroah-Hartman1-8/+8
2011-03-02Staging: hv: hv_mouse: clean up camelcase in struct synthhid_input_reportGreg Kroah-Hartman1-2/+2
2011-03-02Staging: hv: hv_mouse: fix camelcase in struct synthhid_device_info_ackGreg Kroah-Hartman1-2/+2
2011-03-02Staging: hv: hv_mouse: use a real struct hid_descriptorGreg Kroah-Hartman1-2/+2
2011-03-02Staging: hv: hv_mouse: clean up camelcase when using struct hv_input_dev_infoGreg Kroah-Hartman1-9/+9
2011-03-02Staging: hv: hv_mouse: clean up camelcase in struct synthhid_protocol_responseGreg Kroah-Hartman1-2/+2
2011-03-02Staging: hv: hv_mouse: clean up version structure usageGreg Kroah-Hartman1-13/+11
2011-03-02Staging: hv: hv_mouse: change camelcase for struct synthhid_msgGreg Kroah-Hartman1-1/+1
2011-03-02Staging: hv: hv_mouse: fix build warningGreg Kroah-Hartman1-1/+1
2011-03-02Staging: hv: hv_mouse: fix camelcase use of struct synthhid_msg_hdrGreg Kroah-Hartman1-13/+13
2011-03-02Staging: hv: hv_mouse.c: clean up struct synthhid_msg_hdrGreg Kroah-Hartman1-11/+9
2011-03-02Staging: hv: hv_mouse: use proper input define for bus typeGreg Kroah-Hartman1-1/+1