summaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/channel.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* staging: hv: Convert camel cased functions in connection.c to lower casesHaiyang Zhang2011-01-311-6/+6
* staging: hv: Convert camel cased variables in connection.c to lower casesHaiyang Zhang2011-01-311-24/+24
* staging/hv/osd: don't reimplement ALIGN macroUwe Kleine-König2011-01-201-3/+3
* staging: hv: Convert camel cased functions in ring_buffer.c to lower casesHaiyang Zhang2010-11-091-20/+20
* staging: hv: Convert camel cased local variables in ring_buffer.c to lower casesHaiyang Zhang2010-11-091-2/+2
* staging: hv: Convert camel cased struct fields in ring_buffer.h to lower casesHaiyang Zhang2010-11-091-5/+5
* staging: hv: Convert camel cased functions in osd.c to lower casesHaiyang Zhang2010-11-091-10/+10
* staging: hv: Convert camel cased struct fields in hv_api.h to lower casesHaiyang Zhang2010-11-091-16/+16
* staging: hv: Convert camel cased struct fields in channel_mgmt.h to lower casesHaiyang Zhang2010-11-091-151/+151
OpenPOWER on IntegriCloud