aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-11-16SCSI host lock push-downJeff Garzik1-3/+4
2010-11-09drivers/staging: delete double assignmentJulia Lawall1-3/+0
2010-10-28Merge 'staging-next' to Linus's treeGreg Kroah-Hartman21-1106/+843
2010-10-21Staging: hv: remove struct vmbus_channel_interfaceGreg Kroah-Hartman8-72/+1
2010-10-21Staging: hv: remove Open from struct vmbus_channel_interfaceGreg Kroah-Hartman2-17/+0
2010-10-21Staging: hv: storvsc: call vmbus_open directlyGreg Kroah-Hartman1-7/+5
2010-10-21Staging: hv: netvsc: call vmbus_open directlyGreg Kroah-Hartman1-6/+3
2010-10-21Staging: hv: channel: export vmbus_open to modulesGreg Kroah-Hartman1-0/+1
2010-10-21Staging: hv: remove Close from struct vmbus_channel_interfaceGreg Kroah-Hartman2-8/+0
2010-10-21Staging: hv: netvsc: call vmbus_close directlyGreg Kroah-Hartman1-4/+4
2010-10-21Staging: hv: storvsc: call vmbus_close directlyGreg Kroah-Hartman1-1/+1
2010-10-21Staging: hv: channel: export vmbus_close to modulesGreg Kroah-Hartman1-0/+1
2010-10-21Staging: hv: remove SendPacket from struct vmbus_channel_interfaceGreg Kroah-Hartman2-12/+0
2010-10-21Staging: hv: storvsc: call vmbus_sendpacket directlyGreg Kroah-Hartman1-36/+30
2010-10-21Staging: hv: netvsc: call vmbus_sendpacket directlyGreg Kroah-Hartman1-44/+35
2010-10-21Staging: hv: remove SendPacketPageBuffer from struct vmbus_channel_interfaceGreg Kroah-Hartman2-16/+0
2010-10-21Staging: hv: netvsc: call vmbus_sendpacket_pagebuffer directlyGreg Kroah-Hartman1-6/+6
2010-10-21Staging: hv: channel: export vmbus_sendpacket_pagebuffer to modulesGreg Kroah-Hartman1-0/+1
2010-10-21Staging: hv: remove SendPacketMultiPageBuffer from struct vmbus_channel_interfaceGreg Kroah-Hartman2-16/+0
2010-10-21Staging: hv: storvsc: call vmbus_sendpacket_multipagebuffer directlyGreg Kroah-Hartman1-2/+1
2010-10-21Staging: hv: channel: export vmbus_sendpacket_multipagebuffer to modulesGreg Kroah-Hartman1-1/+1
2010-10-21Staging: hv: remove RecvPacket from struct vmbus_channel_interfaceGreg Kroah-Hartman2-12/+0
2010-10-21Staging: hv: storvsc: call vmbus_recvpacket directlyGreg Kroah-Hartman1-4/+4
2010-10-21Staging: hv: remove RecvPacketRaw from struct vmbus_channel_interfaceGreg Kroah-Hartman2-12/+0
2010-10-21Staging: hv: netvsc: call vmbus_receivepacket_raw directlyGreg Kroah-Hartman1-3/+2
2010-10-21Staging: hv: channel: export vmbus_receivepacket_raw to modulesGreg Kroah-Hartman1-0/+1
2010-10-21Staging: hv: rename context to channel in struct hv_deviceGreg Kroah-Hartman6-21/+21
2010-10-21Staging: hv: make *context a real pointer in struct hv_deviceGreg Kroah-Hartman1-1/+1
2010-10-21Staging: hv: remove EstablishGpadl from struct vmbus_channel_interfaceGreg Kroah-Hartman2-11/+0
2010-10-21Staging: hv: netvsc: call vmbus_establish_gpadl directlyGreg Kroah-Hartman1-8/+6
2010-10-21Staging: hv: channel: export vmbus_establish_gpadl to modulesGreg Kroah-Hartman1-0/+1
2010-10-21Staging: hv: remove TeardownGpadl from struct vmbus_channel_interfaceGreg Kroah-Hartman2-10/+0
2010-10-21Staging: hv: netvsc: call vmbus_teardown_gpadl directlyGreg Kroah-Hartman1-5/+5
2010-10-21Staging: hv: channel: export vmbus_teardown_gpadl to modulesGreg Kroah-Hartman1-0/+1
2010-10-20Staging: hv: make get_channel_info staticGreg Kroah-Hartman4-77/+42
2010-10-20Staging: hv: vmbus_drv: remove vmbus_child_device_get_infoGreg Kroah-Hartman1-14/+1
2010-10-20Staging: hv: remove GetChannelInfo from struct vmbus_driverGreg Kroah-Hartman3-7/+2
2010-10-20Staging: hv: remove GetInfo pointer from struct vmbus_channel_interfaceGreg Kroah-Hartman2-3/+0
2010-10-20Staging: hv: remove VmbusGetChannelInfoGreg Kroah-Hartman1-10/+1
2010-10-20Staging: hv: make alloc_channel staticGreg Kroah-Hartman2-3/+1
2010-10-15staging: hv: Convert camel cased functions in channel_mgmt.c to lower caseHaiyang Zhang4-53/+55
2010-10-15staging: hv: Convert camel cased local variable names in channel_mgmt.c to lower caseHaiyang Zhang1-125/+133
2010-10-15staging: hv: Convert camel cased parameter in channel_interface.h to lower caseHaiyang Zhang1-2/+2
2010-10-15staging: hv: Convert camel cased function names in channel_interface.c to lower casesHaiyang Zhang3-22/+22
2010-10-15staging: hv: Convert camel cased local variables in channel_interface.c to lower casesHaiyang Zhang1-62/+64
2010-10-12staging: hv: Doubled ringbuffer size for Hyper-v network driverHank Janssen1-1/+1
2010-10-08Staging: hv: Makefile: replace the use of <module>-objs with <module>-yTracey Dent1-4/+4
2010-10-07staging: hv: Rename camel cased functions in channel.c to lowercaseHaiyang Zhang6-120/+120
2010-10-05staging: hv: Remove camel case variables in channel.cHaiyang Zhang1-380/+387
2010-10-05block: autoconvert trivial BKL users to private mutexArnd Bergmann1-5/+6