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-09-16
Staging: hv: storvsc: Get rid of storvsc_dev_add() by inlining the code
K. Y. Srinivasan
1
-44
/
+14
2011-09-16
Staging: hv: vmbus: Cleanup vmbus_remove()
K. Y. Srinivasan
1
-14
/
+6
2011-09-16
Staging: hv: vmbus: Introduce functions for setting and getting driver data
K. Y. Srinivasan
1
-0
/
+9
2011-09-16
Staging: hv: storvsc: Use the driver_data to identify ide
K. Y. Srinivasan
1
-12
/
+10
2011-09-16
Staging: hv: vmbus: Change the signature of struct hv_driver probe function
K. Y. Srinivasan
6
-6
/
+12
2011-09-16
Staging: hv: vmbus: Introduce a utility function to match hv_vmbus_device_id
K. Y. Srinivasan
1
-5
/
+18
2011-09-09
Staging: hv: vmbus: Cleanup dated comments in channel_mgmt.c
K. Y. Srinivasan
1
-3
/
+0
2011-09-09
Staging: hv: vmbus: Rename vmbus_child_device_unregister
K. Y. Srinivasan
3
-4
/
+4
2011-09-09
Staging: hv: vmbus: Rename vmbus_child_device_register
K. Y. Srinivasan
3
-4
/
+4
2011-09-09
Staging: hv: vmbus: Rename vmbus_child_device_create
K. Y. Srinivasan
3
-4
/
+4
2011-09-08
x86: Hyper-V: Integrate the clocksource with Hyper-V detection code
K. Y. Srinivasan
2
-102
/
+1
2011-09-06
Staging: hv: Add support for >2 TB LUN in storage driver.
Mike Sterling
1
-0
/
+3
2011-09-06
Staging: hv: vmbus: Show the modalias in /sys/bus/vmbus/devices/*/
Olaf Hering
1
-5
/
+16
2011-09-06
Staging: hv: Update TODO file
K. Y. Srinivasan
1
-5
/
+2
2011-09-06
staging: hv: fix some typos in netvsc.c
Haiyang Zhang
1
-2
/
+2
2011-09-06
staging: hv: fix the page buffer when rndis data go across page boundary
Haiyang Zhang
1
-0
/
+10
2011-09-06
staging: hv: fix the return status of netvsc_start_xmit()
Haiyang Zhang
1
-3
/
+3
2011-09-06
staging: hv: fix counting of available buffer slots when send fails
Haiyang Zhang
1
-1
/
+2
2011-09-06
staging: hv: fix counting of #outstanding-sends in failed sends
Haiyang Zhang
1
-1
/
+2
2011-09-06
staging: hv: re-order the code in netvsc_probe()
Haiyang Zhang
1
-15
/
+17
2011-09-06
staging: hv: fix a kernel warning in netvsc_linkstatus_callback()
Haiyang Zhang
1
-1
/
+1
2011-09-06
staging: hv: convert dev_<loglevel> to netdev_<loglevel> in netvsc
Haiyang Zhang
2
-36
/
+49
2011-09-06
staging: hv: add newline to log messages in netvsc
Haiyang Zhang
1
-29
/
+29
2011-09-06
staging: hv: remove unnecessary includes in netvsc
Haiyang Zhang
3
-3
/
+0
2011-09-06
Staging: hv: vmbus: Cleanup the code in process_chn_event()
K. Y. Srinivasan
1
-2
/
+16
2011-09-06
Staging: hv: vmbus: Check for events before messages
K. Y. Srinivasan
1
-8
/
+14
2011-09-06
Staging: hv: vmbus: Fix a bug in error handling in vmbus_bus_init()
K. Y. Srinivasan
1
-11
/
+15
2011-09-06
Staging: hv: util: Deal with driver register failures
K. Y. Srinivasan
1
-5
/
+16
2011-08-29
Staging: hv: netvsc: return negative error codes
Dan Carpenter
1
-1
/
+1
2011-08-29
Staging: hv: mousevsc: Fix checkpatch errors and warnings
K. Y. Srinivasan
1
-7
/
+8
2011-08-29
Staging: hv: vmbus: Fix checkpatch warnings in connection.c
K. Y. Srinivasan
1
-6
/
+7
2011-08-29
Staging: hv: vmbus: Fix a checkpatch warning in ring_buffer.c
K. Y. Srinivasan
1
-1
/
+2
2011-08-29
Staging: hv: vmbus: Get rid of an unnecessary check in vmbus_connect()
K. Y. Srinivasan
1
-4
/
+0
2011-08-29
Staging: hv: vmbus: Get rid of some dated/redundant comments
K. Y. Srinivasan
1
-10
/
+1
2011-08-29
Staging: hv: vmbus: Fixup indentation in vmbus_acpi_add()
K. Y. Srinivasan
1
-3
/
+2
2011-08-29
Staging: hv: vmbus: Do not enable auto eoi
K. Y. Srinivasan
1
-1
/
+1
2011-08-29
Staging: hv: vmbus: Get rid of vmbus_on_isr() by inlining the code
K. Y. Srinivasan
1
-29
/
+12
2011-08-29
Staging: hv: Fix a bug in vmbus_match()
K. Y. Srinivasan
1
-1
/
+1
2011-08-29
Staging: hv: vmbus: Properly deal with de-registering channel callback
K. Y. Srinivasan
4
-21
/
+8
2011-08-29
Staging: hv: vmbus: Check before invoking the channel callback
K. Y. Srinivasan
1
-1
/
+1
2011-08-29
Staging: hv: util: Adjust guest time in a process context
K. Y. Srinivasan
1
-3
/
+30
2011-08-29
Staging: hv: util: Forcefully shutdown when shutdown is requested
K. Y. Srinivasan
1
-1
/
+1
2011-08-29
Staging: hv: storvsc: No need to copy from bounce buffer in case of a failure
K. Y. Srinivasan
1
-10
/
+2
2011-08-29
Staging: hv: storvsc: In case of scsi errors offline the device
K. Y. Srinivasan
1
-1
/
+9
2011-08-29
Staging: hv: storvsc: Fix a typo
K. Y. Srinivasan
1
-3
/
+3
2011-08-29
Staging: hv: storvsc: Fixup srb and scsi status for INQUIRY and MODE_SENSE
K. Y. Srinivasan
1
-0
/
+17
2011-08-29
Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the contents of hyperv_storage.h
K. Y. Srinivasan
1
-36
/
+26
2011-08-29
Staging: hv: storvsc: Add the contents of hyperv_storage.h to storvsc_drv.c
K. Y. Srinivasan
2
-323
/
+276
2011-08-29
Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the contents of storvsc.c
K. Y. Srinivasan
1
-120
/
+27
2011-08-29
Staging: hv: storvsc: Include storvsc.c in storvsc_drv.c
K. Y. Srinivasan
3
-529
/
+530
[prev]
[next]