summaryrefslogtreecommitdiff
path: root/drivers/staging/hv/channel.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-17Staging: hv: vmbus_drv: Move the contents of vmbus_private.h to vmbus_hyperv.hK. Y. Srinivasan1-1/+0
2011-05-17Staging: hv: vmbus_drv: Include the contents of hv_api.h in hyperv_vmbus.hK. Y. Srinivasan1-1/+0
2011-05-17Staging: hv: vmbus_drv: Create a common header file to build the vmbus driverK. Y. Srinivasan1-0/+1
2011-05-17Staging: hv: Move the contents of logging.h to hyperv.hK. Y. Srinivasan1-1/+0
2011-05-17Staging: hv: Include the newly created header file in all of the relevant hyp...K. Y. Srinivasan1-0/+2
2011-05-11Staging: hv: Get rid of some dead code in channel.cK. Y. Srinivasan1-71/+0
2011-05-11Staging: hv: Use completion abstraction to synchronize in vmbus_channel_msginfoK. Y. Srinivasan1-19/+12
2011-05-11Staging: hv: Rename ringbuffer_get_debuginfoK. Y. Srinivasan1-2/+2
2011-05-11Staging: hv: Rename dump_ring_infoK. Y. Srinivasan1-2/+2
2011-05-11Staging: hv: Rename get_ringbuffer_interrupt_maskK. Y. Srinivasan1-3/+3
2011-05-11Staging: hv: Rename ringbuffer_readK. Y. Srinivasan1-2/+2
2011-05-11Staging: hv: Rename ringbuffer_peekK. Y. Srinivasan1-2/+2
2011-05-11Staging: hv: Rename ringbuffer_writeK. Y. Srinivasan1-3/+3
2011-05-11Staging: hv: Rename ringbuffer_cleanupK. Y. Srinivasan1-4/+4
2011-05-11Staging: hv: Rename the function ringbuffer_initK. Y. Srinivasan1-2/+5
2011-04-13Staging: merge 2.6.39-rc3 into staging-nextGreg Kroah-Hartman1-4/+4
2011-04-04staging: hv: Replace DPRINT with natives in hv_vmbusHank Janssen1-3/+6
2011-04-04staging: hv: Remove all unneeded DPRINT from hv_vmbusHank Janssen1-63/+7
2011-04-04staging: hv: use sync_bitops when interacting with the hypervisorOlaf Hering1-4/+4
2011-02-18Staging: hv: Remove osd layerK. Y. Srinivasan1-1/+4
2011-02-18Staging: hv: Use native wait primitivesK. Y. Srinivasan1-32/+26
2011-02-18Staging: hv: Use native page allocation/free functionsK. Y. Srinivasan1-5/+7
2011-01-31staging: hv: Convert camel cased struct fields in vmbus_private.h to lower casesHaiyang Zhang1-11/+11
2011-01-31staging: hv: Convert camel cased struct fields in vmbus_packet_format.h to lo...Haiyang Zhang1-28/+28
2011-01-31staging: hv: Convert camel cased struct fields in vmbus_channel_interface.h t...Haiyang Zhang1-2/+2
2011-01-31staging: hv: Convert camel cased struct fields in vmbus_api.h to lower casesHaiyang Zhang1-10/+10
2011-01-31staging: hv: Convert camel cased functions in connection.c to lower casesHaiyang Zhang1-6/+6
2011-01-31staging: hv: Convert camel cased variables in connection.c to lower casesHaiyang Zhang1-24/+24
2011-01-20staging/hv/osd: don't reimplement ALIGN macroUwe Kleine-König1-3/+3
2010-11-09staging: hv: Convert camel cased functions in ring_buffer.c to lower casesHaiyang Zhang1-20/+20
2010-11-09staging: hv: Convert camel cased local variables in ring_buffer.c to lower casesHaiyang Zhang1-2/+2
2010-11-09staging: hv: Convert camel cased struct fields in ring_buffer.h to lower casesHaiyang Zhang1-5/+5
2010-11-09staging: hv: Convert camel cased functions in osd.c to lower casesHaiyang Zhang1-10/+10
2010-11-09staging: hv: Convert camel cased struct fields in hv_api.h to lower casesHaiyang Zhang1-16/+16
2010-11-09staging: hv: Convert camel cased struct fields in channel_mgmt.h to lower casesHaiyang Zhang1-151/+151
2010-10-21Staging: hv: channel: export vmbus_open to modulesGreg Kroah-Hartman1-0/+1
2010-10-21Staging: hv: channel: export vmbus_close to modulesGreg Kroah-Hartman1-0/+1
2010-10-21Staging: hv: channel: export vmbus_sendpacket_pagebuffer to modulesGreg Kroah-Hartman1-0/+1
2010-10-21Staging: hv: channel: export vmbus_sendpacket_multipagebuffer to modulesGreg Kroah-Hartman1-1/+1
2010-10-21Staging: hv: channel: export vmbus_receivepacket_raw to modulesGreg Kroah-Hartman1-0/+1
2010-10-21Staging: hv: channel: export vmbus_establish_gpadl to modulesGreg Kroah-Hartman1-0/+1
2010-10-21Staging: hv: channel: export vmbus_teardown_gpadl to modulesGreg Kroah-Hartman1-0/+1
2010-10-15staging: hv: Convert camel cased functions in channel_mgmt.c to lower caseHaiyang Zhang1-1/+1
2010-10-07staging: hv: Rename camel cased functions in channel.c to lowercaseHaiyang Zhang1-51/+51
2010-10-05staging: hv: Remove camel case variables in channel.cHaiyang Zhang1-380/+387
2010-09-20staging: hv: Remove camel cases of vmbus packet buffer structuresHaiyang Zhang1-24/+24
2010-07-22Staging: hv: remove DPRINT_EXIT macroGreg Kroah-Hartman1-31/+0
2010-07-22Staging: hv: remove DPRINT_ENTER macroGreg Kroah-Hartman1-21/+0
2010-07-22staging: hv: check kzalloc() resultKulikov Vasiliy1-0/+2
2010-05-14staging: hv: Fix error checking in channel.cHaiyang Zhang1-4/+4