aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/hv_util.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-10Staging: hv: move hyperv code out of staging directoryGreg Kroah-Hartman1-354/+0
2011-09-20Staging: hv: util: Properly handle util services in the util driverK. Y. Srinivasan1-39/+16
2011-09-20Staging: hv: util: Perform some service specific init/deinit in probe/removeK. Y. Srinivasan1-36/+55
2011-09-16Staging: hv: vmbus: Change the signature of struct hv_driver probe functionK. Y. Srinivasan1-1/+2
2011-09-06Staging: hv: util: Deal with driver register failuresK. Y. Srinivasan1-5/+16
2011-08-29Staging: hv: util: Adjust guest time in a process contextK. Y. Srinivasan1-3/+30
2011-08-29Staging: hv: util: Forcefully shutdown when shutdown is requestedK. Y. Srinivasan1-1/+1
2011-08-25Staging: hv: fix up driver registering messGreg Kroah-Hartman1-6/+3
2011-08-25Staging: hv: util: Get rid of the PCI signature in hv_util.cK. Y. Srinivasan1-8/+0
2011-08-25Staging: hv: util: Get rid of the DMI signature in hv_util.cK. Y. Srinivasan1-20/+0
2011-08-25Staging: hv: create VMBUS_DEVICE macro and use it.Greg Kroah-Hartman1-31/+13
2011-08-25Staging: hv: util: Make hv_utils a vmbus device driverK. Y. Srinivasan1-1/+63
2011-05-17Staging: hv: Re-implement the synchronization for util channelsK. Y. Srinivasan1-21/+18
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: Move the contents of utils.h to hyperv.hK. Y. Srinivasan1-1/+0
2011-05-17Staging: hv: Move the contents of vmbus.h to hyperv.hK. Y. Srinivasan1-1/+0
2011-05-17Staging: hv: Move the contents of vmbus_api.h to hyperv.hK. Y. Srinivasan1-1/+0
2011-05-17Staging: hv: Move the contents of logging.h to hyperv.hK. Y. Srinivasan1-1/+0
2011-05-17Staging: hv: Move the contents of channel.h to hyperv.hK. Y. Srinivasan1-1/+0
2011-05-17Staging: hv: Move the contents of vmbus_packet_format.h to hyperv.hK. Y. Srinivasan1-1/+0
2011-05-17Staging: hv: Move the contents of vmbus_channel_interface.h to hyperv.hK. Y. Srinivasan1-1/+0
2011-05-17Staging: hv: Move the contents of the file version_info.h to hyperv.hK. Y. Srinivasan1-1/+0
2011-05-17Staging: hv: Include the newly created header file in all of the relevant hyperv filesK. Y. Srinivasan1-0/+1
2011-04-25staging: Remove unnecessary semicolons when switch (foo) {...};Joe Perches1-1/+1
2011-04-13Staging: merge 2.6.39-rc3 into staging-nextGreg Kroah-Hartman1-1/+1
2011-04-04staging: hv: Replaced DPRINT and printk with native functions in hv_utilsHank Janssen1-8/+9
2011-04-04staging: hv: Remove all unneeded DPRINT from hv_utilsHank Janssen1-12/+0
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-02-18Staging: hv: Remove osd layerK. Y. Srinivasan1-1/+1
2011-01-31staging: hv: Convert camel cased struct fields in vmbus_packet_format.h to lower casesHaiyang Zhang1-3/+3
2011-01-20Staging: hv: Implement key/value pair (KVP)Ky Srinivasan1-0/+14
2011-01-20Staging: hv: Rename hv_utils.c to hv_util.cKy Srinivasan1-0/+315