aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/connection.c
Commit message (Expand)AuthorAgeFilesLines
* Staging: hv: vmbus: Increase the timeout value in the vmbus driverK. Y. Srinivasan2011-08-041-1/+1
* Staging: hv: vmbus_drv: Move the contents of vmbus_private.h to vmbus_hyperv.hK. Y. Srinivasan2011-05-171-1/+0
* Staging: hv: vmbus_drv: Include the contents of hv_api.h in hyperv_vmbus.hK. Y. Srinivasan2011-05-171-1/+0
* Staging: hv: vmbus_drv: Create a common header file to build the vmbus driverK. Y. Srinivasan2011-05-171-0/+1
* Staging: hv: Move the contents of logging.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/+2
* Staging: hv: Get rid of some dead code in connection.cK. Y. Srinivasan2011-05-111-6/+4
* Staging: hv: Change Cleanup to cleanup in connection.cK. Y. Srinivasan2011-05-111-10/+10
* Staging: hv: Use completion abstraction to synchronize in vmbus_channel_msginfoK. Y. Srinivasan2011-05-111-5/+4
* hv: pass u32 to process_chn_event()Olaf Hering2011-04-201-7/+6
* hv: Reduce indention in vmbus_on_eventOlaf Hering2011-04-201-21/+14
* Staging: merge 2.6.39-rc3 into staging-nextGreg Kroah-Hartman2011-04-131-2/+2
|\
| * staging: hv: use sync_bitops when interacting with the hypervisorOlaf Hering2011-04-041-2/+2
* | staging: hv: Replace DPRINT with natives in hv_vmbusHank Janssen2011-04-041-5/+7
* | staging: hv: Remove all unneeded DPRINT from hv_vmbusHank Janssen2011-04-041-9/+0
|/
* staging: hv: Remove NULL check before kfreeIlia Mirkin2011-03-141-3/+1
* Staging: hv: Eliminate vmbus_event_dpc()K. Y. Srinivasan2011-03-141-1/+1
* Staging: hv: Remove osd layerK. Y. Srinivasan2011-02-181-1/+1
* Staging: hv: Use native wait primitivesK. Y. Srinivasan2011-02-181-8/+20
* Staging: hv: Use native page allocation/free functionsK. Y. Srinivasan2011-02-181-5/+8
* staging: hv: Convert camel cased struct fields in vmbus_private.h to lower casesHaiyang Zhang2011-01-311-37/+37
* staging: hv: Convert camel cased functions in connection.c to lower casesHaiyang Zhang2011-01-311-18/+21
* staging: hv: Convert camel cased variables in connection.c to lower casesHaiyang Zhang2011-01-311-76/+78
* staging: hv: Convert camel cased functions in osd.c to lower casesHaiyang Zhang2010-11-091-7/+7
* staging: hv: Convert camel cased functions in hv.c to lower casesHaiyang Zhang2010-11-091-2/+2
* staging: hv: Convert camel cased struct fields in hv_api.h to lower casesHaiyang Zhang2010-11-091-2/+2
* staging: hv: Convert camel cased struct fields in channel_mgmt.h to lower casesHaiyang Zhang2010-11-091-19/+19
* staging: hv: Rename camel cased functions in channel.c to lowercaseHaiyang Zhang2010-10-071-2/+2
* Staging: hv: remove DPRINT_EXIT macroGreg Kroah-Hartman2010-07-221-14/+1
* Staging: hv: remove DPRINT_ENTER macroGreg Kroah-Hartman2010-07-221-8/+0
* Staging: hv: rename VmbusPrivate.h to vmbus_private.hGreg Kroah-Hartman2010-05-111-1/+1
* Staging: hv: rename Connection.c to connection.cGreg Kroah-Hartman2010-05-111-0/+349