aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv
AgeCommit message (Expand)AuthorFilesLines
2011-08-25Staging: hv: vmbus: Retry vmbus_post_msg() before giving upK. Y. Srinivasan1-1/+17
2011-08-25Staging: hv: netvsc: Get rid of an unnecessary print statement in netvsc_probe()K. Y. Srinivasan1-2/+0
2011-08-25Staging: hv: vmbus: Cleanup the error return value in vmbus_recvpacket_raw()K. Y. Srinivasan3-3/+3
2011-08-25Staging: hv: vmbus: Cleanup error values in ringbuffer.cK. Y. Srinivasan4-6/+6
2011-08-25Staging: hv: vmbus: Change the variable name openInfo to open_info in channel.cK. Y. Srinivasan1-12/+12
2011-08-25Staging: hv: vmbus: Get rid of unnecessary comments in channel.cK. Y. Srinivasan1-4/+0
2011-08-25Staging: hv: vmbus: Rename openMsg to open_msg in channel.cK. Y. Srinivasan1-10/+10
2011-08-25Staging: hv: vmbus: Get rid of the function dump_gpadl_header()K. Y. Srinivasan1-28/+0
2011-08-25Staging: hv: vmbus: Get rid of the function dump_gpadl_body()K. Y. Srinivasan1-20/+0
2011-08-25Staging: hv: vmbus: Get rid of unnecessay comments in connection.cK. Y. Srinivasan1-2/+0
2011-08-25Staging: hv: vmbus: Cleanup error handling in hv_init()K. Y. Srinivasan1-4/+3
2011-08-25Staging: hv: vmbus: Cleanup unnecessary comments in hv.cK. Y. Srinivasan1-8/+0
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-Hartman9-110/+46
2011-08-25Staging: hv: util: Get rid of the PCI signature in hv_util.cK. Y. Srinivasan1-8/+0
2011-08-25Staging: hv: util: Get rid of the DMI signature in hv_util.cK. Y. Srinivasan1-20/+0
2011-08-25Staging: hv: netvsc: Get rid of the DMI signature in netvsc_drv.cK. Y. Srinivasan1-19/+0
2011-08-25Staging: hv: netvsc: Get rid of the PCI signatureK. Y. Srinivasan1-8/+0
2011-08-25Staging: hv: storvsc: Get rid of the DMI signatureK. Y. Srinivasan1-22/+0
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: create VMBUS_DEVICE macro and use it.Greg Kroah-Hartman6-71/+40
2011-08-25Staging: hv: util: Make hv_utils a vmbus device driverK. Y. Srinivasan1-1/+63
2011-08-25Staging: hv: mousevsc: Use the newly introduced vmbus ID in mouse driverK. Y. Srinivasan1-9/+18
2011-08-25Staging: hv: netvsc: Use the newly introduced vmbus ID in netvsc driverK. Y. Srinivasan2-10/+16
2011-08-25Staging: hv: storvsc: Use the newly introduced vmbus ID in storvsc driverK. Y. Srinivasan1-11/+14
2011-08-25Staging: hv: blkvsc: Use the newly introduced vmbus ID in the blockvsc driverK. Y. Srinivasan1-9/+14
2011-08-25Staging: hv: vmbus: Introduce vmbus ID space in struct hv_driverK. Y. Srinivasan1-0/+2
2011-08-25Staging: hv: Replace struct hv_guid with the uuid type already defined in LinuxK. Y. Srinivasan9-135/+129
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: Fix macros, tab errors and warning in drivers/staging/hv/hv_mouse.cRuslan Pisarev1-18/+18
2011-08-23Staging: hv: util: kvp: Cleanup kvp_get_domain_name()K. Y. Srinivasan1-5/+3
2011-08-23Staging: hv: util: kvp: Fix the reported OSVersion stringK. Y. Srinivasan1-0/+9
2011-08-23Staging: hv: vmbus: Fix checkpatch warningsK. Y. Srinivasan1-2/+2
2011-08-23Staging: hv: tools: Fix a checkpatch warning in hv_kvp_daemon.cK. Y. Srinivasan1-1/+1
2011-08-23Staging: hv: vmbus: Don't wait indefinitely for IRQ resoucesK. Y. Srinivasan1-5/+14
2011-08-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-08-02drivers/staging/hv/blkvsc_drv.c: eliminate NULL pointer dereferenceJulia Lawall1-2/+2
2011-07-25Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds17-619/+234
2011-07-05staging: hv: fix some white spaces in netvsc driverHaiyang Zhang2-5/+5
2011-07-05Remove unneeded version.h include from drivers/staging/hv/hv_timesource.cJesper Juhl1-1/+0
2011-07-05Staging: hv: vmbus: Properly handle the error in hv_acpi_init()K. Y. Srinivasan1-1/+4
2011-07-05Staging: hv: netvsc: Fix a bug in accounting transmit slotsK. Y. Srinivasan1-7/+9
2011-07-05Staging: hv: storvsc: Increase the timeout value in the storvsc driverK. Y. Srinivasan2-5/+5
2011-07-05Staging: hv: netvsc: Increase the timeout value in the netvsc driverK. Y. Srinivasan2-5/+5
2011-07-05Staging: hv: vmbus: Increase the timeout value in the vmbus driverK. Y. Srinivasan3-3/+3
2011-06-20treewide: remove duplicate includesVitaliy Ivanov2-2/+0