summaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/vmbus_drv.c
Commit message (Expand)AuthorAgeFilesLines
* Staging: hv: move hyperv code out of staging directoryGreg Kroah-Hartman2011-10-111-772/+0Star
* Staging: hv: vmbus: Do not allocate struct hv_device_info on the stackK. Y. Srinivasan2011-09-161-65/+69
* Staging: hv: vmbus: Cleanup vmbus_remove()K. Y. Srinivasan2011-09-161-14/+6Star
* Staging: hv: vmbus: Change the signature of struct hv_driver probe functionK. Y. Srinivasan2011-09-161-1/+3
* Staging: hv: vmbus: Introduce a utility function to match hv_vmbus_device_idK. Y. Srinivasan2011-09-161-5/+18
* Staging: hv: vmbus: Rename vmbus_child_device_unregisterK. Y. Srinivasan2011-09-091-2/+2
* Staging: hv: vmbus: Rename vmbus_child_device_registerK. Y. Srinivasan2011-09-091-2/+2
* Staging: hv: vmbus: Rename vmbus_child_device_createK. Y. Srinivasan2011-09-091-2/+2
* Staging: hv: vmbus: Show the modalias in /sys/bus/vmbus/devices/*/Olaf Hering2011-09-061-5/+16
* Staging: hv: vmbus: Check for events before messagesK. Y. Srinivasan2011-09-061-8/+14
* Staging: hv: vmbus: Fix a bug in error handling in vmbus_bus_init()K. Y. Srinivasan2011-09-061-11/+15
* Staging: hv: vmbus: Get rid of some dated/redundant commentsK. Y. Srinivasan2011-08-291-10/+1Star
* Staging: hv: vmbus: Fixup indentation in vmbus_acpi_add()K. Y. Srinivasan2011-08-291-3/+2Star
* Staging: hv: vmbus: Get rid of vmbus_on_isr() by inlining the codeK. Y. Srinivasan2011-08-291-29/+12Star
* Staging: hv: Fix a bug in vmbus_match()K. Y. Srinivasan2011-08-291-1/+1
* Staging: hv: vmbus: Get rid of some unnecessary commentsK. Y. Srinivasan2011-08-261-2/+0Star
* Staging: hv: fix up driver registering messGreg Kroah-Hartman2011-08-261-22/+21Star
* Staging: hv: vmbus: Get rid of an unnecessary include line in vmbus_drv.cK. Y. Srinivasan2011-08-251-1/+0Star
* Staging: hv: vmbus: Support the notion of id tables in vmbus_match()K. Y. Srinivasan2011-08-251-5/+15
* Staging: hv: vmbus: Cleanup vmbus_uevent() codeK. Y. Srinivasan2011-08-251-46/+10Star
* Staging: hv: vmbus: Cleanup vmbus_match()K. Y. Srinivasan2011-08-251-2/+1Star
* Staging: hv: Replace struct hv_guid with the uuid type already defined in LinuxK. Y. Srinivasan2011-08-251-71/+71
* Staging: hv: vmbus: VMBUS is an ACPI enumerated device, get rid of the PCI si...K. Y. Srinivasan2011-08-251-13/+0Star
* Staging: hv: vmbus: Don't wait indefinitely for IRQ resoucesK. Y. Srinivasan2011-08-241-5/+14
* Staging: hv: vmbus: Properly handle the error in hv_acpi_init()K. Y. Srinivasan2011-07-051-1/+4
* Staging: hv: vmbus: Cleanup error handling in vmbus_bus_init()K. Y. Srinivasan2011-06-071-10/+6Star
* Staging: hv: vmbus: Cleanup some error codes in vmbus_drv.cK. Y. Srinivasan2011-06-071-2/+2
* Staging: hv: vmbus: Rename local variables in vmbus_drv.cK. Y. Srinivasan2011-06-071-6/+6
* Staging: hv: vmbus: Fix a memory barrier call in vmbus_drv.cK. Y. Srinivasan2011-06-071-1/+1
* Staging: hv: vmbus: Get rid of a dated comment in vmbus_drv.cK. Y. Srinivasan2011-06-071-1/+0Star
* Staging: hv: vmbus: Add the DSDT _HID name as wellK. Y. Srinivasan2011-06-071-0/+1
* Staging: hv: vmbus: Get rid of vmbus_acpi_exit() by inlining the codeK. Y. Srinivasan2011-06-071-9/+1Star
* Staging: hv: vmbus: Get rid of vmbus_acpi_init() by inlining the codeK. Y. Srinivasan2011-06-071-13/+2Star
* Staging: hv: vmbus: Make vmbus an acpi bus driverK. Y. Srinivasan2011-06-071-47/+9Star
* Staging: hv: vmbus: Use the DSDT specified irq for vmbusK. Y. Srinivasan2011-06-071-12/+3Star
* Staging: hv: vmbus: Change the signature of vmbus_bus_init()K. Y. Srinivasan2011-06-071-7/+7
* Staging: hv: vmbus: In vmbus_child_driver_unregister() don't set the bus fiel...K. Y. Srinivasan2011-06-071-1/+0Star
* 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