summaryrefslogtreecommitdiff
path: root/drivers/staging/hv/vmbus_drv.c
AgeCommit message (Expand)Author
2011-07-05Staging: hv: vmbus: Properly handle the error in hv_acpi_init()K. Y. Srinivasan
2011-06-07Staging: hv: vmbus: Cleanup error handling in vmbus_bus_init()K. Y. Srinivasan
2011-06-07Staging: hv: vmbus: Cleanup some error codes in vmbus_drv.cK. Y. Srinivasan
2011-06-07Staging: hv: vmbus: Rename local variables in vmbus_drv.cK. Y. Srinivasan
2011-06-07Staging: hv: vmbus: Fix a memory barrier call in vmbus_drv.cK. Y. Srinivasan
2011-06-07Staging: hv: vmbus: Get rid of a dated comment in vmbus_drv.cK. Y. Srinivasan
2011-06-07Staging: hv: vmbus: Add the DSDT _HID name as wellK. Y. Srinivasan
2011-06-07Staging: hv: vmbus: Get rid of vmbus_acpi_exit() by inlining the codeK. Y. Srinivasan
2011-06-07Staging: hv: vmbus: Get rid of vmbus_acpi_init() by inlining the codeK. Y. Srinivasan
2011-06-07Staging: hv: vmbus: Make vmbus an acpi bus driverK. Y. Srinivasan
2011-06-07Staging: hv: vmbus: Use the DSDT specified irq for vmbusK. Y. Srinivasan
2011-06-07Staging: hv: vmbus: Change the signature of vmbus_bus_init()K. Y. Srinivasan
2011-06-07Staging: hv: vmbus: In vmbus_child_driver_unregister() don't set the bus fiel...K. Y. Srinivasan
2011-05-17Staging: hv: vmbus_drv: Get rid of util synchronixation based on channel coun...K. Y. Srinivasan
2011-05-17Staging: hv: vmbus_drv: Move the contents of vmbus_private.h to vmbus_hyperv.hK. Y. Srinivasan
2011-05-17Staging: hv: vmbus_drv: Include the contents of hv_api.h in hyperv_vmbus.hK. Y. Srinivasan
2011-05-17Staging: hv: vmbus_drv: Create a common header file to build the vmbus driverK. Y. Srinivasan
2011-05-17Staging: hv: Move the contents of vmbus.h to hyperv.hK. Y. Srinivasan
2011-05-17Staging: hv: Move the contents of logging.h to hyperv.hK. Y. Srinivasan
2011-05-17Staging: hv: Move the contents of channel.h to hyperv.hK. Y. Srinivasan
2011-05-17Staging: hv: Move the contents of the file version_info.h to hyperv.hK. Y. Srinivasan
2011-05-17Staging: hv: Include the newly created header file in all of the relevant hyp...K. Y. Srinivasan
2011-05-03Staging: hv: VMBUS is a acpi enumerated device; get irq value from biosK. Y. Srinivasan
2011-05-03Staging: hv: Use the shutdown() function in struct hv_driverK. Y. Srinivasan
2011-05-03Staging: hv: Use the remove() function in struct hv_driverK. Y. Srinivasan
2011-05-03Staging: hv: Use the probe function in struct hv_driverK. Y. Srinivasan
2011-05-03Staging: hv: Get rid of struct hv_busK. Y. Srinivasan
2011-05-03Staging: hv: Make event_dpc a stand alone variableK. Y. Srinivasan
2011-05-03Staging: hv: Make msg_dpc a stand alone variableK. Y. Srinivasan
2011-05-03Staging: hv: Make hv_pci_dev a static variableK. Y. Srinivasan
2011-05-03Staging: hv: Properly handle errors in hv_pci_probe()K. Y. Srinivasan
2011-05-03Staging: hv: Cleanup vmbus_probe() functionK. Y. Srinivasan
2011-05-03Staging: hv: Cleanup error handling in vmbus_child_device_register()K. Y. Srinivasan
2011-05-03Staging: hv: vmbus_driver cannot be unloaded; cleanup accordinglyK. Y. Srinivasan
2011-04-26Staging: hv: Cleanup vmbus_match()K. Y. Srinivasan
2011-04-20hv: make vmbus_loglevel writeableOlaf Hering
2011-04-20hv: pass integer to tasklet_init()Olaf Hering
2011-04-13Staging: merge 2.6.39-rc3 into staging-nextGreg Kroah-Hartman
2011-04-04staging: hv: Replace DPRINT with natives in hv_vmbusHank Janssen
2011-04-04staging: hv: Remove all unneeded DPRINT from hv_vmbusHank Janssen
2011-04-04Staging: hv: Get rid of the forward declaration for vmbus_show_device_attrK. Y. Srinivasan
2011-04-04Staging: hv: Get rid of the forward declaration for vmbus_isrK. Y. Srinivasan
2011-04-04Staging: hv: Get rid of the forward declaration for vmbus_device_releaseK. Y. Srinivasan
2011-04-04Staging: hv: Get rid of the forward declaration for vmbus_shutdownK. Y. Srinivasan
2011-04-04Staging: hv: Get rid of the forward declaration for vmbus_removeK. Y. Srinivasan
2011-04-04Staging: hv: Get rid of the forward declaration for vmbus_probeK. Y. Srinivasan
2011-04-04Staging: hv: Get rid of the forward declaration for vmbus_matchK. Y. Srinivasan
2011-04-04Staging: hv: Get rid of the forward declaration for vmbus_ueventK. Y. Srinivasan
2011-04-04Staging: hv: Rename vmbus_driver_context structureK. Y. Srinivasan
2011-04-04Staging: hv: Cleanup irq managementK. Y. Srinivasan