index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
hv
Age
Commit message (
Expand
)
Author
Files
Lines
2011-10-28
Merge branch 'x86-hyperv-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-102
/
+0
2011-10-26
Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
24
-9580
/
+1249
2011-10-19
net: add skb frag size accessors
Eric Dumazet
1
-2
/
+2
2011-10-18
Staging: hv: storvsc: Fix checkpatch warnings
K. Y. Srinivasan
1
-9
/
+10
2011-10-18
Staging: hv: mousevsc: Fix a checkpatch warning
K. Y. Srinivasan
1
-1
/
+0
2011-10-11
Staging: hv: storvsc: remove last usage of DPRINT_WARN
Greg Kroah-Hartman
1
-8
/
+8
2011-10-11
Staging: hv: move hyperv code out of staging directory
Greg Kroah-Hartman
17
-6518
/
+7
2011-10-11
Staging: hv: netvsc: Fix a dereferencing issue
K. Y. Srinivasan
1
-2
/
+2
2011-10-11
staging: hv: storvsc: ignore SET_WINDOW scsi command
Olaf Hering
1
-0
/
+20
2011-10-11
Staging: hv: util: Invoke cn_netlink_send() in a work context
K. Y. Srinivasan
1
-7
/
+11
2011-10-11
Staging: hv: util: Fix a bug in kvp implementation
K. Y. Srinivasan
1
-8
/
+5
2011-10-06
hv: netvsc: convert to SKB paged frag API.
Ian Campbell
1
-1
/
+1
2011-10-04
Staging: hv: mousevsc: Get rid of unnecessary comments
K. Y. Srinivasan
1
-21
/
+0
2011-10-04
Staging: hv: mousevsc: Enable autoloading of the mouse driver
K. Y. Srinivasan
1
-4
/
+1
2011-10-04
Staging: hv: mousevsc: Cleanup mousevsc_on_device_add()
K. Y. Srinivasan
1
-7
/
+2
2011-10-04
Staging: hv: mousevsc: Get rid of mousevsc_on_receive_input_report() by inlining
K. Y. Srinivasan
1
-19
/
+8
2011-10-04
Staging: hv: mousevsc: Cleanup camel cased enums
K. Y. Srinivasan
1
-17
/
+17
2011-10-04
Staging: hv: mousevsc: Get rid of ref_count state in struct mousevsc_dev
K. Y. Srinivasan
1
-51
/
+3
2011-10-04
Staging: hv: mousevsc: Now cleanup mousevsc_remove()
K. Y. Srinivasan
1
-50
/
+3
2011-10-04
Staging: hv: mousevsc: Get rid of mousevsc_on_device_remove() by inlining code
K. Y. Srinivasan
1
-30
/
+17
2011-10-04
Staging: hv: mousevsc: Cleanup mousevsc_connect_to_vsp()
K. Y. Srinivasan
1
-33
/
+1
2011-10-04
Staging: hv: mousevsc: Get rid of mousevsc_on_send_completion()
K. Y. Srinivasan
1
-21
/
+0
2011-10-04
Staging: hv: mousevsc: Cleanup alloc_input_device()
K. Y. Srinivasan
1
-1
/
+1
2011-10-04
Staging: hv: mousevsc: Get rid of the unused state: num_outstanding_req
K. Y. Srinivasan
1
-3
/
+0
2011-10-04
Staging: hv: mousevsc: Free allocated memory in free_input_device()
K. Y. Srinivasan
1
-0
/
+2
2011-10-04
Staging: hv: mousevsc: Get rid of unnecessary pr_* calls
K. Y. Srinivasan
1
-53
/
+11
2011-10-04
Staging: hv: mousevsc: Cleanup error handling
K. Y. Srinivasan
1
-16
/
+7
2011-10-04
Staging: hv: mousevsc: Get rid of unnecessary DPRINT calls
K. Y. Srinivasan
1
-15
/
+3
2011-10-04
Staging: hv: mousevsc: Cleanup and properly implement reportdesc_callback()
K. Y. Srinivasan
1
-33
/
+23
2011-10-04
Staging: hv: mousevsc: Use completion primitive to synchronize
K. Y. Srinivasan
1
-20
/
+10
2011-10-04
Staging: hv: mousevsc: Correctly initialize the header size
K. Y. Srinivasan
1
-1
/
+1
2011-10-04
Staging: hv: mousevsc: Handle the case where we may get bogus report desc size
K. Y. Srinivasan
1
-0
/
+2
2011-10-04
Staging: hv: mousevsc: Change the allocation flags to reflect interrupt context
K. Y. Srinivasan
1
-3
/
+3
2011-10-04
Staging: hv: mousevsc: Fixup some bogus WARN_ON() calls
K. Y. Srinivasan
1
-3
/
+3
2011-10-04
Staging: hv: mousevsc: Get rid of the struct input_device_context
K. Y. Srinivasan
1
-38
/
+13
2011-10-04
Staging: hv: mousevsc: Fixup struct hv_input_dev_info
K. Y. Srinivasan
1
-3
/
+3
2011-09-30
staging: hv: remove the carrier status check from netvsc_open()
Haiyang Zhang
2
-14
/
+7
2011-09-27
Staging: hv: Update the TODO file
K. Y. Srinivasan
1
-2
/
+0
2011-09-21
Staging: hv: vmbus: Get rid of hv_cb_utils[] and other unneeded code
K. Y. Srinivasan
2
-107
/
+0
2011-09-21
Staging: hv: util: Properly handle util services in the util driver
K. Y. Srinivasan
3
-75
/
+23
2011-09-21
Staging: hv: util: Perform some service specific init/deinit in probe/remove
K. Y. Srinivasan
4
-42
/
+71
2011-09-16
Staging: hv: netvsc: Cleanup the name and type of link_stat variable
K. Y. Srinivasan
1
-6
/
+11
2011-09-16
Staging: hv: netvsc: Rename deviceInfo as device_info
K. Y. Srinivasan
1
-4
/
+4
2011-09-16
Staging: hv: netvsc: Rename rndisDevice to rndis_device
K. Y. Srinivasan
1
-12
/
+12
2011-09-16
Staging: hv: netvsc: Rename netDevice as net_device
K. Y. Srinivasan
2
-8
/
+11
2011-09-16
Staging: hv: vmbus: Get rid of the module dependency
K. Y. Srinivasan
1
-1
/
+1
2011-09-16
Staging: hv: vmbus: Do not allocate struct hv_device_info on the stack
K. Y. Srinivasan
1
-65
/
+69
2011-09-16
Staging: hv: vmbus: Get rid of the ext field in struct hv_device
K. Y. Srinivasan
1
-3
/
+0
2011-09-16
Staging: hv: mousevsc: Get rid of the usage of the ext field in struct hv_device
K. Y. Srinivasan
1
-9
/
+9
2011-09-16
Staging: hv: netvsc: Get rid of the usage of the ext field in struct hv_device
K. Y. Srinivasan
4
-57
/
+83
[next]