summaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv
Commit message (Expand)AuthorAgeFilesLines
* Staging: hv: storvsc: Fix a bug in create_bounce_buffer()K. Y. Srinivasan2011-12-081-3/+6
* Staging: hv: update TODO fileGreg Kroah-Hartman2011-12-011-2/+1Star
* Staging: hv: remove hv_mouse driver as it's now in the hid directoryGreg Kroah-Hartman2011-12-013-609/+0Star
* Staging: hv: storvsc: Implement per device memory poolsK. Y. Srinivasan2011-12-011-44/+62
* Staging: hv: storvsc: Fix a bug in copy_from_bounce_buffer()K. Y. Srinivasan2011-12-011-2/+22
* Staging: hv: storvsc: Fix a bug in storvsc_command_completion()K. Y. Srinivasan2011-12-011-3/+2Star
* Staging: hv: storvsc: Cleanup storvsc_device_alloc()K. Y. Srinivasan2011-12-011-5/+0Star
* Staging: hv: storvsc: Disable clusteringK. Y. Srinivasan2011-12-011-17/+1Star
* Staging: hv: mousevsc: Properly add the hid deviceK. Y. Srinivasan2011-12-011-0/+4
* staging: hv: move hv_netvsc out of staging areaHaiyang Zhang2011-11-297-3317/+0Star
* staging: hv: Use kmemdup rather than duplicating its implementationThomas Meyer2011-11-272-11/+4Star
* Staging: hv: storvsc: Support hot-removing of scsi devicesK. Y. Srinivasan2011-11-271-0/+45
* Staging: hv: storvsc: Support hot add of scsi disksK. Y. Srinivasan2011-11-271-0/+38
* Staging: hv: storvsc: Upgrade the vmstor protocol versionK. Y. Srinivasan2011-11-271-2/+3
* Staging: hv: storvsc: Get rid of an unnecessary forward declarationK. Y. Srinivasan2011-11-271-2/+0Star
* Staging: hv: storvsc: use the macro KBUILD_MODNAMEK. Y. Srinivasan2011-11-271-1/+1
* Staging: hv: storvsc: Use the unlocked version queuecommandK. Y. Srinivasan2011-11-271-14/+5Star
* Staging: hv: storvsc: Use the accessor function shost_priv()K. Y. Srinivasan2011-11-271-9/+5Star
* Staging: hv: storvsc: Fix error handling storvsc_host_reset()K. Y. Srinivasan2011-11-271-14/+6Star
* Staging: hv: storvsc: Fixup the error when processing SET_WINDOW commandK. Y. Srinivasan2011-11-271-1/+1
* Staging: hv: storvsc: Cleanup error handling in the probe functionK. Y. Srinivasan2011-11-271-18/+24
* Staging: hv: storvsc: Use mempools to allocate struct storvsc_cmd_requestK. Y. Srinivasan2011-11-271-5/+25
* Staging: hv: mousevsc: Use the KBUILD_MODNAME macroK. Y. Srinivasan2011-11-271-1/+1
* Staging: hv: mousevsc: Add a check to prevent memory corruptionK. Y. Srinivasan2011-11-271-0/+12
* Staging: hv: mousevsc: Address some style issuesK. Y. Srinivasan2011-11-271-10/+6Star
* Staging: hv: mousevsc: Get rid of unnecessary include filesK. Y. Srinivasan2011-11-271-4/+1Star
* Staging: hv: mousevsc: Add a new line to a debug stringK. Y. Srinivasan2011-11-271-1/+1
* Staging: hv: mousevsc: Cleanup mousevsc_on_channel_callback()K. Y. Srinivasan2011-11-271-48/+37Star
* Staging: hv: mousevsc: Inline the code for reportdesc_callback()K. Y. Srinivasan2011-11-271-40/+53
* Staging: hv: mousevsc: Inline the code for mousevsc_on_device_add()K. Y. Srinivasan2011-11-271-8/+2Star
* Staging: hv: mousevsc: Make boolean states booleanK. Y. Srinivasan2011-11-271-4/+4
* Merge branch 'x86-hyperv-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-10-282-102/+0Star
|\
| * x86: Hyper-V: Integrate the clocksource with Hyper-V detection codeK. Y. Srinivasan2011-09-082-102/+1Star
* | Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-10-2624-9580/+1249Star
|\ \
| * | Staging: hv: storvsc: Fix checkpatch warningsK. Y. Srinivasan2011-10-181-9/+10
| * | Staging: hv: mousevsc: Fix a checkpatch warningK. Y. Srinivasan2011-10-181-1/+0Star
| * | Staging: hv: storvsc: remove last usage of DPRINT_WARNGreg Kroah-Hartman2011-10-111-8/+8
| * | Staging: hv: move hyperv code out of staging directoryGreg Kroah-Hartman2011-10-1117-6518/+7Star
| * | Staging: hv: netvsc: Fix a dereferencing issueK. Y. Srinivasan2011-10-111-2/+2
| * | staging: hv: storvsc: ignore SET_WINDOW scsi commandOlaf Hering2011-10-111-0/+20
| * | Staging: hv: util: Invoke cn_netlink_send() in a work contextK. Y. Srinivasan2011-10-111-7/+11
| * | Staging: hv: util: Fix a bug in kvp implementationK. Y. Srinivasan2011-10-111-8/+5Star
| * | Staging: hv: mousevsc: Get rid of unnecessary commentsK. Y. Srinivasan2011-10-041-21/+0Star
| * | Staging: hv: mousevsc: Enable autoloading of the mouse driverK. Y. Srinivasan2011-10-041-4/+1Star
| * | Staging: hv: mousevsc: Cleanup mousevsc_on_device_add()K. Y. Srinivasan2011-10-041-7/+2Star
| * | Staging: hv: mousevsc: Get rid of mousevsc_on_receive_input_report() by inliningK. Y. Srinivasan2011-10-041-19/+8Star
| * | Staging: hv: mousevsc: Cleanup camel cased enumsK. Y. Srinivasan2011-10-041-17/+17
| * | Staging: hv: mousevsc: Get rid of ref_count state in struct mousevsc_devK. Y. Srinivasan2011-10-041-51/+3Star
| * | Staging: hv: mousevsc: Now cleanup mousevsc_remove()K. Y. Srinivasan2011-10-041-50/+3Star
| * | Staging: hv: mousevsc: Get rid of mousevsc_on_device_remove() by inlining codeK. Y. Srinivasan2011-10-041-30/+17Star