aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/hv
AgeCommit message (Expand)AuthorFilesLines
2011-10-28Merge branch 'x86-hyperv-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-102/+0
2011-10-26Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 24-9580/+1249
2011-10-19net: add skb frag size accessorsGravatar Eric Dumazet 1-2/+2
2011-10-17Staging: hv: storvsc: Fix checkpatch warningsGravatar K. Y. Srinivasan 1-9/+10
2011-10-17Staging: hv: mousevsc: Fix a checkpatch warningGravatar K. Y. Srinivasan 1-1/+0
2011-10-11Staging: hv: storvsc: remove last usage of DPRINT_WARNGravatar Greg Kroah-Hartman 1-8/+8
2011-10-10Staging: hv: move hyperv code out of staging directoryGravatar Greg Kroah-Hartman 17-6518/+7
2011-10-10Staging: hv: netvsc: Fix a dereferencing issueGravatar K. Y. Srinivasan 1-2/+2
2011-10-10staging: hv: storvsc: ignore SET_WINDOW scsi commandGravatar Olaf Hering 1-0/+20
2011-10-10Staging: hv: util: Invoke cn_netlink_send() in a work contextGravatar K. Y. Srinivasan 1-7/+11
2011-10-10Staging: hv: util: Fix a bug in kvp implementationGravatar K. Y. Srinivasan 1-8/+5
2011-10-05hv: netvsc: convert to SKB paged frag API.Gravatar Ian Campbell 1-1/+1
2011-10-04Staging: hv: mousevsc: Get rid of unnecessary commentsGravatar K. Y. Srinivasan 1-21/+0
2011-10-04Staging: hv: mousevsc: Enable autoloading of the mouse driverGravatar K. Y. Srinivasan 1-4/+1
2011-10-04Staging: hv: mousevsc: Cleanup mousevsc_on_device_add()Gravatar K. Y. Srinivasan 1-7/+2
2011-10-04Staging: hv: mousevsc: Get rid of mousevsc_on_receive_input_report() by inliningGravatar K. Y. Srinivasan 1-19/+8
2011-10-04Staging: hv: mousevsc: Cleanup camel cased enumsGravatar K. Y. Srinivasan 1-17/+17
2011-10-04Staging: hv: mousevsc: Get rid of ref_count state in struct mousevsc_devGravatar K. Y. Srinivasan 1-51/+3
2011-10-04Staging: hv: mousevsc: Now cleanup mousevsc_remove()Gravatar K. Y. Srinivasan 1-50/+3
2011-10-04Staging: hv: mousevsc: Get rid of mousevsc_on_device_remove() by inlining codeGravatar K. Y. Srinivasan 1-30/+17
2011-10-04Staging: hv: mousevsc: Cleanup mousevsc_connect_to_vsp()Gravatar K. Y. Srinivasan 1-33/+1
2011-10-04Staging: hv: mousevsc: Get rid of mousevsc_on_send_completion()Gravatar K. Y. Srinivasan 1-21/+0
2011-10-04Staging: hv: mousevsc: Cleanup alloc_input_device()Gravatar K. Y. Srinivasan 1-1/+1
2011-10-04Staging: hv: mousevsc: Get rid of the unused state: num_outstanding_reqGravatar K. Y. Srinivasan 1-3/+0
2011-10-04Staging: hv: mousevsc: Free allocated memory in free_input_device()Gravatar K. Y. Srinivasan 1-0/+2
2011-10-04Staging: hv: mousevsc: Get rid of unnecessary pr_* callsGravatar K. Y. Srinivasan 1-53/+11
2011-10-04Staging: hv: mousevsc: Cleanup error handlingGravatar K. Y. Srinivasan 1-16/+7
2011-10-04Staging: hv: mousevsc: Get rid of unnecessary DPRINT callsGravatar K. Y. Srinivasan 1-15/+3
2011-10-04Staging: hv: mousevsc: Cleanup and properly implement reportdesc_callback()Gravatar K. Y. Srinivasan 1-33/+23
2011-10-04Staging: hv: mousevsc: Use completion primitive to synchronizeGravatar K. Y. Srinivasan 1-20/+10
2011-10-04Staging: hv: mousevsc: Correctly initialize the header sizeGravatar K. Y. Srinivasan 1-1/+1
2011-10-04Staging: hv: mousevsc: Handle the case where we may get bogus report desc sizeGravatar K. Y. Srinivasan 1-0/+2
2011-10-04Staging: hv: mousevsc: Change the allocation flags to reflect interrupt contextGravatar K. Y. Srinivasan 1-3/+3
2011-10-04Staging: hv: mousevsc: Fixup some bogus WARN_ON() callsGravatar K. Y. Srinivasan 1-3/+3
2011-10-04Staging: hv: mousevsc: Get rid of the struct input_device_contextGravatar K. Y. Srinivasan 1-38/+13
2011-10-04Staging: hv: mousevsc: Fixup struct hv_input_dev_infoGravatar K. Y. Srinivasan 1-3/+3
2011-09-29staging: hv: remove the carrier status check from netvsc_open()Gravatar Haiyang Zhang 2-14/+7
2011-09-26Staging: hv: Update the TODO fileGravatar K. Y. Srinivasan 1-2/+0
2011-09-20Staging: hv: vmbus: Get rid of hv_cb_utils[] and other unneeded codeGravatar K. Y. Srinivasan 2-107/+0
2011-09-20Staging: hv: util: Properly handle util services in the util driverGravatar K. Y. Srinivasan 3-75/+23
2011-09-20Staging: hv: util: Perform some service specific init/deinit in probe/removeGravatar K. Y. Srinivasan 4-42/+71
2011-09-16Staging: hv: netvsc: Cleanup the name and type of link_stat variableGravatar K. Y. Srinivasan 1-6/+11
2011-09-16Staging: hv: netvsc: Rename deviceInfo as device_infoGravatar K. Y. Srinivasan 1-4/+4
2011-09-16Staging: hv: netvsc: Rename rndisDevice to rndis_deviceGravatar K. Y. Srinivasan 1-12/+12
2011-09-16Staging: hv: netvsc: Rename netDevice as net_deviceGravatar K. Y. Srinivasan 2-8/+11
2011-09-16Staging: hv: vmbus: Get rid of the module dependencyGravatar K. Y. Srinivasan 1-1/+1
2011-09-16Staging: hv: vmbus: Do not allocate struct hv_device_info on the stackGravatar K. Y. Srinivasan 1-65/+69
2011-09-16Staging: hv: vmbus: Get rid of the ext field in struct hv_deviceGravatar K. Y. Srinivasan 1-3/+0
2011-09-16Staging: hv: mousevsc: Get rid of the usage of the ext field in struct hv_deviceGravatar K. Y. Srinivasan 1-9/+9
2011-09-16Staging: hv: netvsc: Get rid of the usage of the ext field in struct hv_deviceGravatar K. Y. Srinivasan 4-57/+83