summaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/channel.c
Commit message (Expand)AuthorAgeFilesLines
* Staging: hv: move hyperv code out of staging directoryGreg Kroah-Hartman2011-10-101-815/+0
* Staging: hv: vmbus: Properly deal with de-registering channel callbackK. Y. Srinivasan2011-08-291-15/+5
* Staging: hv: vmbus: Cleanup the error return value in vmbus_recvpacket_raw()K. Y. Srinivasan2011-08-251-1/+1
* Staging: hv: vmbus: Change the variable name openInfo to open_info in channel.cK. Y. Srinivasan2011-08-251-12/+12
* Staging: hv: vmbus: Get rid of unnecessary comments in channel.cK. Y. Srinivasan2011-08-251-4/+0
* Staging: hv: vmbus: Rename openMsg to open_msg in channel.cK. Y. Srinivasan2011-08-251-10/+10
* Staging: hv: vmbus: Get rid of the function dump_gpadl_header()K. Y. Srinivasan2011-08-251-28/+0
* Staging: hv: vmbus: Get rid of the function dump_gpadl_body()K. Y. Srinivasan2011-08-251-20/+0
* Staging: hv: Replace struct hv_guid with the uuid type already defined in LinuxK. Y. Srinivasan2011-08-251-2/+2
* Staging: hv: vmbus: Increase the timeout value in the vmbus driverK. Y. Srinivasan2011-07-051-1/+1
* Staging: hv: vmbus: Change Cleanup to cleanup in channel.cK. Y. Srinivasan2011-06-071-5/+5
* Staging: hv: vmbus: Cleanup some error values in channel.cK. Y. Srinivasan2011-06-071-1/+1
* Staging: hv: vmbus: Properly handle memory allocation failure in channel.cK. Y. Srinivasan2011-06-071-2/+17
* Staging: hv: vmbus: Increase the timeout for some critical callsK. Y. Srinivasan2011-06-071-2/+2
* Staging: hv: vmbus: Use the newly introduced state in closing the channelK. Y. Srinivasan2011-06-071-9/+1
* Staging: hv: vmbus: Correct some dated comments in channel.cK. Y. Srinivasan2011-06-071-7/+4
* Staging: hv: vmbus: Get rid of some dated comments in channel.cK. Y. Srinivasan2011-06-071-3/+0
* Staging: hv: vmbus: Get rid of the unused function vmbus_ontimer()K. Y. Srinivasan2011-06-071-12/+0
* Staging: hv: vmbus: Get rid of the poll timer in the channel stateK. Y. Srinivasan2011-06-071-1/+0
* Staging: hv: vmbus: Get rid of unneeded calls to dump_vmbus_channelK. Y. Srinivasan2011-06-071-13/+0
* Staging: hv: vmbus: Get rid of the unused wrapper - vmbus_onchannel_event()K. Y. Srinivasan2011-06-071-10/+0
* Staging: hv: vmbus: Get rid of the call to dump channel state in channel even...K. Y. Srinivasan2011-06-071-1/+0
* Staging: hv: vmbus: Get rid of the timer based handling of channel eventsK. Y. Srinivasan2011-06-071-1/+0
* Staging: hv: vmbus: Don't free the channel when the channel is closedK. Y. Srinivasan2011-06-071-14/+0
* 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 channel.cK. Y. Srinivasan2011-05-111-71/+0
* Staging: hv: Use completion abstraction to synchronize in vmbus_channel_msginfoK. Y. Srinivasan2011-05-111-19/+12
* Staging: hv: Rename ringbuffer_get_debuginfoK. Y. Srinivasan2011-05-111-2/+2
* Staging: hv: Rename dump_ring_infoK. Y. Srinivasan2011-05-111-2/+2
* Staging: hv: Rename get_ringbuffer_interrupt_maskK. Y. Srinivasan2011-05-111-3/+3
* Staging: hv: Rename ringbuffer_readK. Y. Srinivasan2011-05-111-2/+2
* Staging: hv: Rename ringbuffer_peekK. Y. Srinivasan2011-05-111-2/+2
* Staging: hv: Rename ringbuffer_writeK. Y. Srinivasan2011-05-111-3/+3
* Staging: hv: Rename ringbuffer_cleanupK. Y. Srinivasan2011-05-111-4/+4
* Staging: hv: Rename the function ringbuffer_initK. Y. Srinivasan2011-05-111-2/+5
* Staging: merge 2.6.39-rc3 into staging-nextGreg Kroah-Hartman2011-04-131-4/+4
|\
| * staging: hv: use sync_bitops when interacting with the hypervisorOlaf Hering2011-04-041-4/+4
* | staging: hv: Replace DPRINT with natives in hv_vmbusHank Janssen2011-04-041-3/+6
* | staging: hv: Remove all unneeded DPRINT from hv_vmbusHank Janssen2011-04-041-63/+7
|/
* Staging: hv: Remove osd layerK. Y. Srinivasan2011-02-181-1/+4
* Staging: hv: Use native wait primitivesK. Y. Srinivasan2011-02-181-32/+26
* Staging: hv: Use native page allocation/free functionsK. Y. Srinivasan2011-02-181-5/+7
* staging: hv: Convert camel cased struct fields in vmbus_private.h to lower casesHaiyang Zhang2011-01-311-11/+11
* staging: hv: Convert camel cased struct fields in vmbus_packet_format.h to lo...Haiyang Zhang2011-01-311-28/+28
* staging: hv: Convert camel cased struct fields in vmbus_channel_interface.h t...Haiyang Zhang2011-01-311-2/+2
* staging: hv: Convert camel cased struct fields in vmbus_api.h to lower casesHaiyang Zhang2011-01-311-10/+10