aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/channel_mgmt.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: Get rid of util synchronixation based on channel coun...K. Y. Srinivasan2011-05-171-17/+0
* Staging: hv: Re-implement the synchronization for util channelsK. Y. Srinivasan2011-05-171-5/+19
* Staging: hv: vmbus_drv: Introduce state in struct vmbus_channel to track util...K. Y. Srinivasan2011-05-171-0/+2
* 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 utils.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: Include the newly created header file in all of the relevant hyp...K. Y. Srinivasan2011-05-171-0/+2
* Staging: hv: Use completion abstraction to synchronize in vmbus_channel_msginfoK. Y. Srinivasan2011-05-111-17/+14
* Staging: hv: vmbus_drv: Rename the variable gChannelMessageTableK. Y. Srinivasan2011-05-111-3/+3
* Staging: hv: vmbus_drv: Rename the variable messageTypeK. Y. Srinivasan2011-05-111-1/+1
* Staging: hv: vmbus_drv: Rename the variable messageHandlerK. Y. Srinivasan2011-05-111-3/+3
* Staging: hv: vmbus_drv: Rename the variable gSupportedDeviceClassesK. Y. Srinivasan2011-05-111-2/+3
* Staging: hv: Get rid of vmbus_release_unattached_channels() as it is not usedK. Y. Srinivasan2011-05-031-33/+0
* Staging: merge 2.6.39-rc3 into staging-nextGreg Kroah-Hartman2011-04-131-1/+1
|\
| * Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* | staging: hv: Replace DPRINT with natives in hv_vmbusHank Janssen2011-04-041-13/+12
* | staging: hv: Remove all unneeded DPRINT from hv_vmbusHank Janssen2011-04-041-47/+4
|/
* staging: hv: Remove NULL check before kfreeIlia Mirkin2011-03-141-2/+1
* Staging: hv: Get rid of vmbus_child_dev_add()K. Y. Srinivasan2011-03-141-1/+1
* Staging: hv: Fixed FIXME comments by using list_for_each_entryHank Janssen2011-02-181-16/+8
* Staging: hv: Remove osd layerK. Y. Srinivasan2011-02-181-1/+1
* Staging: hv: Use native wait primitivesK. Y. Srinivasan2011-02-181-25/+21
* staging: hv: Convert camel cased struct fields in vmbus_private.h to lower casesHaiyang Zhang2011-01-311-8/+8
* staging: hv: Convert camel cased struct fields in vmbus_packet_format.h to lo...Haiyang Zhang2011-01-311-1/+1
* staging: hv: Convert camel cased struct fields in vmbus_channel_interface.h t...Haiyang Zhang2011-01-311-10/+10
* staging: hv: Convert camel cased struct fields in vmbus_api.h to lower casesHaiyang Zhang2011-01-311-1/+1
* staging: hv: Convert camel cased functions in vmbus_drv.c to lower casesHaiyang Zhang2011-01-311-2/+2
* staging: hv: Convert camel cased functions in connection.c to lower casesHaiyang Zhang2011-01-311-2/+2
* staging: hv: Convert camel cased variables in connection.c to lower casesHaiyang Zhang2011-01-311-24/+24
* Staging: hv: Implement key/value pair (KVP)Ky Srinivasan2011-01-201-2/+21
* staging: hv: convert channel_mgmt.c to not call osd_schedule_callbackTimo Teräs2010-12-161-22/+30
* staging: hv: convert vmbus_on_msg_dpc to not call osd_schedule_callbackTimo Teräs2010-12-161-4/+0
* Staging: hv: remove OnChildDeviceRemove vmbus_driver callbackGreg Kroah-Hartman2010-12-021-2/+2
* Staging: hv: remove OnChildDeviceCreate vmbus_driver callbackGreg Kroah-Hartman2010-12-021-1/+1
* staging: hv: Convert camel cased functions in osd.c to lower casesHaiyang Zhang2010-11-091-6/+6
* staging: hv: Convert camel cased struct fields in hv_api.h to lower casesHaiyang Zhang2010-11-091-3/+3
* staging: hv: Convert camel cased struct fields in channel_mgmt.h to lower casesHaiyang Zhang2010-11-091-93/+93
* Staging: hv: make alloc_channel staticGreg Kroah-Hartman2010-10-201-1/+1
* staging: hv: Convert camel cased functions in channel_mgmt.c to lower caseHaiyang Zhang2010-10-151-44/+46
* staging: hv: Convert camel cased local variable names in channel_mgmt.c to lo...Haiyang Zhang2010-10-151-125/+133
* staging: hv: Rename camel cased functions in channel.c to lowercaseHaiyang Zhang2010-10-071-4/+4
* Staging: Merge staging-next into Linus's treeGreg Kroah-Hartman2010-08-051-43/+0
|\
| * Staging: hv: remove DPRINT_EXIT macroGreg Kroah-Hartman2010-07-221-21/+0
| * Staging: hv: remove DPRINT_ENTER macroGreg Kroah-Hartman2010-07-221-22/+0
* | staging: hv: Fix race condition on vmbus channel initializationHaiyang Zhang2010-06-301-11/+30
|/
* staging: hv: Added heartbeat functionality to hv_utilsHank Janssen2010-05-171-2/+21
* Staging: hv: rename VmbusPrivate.h to vmbus_private.hGreg Kroah-Hartman2010-05-111-1/+1