summaryrefslogtreecommitdiff
path: root/drivers/staging/hv
AgeCommit message (Expand)Author
2011-11-11staging: hv: fix a kernel warning in netvsc_linkstatus_callback()Haiyang Zhang
2011-11-11Staging: hv: Add support for >2 TB LUN in storage driver.Mike Sterling
2011-08-02drivers/staging/hv/blkvsc_drv.c: eliminate NULL pointer dereferenceJulia Lawall
2011-07-25Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2011-07-05staging: hv: fix some white spaces in netvsc driverHaiyang Zhang
2011-07-05Remove unneeded version.h include from drivers/staging/hv/hv_timesource.cJesper Juhl
2011-07-05Staging: hv: vmbus: Properly handle the error in hv_acpi_init()K. Y. Srinivasan
2011-07-05Staging: hv: netvsc: Fix a bug in accounting transmit slotsK. Y. Srinivasan
2011-07-05Staging: hv: storvsc: Increase the timeout value in the storvsc driverK. Y. Srinivasan
2011-07-05Staging: hv: netvsc: Increase the timeout value in the netvsc driverK. Y. Srinivasan
2011-07-05Staging: hv: vmbus: Increase the timeout value in the vmbus driverK. Y. Srinivasan
2011-06-20treewide: remove duplicate includesVitaliy Ivanov
2011-06-07Staging: hv: vmbus: Change Cleanup to cleanup in channel.cK. Y. Srinivasan
2011-06-07Staging: hv: vmbus: Cleanup some error values in channel.cK. Y. Srinivasan
2011-06-07Staging: hv: vmbus: Cleanup error codes in connection.cK. Y. Srinivasan
2011-06-07Staging: hv: vmbus: Cleanup error codes in hv.cK. 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: Properly handle memory allocation failure in channel.cK. Y. Srinivasan
2011-06-07Staging: hv: vmbus: Increase the timeout for some critical callsK. 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 channel_mgmt.cK. Y. Srinivasan
2011-06-07Staging: hv: vmbus: Get rid of an unused function in connection.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: Use the newly introduced state in closing the channelK. Y. Srinivasan
2011-06-07Staging: hv: vmbus: Embed the state needed to close the channelK. Y. Srinivasan
2011-06-07Staging: hv: vmbus: Move the definition of struct vmbus_channelK. Y. Srinivasan
2011-06-07Staging: hv: vmbus: Correct some dated comments in channel.cK. Y. Srinivasan
2011-06-07Staging: hv: vmbus: Get rid of some dated comments in channel.cK. Y. Srinivasan
2011-06-07Staging: hv: vmbus: Get rid of the unused function vmbus_ontimer()K. Y. Srinivasan
2011-06-07Staging: hv: vmbus: Change the memory barrier in hv_ringbuffer_write()K. Y. Srinivasan
2011-06-07Staging: hv: vmbus: Introduce read dependency in hv_get_ringbuffer_availbytes()K. Y. Srinivasan
2011-06-07Staging: hv: vmbus: Fix the memory barrier in hv_ringbuffer_read()K. Y. Srinivasan
2011-06-07Staging: hv: vmbus: Get rid of the poll timer in the channel stateK. Y. Srinivasan
2011-06-07Staging: hv: vmbus: Get rid of unneeded calls to dump_vmbus_channelK. Y. Srinivasan
2011-06-07Staging: hv: vmbus: Get rid of the unused wrapper - vmbus_onchannel_event()K. Y. Srinivasan
2011-06-07Staging: hv: vmbus: Directly invoke the channel callbackK. Y. Srinivasan
2011-06-07Staging: hv: vmbus: Get rid of the call to dump channel state in channel even...K. Y. Srinivasan
2011-06-07Staging: hv: vmbus: Get rid of the timer based handling of channel eventsK. Y. Srinivasan
2011-06-07Staging: hv: blkvsc: We don't support removable media; get rid of unnecessary...K. Y. Srinivasan
2011-06-07Staging: hv: blkvsc: Fix bugs in the module unload pathK. 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: storvsc: Add a DMI signature to support auto-loadingK. Y. Srinivasan
2011-06-07Staging: hv: vmbus: Don't free the channel when the channel is closedK. Y. Srinivasan