summaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/hv_kvp.c
Commit message (Expand)AuthorAgeFilesLines
* Staging: hv: move hyperv code out of staging directoryGreg Kroah-Hartman2011-10-111-339/+0Star
* Staging: hv: util: Invoke cn_netlink_send() in a work contextK. Y. Srinivasan2011-10-111-7/+11
* Staging: hv: util: Fix a bug in kvp implementationK. Y. Srinivasan2011-10-111-8/+5Star
* Staging: hv: util: Properly handle util services in the util driverK. Y. Srinivasan2011-09-201-0/+7
* Staging: hv: util: Perform some service specific init/deinit in probe/removeK. Y. Srinivasan2011-09-201-5/+2Star
* Staging: hv: vmbus_drv: Move the contents of vmbus_private.h to vmbus_hyperv.hK. Y. Srinivasan2011-05-171-1/+0Star
* Staging: hv: vmbus_drv: Include the contents of hv_api.h in hyperv_vmbus.hK. Y. Srinivasan2011-05-171-1/+0Star
* Staging: hv: Move the contents of utils.h to hyperv.hK. Y. Srinivasan2011-05-171-1/+0Star
* Staging: hv: Move the contents of vmbus.h to hyperv.hK. Y. Srinivasan2011-05-171-1/+0Star
* Staging: hv: Move the contents of vmbus_api.h to hyperv.hK. Y. Srinivasan2011-05-171-1/+0Star
* Staging: hv: Move the contents of logging.h to hyperv.hK. Y. Srinivasan2011-05-171-1/+0Star
* Staging: hv: Move the contents of channel.h to hyperv.hK. Y. Srinivasan2011-05-171-1/+0Star
* Staging: hv: Move the contents of vmbus_packet_format.h to hyperv.hK. Y. Srinivasan2011-05-171-1/+0Star
* Staging: hv: Move the contents of vmbus_channel_interface.h to hyperv.hK. Y. Srinivasan2011-05-171-1/+0Star
* Staging: hv: Move the contents of the file version_info.h to hyperv.hK. Y. Srinivasan2011-05-171-1/+0Star
* Staging: hv: Include the newly created header file in all of the relevant hyp...K. Y. Srinivasan2011-05-171-0/+1
* staging: hv: Replaced DPRINT and printk with native functions in hv_utilsHank Janssen2011-04-051-3/+3
* staging: hv: Remove all unneeded DPRINT from hv_utilsHank Janssen2011-04-051-3/+0Star
* Staging: hv: Remove osd layerK. Y. Srinivasan2011-02-181-1/+1
* staging: hv: Convert camel cased struct fields in vmbus_packet_format.h to lo...Haiyang Zhang2011-01-311-2/+2
* Staging: hv: Implement key/value pair (KVP)Ky Srinivasan2011-01-211-0/+346