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-25
Staging: hv: vmbus: Retry vmbus_post_msg() before giving up
K. Y. Srinivasan
1
-1
/
+17
2011-08-25
Staging: hv: netvsc: Get rid of an unnecessary print statement in netvsc_probe()
K. Y. Srinivasan
1
-2
/
+0
2011-08-25
Staging: hv: vmbus: Cleanup the error return value in vmbus_recvpacket_raw()
K. Y. Srinivasan
3
-3
/
+3
2011-08-25
Staging: hv: vmbus: Cleanup error values in ringbuffer.c
K. Y. Srinivasan
4
-6
/
+6
2011-08-25
Staging: hv: vmbus: Change the variable name openInfo to open_info in channel.c
K. Y. Srinivasan
1
-12
/
+12
2011-08-25
Staging: hv: vmbus: Get rid of unnecessary comments in channel.c
K. Y. Srinivasan
1
-4
/
+0
2011-08-25
Staging: hv: vmbus: Rename openMsg to open_msg in channel.c
K. Y. Srinivasan
1
-10
/
+10
2011-08-25
Staging: hv: vmbus: Get rid of the function dump_gpadl_header()
K. Y. Srinivasan
1
-28
/
+0
2011-08-25
Staging: hv: vmbus: Get rid of the function dump_gpadl_body()
K. Y. Srinivasan
1
-20
/
+0
2011-08-25
Staging: hv: vmbus: Get rid of unnecessay comments in connection.c
K. Y. Srinivasan
1
-2
/
+0
2011-08-25
Staging: hv: vmbus: Cleanup error handling in hv_init()
K. Y. Srinivasan
1
-4
/
+3
2011-08-25
Staging: hv: vmbus: Cleanup unnecessary comments in hv.c
K. Y. Srinivasan
1
-8
/
+0
2011-08-25
Staging: hv: vmbus: Get rid of some unnecessary comments
K. Y. Srinivasan
1
-2
/
+0
2011-08-25
Staging: hv: fix up driver registering mess
Greg Kroah-Hartman
9
-110
/
+46
2011-08-25
Staging: hv: util: Get rid of the PCI signature in hv_util.c
K. Y. Srinivasan
1
-8
/
+0
2011-08-25
Staging: hv: util: Get rid of the DMI signature in hv_util.c
K. Y. Srinivasan
1
-20
/
+0
2011-08-25
Staging: hv: netvsc: Get rid of the DMI signature in netvsc_drv.c
K. Y. Srinivasan
1
-19
/
+0
2011-08-25
Staging: hv: netvsc: Get rid of the PCI signature
K. Y. Srinivasan
1
-8
/
+0
2011-08-25
Staging: hv: storvsc: Get rid of the DMI signature
K. Y. Srinivasan
1
-22
/
+0
2011-08-25
Staging: hv: vmbus: Get rid of an unnecessary include line in vmbus_drv.c
K. Y. Srinivasan
1
-1
/
+0
2011-08-25
Staging: hv: vmbus: Support the notion of id tables in vmbus_match()
K. Y. Srinivasan
1
-5
/
+15
2011-08-25
Staging: hv: vmbus: Cleanup vmbus_uevent() code
K. Y. Srinivasan
1
-46
/
+10
2011-08-25
Staging: hv: vmbus: Cleanup vmbus_match()
K. Y. Srinivasan
1
-2
/
+1
2011-08-25
Staging: hv: create VMBUS_DEVICE macro and use it.
Greg Kroah-Hartman
6
-71
/
+40
2011-08-25
Staging: hv: util: Make hv_utils a vmbus device driver
K. Y. Srinivasan
1
-1
/
+63
2011-08-25
Staging: hv: mousevsc: Use the newly introduced vmbus ID in mouse driver
K. Y. Srinivasan
1
-9
/
+18
2011-08-25
Staging: hv: netvsc: Use the newly introduced vmbus ID in netvsc driver
K. Y. Srinivasan
2
-10
/
+16
2011-08-25
Staging: hv: storvsc: Use the newly introduced vmbus ID in storvsc driver
K. Y. Srinivasan
1
-11
/
+14
2011-08-25
Staging: hv: blkvsc: Use the newly introduced vmbus ID in the blockvsc driver
K. Y. Srinivasan
1
-9
/
+14
2011-08-25
Staging: hv: vmbus: Introduce vmbus ID space in struct hv_driver
K. Y. Srinivasan
1
-0
/
+2
2011-08-25
Staging: hv: Replace struct hv_guid with the uuid type already defined in Linux
K. Y. Srinivasan
9
-135
/
+129
2011-08-25
Staging: hv: vmbus: VMBUS is an ACPI enumerated device, get rid of the PCI signature
K. Y. Srinivasan
1
-13
/
+0
2011-08-23
Staging: hv: Fix macros, tab errors and warning in drivers/staging/hv/hv_mouse.c
Ruslan Pisarev
1
-18
/
+18
2011-08-23
Staging: hv: util: kvp: Cleanup kvp_get_domain_name()
K. Y. Srinivasan
1
-5
/
+3
2011-08-23
Staging: hv: util: kvp: Fix the reported OSVersion string
K. Y. Srinivasan
1
-0
/
+9
2011-08-23
Staging: hv: vmbus: Fix checkpatch warnings
K. Y. Srinivasan
1
-2
/
+2
2011-08-23
Staging: hv: tools: Fix a checkpatch warning in hv_kvp_daemon.c
K. Y. Srinivasan
1
-1
/
+1
2011-08-23
Staging: hv: vmbus: Don't wait indefinitely for IRQ resouces
K. Y. Srinivasan
1
-5
/
+14
2011-08-20
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+2
2011-08-17
net: remove use of ndo_set_multicast_list in drivers
Jiri Pirko
1
-1
/
+1
2011-08-02
drivers/staging/hv/blkvsc_drv.c: eliminate NULL pointer dereference
Julia Lawall
1
-2
/
+2
2011-07-25
Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6
Linus Torvalds
17
-619
/
+234
2011-07-05
staging: hv: fix some white spaces in netvsc driver
Haiyang Zhang
2
-5
/
+5
2011-07-05
Remove unneeded version.h include from drivers/staging/hv/hv_timesource.c
Jesper Juhl
1
-1
/
+0
2011-07-05
Staging: hv: vmbus: Properly handle the error in hv_acpi_init()
K. Y. Srinivasan
1
-1
/
+4
2011-07-05
Staging: hv: netvsc: Fix a bug in accounting transmit slots
K. Y. Srinivasan
1
-7
/
+9
2011-07-05
Staging: hv: storvsc: Increase the timeout value in the storvsc driver
K. Y. Srinivasan
2
-5
/
+5
2011-07-05
Staging: hv: netvsc: Increase the timeout value in the netvsc driver
K. Y. Srinivasan
2
-5
/
+5
2011-07-05
Staging: hv: vmbus: Increase the timeout value in the vmbus driver
K. Y. Srinivasan
3
-3
/
+3
2011-06-20
treewide: remove duplicate includes
Vitaliy Ivanov
2
-2
/
+0
[prev]
[next]