aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv (follow)
AgeCommit message (Expand)AuthorFilesLines
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-475/+1301
2010-05-17staging: hv: Added heartbeat functionality to hv_utilsHank Janssen4-3/+92
2010-05-17Staging: Use kmemdupJulia Lawall1-2/+1
2010-05-14staging: hv: Fix error checking in channel.cHaiyang Zhang1-4/+4
2010-05-14Staging: hv: auto-load MSFT PV NIC driverK. Y. Srinivasan1-0/+26
2010-05-11staging: hv: Optimize adj_guesttime function and add more detailed commentsHaiyang Zhang1-10/+23
2010-05-11Staging: hv: storvsc module descriptionsStephen Hemminger1-1/+3
2010-05-11Staging: hv: block_operations can be constStephen Hemminger1-1/+1
2010-05-11Staging: hv: add module description to blkvscStephen Hemminger1-2/+3
2010-05-11Staging: hv: rename VersionInfo.h to version_info.hGreg Kroah-Hartman7-6/+6
2010-05-11Staging: hv: rename VmbusPacketFormat.h to vmbus_packet_format.hGreg Kroah-Hartman5-4/+4
2010-05-11Staging: hv: rename VmbusChannelInterface.h to vmbus_channel_interface.hGreg Kroah-Hartman4-3/+3
2010-05-11Staging: hv: rename VmbusPrivate.h to vmbus_private.hGreg Kroah-Hartman8-7/+7
2010-05-11Staging: hv: rename VmbusApi.h to vmbus_api.hGreg Kroah-Hartman7-6/+6
2010-05-11Staging: hv: rename StorVscApi.h to storvsc_api.hGreg Kroah-Hartman4-3/+3
2010-05-11Staging: hv: rename NetVscApi.h to netvsc_api.hGreg Kroah-Hartman4-3/+3
2010-05-11Staging: hv: rename ChannelInterface.c and .h to channel_interface.c and .hGreg Kroah-Hartman4-2/+2
2010-05-11Staging: hv: rename ChannelMgmt.c and .h to channel_mgmt.c and .hGreg Kroah-Hartman5-3/+3
2010-05-11Staging: hv: rename RndisFilter.c and .h to rndis_filter.c and .hGreg Kroah-Hartman4-3/+3
2010-05-11Staging: hv: rename StorVsc.c to storvsc.cGreg Kroah-Hartman3-2/+2
2010-05-11Staging: hv: rename NetVsc.c and .h to netvsc.c and .hGreg Kroah-Hartman4-3/+3
2010-05-11Staging: hv: rename Vmbus.c to vmbus.cGreg Kroah-Hartman2-1/+1
2010-05-11Staging: hv: rename BlkVsc.c to blkvsc.cGreg Kroah-Hartman2-1/+1
2010-05-11Staging: hv: rename RingBuffer.c and .h to ring_buffer.c and .hGreg Kroah-Hartman5-4/+4
2010-05-11Staging: hv: rename Connection.c to connection.cGreg Kroah-Hartman2-1/+1
2010-05-11Staging: hv: rename Channel.c and .h to channel.c and .hGreg Kroah-Hartman5-3/+3
2010-05-11Staging: hv: rename Hv.h to hv.hGreg Kroah-Hartman2-1/+1
2010-05-11Staging: hv: rename Hv.c to hv.cGreg Kroah-Hartman2-1/+1
2010-05-11Staging: hv: rename hyperv_utils.c to hv_utils.cGreg Kroah-Hartman2-1/+0
2010-05-11Staging: hv: util.h: fix up space mess againGreg Kroah-Hartman1-11/+11
2010-05-11Staging: hv: remove typedef that was just added.Greg Kroah-Hartman2-6/+4
2010-05-11Staging: hv: Add Time Sync feature to hv_utils module.Haiyang Zhang3-3/+130
2010-05-11Staging: hv: Channel.c: fix up compiler warningGreg Kroah-Hartman1-1/+1
2010-05-11staging: hv: remove ASSERT in logging.hBill Pemberton1-7/+0
2010-05-11staging: hv: remove ASSERT() and return -EINVAL in NetVsc.cBill Pemberton1-1/+5