aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/Connection.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-11Staging: hv: rename Connection.c to connection.cGreg Kroah-Hartman1-349/+0
2010-05-11staging: hv: remove ASSERT()sBill Pemberton1-1/+1
2010-05-11Staging: hv: test return value of osd_WaitEventCreate()Bill Pemberton1-0/+5
2010-05-11Staging: hv: return correct error values in Connection.cBill Pemberton1-1/+3
2010-05-11Staging: hv: trivial whitespace fixes found by checkpatch.plLars Lindley1-2/+2
2010-05-11staging: hv: Corrected all header comment formats kernel-doc formatHank Janssen1-7/+7
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-09-15Staging: hv: remove more usages of internal list routinesBill Pemberton1-12/+8
2009-09-15Staging: hv: coding style cleanups for Connection.cGreg Kroah-Hartman1-178/+90
2009-09-15Staging: hv: move logging.hGreg Kroah-Hartman1-1/+1
2009-09-15Staging: hv: typedef removal for ChannelMessages.hGreg Kroah-Hartman1-7/+7
2009-09-15Staging: hv: typdef fixes for HvSynicApi.hGreg Kroah-Hartman1-1/+1
2009-09-15Staging: hv: move osd.hGreg Kroah-Hartman1-0/+1
2009-09-15Staging: hv: clean up typedefs in ChannelMgmt.hGreg Kroah-Hartman1-7/+7
2009-09-15Staging: hv: remove Sources.cGreg Kroah-Hartman1-1/+3
2009-09-15Staging: hv: cleanup coding style issues in VmbusPrivate.hGreg Kroah-Hartman1-21/+6
2009-09-15Staging: hv: osd: add osd_ prefix to global functionsGreg Kroah-Hartman1-7/+7
2009-09-15Staging: hv: osd: remove physical address wrapper functionsGreg Kroah-Hartman1-3/+3
2009-09-15Staging: hv: remove wrapper functions for atomic operationsBill Pemberton1-1/+1
2009-09-15Staging: hv: remove wrapper functions for bit operationsBill Pemberton1-2/+4
2009-09-15Staging: hv: remove WaitEventClose()Bill Pemberton1-2/+2
2009-09-15Staging: hv: rework use of workqueues in osdBill Pemberton1-3/+9
2009-09-15Staging: hv: fix sparse function warningsGreg Kroah-Hartman1-2/+1
2009-09-15Staging: hv: fix sparse static warningsGreg Kroah-Hartman1-6/+6
2009-09-15Staging: hv: remove VMBUS_CONNECTION typedefBill Pemberton1-1/+1
2009-09-15Staging: hv: Remove C99 commentsBill Pemberton1-25/+33
2009-09-15Staging: hv: make gVmbusConnection.ChannelLock a real spinlockGreg Kroah-Hartman1-4/+4
2009-09-15Staging: hv: make gVmbusConnection.ChannelMsgLock a real spinlockGreg Kroah-Hartman1-6/+4
2009-09-15Staging: hv: osd: remove MemFree wrapperGreg Kroah-Hartman1-3/+3
2009-09-15Staging: hv: osd: remove MemAllocZeroed wrapperGreg Kroah-Hartman1-2/+2
2009-09-15Staging: hv: remove SIZE_T typedefGreg Kroah-Hartman1-1/+1
2009-09-15Staging: hv: remove ULONG_PTR typedefGreg Kroah-Hartman1-4/+4
2009-09-15Staging: hv: remove UINT32 and INT32 typedefsGreg Kroah-Hartman1-7/+7
2009-09-15Staging: hv: remove VOID typedefGreg Kroah-Hartman1-3/+3
2009-09-15Staging: hv: remove PVOID typedefGreg Kroah-Hartman1-3/+3
2009-09-15Staging: hv: make the Hyper-V virtual bus code buildGreg Kroah-Hartman1-1/+1
2009-09-15Staging: hv: add the Hyper-V virtual busHank Janssen1-0/+432