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: Rename stor_vsc_channel_init()
K. Y. Srinivasan
1
-2
/
+2
2011-05-11
Staging: hv: Cleanup blkvsc_shutdown()
K. Y. Srinivasan
1
-7
/
+5
2011-05-11
Staging: hv: Cleanup blkvsc_remove()
K. Y. Srinivasan
1
-12
/
+6
2011-05-11
Staging: hv: Use the newly introduced I/O drain synch method
K. Y. Srinivasan
1
-5
/
+2
2011-05-11
Staging: hv: Introduce a function to wait to drain outgoing I/O
K. Y. Srinivasan
2
-1
/
+17
2011-05-11
Staging: hv: Rename the function stor_vsc_get_major_info()
K. Y. Srinivasan
3
-3
/
+3
2011-05-11
Staging: hv: blkvsc_drv: Get rid of the calls to storvsc_cleanup
K. Y. Srinivasan
4
-12
/
+0
2011-05-11
Staging: hv: blkvsc_drv: Statically initialize pointers for probe etc
K. Y. Srinivasan
1
-5
/
+5
2011-05-11
Staging: hv: blkvsc_drv: Get rid of the indirection for invoking io request
K. Y. Srinivasan
1
-6
/
+1
2011-05-11
Staging: hv: Rename the function stor_vsc_on_io_request
K. Y. Srinivasan
4
-4
/
+4
2011-05-11
Staging: hv: blkvsc_drv: Get rid of the indirection for invoking cleanup function
K. Y. Srinivasan
1
-3
/
+1
2011-05-11
Staging: hv: Rename the function stor_vsc_on_cleanup
K. Y. Srinivasan
4
-6
/
+5
2011-05-11
Staging: hv: blkvsc_drv: Get rid of the indirection for removing stor device
K. Y. Srinivasan
1
-8
/
+2
2011-05-11
Staging: hv: Rename the function stor_vsc_on_device_remove
K. Y. Srinivasan
4
-4
/
+4
2011-05-11
Staging: hv: Rename the function stor_vsc_device_add
K. Y. Srinivasan
4
-4
/
+4
2011-05-11
Staging: hv: blkvsc_drv: Get rid of the indirection for invoking device_add
K. Y. Srinivasan
1
-3
/
+1
2011-05-11
Staging: hv: Rename the function blk_vsc_on_device_add
K. Y. Srinivasan
1
-2
/
+2
2011-05-11
Staging: hv: Rename variables of type struct storvsc_driver *
K. Y. Srinivasan
1
-14
/
+14
2011-05-11
Staging: hv: Change the name of blkvsc driver variable
K. Y. Srinivasan
1
-5
/
+5
2011-05-11
Staging: hv: Change the name of struct storvsc_driver_object
K. Y. Srinivasan
4
-19
/
+19
2011-05-11
Staging: hv: blkvsc_drv: Rename the device type variable
K. Y. Srinivasan
1
-2
/
+2
2011-05-11
Staging: hv: blkvsc_drv: Rename driver name variable
K. Y. Srinivasan
1
-2
/
+2
2011-05-11
Staging: hv: blkvsc_drv: Fix some locking issues
K. Y. Srinivasan
1
-16
/
+15
2011-05-11
Staging: hv: blkvsc_drv: Cleanup spin lock usage
K. Y. Srinivasan
1
-6
/
+8
2011-05-11
Staging: hv: Get rid of blkvsc_mutex
K. Y. Srinivasan
1
-5
/
+0
2011-05-06
Staging: hv: Add the necessary dependencies to hyperv Kconfig
K. Y. Srinivasan
1
-1
/
+1
2011-05-03
staging: hv: make HYPERV_UTILS depend on NLS to prevent a build error
pefoley2@verizon.net
1
-1
/
+1
2011-05-03
Staging: hv: Get rid of an unused variable from struct hv_driver
K. Y. Srinivasan
1
-2
/
+0
2011-05-03
Staging: hv: VMBUS is a acpi enumerated device; get irq value from bios
K. Y. Srinivasan
1
-1
/
+100
2011-05-03
Staging: hv: Use the shutdown() function in struct hv_driver
K. Y. Srinivasan
2
-6
/
+6
2011-05-03
Staging: hv: Add shutdown() function to struct hv_driver
K. Y. Srinivasan
1
-0
/
+1
2011-05-03
Staging: hv: Use the remove() function in struct hv_driver
K. Y. Srinivasan
5
-32
/
+25
2011-05-03
Staging: hv: Add remove() function to struct hv_driver
K. Y. Srinivasan
1
-0
/
+1
2011-05-03
Staging: hv: Use the probe function in struct hv_driver
K. Y. Srinivasan
5
-41
/
+37
2011-05-03
Staging: hv: Add probe function to struct hv_driver
K. Y. Srinivasan
1
-0
/
+3
2011-05-03
Staging: hv: Get rid of struct hv_bus
K. Y. Srinivasan
1
-20
/
+13
2011-05-03
Staging: hv: Make event_dpc a stand alone variable
K. Y. Srinivasan
1
-3
/
+3
2011-05-03
Staging: hv: Make msg_dpc a stand alone variable
K. Y. Srinivasan
1
-3
/
+4
2011-05-03
Staging: hv: Make hv_pci_dev a static variable
K. Y. Srinivasan
1
-1
/
+1
2011-05-03
Staging: hv: Properly handle errors in hv_pci_probe()
K. Y. Srinivasan
1
-9
/
+25
2011-05-03
Staging: hv: Cleanup vmbus_probe() function
K. Y. Srinivasan
2
-33
/
+2
2011-05-03
Staging: hv: Cleanup error handling in vmbus_child_device_register()
K. Y. Srinivasan
1
-3
/
+0
2011-05-03
Staging: hv: Get rid of the drv field in struct hv_device
K. Y. Srinivasan
1
-3
/
+0
2011-05-03
Staging: hv: Get rid of vmbus_release_unattached_channels() as it is not used
K. Y. Srinivasan
2
-35
/
+0
2011-05-03
Staging: hv: vmbus_driver cannot be unloaded; cleanup accordingly
K. Y. Srinivasan
1
-32
/
+0
2011-04-26
Staging: hv: Get rid of the priv pointer in struct hv_driver
K. Y. Srinivasan
1
-10
/
+0
2011-04-26
Staging: hv: Cleanup vmbus_match()
K. Y. Srinivasan
1
-5
/
+2
2011-04-26
Staging: hv: Get rid of the references to the priv element of struct hv_driver in storvsc_drv.c
K. Y. Srinivasan
1
-11
/
+6
2011-04-26
Staging: hv: Get rid of the references to the priv element of struct hv_driver in net driver
K. Y. Srinivasan
2
-14
/
+13
2011-04-26
Staging: hv: Introduce a function to map a generic driver pointer to a pointer to struct netvsc_driver
K. Y. Srinivasan
1
-0
/
+8
[prev]
[next]