aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/vmbus_drv.c
Commit message (Expand)AuthorAgeFilesLines
* Staging: hv: vmbus_drv: Get rid of util synchronixation based on channel coun...K. Y. Srinivasan2011-05-171-1/+0
* Staging: hv: vmbus_drv: Move the contents of vmbus_private.h to vmbus_hyperv.hK. Y. Srinivasan2011-05-171-1/+0
* Staging: hv: vmbus_drv: Include the contents of hv_api.h in hyperv_vmbus.hK. Y. Srinivasan2011-05-171-1/+0
* Staging: hv: vmbus_drv: Create a common header file to build the vmbus driverK. Y. Srinivasan2011-05-171-0/+1
* Staging: hv: Move the contents of vmbus.h to hyperv.hK. Y. Srinivasan2011-05-171-1/+0
* Staging: hv: Move the contents of logging.h to hyperv.hK. Y. Srinivasan2011-05-171-1/+0
* Staging: hv: Move the contents of channel.h to hyperv.hK. Y. Srinivasan2011-05-171-1/+0
* Staging: hv: Move the contents of the file version_info.h to hyperv.hK. Y. Srinivasan2011-05-171-1/+0
* Staging: hv: Include the newly created header file in all of the relevant hyp...K. Y. Srinivasan2011-05-171-0/+2
* Staging: hv: VMBUS is a acpi enumerated device; get irq value from biosK. Y. Srinivasan2011-05-031-1/+100
* Staging: hv: Use the shutdown() function in struct hv_driverK. Y. Srinivasan2011-05-031-3/+3
* Staging: hv: Use the remove() function in struct hv_driverK. Y. Srinivasan2011-05-031-6/+3
* Staging: hv: Use the probe function in struct hv_driverK. Y. Srinivasan2011-05-031-3/+3
* Staging: hv: Get rid of struct hv_busK. Y. Srinivasan2011-05-031-20/+13
* Staging: hv: Make event_dpc a stand alone variableK. Y. Srinivasan2011-05-031-3/+3
* Staging: hv: Make msg_dpc a stand alone variableK. Y. Srinivasan2011-05-031-3/+4
* Staging: hv: Make hv_pci_dev a static variableK. Y. Srinivasan2011-05-031-1/+1
* Staging: hv: Properly handle errors in hv_pci_probe()K. Y. Srinivasan2011-05-031-9/+25
* Staging: hv: Cleanup vmbus_probe() functionK. Y. Srinivasan2011-05-031-29/+2
* Staging: hv: Cleanup error handling in vmbus_child_device_register()K. Y. Srinivasan2011-05-031-3/+0
* Staging: hv: vmbus_driver cannot be unloaded; cleanup accordinglyK. Y. Srinivasan2011-05-031-32/+0
* Staging: hv: Cleanup vmbus_match()K. Y. Srinivasan2011-04-261-5/+2
* hv: make vmbus_loglevel writeableOlaf Hering2011-04-201-1/+1
* hv: pass integer to tasklet_init()Olaf Hering2011-04-201-4/+2
* Staging: merge 2.6.39-rc3 into staging-nextGreg Kroah-Hartman2011-04-131-1/+1
|\
| * staging: hv: use sync_bitops when interacting with the hypervisorOlaf Hering2011-04-041-1/+1
* | staging: hv: Replace DPRINT with natives in hv_vmbusHank Janssen2011-04-041-25/+18
* | staging: hv: Remove all unneeded DPRINT from hv_vmbusHank Janssen2011-04-041-67/+2
* | Staging: hv: Get rid of the forward declaration for vmbus_show_device_attrK. Y. Srinivasan2011-04-041-155/+147
* | Staging: hv: Get rid of the forward declaration for vmbus_isrK. Y. Srinivasan2011-04-041-24/+23
* | Staging: hv: Get rid of the forward declaration for vmbus_device_releaseK. Y. Srinivasan2011-04-041-15/+12
* | Staging: hv: Get rid of the forward declaration for vmbus_shutdownK. Y. Srinivasan2011-04-041-22/+22
* | Staging: hv: Get rid of the forward declaration for vmbus_removeK. Y. Srinivasan2011-04-041-30/+29
* | Staging: hv: Get rid of the forward declaration for vmbus_probeK. Y. Srinivasan2011-04-041-54/+53
* | Staging: hv: Get rid of the forward declaration for vmbus_matchK. Y. Srinivasan2011-04-041-24/+25
* | Staging: hv: Get rid of the forward declaration for vmbus_ueventK. Y. Srinivasan2011-04-041-76/+75
* | Staging: hv: Rename vmbus_driver_context structureK. Y. Srinivasan2011-04-041-17/+15
* | Staging: hv: Cleanup irq managementK. Y. Srinivasan2011-04-041-15/+13
* | Staging: hv: Cleanup root device handlingK. Y. Srinivasan2011-04-041-122/+8
* | Staging: hv: Make vmbus driver a pci driverK. Y. Srinivasan2011-04-041-27/+36
|/
* Staging: hv: Get rid of vmbus_child_dev_add()K. Y. Srinivasan2011-03-141-8/+1
* Staging: hv: Change the signature for vmbus_child_device_register()K. Y. Srinivasan2011-03-141-4/+3
* Staging: hv: Get rid of vmbus_cleanup() functionK. Y. Srinivasan2011-03-141-10/+1
* Staging: hv: Get rid of vmbus_dev_rm() functionK. Y. Srinivasan2011-03-141-14/+3
* Staging: hv: Change the signature for vmbus_on_isr()K. Y. Srinivasan2011-03-141-3/+2
* Staging: hv: Eliminate vmbus_event_dpc()K. Y. Srinivasan2011-03-141-10/+1
* Staging: hv: Get rid of the function vmbus_msg_dpc()K. Y. Srinivasan2011-03-141-13/+2
* Staging: hv: Change the signature for vmbus_cleanup()K. Y. Srinivasan2011-03-141-3/+2
* Staging: hv: Simplify root device managementK. Y. Srinivasan2011-03-141-30/+11
* Staging: hv: Remove the vm_device structureK. Y. Srinivasan2011-03-071-43/+34