aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-12-08Staging: hv: storvsc: Fix a bug in create_bounce_buffer()K. Y. Srinivasan1-3/+6
2011-12-01Staging: hv: update TODO fileGreg Kroah-Hartman1-2/+1
2011-12-01Staging: hv: remove hv_mouse driver as it's now in the hid directoryGreg Kroah-Hartman3-609/+0
2011-12-01Staging: hv: storvsc: Implement per device memory poolsK. Y. Srinivasan1-44/+62
2011-12-01Staging: hv: storvsc: Fix a bug in copy_from_bounce_buffer()K. Y. Srinivasan1-2/+22
2011-12-01Staging: hv: storvsc: Fix a bug in storvsc_command_completion()K. Y. Srinivasan1-3/+2
2011-12-01Staging: hv: storvsc: Cleanup storvsc_device_alloc()K. Y. Srinivasan1-5/+0
2011-12-01Staging: hv: storvsc: Disable clusteringK. Y. Srinivasan1-17/+1
2011-12-01Staging: hv: mousevsc: Properly add the hid deviceK. Y. Srinivasan1-0/+4
2011-11-29staging: hv: move hv_netvsc out of staging areaHaiyang Zhang7-3317/+0
2011-11-26staging: hv: Use kmemdup rather than duplicating its implementationThomas Meyer2-11/+4
2011-11-26Staging: hv: storvsc: Support hot-removing of scsi devicesK. Y. Srinivasan1-0/+45
2011-11-26Staging: hv: storvsc: Support hot add of scsi disksK. Y. Srinivasan1-0/+38
2011-11-26Staging: hv: storvsc: Upgrade the vmstor protocol versionK. Y. Srinivasan1-2/+3
2011-11-26Staging: hv: storvsc: Get rid of an unnecessary forward declarationK. Y. Srinivasan1-2/+0
2011-11-26Staging: hv: storvsc: use the macro KBUILD_MODNAMEK. Y. Srinivasan1-1/+1
2011-11-26Staging: hv: storvsc: Use the unlocked version queuecommandK. Y. Srinivasan1-14/+5
2011-11-26Staging: hv: storvsc: Use the accessor function shost_priv()K. Y. Srinivasan1-9/+5
2011-11-26Staging: hv: storvsc: Fix error handling storvsc_host_reset()K. Y. Srinivasan1-14/+6
2011-11-26Staging: hv: storvsc: Fixup the error when processing SET_WINDOW commandK. Y. Srinivasan1-1/+1
2011-11-26Staging: hv: storvsc: Cleanup error handling in the probe functionK. Y. Srinivasan1-18/+24
2011-11-26Staging: hv: storvsc: Use mempools to allocate struct storvsc_cmd_requestK. Y. Srinivasan1-5/+25
2011-11-26Staging: hv: mousevsc: Use the KBUILD_MODNAME macroK. Y. Srinivasan1-1/+1
2011-11-26Staging: hv: mousevsc: Add a check to prevent memory corruptionK. Y. Srinivasan1-0/+12
2011-11-26Staging: hv: mousevsc: Address some style issuesK. Y. Srinivasan1-10/+6
2011-11-26Staging: hv: mousevsc: Get rid of unnecessary include filesK. Y. Srinivasan1-4/+1
2011-11-26Staging: hv: mousevsc: Add a new line to a debug stringK. Y. Srinivasan1-1/+1
2011-11-26Staging: hv: mousevsc: Cleanup mousevsc_on_channel_callback()K. Y. Srinivasan1-48/+37
2011-11-26Staging: hv: mousevsc: Inline the code for reportdesc_callback()K. Y. Srinivasan1-40/+53
2011-11-26Staging: hv: mousevsc: Inline the code for mousevsc_on_device_add()K. Y. Srinivasan1-8/+2
2011-11-26Staging: hv: mousevsc: Make boolean states booleanK. Y. Srinivasan1-4/+4
2011-10-28Merge branch 'x86-hyperv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-102/+0
2011-10-26Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds24-9580/+1249
2011-10-19net: add skb frag size accessorsEric Dumazet1-2/+2
2011-10-17Staging: hv: storvsc: Fix checkpatch warningsK. Y. Srinivasan1-9/+10
2011-10-17Staging: hv: mousevsc: Fix a checkpatch warningK. Y. Srinivasan1-1/+0
2011-10-11Staging: hv: storvsc: remove last usage of DPRINT_WARNGreg Kroah-Hartman1-8/+8
2011-10-10Staging: hv: move hyperv code out of staging directoryGreg Kroah-Hartman17-6518/+7
2011-10-10Staging: hv: netvsc: Fix a dereferencing issueK. Y. Srinivasan1-2/+2
2011-10-10staging: hv: storvsc: ignore SET_WINDOW scsi commandOlaf Hering1-0/+20
2011-10-10Staging: hv: util: Invoke cn_netlink_send() in a work contextK. Y. Srinivasan1-7/+11
2011-10-10Staging: hv: util: Fix a bug in kvp implementationK. Y. Srinivasan1-8/+5
2011-10-05hv: netvsc: convert to SKB paged frag API.Ian Campbell1-1/+1
2011-10-04Staging: hv: mousevsc: Get rid of unnecessary commentsK. Y. Srinivasan1-21/+0
2011-10-04Staging: hv: mousevsc: Enable autoloading of the mouse driverK. Y. Srinivasan1-4/+1
2011-10-04Staging: hv: mousevsc: Cleanup mousevsc_on_device_add()K. Y. Srinivasan1-7/+2
2011-10-04Staging: hv: mousevsc: Get rid of mousevsc_on_receive_input_report() by inliningK. Y. Srinivasan1-19/+8
2011-10-04Staging: hv: mousevsc: Cleanup camel cased enumsK. Y. Srinivasan1-17/+17
2011-10-04Staging: hv: mousevsc: Get rid of ref_count state in struct mousevsc_devK. Y. Srinivasan1-51/+3
2011-10-04Staging: hv: mousevsc: Now cleanup mousevsc_remove()K. Y. Srinivasan1-50/+3