summaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/channel_mgmt.c
Commit message (Expand)AuthorAgeFilesLines
* Staging: hv: move hyperv code out of staging directoryGreg Kroah-Hartman2011-10-101-647/+0
* Staging: hv: vmbus: Get rid of hv_cb_utils[] and other unneeded codeK. Y. Srinivasan2011-09-201-94/+0
* Staging: hv: util: Properly handle util services in the util driverK. Y. Srinivasan2011-09-201-36/+0
* Staging: hv: vmbus: Cleanup dated comments in channel_mgmt.cK. Y. Srinivasan2011-09-091-3/+0
* Staging: hv: vmbus: Rename vmbus_child_device_unregisterK. Y. Srinivasan2011-09-091-1/+1
* Staging: hv: vmbus: Rename vmbus_child_device_registerK. Y. Srinivasan2011-09-091-1/+1
* Staging: hv: vmbus: Rename vmbus_child_device_createK. Y. Srinivasan2011-09-091-1/+1
* Staging: hv: Replace struct hv_guid with the uuid type already defined in LinuxK. Y. Srinivasan2011-08-251-27/+23
* Staging: hv: vmbus: Increase the timeout value in the vmbus driverK. Y. Srinivasan2011-07-051-1/+1
* Staging: hv: vmbus: Get rid of a dated comment in channel_mgmt.cK. Y. Srinivasan2011-06-071-1/+0
* Staging: hv: vmbus: Get rid of the poll timer in the channel stateK. Y. Srinivasan2011-06-071-5/+0
* 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
OpenPOWER on IntegriCloud