aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/connection.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-05Staging: hv: vmbus: Increase the timeout value in the vmbus driverK. Y. Srinivasan1-1/+1
2011-06-07Staging: hv: vmbus: Cleanup error codes in connection.cK. Y. Srinivasan1-5/+5
2011-06-07Staging: hv: vmbus: Get rid of an unused function in connection.cK. Y. Srinivasan1-38/+0
2011-06-07Staging: hv: vmbus: Directly invoke the channel callbackK. Y. Srinivasan1-1/+1
2011-05-17Staging: hv: vmbus_drv: Move the contents of vmbus_private.h to vmbus_hyperv.hK. Y. Srinivasan1-1/+0
2011-05-17Staging: hv: vmbus_drv: Include the contents of hv_api.h in hyperv_vmbus.hK. Y. Srinivasan1-1/+0
2011-05-17Staging: hv: vmbus_drv: Create a common header file to build the vmbus driverK. Y. Srinivasan1-0/+1
2011-05-17Staging: hv: Move the contents of logging.h to hyperv.hK. Y. Srinivasan1-1/+0
2011-05-17Staging: hv: Include the newly created header file in all of the relevant hyperv filesK. Y. Srinivasan1-0/+2
2011-05-11Staging: hv: Get rid of some dead code in connection.cK. Y. Srinivasan1-6/+4
2011-05-11Staging: hv: Change Cleanup to cleanup in connection.cK. Y. Srinivasan1-10/+10
2011-05-11Staging: hv: Use completion abstraction to synchronize in vmbus_channel_msginfoK. Y. Srinivasan1-5/+4
2011-04-20hv: pass u32 to process_chn_event()Olaf Hering1-7/+6
2011-04-20hv: Reduce indention in vmbus_on_eventOlaf Hering1-21/+14
2011-04-13Staging: merge 2.6.39-rc3 into staging-nextGreg Kroah-Hartman1-2/+2
2011-04-04staging: hv: Replace DPRINT with natives in hv_vmbusHank Janssen1-5/+7
2011-04-04staging: hv: Remove all unneeded DPRINT from hv_vmbusHank Janssen1-9/+0
2011-04-04staging: hv: use sync_bitops when interacting with the hypervisorOlaf Hering1-2/+2
2011-03-14staging: hv: Remove NULL check before kfreeIlia Mirkin1-3/+1
2011-03-14Staging: hv: Eliminate vmbus_event_dpc()K. Y. Srinivasan1-1/+1
2011-02-18Staging: hv: Remove osd layerK. Y. Srinivasan1-1/+1
2011-02-18Staging: hv: Use native wait primitivesK. Y. Srinivasan1-8/+20
2011-02-18Staging: hv: Use native page allocation/free functionsK. Y. Srinivasan1-5/+8
2011-01-31staging: hv: Convert camel cased struct fields in vmbus_private.h to lower casesHaiyang Zhang1-37/+37
2011-01-31staging: hv: Convert camel cased functions in connection.c to lower casesHaiyang Zhang1-18/+21
2011-01-31staging: hv: Convert camel cased variables in connection.c to lower casesHaiyang Zhang1-76/+78
2010-11-09staging: hv: Convert camel cased functions in osd.c to lower casesHaiyang Zhang1-7/+7
2010-11-09staging: hv: Convert camel cased functions in hv.c to lower casesHaiyang Zhang1-2/+2
2010-11-09staging: hv: Convert camel cased struct fields in hv_api.h to lower casesHaiyang Zhang1-2/+2
2010-11-09staging: hv: Convert camel cased struct fields in channel_mgmt.h to lower casesHaiyang Zhang1-19/+19
2010-10-07staging: hv: Rename camel cased functions in channel.c to lowercaseHaiyang Zhang1-2/+2
2010-07-22Staging: hv: remove DPRINT_EXIT macroGreg Kroah-Hartman1-14/+1
2010-07-22Staging: hv: remove DPRINT_ENTER macroGreg Kroah-Hartman1-8/+0
2010-05-11Staging: hv: rename VmbusPrivate.h to vmbus_private.hGreg Kroah-Hartman1-1/+1
2010-05-11Staging: hv: rename Connection.c to connection.cGreg Kroah-Hartman1-0/+349