summaryrefslogtreecommitdiff
path: root/drivers/staging/hv/VmbusPrivate.h
AgeCommit message (Expand)AuthorFilesLines
2010-05-11Staging: hv: rename VmbusPrivate.h to vmbus_private.hGreg Kroah-Hartman1-134/+0
2010-05-11Staging: hv: rename VmbusApi.h to vmbus_api.hGreg Kroah-Hartman1-1/+1
2010-05-11Staging: hv: rename ChannelInterface.c and .h to channel_interface.c and .hGreg Kroah-Hartman1-1/+1
2010-05-11Staging: hv: rename ChannelMgmt.c and .h to channel_mgmt.c and .hGreg Kroah-Hartman1-1/+1
2010-05-11Staging: hv: rename RingBuffer.c and .h to ring_buffer.c and .hGreg Kroah-Hartman1-1/+1
2010-05-11Staging: hv: rename Channel.c and .h to channel.c and .hGreg Kroah-Hartman1-1/+1
2010-05-11Staging: hv: rename Hv.h to hv.hGreg Kroah-Hartman1-1/+1
2009-09-15Staging: hv: remove more usages of internal list routinesBill Pemberton1-4/+4
2009-09-15Staging: hv: move VmbusApi.hGreg Kroah-Hartman1-1/+1
2009-09-15Staging: hv: move List.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-2/+2
2009-09-15Staging: hv: clean up typedefs in ChannelMgmt.hGreg Kroah-Hartman1-1/+1
2009-09-15Staging: hv: cleanup coding style issues in VmbusPrivate.hGreg Kroah-Hartman1-71/+32
2009-09-15Staging: hv: remove wrapper functions for atomic operationsBill 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 c...Nicolas Palix1-4/+4
2009-09-15Staging: hv: Remove WORKQUEUE typedefBill Pemberton1-1/+1
2009-09-15Staging: hv: remove VMBUS_MSGINFO typedefBill Pemberton1-2/+2
2009-09-15Staging: hv: remove VMBUS_CONNECTION typedefBill Pemberton1-3/+3
2009-09-15Staging: hv: remove VMBUS_CONNECT_STATE typedefBill Pemberton1-3/+3
2009-09-15Staging: hv: Remove C99 commentsBill Pemberton1-38/+45
2009-09-15Staging: hv: make gVmbusConnection.ChannelLock a real spinlockGreg Kroah-Hartman1-1/+1
2009-09-15Staging: hv: make gVmbusConnection.ChannelMsgLock a real spinlockGreg Kroah-Hartman1-1/+1
2009-09-15Staging: hv: remove SIZE_T typedefGreg Kroah-Hartman1-1/+1
2009-09-15Staging: hv: remove UINT32 and INT32 typedefsGreg Kroah-Hartman1-3/+3
2009-09-15Staging: hv: remove VOID typedefGreg Kroah-Hartman1-8/+8
2009-09-15Staging: hv: remove PVOID typedefGreg Kroah-Hartman1-1/+1
2009-09-15Staging: hv: remove INTERNAL typedefGreg Kroah-Hartman1-14/+10
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/+170