index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
hv
Age
Commit message (
Expand
)
Author
Files
Lines
2011-08-29
Staging: hv: storvsc: Optimize the bounce buffer handling in the "read" case
K. Y. Srinivasan
1
-6
/
+4
2011-08-29
Staging: hv: storvsc: Optimize bounce buffer handling for the "write" case
K. Y. Srinivasan
1
-6
/
+6
2011-08-29
Staging: hv: blkvsc: Get rid of blkvsc_drv.c as this code is not used
K. Y. Srinivasan
1
-1014
/
+0
2011-08-29
Staging: hv: storvsc: Handle IDE devices using the storvsc driver
K. Y. Srinivasan
3
-22
/
+8
2011-08-29
Staging: hv: storvsc: Add code to handle IDE devices using the storvsc driver
K. Y. Srinivasan
1
-8
/
+52
2011-08-29
Staging: hv: netvsc: Get rid of the refcnt field in struct netvsc_device
K. Y. Srinivasan
2
-43
/
+20
2011-08-29
Staging: hv: netvsc: Get rid of release_inbound_net_device() by inlining the code
K. Y. Srinivasan
1
-22
/
+2
2011-08-29
Staging: hv: netvsc: Get rid of release_outbound_net_device() by inlining the code
K. Y. Srinivasan
1
-24
/
+14
2011-08-29
Staging: hv: netvsc: Prevent outgoing traffic when netvsc dev is destroyed
K. Y. Srinivasan
1
-1
/
+2
2011-08-29
Staging: hv: netvsc: Introduce state to manage the lifecycle of net device
K. Y. Srinivasan
2
-0
/
+7
2011-08-29
Staging: hv: netvsc: Cleanup alloc_net_device()
K. Y. Srinivasan
1
-1
/
+1
2011-08-29
Staging: hv: netvsc: Inline the code for free_net_device()
K. Y. Srinivasan
1
-10
/
+2
2011-08-29
Staging: hv: storvsc: Get rid of the reference counting in struct storvsc_device
K. Y. Srinivasan
3
-29
/
+23
2011-08-29
Staging: hv: storvsc: Get rid of final_release_stor_device() by inlining code
K. Y. Srinivasan
1
-17
/
+6
2011-08-29
Staging: hv: storvsc: Get rid of release_stor_device() by inlining the code
K. Y. Srinivasan
1
-17
/
+2
2011-08-29
Staging: hv: storvsc: Prevent outgoing traffic when stor dev is being destroyed
K. Y. Srinivasan
1
-1
/
+2
2011-08-29
Staging: hv: storvsc: Introduce state to manage the lifecycle of stor device
K. Y. Srinivasan
2
-2
/
+8
2011-08-29
Staging: hv: storvsc: Cleanup alloc_stor_device()
K. Y. Srinivasan
1
-1
/
+1
2011-08-29
Staging: hv: storvsc: Rename get_stor_device()
K. Y. Srinivasan
3
-6
/
+7
2011-08-29
Staging: hv: storvsc: Rename must_get_stor_device()
K. Y. Srinivasan
1
-3
/
+3
2011-08-29
Staging: hv: storvsc: Do not aquire an unnecessary reference on stor_device
K. Y. Srinivasan
1
-4
/
+1
2011-08-29
Staging: hv: storvsc: Inline free_stor_device()
K. Y. Srinivasan
1
-6
/
+2
2011-08-25
Staging: hv: hv_mouse: fix up remove() function
Greg Kroah-Hartman
1
-8
/
+2
2011-08-25
Staging: hv: hv_mouse: remove a forward declaration
Greg Kroah-Hartman
1
-64
/
+62
2011-08-25
Staging: hv: hv_mouse: remove inputreport_callback function
Greg Kroah-Hartman
1
-17
/
+6
2011-08-25
Staging: hv: hv_mouse: remove deviceinfo_callback function
Greg Kroah-Hartman
1
-24
/
+10
2011-08-25
Staging: hv: mouse: Get rid of the unused PCI signature
K. Y. Srinivasan
1
-22
/
+0
2011-08-25
Staging: hv: netvsc: Change the jump label Exit to exit
K. Y. Srinivasan
1
-2
/
+2
2011-08-25
Staging: hv: netvsc: Change the jump label Cleanup to cleanup
K. Y. Srinivasan
1
-14
/
+14
2011-08-25
Staging: hv: mouse: Change the jump label Cleanup to cleanup
K. Y. Srinivasan
1
-11
/
+11
2011-08-25
Staging: hv: netvsc: Cleanup error code in rndis_filter_device_add()
K. Y. Srinivasan
1
-1
/
+1
2011-08-25
Staging: hv: netvsc: Cleanup error returns in rndis_filter_init_device()
K. Y. Srinivasan
1
-2
/
+2
2011-08-25
Staging: hv: netvsc: Cleanup error return values in rndis_filter_set_packet_filter()
K. Y. Srinivasan
1
-4
/
+1
2011-08-25
Staging: hv: netvsc: Cleanup error code in rndis_filter_query_device()
K. Y. Srinivasan
1
-1
/
+1
2011-08-25
Staging: hv: netvsc: Cleanup error codes in rndis_filter_receive()
K. Y. Srinivasan
1
-2
/
+2
2011-08-25
Staging: hv: netvsc: Cleanup error return codes in netvsc_device_add()
K. Y. Srinivasan
1
-3
/
+1
2011-08-25
Staging: hv: netvsc: Cleanup error return values in netvsc_send()
K. Y. Srinivasan
1
-2
/
+2
2011-08-25
Staging: hv: netvsc: Cleanup error returns in netvsc_connect_vsp()
K. Y. Srinivasan
1
-6
/
+4
2011-08-25
Staging: hv: netvsc: Cleanup error return values in netvsc_init_recv_buf()
K. Y. Srinivasan
1
-5
/
+5
2011-08-25
Staging: hv: netvsc: Cleanup error return codes in netvsc_destroy_recv_buf()
K. Y. Srinivasan
1
-2
/
+2
2011-08-25
Staging: hv: netvsc: Cleanup the returned error code in netvsc_probe()
K. Y. Srinivasan
1
-1
/
+1
2011-08-25
Staging: hv: storvsc: Cleanup returned error code in storvsc_drv_init()
K. Y. Srinivasan
1
-1
/
+1
2011-08-25
Staging: hv: storvsc: Cleanup error code returned in storvsc_probe()
K. Y. Srinivasan
1
-2
/
+2
2011-08-25
Staging: hv: storvsc: Cleanup returned error code in storvsc_host_reset()
K. Y. Srinivasan
1
-1
/
+1
2011-08-25
Staging: hv: storvsc: Fix/cleanup some dated comments in storvsc.c
K. Y. Srinivasan
1
-5
/
+3
2011-08-25
Storage: hv: storvsc: Get rid of some unnecessary DPRINTs from storvsc.c
K. Y. Srinivasan
1
-16
/
+0
2011-08-25
Staging: hv: storvsc: Cleanup error handling in storvsc_do_io()
K. Y. Srinivasan
1
-1
/
+1
2011-08-25
Staging: hv: storvsc: Cleanup error handling in storvsc_connect_to_vsp()
K. Y. Srinivasan
1
-1
/
+1
2011-08-25
Staging: hv: storvsc: Cleanup error handling in storvsc_channel_init()
K. Y. Srinivasan
1
-1
/
+1
2011-08-25
Staging: hv: storvsc: Cleanup error handling in storvsc_dev_add()
K. Y. Srinivasan
1
-6
/
+6
[prev]
[next]