summaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv
AgeCommit message (Expand)AuthorLines
2012-02-13Staging: hv: storvsc: Move the storage driver out of the staging areaK. Y. Srinivasan-1561/+0
2012-02-08Staging: hv: storvsc: Consolidate all the wire protocol definitionsK. Y. Srinivasan-36/+47
2012-02-08Staging: hv: storvsc: Consolidate the request structureK. Y. Srinivasan-38/+27
2012-02-08Staging: hv: storvsc: Get rid of some unused definesK. Y. Srinivasan-12/+0
2012-02-08Staging: hv: storvsc: Cleanup some protocol related constantsK. Y. Srinivasan-12/+7
2012-02-08Staging: hv: storvsc: Cleanup the code for generating protocol versionK. Y. Srinivasan-10/+17
2012-02-08Staging: hv: storvsc: Miscellaneous cleanup of storvsc driverK. Y. Srinivasan-55/+39
2012-02-08Staging: hv: storvsc: Rename the context field in hv_storvsc_requestK. Y. Srinivasan-4/+3
2012-02-08Staging: hv: storvsc: Get rid of the on_io_completion in hv_storvsc_requestK. Y. Srinivasan-303/+299
2012-02-08Staging: hv: storvsc: Add a comment to explain life-cycle managementK. Y. Srinivasan-1/+16
2012-02-08Staging: hv: storvsc: Move and cleanup storvsc_remove()K. Y. Srinivasan-16/+12
2012-02-08Staging: hv: storvsc: Cleanup storvsc_host_reset_handler()K. Y. Srinivasan-10/+4
2012-02-08Staging: hv: storvsc: Introduce defines for srb status codesK. Y. Srinivasan-5/+16
2012-02-08Staging: hv: storvsc: Cleanup storvsc_queuecommand()K. Y. Srinivasan-26/+22
2012-02-08Staging: hv: storvsc: Cleanup storvsc_probe()K. Y. Srinivasan-22/+8
2012-02-08Staging: hv: storvsc: Cleanup some commentsK. Y. Srinivasan-31/+26
2011-12-08Staging: hv: storvsc: Fix a bug in create_bounce_buffer()K. Y. Srinivasan-3/+6
2011-12-01Staging: hv: update TODO fileGreg Kroah-Hartman-2/+1
2011-12-01Staging: hv: remove hv_mouse driver as it's now in the hid directoryGreg Kroah-Hartman-609/+0
2011-12-01Staging: hv: storvsc: Implement per device memory poolsK. Y. Srinivasan-44/+62
2011-12-01Staging: hv: storvsc: Fix a bug in copy_from_bounce_buffer()K. Y. Srinivasan-2/+22
2011-12-01Staging: hv: storvsc: Fix a bug in storvsc_command_completion()K. Y. Srinivasan-3/+2
2011-12-01Staging: hv: storvsc: Cleanup storvsc_device_alloc()K. Y. Srinivasan-5/+0
2011-12-01Staging: hv: storvsc: Disable clusteringK. Y. Srinivasan-17/+1
2011-12-01Staging: hv: mousevsc: Properly add the hid deviceK. Y. Srinivasan-0/+4
2011-11-29staging: hv: move hv_netvsc out of staging areaHaiyang Zhang-3317/+0
2011-11-26staging: hv: Use kmemdup rather than duplicating its implementationThomas Meyer-11/+4
2011-11-26Staging: hv: storvsc: Support hot-removing of scsi devicesK. Y. Srinivasan-0/+45
2011-11-26Staging: hv: storvsc: Support hot add of scsi disksK. Y. Srinivasan-0/+38
2011-11-26Staging: hv: storvsc: Upgrade the vmstor protocol versionK. Y. Srinivasan-2/+3
2011-11-26Staging: hv: storvsc: Get rid of an unnecessary forward declarationK. Y. Srinivasan-2/+0
2011-11-26Staging: hv: storvsc: use the macro KBUILD_MODNAMEK. Y. Srinivasan-1/+1
2011-11-26Staging: hv: storvsc: Use the unlocked version queuecommandK. Y. Srinivasan-14/+5
2011-11-26Staging: hv: storvsc: Use the accessor function shost_priv()K. Y. Srinivasan-9/+5
2011-11-26Staging: hv: storvsc: Fix error handling storvsc_host_reset()K. Y. Srinivasan-14/+6
2011-11-26Staging: hv: storvsc: Fixup the error when processing SET_WINDOW commandK. Y. Srinivasan-1/+1
2011-11-26Staging: hv: storvsc: Cleanup error handling in the probe functionK. Y. Srinivasan-18/+24
2011-11-26Staging: hv: storvsc: Use mempools to allocate struct storvsc_cmd_requestK. Y. Srinivasan-5/+25
2011-11-26Staging: hv: mousevsc: Use the KBUILD_MODNAME macroK. Y. Srinivasan-1/+1
2011-11-26Staging: hv: mousevsc: Add a check to prevent memory corruptionK. Y. Srinivasan-0/+12
2011-11-26Staging: hv: mousevsc: Address some style issuesK. Y. Srinivasan-10/+6
2011-11-26Staging: hv: mousevsc: Get rid of unnecessary include filesK. Y. Srinivasan-4/+1
2011-11-26Staging: hv: mousevsc: Add a new line to a debug stringK. Y. Srinivasan-1/+1
2011-11-26Staging: hv: mousevsc: Cleanup mousevsc_on_channel_callback()K. Y. Srinivasan-48/+37
2011-11-26Staging: hv: mousevsc: Inline the code for reportdesc_callback()K. Y. Srinivasan-40/+53
2011-11-26Staging: hv: mousevsc: Inline the code for mousevsc_on_device_add()K. Y. Srinivasan-8/+2
2011-11-26Staging: hv: mousevsc: Make boolean states booleanK. Y. Srinivasan-4/+4
2011-10-28Merge branch 'x86-hyperv-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-102/+0
2011-10-26Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-9580/+1249
2011-10-19net: add skb frag size accessorsEric Dumazet-2/+2