summaryrefslogtreecommitdiffstats
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/+0Star
* 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: 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/+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 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/+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/+3Star
* 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/+13Star
* 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/+2Star
* Staging: hv: Cleanup error handling in vmbus_child_device_register()K. Y. Srinivasan2011-05-031-3/+0Star
* Staging: hv: vmbus_driver cannot be unloaded; cleanup accordinglyK. Y. Srinivasan2011-05-031-32/+0Star
* Staging: hv: Cleanup vmbus_match()K. Y. Srinivasan2011-04-271-5/+2Star
* hv: make vmbus_loglevel writeableOlaf Hering2011-04-201-1/+1
* hv: pass integer to tasklet_init()Olaf Hering2011-04-201-4/+2Star
* 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-051-1/+1
* | staging: hv: Replace DPRINT with natives in hv_vmbusHank Janssen2011-04-051-25/+18Star
* | staging: hv: Remove all unneeded DPRINT from hv_vmbusHank Janssen2011-04-051-67/+2Star
* | Staging: hv: Get rid of the forward declaration for vmbus_show_device_attrK. Y. Srinivasan2011-04-051-155/+147Star
* | Staging: hv: Get rid of the forward declaration for vmbus_isrK. Y. Srinivasan2011-04-051-24/+23Star
* | Staging: hv: Get rid of the forward declaration for vmbus_device_releaseK. Y. Srinivasan2011-04-051-15/+12Star
* | Staging: hv: Get rid of the forward declaration for vmbus_shutdownK. Y. Srinivasan2011-04-051-22/+22
* | Staging: hv: Get rid of the forward declaration for vmbus_removeK. Y. Srinivasan2011-04-051-30/+29Star
* | Staging: hv: Get rid of the forward declaration for vmbus_probeK. Y. Srinivasan2011-04-051-54/+53Star
* | Staging: hv: Get rid of the forward declaration for vmbus_matchK. Y. Srinivasan2011-04-051-24/+25
* | Staging: hv: Get rid of the forward declaration for vmbus_ueventK. Y. Srinivasan2011-04-051-76/+75Star
* | Staging: hv: Rename vmbus_driver_context structureK. Y. Srinivasan2011-04-051-17/+15Star
* | Staging: hv: Cleanup irq managementK. Y. Srinivasan2011-04-051-15/+13Star
* | Staging: hv: Cleanup root device handlingK. Y. Srinivasan2011-04-051-122/+8Star
* | Staging: hv: Make vmbus driver a pci driverK. Y. Srinivasan2011-04-051-27/+36
|/
* Staging: hv: Get rid of vmbus_child_dev_add()K. Y. Srinivasan2011-03-141-8/+1Star
* Staging: hv: Change the signature for vmbus_child_device_register()K. Y. Srinivasan2011-03-141-4/+3Star
* Staging: hv: Get rid of vmbus_cleanup() functionK. Y. Srinivasan2011-03-141-10/+1Star
* Staging: hv: Get rid of vmbus_dev_rm() functionK. Y. Srinivasan2011-03-141-14/+3Star
* Staging: hv: Change the signature for vmbus_on_isr()K. Y. Srinivasan2011-03-141-3/+2Star
* Staging: hv: Eliminate vmbus_event_dpc()K. Y. Srinivasan2011-03-141-10/+1Star
* Staging: hv: Get rid of the function vmbus_msg_dpc()K. Y. Srinivasan2011-03-141-13/+2Star
* Staging: hv: Change the signature for vmbus_cleanup()K. Y. Srinivasan2011-03-141-3/+2Star
* Staging: hv: Simplify root device managementK. Y. Srinivasan2011-03-141-30/+11Star
* Staging: hv: Remove the vm_device structureK. Y. Srinivasan2011-03-071-43/+34Star