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
2010-10-21
Staging: hv: remove RecvPacketRaw from struct vmbus_channel_interface
Greg Kroah-Hartman
2
-12
/
+0
2010-10-21
Staging: hv: netvsc: call vmbus_receivepacket_raw directly
Greg Kroah-Hartman
1
-3
/
+2
2010-10-21
Staging: hv: channel: export vmbus_receivepacket_raw to modules
Greg Kroah-Hartman
1
-0
/
+1
2010-10-21
Staging: hv: rename context to channel in struct hv_device
Greg Kroah-Hartman
6
-21
/
+21
2010-10-21
Staging: hv: make *context a real pointer in struct hv_device
Greg Kroah-Hartman
1
-1
/
+1
2010-10-21
Staging: hv: remove EstablishGpadl from struct vmbus_channel_interface
Greg Kroah-Hartman
2
-11
/
+0
2010-10-21
Staging: hv: netvsc: call vmbus_establish_gpadl directly
Greg Kroah-Hartman
1
-8
/
+6
2010-10-21
Staging: hv: channel: export vmbus_establish_gpadl to modules
Greg Kroah-Hartman
1
-0
/
+1
2010-10-21
Staging: hv: remove TeardownGpadl from struct vmbus_channel_interface
Greg Kroah-Hartman
2
-10
/
+0
2010-10-21
Staging: hv: netvsc: call vmbus_teardown_gpadl directly
Greg Kroah-Hartman
1
-5
/
+5
2010-10-21
Staging: hv: channel: export vmbus_teardown_gpadl to modules
Greg Kroah-Hartman
1
-0
/
+1
2010-10-20
Staging: hv: make get_channel_info static
Greg Kroah-Hartman
4
-77
/
+42
2010-10-20
Staging: hv: vmbus_drv: remove vmbus_child_device_get_info
Greg Kroah-Hartman
1
-14
/
+1
2010-10-20
Staging: hv: remove GetChannelInfo from struct vmbus_driver
Greg Kroah-Hartman
3
-7
/
+2
2010-10-20
Staging: hv: remove GetInfo pointer from struct vmbus_channel_interface
Greg Kroah-Hartman
2
-3
/
+0
2010-10-20
Staging: hv: remove VmbusGetChannelInfo
Greg Kroah-Hartman
1
-10
/
+1
2010-10-20
Staging: hv: make alloc_channel static
Greg Kroah-Hartman
2
-3
/
+1
2010-10-15
staging: hv: Convert camel cased functions in channel_mgmt.c to lower case
Haiyang Zhang
4
-53
/
+55
2010-10-15
staging: hv: Convert camel cased local variable names in channel_mgmt.c to lower case
Haiyang Zhang
1
-122
/
+130
2010-10-15
staging: hv: Convert camel cased parameter in channel_interface.h to lower case
Haiyang Zhang
1
-2
/
+2
2010-10-15
staging: hv: Convert camel cased function names in channel_interface.c to lower cases
Haiyang Zhang
3
-22
/
+22
2010-10-15
staging: hv: Convert camel cased local variables in channel_interface.c to lower cases
Haiyang Zhang
1
-62
/
+64
2010-10-12
staging: hv: Doubled ringbuffer size for Hyper-v network driver
Hank Janssen
1
-1
/
+1
2010-10-08
Staging: hv: Makefile: replace the use of <module>-objs with <module>-y
Tracey Dent
1
-4
/
+4
2010-10-07
staging: hv: Rename camel cased functions in channel.c to lowercase
Haiyang Zhang
6
-116
/
+116
2010-10-05
staging: hv: Remove camel case variables in channel.c
Haiyang Zhang
1
-376
/
+383
2010-10-05
block: autoconvert trivial BKL users to private mutex
Arnd Bergmann
1
-5
/
+6
2010-09-20
staging: hv: Remove camel cases of vmbus packet buffer structures
Haiyang Zhang
5
-47
/
+47
2010-09-14
staging: hv: Convert vmbus driver interface function pointer table to constant
Haiyang Zhang
6
-31
/
+19
2010-09-03
staging: hv: Fixed lockup problem with bounce_buffer scatter list
Hank Janssen
1
-2
/
+5
2010-09-03
staging: hv: Increased storvsc ringbuffer and max_io_requests
Hank Janssen
1
-2
/
+2
2010-09-03
staging: hv: Fixed the value of the 64bit-hole inside ring buffer
Haiyang Zhang
1
-2
/
+1
2010-09-03
staging: hv: Fixed bounce kmap problem by using correct index
Hank Janssen
1
-2
/
+2
2010-09-03
staging: hv: Fix missing functions for net_device_ops
Haiyang Zhang
1
-0
/
+3
2010-08-10
Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
1
-3
/
+10
2010-08-07
block: push down BKL into .open and .release
Arnd Bergmann
1
-0
/
+5
2010-08-07
block: remove wrappers for request type/flags
Christoph Hellwig
1
-3
/
+5
2010-08-05
Staging: Merge staging-next into Linus's tree
Greg Kroah-Hartman
21
-665
/
+174
2010-07-27
Staging: hv: remove RING_BUFFER typedef
Greg Kroah-Hartman
2
-6
/
+6
2010-07-27
Staging: hv: remove RING_BUFFER_INFO typedef
Greg Kroah-Hartman
3
-35
/
+37
2010-07-27
Staging: hv: remove RING_BUFFER_DEBUG_INFO typedef
Greg Kroah-Hartman
3
-11
/
+11
2010-07-26
staging: hv: Fix Kconfig dependency of hv_blkvsc
Haiyang Zhang
1
-1
/
+1
2010-07-22
Staging: hv: remove DPRINT_EXIT macro
Greg Kroah-Hartman
16
-348
/
+14
2010-07-22
Staging: hv: remove DPRINT_ENTER macro
Greg Kroah-Hartman
16
-262
/
+0
2010-07-22
staging: hv: check kzalloc() result
Kulikov Vasiliy
1
-0
/
+2
2010-07-08
Staging: hyperv: add clocksource driver
Ky Srinivasan
2
-1
/
+102
2010-06-30
Staging: hv: fix hv_utils module to properly autoload
Haiyang Zhang
1
-0
/
+28
2010-06-30
staging: hv: Fix race condition on vmbus channel initialization
Haiyang Zhang
3
-11
/
+35
2010-06-18
Staging: hv: Storage class should be before const qualifier
Tobias Klauser
1
-1
/
+1
2010-05-21
Merge staging-next tree into Linus's latest version
Greg Kroah-Hartman
39
-473
/
+1299
[prev]
[next]