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-05-11
Staging: hv: Get rid of the indirection in invoking rndis_filter_device_remove()
K. Y. Srinivasan
1
-9
/
+2
2011-05-11
Staging: hv: Get rid of the indirection to invoke netvsc_device_add()
K. Y. Srinivasan
1
-1
/
+1
2011-05-11
Staging: hv: Get rid of the indirection to invoke rndis_filte_device_add()
K. Y. Srinivasan
1
-4
/
+1
2011-05-11
Staging: hv: Get rid of rndis_filter_cleanup()
K. Y. Srinivasan
1
-6
/
+0
2011-05-11
Staging: hv: Make rndis_filter_device_remove() non static
K. Y. Srinivasan
2
-3
/
+2
2011-05-11
Staging: hv: Make rndis_filte_device_add() non static
K. Y. Srinivasan
2
-4
/
+4
2011-05-11
Staging: hv: Get rid of netvsc_cleanup()
K. Y. Srinivasan
1
-8
/
+0
2011-05-11
Staging: hv: Make netvsc_device_remove non static
K. Y. Srinivasan
2
-1
/
+2
2011-05-11
Staging: hv: Make the function netvsc_device_add() non static
K. Y. Srinivasan
2
-1
/
+2
2011-05-11
Staging: hv: storvsc_drv: Simplify the code for getting the drive parameters
K. Y. Srinivasan
1
-69
/
+15
2011-05-11
Staging: hv: storvsc_drv: Get rid of the code initializing the dispatch table
K. Y. Srinivasan
1
-5
/
+0
2011-05-11
Staging: hv: storvsc_drv: Get rid of the indirection in invoking storvsc_do_io()
K. Y. Srinivasan
1
-4
/
+2
2011-05-11
Staging: hv: storvsc_drv: Get rid of the indirection in invoking storvsc_dev_add()
K. Y. Srinivasan
1
-6
/
+1
2011-05-11
Staging: hv: storvsc_drv: Get rid of the indirection in invoking storvsc_dev_remove()
K. Y. Srinivasan
1
-4
/
+2
2011-05-11
Staging: hv: storvsc_drv: Get rid of unnecessary comments/dead code
K. Y. Srinivasan
1
-17
/
+0
2011-05-11
Staging: hv: storvsc_drv: Statically initialize probe/remove elements of the driver
K. Y. Srinivasan
1
-3
/
+4
2011-05-11
Staging: hv: storvsc_drv: Move the declaration of the driver variable
K. Y. Srinivasan
1
-3
/
+5
2011-05-11
Staging: hv: storvsc_drv: Rename the driver variable
K. Y. Srinivasan
1
-5
/
+5
2011-05-11
Staging: hv: Get rid of the forward declaration of storvsc_probe()
K. Y. Srinivasan
1
-72
/
+71
2011-05-11
Staging: hv: Get rid of the forward declaration of storvsc_queuecommand()
K. Y. Srinivasan
1
-169
/
+169
2011-05-11
Staging: hv: Move the function storvsc_commmand_completion() to earlier in the file
K. Y. Srinivasan
1
-57
/
+58
2011-05-11
Staging: hv: storvsc_drv: Move module parameters to earlier in the file
K. Y. Srinivasan
1
-3
/
+3
2011-05-11
Staging: hv: Move the definition of storvsc_ringbuffer_size to earlier in the file
K. Y. Srinivasan
1
-1
/
+1
2011-05-11
Staging: hv: Get rid of the forward declaration for storvsc_host_reset_handler()
K. Y. Srinivasan
1
-25
/
+24
2011-05-11
Staging: hv: Move the definition of storvsc_host_reset() to earlier in the file
K. Y. Srinivasan
1
-49
/
+50
2011-05-11
Staging: hv: Rename stor_vsc_initialize()
K. Y. Srinivasan
1
-3
/
+3
2011-05-11
Staging: hv: Rename the function stor_vsc_on_host_reset()
K. Y. Srinivasan
1
-2
/
+2
2011-05-11
Staging: hv: Get rid of the forward declaration of storvsc_get_chs()
K. Y. Srinivasan
1
-84
/
+80
2011-05-11
Staging: hv: Get rid of the forward declaration of storvsc_remove()
K. Y. Srinivasan
1
-31
/
+31
2011-05-11
Staging: hv: Get rid of the forward declaration for copy_to_bounce_buffer()
K. Y. Srinivasan
1
-66
/
+66
2011-05-11
Staging: hv: Get rid of the forward declaration of copy_from_bounce_buffer()
K. Y. Srinivasan
1
-64
/
+65
2011-05-11
Staging: hv: Get rid of the forward declaration for create_bounce_buffer()
K. Y. Srinivasan
1
-32
/
+29
2011-05-11
Staging: hv: Get rid of the forward declaration for do_bounce_buffer()
K. Y. Srinivasan
1
-28
/
+27
2011-05-11
Staging: hv: Get rid of the forwrd declaration of destroy_bounce_buffer
K. Y. Srinivasan
1
-17
/
+15
2011-05-11
Staging: hv: Get rid of the forward declaration for storvsc_device_configure()
K. Y. Srinivasan
1
-20
/
+19
2011-05-11
Staging: hv: Move the function storvsc_merge_bvec() to earlier in the file
K. Y. Srinivasan
1
-7
/
+7
2011-05-11
Staging: hv: Get rid of the forward declaration for storvsc_device_alloc()
K. Y. Srinivasan
1
-14
/
+10
2011-05-11
Staging: hv: storvsc_drv: Get rid of some DPRINTS
K. Y. Srinivasan
1
-59
/
+6
2011-05-11
Staging: hv: storvsc_drv: Get rid of some dated comments
K. Y. Srinivasan
1
-3
/
+0
2011-05-11
Staging: hv: storvsc_drv: Rename variables pointing to struct hv_device
K. Y. Srinivasan
1
-8
/
+7
2011-05-11
Staging: hv: storvsc_drv: Rename the struct hv_device * element of struct hv_host_device
K. Y. Srinivasan
1
-4
/
+4
2011-05-11
Staging: hv: storvsc_drv: Rename variables pointing to struct hv_host_device
K. Y. Srinivasan
1
-25
/
+25
2011-05-11
Staging: hv: storvsc_drv: Rename struct host_device_context
K. Y. Srinivasan
1
-13
/
+14
2011-05-11
Staging: hv: storvsc_drv: Rename g_driver_name
K. Y. Srinivasan
1
-2
/
+2
2011-05-11
Staging: hv: storvsc: Get rid of some unnecessary DPRINTS
K. Y. Srinivasan
1
-100
/
+16
2011-05-11
Staging: hv: storvsc: Get rid of/change some dated comments
K. Y. Srinivasan
1
-11
/
+1
2011-05-11
Staging: hv: Rename stor_vsc_connect_to_vsp
K. Y. Srinivasan
1
-2
/
+2
2011-05-11
Staging: hv: Rename stor_vsc_on_channel_callback
K. Y. Srinivasan
1
-2
/
+2
2011-05-11
Staging: hv: Rename stor_vsc_on_receive
K. Y. Srinivasan
1
-2
/
+2
2011-05-11
Staging: hv: Rename stor_vsc_on_io_completion
K. Y. Srinivasan
1
-2
/
+2
[prev]
[next]