aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/Channel.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-11Staging: hv: rename Channel.c and .h to channel.c and .hGreg Kroah-Hartman1-1094/+0
2010-05-11Staging: hv: Channel.c: fix up compiler warningGreg Kroah-Hartman1-1/+1
2010-05-11staging: hv: check return value of RingBufferInit()Bill Pemberton1-2/+11
2010-05-11staging: hv: remove ASSERT()s in Channel.cBill Pemberton1-9/+9
2010-05-11Staging: hv: return -EINVAL instead of calling ASSERT()Bill Pemberton1-3/+4
2010-05-11Staging: hv: remove ASSERT() in Channel.cBill Pemberton1-1/+5
2010-05-11Staging: hv: test return value of VmbusChannelEstablishGpadl()Bill Pemberton1-3/+8
2010-05-11Staging: hv: remove ASSERT() in Channel.cBill Pemberton1-1/+3
2010-05-11Staging: hv: remove ASSERT() in Channel.cBill Pemberton1-1/+9
2010-05-11Staging: hv: remove ASSERT()s in Channel.cBill Pemberton1-9/+36
2010-05-11Staging: hv: check return value of osd_PageAlloc()Bill Pemberton1-1/+3
2010-05-11Staging: hv: Added new hv_utils driver with shutdown as first functionalityHank Janssen1-5/+29
2010-05-11staging: hv: Corrected all header comment formats kernel-doc formatHank Janssen1-22/+27
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-03Staging: hv: fix brace coding style issue in Channel.cChris Nicholson1-2/+1
2009-11-30Staging: hv: Fix vmbus event handler bugHaiyang Zhang1-12/+4
2009-09-15Staging: hv: remove more usages of internal list routinesBill Pemberton1-16/+18
2009-09-15Staging: hv: remove PFN_CHANNEL_CALLBACKGreg Kroah-Hartman1-2/+2
2009-09-15Staging: hv: coding style cleanup for Channel.cGreg Kroah-Hartman1-479/+345
2009-09-15Staging: hv: move logging.hGreg Kroah-Hartman1-2/+1
2009-09-15Staging: hv: remove typedefs from VmbusPacketFormat.hGreg Kroah-Hartman1-14/+14
2009-09-15Staging: hv: typedef removal for ChannelMessages.hGreg Kroah-Hartman1-35/+31
2009-09-15Staging: hv: typedef removal for VmbusApi.hGreg Kroah-Hartman1-3/+3
2009-09-15Staging: hv: typdef fixes for HvSynicApi.hGreg Kroah-Hartman1-7/+7
2009-09-15Staging: hv: osd.h: remove GUID typedefGreg Kroah-Hartman1-2/+2
2009-09-15Staging: hv: move osd.hGreg Kroah-Hartman1-1/+1
2009-09-15Staging: hv: clean up typedefs in ChannelMgmt.hGreg Kroah-Hartman1-81/+40
2009-09-15Staging: hv: remove Sources.cGreg Kroah-Hartman1-0/+1
2009-09-15Staging: hv: cleanup coding style issues in Channel.hGreg Kroah-Hartman1-22/+16
2009-09-15Staging: hv: Replace typedef SG_BUFFER_LIST by struct scatterlistNicolas Palix1-27/+15
2009-09-15Staging: hv: remove timer wrapper functionsGreg Kroah-Hartman1-9/+8
2009-09-15Staging: hv: osd: add osd_ prefix to global functionsGreg Kroah-Hartman1-13/+13
2009-09-15Staging: hv: osd: remove physical address wrapper functionsGreg Kroah-Hartman1-1/+1
2009-09-15Staging: hv: remove wrapper functions for atomic operationsBill Pemberton1-2/+2
2009-09-15Staging: hv: remove wrapper functions for bit operationsBill Pemberton1-4/+10
2009-09-15Staging: hv: remove WaitEventClose()Bill Pemberton1-3/+3
2009-09-15Staging: hv: fix sparse static warningsGreg Kroah-Hartman1-12/+12
2009-09-15Staging: hv: properly fix the printk() warningsGreg Kroah-Hartman1-2/+2
2009-09-15Staging: hv: remove more printk() warningsGreg Kroah-Hartman1-2/+2
2009-09-15Staging: hv: remove VMBUS_CHANNEL_PACKET_MULITPAGE_BUFFER typedefBill Pemberton1-2/+2
2009-09-15Staging: hv: remove VMBUS_CHANNEL_PACKET_PAGE_BUFFER typedefBill Pemberton1-2/+2
2009-09-15Staging: hv: Remove C99 commentsBill Pemberton1-73/+76
2009-09-15Staging: hv: Use %ld instead of %d for a long intsBill Pemberton1-2/+2
2009-09-15Staging: hv: make gVmbusConnection.ChannelLock a real spinlockGreg Kroah-Hartman1-2/+3
2009-09-15Staging: hv: make gVmbusConnection.ChannelMsgLock a real spinlockGreg Kroah-Hartman1-12/+15
2009-09-15Staging: hv: make Channel->InboundLock a real spinlockGreg Kroah-Hartman1-8/+10
2009-09-15Staging: hv: osd: remove MemFree wrapperGreg Kroah-Hartman1-4/+4
2009-09-15Staging: hv: osd: remove MemAllocZeroed wrapperGreg Kroah-Hartman1-4/+4
2009-09-15Staging: hv: osd: remove MemAlloc wrapperGreg Kroah-Hartman1-6/+3
2009-09-15Staging: hv: remove ULONG_PTR typedefGreg Kroah-Hartman1-2/+2