aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/hv
AgeCommit message (Expand)Author
2011-11-29staging: hv: move hv_netvsc out of staging areaHaiyang Zhang
2011-11-26staging: hv: Use kmemdup rather than duplicating its implementationThomas Meyer
2011-11-26Staging: hv: storvsc: Support hot-removing of scsi devicesK. Y. Srinivasan
2011-11-26Staging: hv: storvsc: Support hot add of scsi disksK. Y. Srinivasan
2011-11-26Staging: hv: storvsc: Upgrade the vmstor protocol versionK. Y. Srinivasan
2011-11-26Staging: hv: storvsc: Get rid of an unnecessary forward declarationK. Y. Srinivasan
2011-11-26Staging: hv: storvsc: use the macro KBUILD_MODNAMEK. Y. Srinivasan
2011-11-26Staging: hv: storvsc: Use the unlocked version queuecommandK. Y. Srinivasan
2011-11-26Staging: hv: storvsc: Use the accessor function shost_priv()K. Y. Srinivasan
2011-11-26Staging: hv: storvsc: Fix error handling storvsc_host_reset()K. Y. Srinivasan
2011-11-26Staging: hv: storvsc: Fixup the error when processing SET_WINDOW commandK. Y. Srinivasan
2011-11-26Staging: hv: storvsc: Cleanup error handling in the probe functionK. Y. Srinivasan
2011-11-26Staging: hv: storvsc: Use mempools to allocate struct storvsc_cmd_requestK. Y. Srinivasan
2011-11-26Staging: hv: mousevsc: Use the KBUILD_MODNAME macroK. Y. Srinivasan
2011-11-26Staging: hv: mousevsc: Add a check to prevent memory corruptionK. Y. Srinivasan
2011-11-26Staging: hv: mousevsc: Address some style issuesK. Y. Srinivasan
2011-11-26Staging: hv: mousevsc: Get rid of unnecessary include filesK. Y. Srinivasan
2011-11-26Staging: hv: mousevsc: Add a new line to a debug stringK. Y. Srinivasan
2011-11-26Staging: hv: mousevsc: Cleanup mousevsc_on_channel_callback()K. Y. Srinivasan
2011-11-26Staging: hv: mousevsc: Inline the code for reportdesc_callback()K. Y. Srinivasan
2011-11-26Staging: hv: mousevsc: Inline the code for mousevsc_on_device_add()K. Y. Srinivasan
2011-11-26Staging: hv: mousevsc: Make boolean states booleanK. Y. Srinivasan
2011-10-28Merge branch 'x86-hyperv-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2011-10-26Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2011-10-19net: add skb frag size accessorsEric Dumazet
2011-10-17Staging: hv: storvsc: Fix checkpatch warningsK. Y. Srinivasan
2011-10-17Staging: hv: mousevsc: Fix a checkpatch warningK. Y. Srinivasan
2011-10-11Staging: hv: storvsc: remove last usage of DPRINT_WARNGreg Kroah-Hartman
2011-10-10Staging: hv: move hyperv code out of staging directoryGreg Kroah-Hartman
2011-10-10Staging: hv: netvsc: Fix a dereferencing issueK. Y. Srinivasan
2011-10-10staging: hv: storvsc: ignore SET_WINDOW scsi commandOlaf Hering
2011-10-10Staging: hv: util: Invoke cn_netlink_send() in a work contextK. Y. Srinivasan
2011-10-10Staging: hv: util: Fix a bug in kvp implementationK. Y. Srinivasan
2011-10-05hv: netvsc: convert to SKB paged frag API.Ian Campbell
2011-10-04Staging: hv: mousevsc: Get rid of unnecessary commentsK. Y. Srinivasan
2011-10-04Staging: hv: mousevsc: Enable autoloading of the mouse driverK. Y. Srinivasan
2011-10-04Staging: hv: mousevsc: Cleanup mousevsc_on_device_add()K. Y. Srinivasan
2011-10-04Staging: hv: mousevsc: Get rid of mousevsc_on_receive_input_report() by inliningK. Y. Srinivasan
2011-10-04Staging: hv: mousevsc: Cleanup camel cased enumsK. Y. Srinivasan
2011-10-04Staging: hv: mousevsc: Get rid of ref_count state in struct mousevsc_devK. Y. Srinivasan
2011-10-04Staging: hv: mousevsc: Now cleanup mousevsc_remove()K. Y. Srinivasan
2011-10-04Staging: hv: mousevsc: Get rid of mousevsc_on_device_remove() by inlining codeK. Y. Srinivasan
2011-10-04Staging: hv: mousevsc: Cleanup mousevsc_connect_to_vsp()K. Y. Srinivasan
2011-10-04Staging: hv: mousevsc: Get rid of mousevsc_on_send_completion()K. Y. Srinivasan
2011-10-04Staging: hv: mousevsc: Cleanup alloc_input_device()K. Y. Srinivasan
2011-10-04Staging: hv: mousevsc: Get rid of the unused state: num_outstanding_reqK. Y. Srinivasan
2011-10-04Staging: hv: mousevsc: Free allocated memory in free_input_device()K. Y. Srinivasan
2011-10-04Staging: hv: mousevsc: Get rid of unnecessary pr_* callsK. Y. Srinivasan
2011-10-04Staging: hv: mousevsc: Cleanup error handlingK. Y. Srinivasan
2011-10-04Staging: hv: mousevsc: Get rid of unnecessary DPRINT callsK. Y. Srinivasan