aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/ChannelMgmt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-11Staging: hv: rename ChannelMgmt.c and .h to channel_mgmt.c and .hGreg Kroah-Hartman1-856/+0
2010-05-11Staging: hv: Add Time Sync feature to hv_utils module.Haiyang Zhang1-2/+22
2010-05-11Staging: hv: remove ASSERT()s in ChannelMgt.cBill Pemberton1-1/+7
2010-05-11Staging: hv: Added new hv_utils driver with shutdown as first functionalityHank Janssen1-3/+145
2010-05-11staging: hv: Corrected all header comment formats kernel-doc formatHank Janssen1-16/+17
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
2009-11-30Staging: hv: Fix vmbus event handler bugHaiyang Zhang1-1/+1
2009-09-15Staging: hv: remove more usages of internal list routinesBill Pemberton1-29/+21
2009-09-15Staging: hv: reorg ChannelMgmt a bitGreg Kroah-Hartman1-37/+24
2009-09-15Staging: hv: coding style cleanups for ChannelMgmt.cGreg Kroah-Hartman1-347/+267
2009-09-15Staging: hv: remove typedefs from ChannelMgmt.cGreg Kroah-Hartman1-3/+3
2009-09-15Staging: hv: move logging.hGreg Kroah-Hartman1-2/+1
2009-09-15Staging: hv: typedef removal for ChannelMessages.hGreg Kroah-Hartman1-107/+51
2009-09-15Staging: hv: typdef fixes for HvSynicApi.hGreg Kroah-Hartman1-1/+1
2009-09-15Staging: hv: osd.h: fix GUID reference problemGreg Kroah-Hartman1-2/+2
2009-09-15Staging: hv: osd.h: remove GUID typedefGreg Kroah-Hartman1-13/+45
2009-09-15Staging: hv: move osd.hGreg Kroah-Hartman1-1/+1
2009-09-15Staging: hv: clean up typedefs in ChannelMgmt.hGreg Kroah-Hartman1-24/+24
2009-09-15Staging: hv: remove Sources.cGreg Kroah-Hartman1-0/+2
2009-09-15Staging: hv: cleanup coding style issues in ChannelMgmt.hGreg Kroah-Hartman1-14/+5
2009-09-15Staging: hv: remove timer wrapper functionsGreg Kroah-Hartman1-8/+4
2009-09-15Staging: hv: osd: add osd_ prefix to global functionsGreg Kroah-Hartman1-9/+9
2009-09-15Staging: hv: remove WaitEventClose()Bill Pemberton1-1/+1
2009-09-15Staging: hv: rework use of workqueues in osdBill Pemberton1-5/+9
2009-09-15Staging: hv: fix sparse static warningsGreg Kroah-Hartman1-7/+7
2009-09-15Staging: hv: Remove C99 commentsBill Pemberton1-41/+37
2009-09-15Staging: hv: osd: remove PrintBytes wrapperGreg Kroah-Hartman1-1/+2
2009-09-15Staging: hv: make gVmbusConnection.ChannelLock a real spinlockGreg Kroah-Hartman1-6/+8
2009-09-15Staging: hv: make gVmbusConnection.ChannelMsgLock a real spinlockGreg Kroah-Hartman1-8/+12
2009-09-15Staging: hv: make Channel->InboundLock a real spinlockGreg Kroah-Hartman1-9/+1
2009-09-15Staging: hv: osd: remove MemFree wrapperGreg Kroah-Hartman1-7/+7
2009-09-15Staging: hv: osd: remove MemAllocAtomic wrapperGreg Kroah-Hartman1-2/+1
2009-09-15Staging: hv: osd: remove MemAlloc wrapperGreg Kroah-Hartman1-2/+1
2009-09-15Staging: hv: remove TRUE, FALSE, and NULL usageGreg Kroah-Hartman1-2/+2
2009-09-15Staging: hv: remove BOOL and BOOLEAN typedefsGreg Kroah-Hartman1-1/+1
2009-09-15Staging: hv: remove UINT8 and INT8 typedefsGreg Kroah-Hartman1-2/+2
2009-09-15Staging: hv: remove VOID typedefGreg Kroah-Hartman1-3/+3
2009-09-15Staging: hv: remove PVOID typedefGreg Kroah-Hartman1-4/+4
2009-09-15Staging: hv: make the Hyper-V virtual bus code buildGreg Kroah-Hartman1-2/+2
2009-09-15Staging: hv: add the Hyper-V virtual busHank Janssen1-0/+826