aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv
AgeCommit message (Expand)AuthorFilesLines
2011-04-04Staging: hv: Make the function stor_vsc_on_host_reset() staticK. Y. Srinivasan2-2/+1
2011-04-04Staging: hv: Move the definition of the function stor_vsc_on_host_reset()K. Y. Srinivasan2-56/+59
2011-04-04Staging: hv: Move the definition of the function put_stor_device()K. Y. Srinivasan2-9/+10
2011-04-04Staging: hv: Move the definition of the function get_stor_device()K. Y. Srinivasan2-14/+15
2011-04-04Staging: hv: Cleanup initialization of blkvsc driverK. Y. Srinivasan2-5/+4
2011-04-04Staging: hv: Get rid of the file blkvsc.cK. Y. Srinivasan1-103/+0
2011-04-04Staging: hv: Move the contents of blkvsc.c to blkvsc_drv.cK. Y. Srinivasan2-1/+80
2011-04-04Staging: hv: Cleanup the initialization of storvsc driverK. Y. Srinivasan1-3/+3
2011-04-04Staging: hv: Make the function stor_vsc_initialize() staticK. Y. Srinivasan2-2/+1
2011-04-04Staging: hv: Move the definition of stor_vsc_initialize()K. Y. Srinivasan2-64/+63
2011-04-04Staging: hv: Get rid of dead code in storvsc.cK. Y. Srinivasan1-33/+0
2011-04-04Staging: hv: Get rid of the include of storvsc.c from blkvsc.cK. Y. Srinivasan4-6/+15
2011-04-04Staging: hv: Cleanup struct storvsc_deviceK. Y. Srinivasan1-3/+0
2011-04-04Staging: hv: Move the definition of struct storvsc_deviceK. Y. Srinivasan2-26/+26
2011-04-04Staging: hv: Move the definition of struct storvsc_request_extensionK. Y. Srinivasan3-13/+13
2011-04-04Staging: hv: Add the inclusion guard for vstorage.hK. Y. Srinivasan1-0/+5
2011-04-04Staging: hv: Get rid of the forward declaration for vmbus_show_device_attrK. Y. Srinivasan1-155/+147
2011-04-04Staging: hv: Get rid of the forward declaration for vmbus_isrK. Y. Srinivasan1-24/+23
2011-04-04Staging: hv: Get rid of the forward declaration for vmbus_device_releaseK. Y. Srinivasan1-15/+12
2011-04-04Staging: hv: Get rid of the forward declaration for vmbus_shutdownK. Y. Srinivasan1-22/+22
2011-04-04Staging: hv: Get rid of the forward declaration for vmbus_removeK. Y. Srinivasan1-30/+29
2011-04-04Staging: hv: Get rid of the forward declaration for vmbus_probeK. Y. Srinivasan1-54/+53
2011-04-04Staging: hv: Get rid of the forward declaration for vmbus_matchK. Y. Srinivasan1-24/+25
2011-04-04Staging: hv: Get rid of the forward declaration for vmbus_ueventK. Y. Srinivasan1-76/+75
2011-04-04Staging: hv: Rename vmbus_driver_context structureK. Y. Srinivasan1-17/+15
2011-04-04Staging: hv: Cleanup irq managementK. Y. Srinivasan1-15/+13
2011-04-04Staging: hv: Cleanup root device handlingK. Y. Srinivasan1-122/+8
2011-04-04Staging: hv: Make vmbus driver a pci driverK. Y. Srinivasan1-27/+36
2011-04-04staging: fix hv_mouse build, needs delay.hRandy Dunlap1-0/+1
2011-04-04staging: hv: update dist release parsing in hv_kvp_daemonOlaf Hering1-33/+57
2011-04-04staging: hv: use sync_bitops when interacting with the hypervisorOlaf Hering4-7/+8
2011-04-04staging: hv: fix reversed memset arguments in hv_mouseDave Jones1-2/+2
2011-03-31Fix common misspellingsLucas De Marchi8-9/+9
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-4/+7
2011-03-14staging: hv: fix memory leaksAlexander Beregalov1-0/+2
2011-03-14staging: hv: Remove NULL check before kfreeIlia Mirkin3-13/+6
2011-03-14Staging: hv: Get rid of vmbus_child_dev_add()K. Y. Srinivasan3-10/+2
2011-03-14Staging: hv: Change the signature for vmbus_child_device_register()K. Y. Srinivasan2-6/+4
2011-03-14Staging: hv: Get rid of vmbus_cleanup() functionK. Y. Srinivasan1-10/+1
2011-03-14Staging: hv: Get rid of vmbus_dev_rm() functionK. Y. Srinivasan1-14/+3
2011-03-14Staging: hv: Change the signature for vmbus_on_isr()K. Y. Srinivasan1-3/+2
2011-03-14Staging: hv: Eliminate vmbus_event_dpc()K. Y. Srinivasan3-12/+3
2011-03-14Staging: hv: Get rid of the function vmbus_msg_dpc()K. Y. Srinivasan1-13/+2
2011-03-14Staging: hv: Change the signature for vmbus_cleanup()K. Y. Srinivasan1-3/+2
2011-03-14Staging: hv: Simplify root device managementK. Y. Srinivasan1-30/+11
2011-03-09staging/hv: add missing include causing build errorMariusz Kozlowski1-0/+1
2011-03-09staging: Convert to bdops->check_events()Tejun Heo1-4/+7
2011-03-07Staging: hv: Remove the vm_device structureK. Y. Srinivasan7-101/+73
2011-03-07Staging: hv: Eliminate device_id from vm_deviceK. Y. Srinivasan2-20/+16
2011-03-07Staging: hv: Get rid of class_id from vm_deviceK. Y. Srinivasan2-32/+29