aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/hv/channel.c
AgeCommit message (Expand)Author
2011-08-04Staging: hv: vmbus: Increase the timeout value in the vmbus driverK. 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 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: Get rid of some dead code in channel.cK. Y. Srinivasan
2011-05-11Staging: hv: Use completion abstraction to synchronize in vmbus_channel_msginfoK. Y. Srinivasan
2011-05-11Staging: hv: Rename ringbuffer_get_debuginfoK. Y. Srinivasan
2011-05-11Staging: hv: Rename dump_ring_infoK. Y. Srinivasan
2011-05-11Staging: hv: Rename get_ringbuffer_interrupt_maskK. Y. Srinivasan
2011-05-11Staging: hv: Rename ringbuffer_readK. Y. Srinivasan
2011-05-11Staging: hv: Rename ringbuffer_peekK. Y. Srinivasan
2011-05-11Staging: hv: Rename ringbuffer_writeK. Y. Srinivasan
2011-05-11Staging: hv: Rename ringbuffer_cleanupK. Y. Srinivasan
2011-05-11Staging: hv: Rename the function ringbuffer_initK. 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-04-04staging: hv: use sync_bitops when interacting with the hypervisorOlaf Hering
2011-02-18Staging: hv: Remove osd layerK. Y. Srinivasan
2011-02-18Staging: hv: Use native wait primitivesK. Y. Srinivasan
2011-02-18Staging: hv: Use native page allocation/free functionsK. 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 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/osd: don't reimplement ALIGN macroUwe Kleine-König
2010-11-09staging: hv: Convert camel cased functions in ring_buffer.c to lower casesHaiyang Zhang
2010-11-09staging: hv: Convert camel cased local variables in ring_buffer.c to lower casesHaiyang Zhang
2010-11-09staging: hv: Convert camel cased struct fields in ring_buffer.h to lower casesHaiyang Zhang
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-21Staging: hv: channel: export vmbus_open to modulesGreg Kroah-Hartman
2010-10-21Staging: hv: channel: export vmbus_close to modulesGreg Kroah-Hartman
2010-10-21Staging: hv: channel: export vmbus_sendpacket_pagebuffer to modulesGreg Kroah-Hartman
2010-10-21Staging: hv: channel: export vmbus_sendpacket_multipagebuffer to modulesGreg Kroah-Hartman
2010-10-21Staging: hv: channel: export vmbus_receivepacket_raw to modulesGreg Kroah-Hartman
2010-10-21Staging: hv: channel: export vmbus_establish_gpadl to modulesGreg Kroah-Hartman
2010-10-21Staging: hv: channel: export vmbus_teardown_gpadl to modulesGreg Kroah-Hartman
2010-10-15staging: hv: Convert camel cased functions in channel_mgmt.c to lower caseHaiyang Zhang
2010-10-07staging: hv: Rename camel cased functions in channel.c to lowercaseHaiyang Zhang
2010-10-05staging: hv: Remove camel case variables in channel.cHaiyang Zhang
2010-09-20staging: hv: Remove camel cases of vmbus packet buffer structuresHaiyang Zhang
2010-07-22Staging: hv: remove DPRINT_EXIT macroGreg Kroah-Hartman
2010-07-22Staging: hv: remove DPRINT_ENTER macroGreg Kroah-Hartman
2010-07-22staging: hv: check kzalloc() resultKulikov Vasiliy