summaryrefslogtreecommitdiff
path: root/drivers/staging/hv/channel_mgmt.c
AgeCommit message (Expand)Author
2011-07-05Staging: hv: vmbus: Increase the timeout value in the vmbus driverK. Y. Srinivasan
2011-06-07Staging: hv: vmbus: Get rid of a dated comment in channel_mgmt.cK. Y. Srinivasan
2011-06-07Staging: hv: vmbus: Get rid of the poll timer in the channel stateK. Y. Srinivasan
2011-05-17Staging: hv: vmbus_drv: Get rid of util synchronixation based on channel coun...K. Y. Srinivasan
2011-05-17Staging: hv: Re-implement the synchronization for util channelsK. Y. Srinivasan
2011-05-17Staging: hv: vmbus_drv: Introduce state in struct vmbus_channel to track util...K. Y. Srinivasan
2011-05-17Staging: hv: vmbus_drv: Move the contents of vmbus_private.h to vmbus_hyperv.hK. Y. Srinivasan
2011-05-17Staging: hv: vmbus_drv: Include the contents of hv_api.h in hyperv_vmbus.hK. Y. Srinivasan
2011-05-17Staging: hv: vmbus_drv: Create a common header file to build the vmbus driverK. Y. Srinivasan
2011-05-17Staging: hv: Move the contents of utils.h to hyperv.hK. Y. Srinivasan
2011-05-17Staging: hv: Move the contents of logging.h to hyperv.hK. Y. Srinivasan
2011-05-17Staging: hv: Include the newly created header file in all of the relevant hyp...K. Y. Srinivasan
2011-05-11Staging: hv: Use completion abstraction to synchronize in vmbus_channel_msginfoK. Y. Srinivasan
2011-05-11Staging: hv: vmbus_drv: Rename the variable gChannelMessageTableK. Y. Srinivasan
2011-05-11Staging: hv: vmbus_drv: Rename the variable messageTypeK. Y. Srinivasan
2011-05-11Staging: hv: vmbus_drv: Rename the variable messageHandlerK. Y. Srinivasan
2011-05-11Staging: hv: vmbus_drv: Rename the variable gSupportedDeviceClassesK. Y. Srinivasan
2011-05-03Staging: hv: Get rid of vmbus_release_unattached_channels() as it is not usedK. Y. Srinivasan
2011-04-13Staging: merge 2.6.39-rc3 into staging-nextGreg Kroah-Hartman
2011-04-04staging: hv: Replace DPRINT with natives in hv_vmbusHank Janssen
2011-04-04staging: hv: Remove all unneeded DPRINT from hv_vmbusHank Janssen
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-14staging: hv: Remove NULL check before kfreeIlia Mirkin
2011-03-14Staging: hv: Get rid of vmbus_child_dev_add()K. Y. Srinivasan
2011-02-18Staging: hv: Fixed FIXME comments by using list_for_each_entryHank Janssen
2011-02-18Staging: hv: Remove osd layerK. Y. Srinivasan
2011-02-18Staging: hv: Use native wait primitivesK. Y. Srinivasan
2011-01-31staging: hv: Convert camel cased struct fields in vmbus_private.h to lower casesHaiyang Zhang
2011-01-31staging: hv: Convert camel cased struct fields in vmbus_packet_format.h to lo...Haiyang Zhang
2011-01-31staging: hv: Convert camel cased struct fields in vmbus_channel_interface.h t...Haiyang Zhang
2011-01-31staging: hv: Convert camel cased struct fields in vmbus_api.h to lower casesHaiyang Zhang
2011-01-31staging: hv: Convert camel cased functions in vmbus_drv.c to lower casesHaiyang Zhang
2011-01-31staging: hv: Convert camel cased functions in connection.c to lower casesHaiyang Zhang
2011-01-31staging: hv: Convert camel cased variables in connection.c to lower casesHaiyang Zhang
2011-01-20Staging: hv: Implement key/value pair (KVP)Ky Srinivasan
2010-12-16staging: hv: convert channel_mgmt.c to not call osd_schedule_callbackTimo Teräs
2010-12-16staging: hv: convert vmbus_on_msg_dpc to not call osd_schedule_callbackTimo Teräs
2010-12-02Staging: hv: remove OnChildDeviceRemove vmbus_driver callbackGreg Kroah-Hartman
2010-12-02Staging: hv: remove OnChildDeviceCreate vmbus_driver callbackGreg Kroah-Hartman
2010-11-09staging: hv: Convert camel cased functions in osd.c to lower casesHaiyang Zhang
2010-11-09staging: hv: Convert camel cased struct fields in hv_api.h to lower casesHaiyang Zhang
2010-11-09staging: hv: Convert camel cased struct fields in channel_mgmt.h to lower casesHaiyang Zhang
2010-10-20Staging: hv: make alloc_channel staticGreg Kroah-Hartman
2010-10-15staging: hv: Convert camel cased functions in channel_mgmt.c to lower caseHaiyang Zhang
2010-10-15staging: hv: Convert camel cased local variable names in channel_mgmt.c to lo...Haiyang Zhang
2010-10-07staging: hv: Rename camel cased functions in channel.c to lowercaseHaiyang Zhang
2010-08-05Staging: Merge staging-next into Linus's treeGreg Kroah-Hartman
2010-07-22Staging: hv: remove DPRINT_EXIT macroGreg Kroah-Hartman
2010-07-22Staging: hv: remove DPRINT_ENTER macroGreg Kroah-Hartman
2010-06-30staging: hv: Fix race condition on vmbus channel initializationHaiyang Zhang