summaryrefslogtreecommitdiff
path: root/drivers/staging/hv/vmbus_drv.c
AgeCommit message (Expand)Author
2011-10-10Staging: hv: move hyperv code out of staging directoryGreg Kroah-Hartman
2011-09-16Staging: hv: vmbus: Do not allocate struct hv_device_info on the stackK. Y. Srinivasan
2011-09-16Staging: hv: vmbus: Cleanup vmbus_remove()K. Y. Srinivasan
2011-09-16Staging: hv: vmbus: Change the signature of struct hv_driver probe functionK. Y. Srinivasan
2011-09-16Staging: hv: vmbus: Introduce a utility function to match hv_vmbus_device_idK. Y. Srinivasan
2011-09-09Staging: hv: vmbus: Rename vmbus_child_device_unregisterK. Y. Srinivasan
2011-09-09Staging: hv: vmbus: Rename vmbus_child_device_registerK. Y. Srinivasan
2011-09-09Staging: hv: vmbus: Rename vmbus_child_device_createK. Y. Srinivasan
2011-09-06Staging: hv: vmbus: Show the modalias in /sys/bus/vmbus/devices/*/Olaf Hering
2011-09-06Staging: hv: vmbus: Check for events before messagesK. Y. Srinivasan
2011-09-06Staging: hv: vmbus: Fix a bug in error handling in vmbus_bus_init()K. Y. Srinivasan
2011-08-29Staging: hv: vmbus: Get rid of some dated/redundant commentsK. Y. Srinivasan
2011-08-29Staging: hv: vmbus: Fixup indentation in vmbus_acpi_add()K. Y. Srinivasan
2011-08-29Staging: hv: vmbus: Get rid of vmbus_on_isr() by inlining the codeK. Y. Srinivasan
2011-08-29Staging: hv: Fix a bug in vmbus_match()K. Y. Srinivasan
2011-08-25Staging: hv: vmbus: Get rid of some unnecessary commentsK. Y. Srinivasan
2011-08-25Staging: hv: fix up driver registering messGreg Kroah-Hartman
2011-08-25Staging: hv: vmbus: Get rid of an unnecessary include line in vmbus_drv.cK. Y. Srinivasan
2011-08-25Staging: hv: vmbus: Support the notion of id tables in vmbus_match()K. Y. Srinivasan
2011-08-25Staging: hv: vmbus: Cleanup vmbus_uevent() codeK. Y. Srinivasan
2011-08-25Staging: hv: vmbus: Cleanup vmbus_match()K. Y. Srinivasan
2011-08-25Staging: hv: Replace struct hv_guid with the uuid type already defined in LinuxK. Y. Srinivasan
2011-08-25Staging: hv: vmbus: VMBUS is an ACPI enumerated device, get rid of the PCI si...K. Y. Srinivasan
2011-08-23Staging: hv: vmbus: Don't wait indefinitely for IRQ resoucesK. Y. Srinivasan
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