aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/ChannelMgmt.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-11Staging: hv: rename ChannelMgmt.c and .h to channel_mgmt.c and .hGreg Kroah-Hartman1-320/+0
2010-05-11Staging: hv: rename RingBuffer.c and .h to ring_buffer.c and .hGreg Kroah-Hartman1-1/+1
2009-10-30Staging: hv: fix oops in vmbus - missing #includeMilan Dadok1-0/+1
2009-10-30Staging: hv: Fix vmbus load hang caused by faulty data packingHank Janssen1-1/+1
2009-09-15Staging: hv: remove more usages of internal list routinesBill Pemberton1-4/+4
2009-09-15Staging: hv: remove PFN_CHANNEL_CALLBACKGreg Kroah-Hartman1-3/+1
2009-09-15Staging: hv: move VmbusPacketFormat.hGreg Kroah-Hartman1-2/+1
2009-09-15Staging: hv: move VmbusChannelInterface.hGreg Kroah-Hartman1-1/+1
2009-09-15Staging: hv: move List.hGreg Kroah-Hartman1-1/+1
2009-09-15Staging: hv: remove ChannelMessages.hGreg Kroah-Hartman1-1/+187
2009-09-15Staging: hv: typedef removal for ChannelMessages.hGreg Kroah-Hartman1-6/+6
2009-09-15Staging: hv: osd.h: remove GUID typedefGreg Kroah-Hartman1-2/+2
2009-09-15Staging: hv: move osd.hGreg Kroah-Hartman1-1/+0
2009-09-15Staging: hv: clean up typedefs in ChannelMgmt.hGreg Kroah-Hartman1-24/+19
2009-09-15Staging: hv: cleanup coding style issues in ChannelMgmt.hGreg Kroah-Hartman1-63/+49
2009-09-15Staging: hv: remove timer wrapper functionsGreg Kroah-Hartman1-1/+1
2009-09-15Staging: hv remove TIMER typedefBill Pemberton1-1/+1
2009-09-15Staging: hv: remove WAITEVENT typedefBill Pemberton1-1/+1
2009-09-15Staging: hv: Transform PDEVICE_OBJECT and DEVICE_OBJECT typedefs into their corresponding structsNicolas Palix1-1/+1
2009-09-15Staging: hv: Remove WORKQUEUE typedefBill Pemberton1-1/+1
2009-09-15Staging: hv: Remove C99 commentsBill Pemberton1-19/+19
2009-09-15Staging: hv: make Channel->InboundLock a real spinlockGreg Kroah-Hartman1-1/+1
2009-09-15Staging: hv: remove UINT32 and INT32 typedefsGreg Kroah-Hartman1-11/+11
2009-09-15Staging: hv: remove UINT8 and INT8 typedefsGreg Kroah-Hartman1-2/+2
2009-09-15Staging: hv: remove VOID typedefGreg Kroah-Hartman1-1/+1
2009-09-15Staging: hv: remove PVOID typedefGreg Kroah-Hartman1-2/+2
2009-09-15Staging: hv: remove INTERNAL typedefGreg Kroah-Hartman1-5/+5
2009-09-15Staging: hv: make the Hyper-V virtual bus code buildGreg Kroah-Hartman1-4/+4
2009-09-15Staging: hv: add the Hyper-V virtual busHank Janssen1-0/+156