aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/vmbus_drv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-10Staging: hv: move hyperv code out of staging directoryGreg Kroah-Hartman1-772/+0
2011-09-16Staging: hv: vmbus: Do not allocate struct hv_device_info on the stackK. Y. Srinivasan1-65/+69
2011-09-16Staging: hv: vmbus: Cleanup vmbus_remove()K. Y. Srinivasan1-14/+6
2011-09-16Staging: hv: vmbus: Change the signature of struct hv_driver probe functionK. Y. Srinivasan1-1/+3
2011-09-16Staging: hv: vmbus: Introduce a utility function to match hv_vmbus_device_idK. Y. Srinivasan1-5/+18
2011-09-09Staging: hv: vmbus: Rename vmbus_child_device_unregisterK. Y. Srinivasan1-2/+2
2011-09-09Staging: hv: vmbus: Rename vmbus_child_device_registerK. Y. Srinivasan1-2/+2
2011-09-09Staging: hv: vmbus: Rename vmbus_child_device_createK. Y. Srinivasan1-2/+2
2011-09-06Staging: hv: vmbus: Show the modalias in /sys/bus/vmbus/devices/*/Olaf Hering1-5/+16
2011-09-06Staging: hv: vmbus: Check for events before messagesK. Y. Srinivasan1-8/+14
2011-09-06Staging: hv: vmbus: Fix a bug in error handling in vmbus_bus_init()K. Y. Srinivasan1-11/+15
2011-08-29Staging: hv: vmbus: Get rid of some dated/redundant commentsK. Y. Srinivasan1-10/+1
2011-08-29Staging: hv: vmbus: Fixup indentation in vmbus_acpi_add()K. Y. Srinivasan1-3/+2
2011-08-29Staging: hv: vmbus: Get rid of vmbus_on_isr() by inlining the codeK. Y. Srinivasan1-29/+12
2011-08-29Staging: hv: Fix a bug in vmbus_match()K. Y. Srinivasan1-1/+1
2011-08-25Staging: hv: vmbus: Get rid of some unnecessary commentsK. Y. Srinivasan1-2/+0
2011-08-25Staging: hv: fix up driver registering messGreg Kroah-Hartman1-22/+21
2011-08-25Staging: hv: vmbus: Get rid of an unnecessary include line in vmbus_drv.cK. Y. Srinivasan1-1/+0
2011-08-25Staging: hv: vmbus: Support the notion of id tables in vmbus_match()K. Y. Srinivasan1-5/+15
2011-08-25Staging: hv: vmbus: Cleanup vmbus_uevent() codeK. Y. Srinivasan1-46/+10
2011-08-25Staging: hv: vmbus: Cleanup vmbus_match()K. Y. Srinivasan1-2/+1
2011-08-25Staging: hv: Replace struct hv_guid with the uuid type already defined in LinuxK. Y. Srinivasan1-71/+71
2011-08-25Staging: hv: vmbus: VMBUS is an ACPI enumerated device, get rid of the PCI signatureK. Y. Srinivasan1-13/+0
2011-08-23Staging: hv: vmbus: Don't wait indefinitely for IRQ resoucesK. Y. Srinivasan1-5/+14
2011-07-05Staging: hv: vmbus: Properly handle the error in hv_acpi_init()K. Y. Srinivasan1-1/+4
2011-06-07Staging: hv: vmbus: Cleanup error handling in vmbus_bus_init()K. Y. Srinivasan1-10/+6
2011-06-07Staging: hv: vmbus: Cleanup some error codes in vmbus_drv.cK. Y. Srinivasan1-2/+2
2011-06-07Staging: hv: vmbus: Rename local variables in vmbus_drv.cK. Y. Srinivasan1-6/+6
2011-06-07Staging: hv: vmbus: Fix a memory barrier call in vmbus_drv.cK. Y. Srinivasan1-1/+1
2011-06-07Staging: hv: vmbus: Get rid of a dated comment in vmbus_drv.cK. Y. Srinivasan1-1/+0
2011-06-07Staging: hv: vmbus: Add the DSDT _HID name as wellK. Y. Srinivasan1-0/+1
2011-06-07Staging: hv: vmbus: Get rid of vmbus_acpi_exit() by inlining the codeK. Y. Srinivasan1-9/+1
2011-06-07Staging: hv: vmbus: Get rid of vmbus_acpi_init() by inlining the codeK. Y. Srinivasan1-13/+2
2011-06-07Staging: hv: vmbus: Make vmbus an acpi bus driverK. Y. Srinivasan1-47/+9
2011-06-07Staging: hv: vmbus: Use the DSDT specified irq for vmbusK. Y. Srinivasan1-12/+3
2011-06-07Staging: hv: vmbus: Change the signature of vmbus_bus_init()K. Y. Srinivasan1-7/+7
2011-06-07Staging: hv: vmbus: In vmbus_child_driver_unregister() don't set the bus field to NULLK. Y. Srinivasan1-1/+0
2011-05-17Staging: hv: vmbus_drv: Get rid of util synchronixation based on channel countingK. Y. Srinivasan1-1/+0
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: vmbus_drv: Create a common header file to build the vmbus driverK. Y. Srinivasan1-0/+1
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 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 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/+2
2011-05-03Staging: hv: VMBUS is a acpi enumerated device; get irq value from biosK. Y. Srinivasan1-1/+100
2011-05-03Staging: hv: Use the shutdown() function in struct hv_driverK. Y. Srinivasan1-3/+3
2011-05-03Staging: hv: Use the remove() function in struct hv_driverK. Y. Srinivasan1-6/+3
2011-05-03Staging: hv: Use the probe function in struct hv_driverK. Y. Srinivasan1-3/+3