summaryrefslogtreecommitdiff
path: root/drivers/staging/hv/ChannelMgmt.c
AgeCommit message (Expand)Author
2010-05-11Staging: hv: rename ChannelMgmt.c and .h to channel_mgmt.c and .hGreg Kroah-Hartman
2010-05-11Staging: hv: Add Time Sync feature to hv_utils module.Haiyang Zhang
2010-05-11Staging: hv: remove ASSERT()s in ChannelMgt.cBill Pemberton
2010-05-11Staging: hv: Added new hv_utils driver with shutdown as first functionalityHank Janssen
2010-05-11staging: hv: Corrected all header comment formats kernel-doc formatHank Janssen
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-11-30Staging: hv: Fix vmbus event handler bugHaiyang Zhang
2009-09-15Staging: hv: remove more usages of internal list routinesBill Pemberton
2009-09-15Staging: hv: reorg ChannelMgmt a bitGreg Kroah-Hartman
2009-09-15Staging: hv: coding style cleanups for ChannelMgmt.cGreg Kroah-Hartman
2009-09-15Staging: hv: remove typedefs from ChannelMgmt.cGreg Kroah-Hartman
2009-09-15Staging: hv: move logging.hGreg Kroah-Hartman
2009-09-15Staging: hv: typedef removal for ChannelMessages.hGreg Kroah-Hartman
2009-09-15Staging: hv: typdef fixes for HvSynicApi.hGreg Kroah-Hartman
2009-09-15Staging: hv: osd.h: fix GUID reference problemGreg Kroah-Hartman
2009-09-15Staging: hv: osd.h: remove GUID typedefGreg Kroah-Hartman
2009-09-15Staging: hv: move osd.hGreg Kroah-Hartman
2009-09-15Staging: hv: clean up typedefs in ChannelMgmt.hGreg Kroah-Hartman
2009-09-15Staging: hv: remove Sources.cGreg Kroah-Hartman
2009-09-15Staging: hv: cleanup coding style issues in ChannelMgmt.hGreg Kroah-Hartman
2009-09-15Staging: hv: remove timer wrapper functionsGreg Kroah-Hartman
2009-09-15Staging: hv: osd: add osd_ prefix to global functionsGreg Kroah-Hartman
2009-09-15Staging: hv: remove WaitEventClose()Bill Pemberton
2009-09-15Staging: hv: rework use of workqueues in osdBill Pemberton
2009-09-15Staging: hv: fix sparse static warningsGreg Kroah-Hartman
2009-09-15Staging: hv: Remove C99 commentsBill Pemberton
2009-09-15Staging: hv: osd: remove PrintBytes wrapperGreg Kroah-Hartman
2009-09-15Staging: hv: make gVmbusConnection.ChannelLock a real spinlockGreg Kroah-Hartman
2009-09-15Staging: hv: make gVmbusConnection.ChannelMsgLock a real spinlockGreg Kroah-Hartman
2009-09-15Staging: hv: make Channel->InboundLock a real spinlockGreg Kroah-Hartman
2009-09-15Staging: hv: osd: remove MemFree wrapperGreg Kroah-Hartman
2009-09-15Staging: hv: osd: remove MemAllocAtomic wrapperGreg Kroah-Hartman
2009-09-15Staging: hv: osd: remove MemAlloc wrapperGreg Kroah-Hartman
2009-09-15Staging: hv: remove TRUE, FALSE, and NULL usageGreg Kroah-Hartman
2009-09-15Staging: hv: remove BOOL and BOOLEAN typedefsGreg Kroah-Hartman
2009-09-15Staging: hv: remove UINT8 and INT8 typedefsGreg Kroah-Hartman
2009-09-15Staging: hv: remove VOID typedefGreg Kroah-Hartman
2009-09-15Staging: hv: remove PVOID typedefGreg Kroah-Hartman
2009-09-15Staging: hv: make the Hyper-V virtual bus code buildGreg Kroah-Hartman
2009-09-15Staging: hv: add the Hyper-V virtual busHank Janssen