aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv
AgeCommit message (Expand)AuthorFilesLines
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-122/+130
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-116/+116
2010-10-05staging: hv: Remove camel case variables in channel.cHaiyang Zhang1-376/+383
2010-10-05block: autoconvert trivial BKL users to private mutexArnd Bergmann1-5/+6
2010-09-20staging: hv: Remove camel cases of vmbus packet buffer structuresHaiyang Zhang5-47/+47
2010-09-14staging: hv: Convert vmbus driver interface function pointer table to constantHaiyang Zhang6-31/+19
2010-09-03staging: hv: Fixed lockup problem with bounce_buffer scatter listHank Janssen1-2/+5
2010-09-03staging: hv: Increased storvsc ringbuffer and max_io_requestsHank Janssen1-2/+2
2010-09-03staging: hv: Fixed the value of the 64bit-hole inside ring bufferHaiyang Zhang1-2/+1
2010-09-03staging: hv: Fixed bounce kmap problem by using correct indexHank Janssen1-2/+2
2010-09-03staging: hv: Fix missing functions for net_device_opsHaiyang Zhang1-0/+3
2010-08-10Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-3/+10
2010-08-07block: push down BKL into .open and .releaseArnd Bergmann1-0/+5
2010-08-07block: remove wrappers for request type/flagsChristoph Hellwig1-3/+5
2010-08-05Staging: Merge staging-next into Linus's treeGreg Kroah-Hartman21-665/+174
2010-07-27Staging: hv: remove RING_BUFFER typedefGreg Kroah-Hartman2-6/+6
2010-07-27Staging: hv: remove RING_BUFFER_INFO typedefGreg Kroah-Hartman3-35/+37
2010-07-27Staging: hv: remove RING_BUFFER_DEBUG_INFO typedefGreg Kroah-Hartman3-11/+11
2010-07-26staging: hv: Fix Kconfig dependency of hv_blkvscHaiyang Zhang1-1/+1
2010-07-22Staging: hv: remove DPRINT_EXIT macroGreg Kroah-Hartman16-348/+14
2010-07-22Staging: hv: remove DPRINT_ENTER macroGreg Kroah-Hartman16-262/+0
2010-07-22staging: hv: check kzalloc() resultKulikov Vasiliy1-0/+2
2010-07-08Staging: hyperv: add clocksource driverKy Srinivasan2-1/+102
2010-06-30Staging: hv: fix hv_utils module to properly autoloadHaiyang Zhang1-0/+28
2010-06-30staging: hv: Fix race condition on vmbus channel initializationHaiyang Zhang3-11/+35
2010-06-18Staging: hv: Storage class should be before const qualifierTobias Klauser1-1/+1
2010-05-21Merge staging-next tree into Linus's latest versionGreg Kroah-Hartman39-473/+1299