summaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/Channel.c
Commit message (Expand)AuthorAgeFilesLines
* Staging: hv: Replace typedef SG_BUFFER_LIST by struct scatterlistNicolas Palix2009-09-151-27/+15
* Staging: hv: remove timer wrapper functionsGreg Kroah-Hartman2009-09-151-9/+8
* Staging: hv: osd: add osd_ prefix to global functionsGreg Kroah-Hartman2009-09-151-13/+13
* Staging: hv: osd: remove physical address wrapper functionsGreg Kroah-Hartman2009-09-151-1/+1
* Staging: hv: remove wrapper functions for atomic operationsBill Pemberton2009-09-151-2/+2
* Staging: hv: remove wrapper functions for bit operationsBill Pemberton2009-09-151-4/+10
* Staging: hv: remove WaitEventClose()Bill Pemberton2009-09-151-3/+3
* Staging: hv: fix sparse static warningsGreg Kroah-Hartman2009-09-151-12/+12
* Staging: hv: properly fix the printk() warningsGreg Kroah-Hartman2009-09-151-2/+2
* Staging: hv: remove more printk() warningsGreg Kroah-Hartman2009-09-151-2/+2
* Staging: hv: remove VMBUS_CHANNEL_PACKET_MULITPAGE_BUFFER typedefBill Pemberton2009-09-151-2/+2
* Staging: hv: remove VMBUS_CHANNEL_PACKET_PAGE_BUFFER typedefBill Pemberton2009-09-151-2/+2
* Staging: hv: Remove C99 commentsBill Pemberton2009-09-151-73/+76
* Staging: hv: Use %ld instead of %d for a long intsBill Pemberton2009-09-151-2/+2
* Staging: hv: make gVmbusConnection.ChannelLock a real spinlockGreg Kroah-Hartman2009-09-151-2/+3
* Staging: hv: make gVmbusConnection.ChannelMsgLock a real spinlockGreg Kroah-Hartman2009-09-151-12/+15
* Staging: hv: make Channel->InboundLock a real spinlockGreg Kroah-Hartman2009-09-151-8/+10
* Staging: hv: osd: remove MemFree wrapperGreg Kroah-Hartman2009-09-151-4/+4
* Staging: hv: osd: remove MemAllocZeroed wrapperGreg Kroah-Hartman2009-09-151-4/+4
* Staging: hv: osd: remove MemAlloc wrapperGreg Kroah-Hartman2009-09-151-6/+3
* Staging: hv: remove ULONG_PTR typedefGreg Kroah-Hartman2009-09-151-2/+2
* Staging: hv: remove UINT64 and INT64 and UCHAR typedefsGreg Kroah-Hartman2009-09-151-24/+24
* Staging: hv: remove UINT32 and INT32 typedefsGreg Kroah-Hartman2009-09-151-45/+45
* Staging: hv: remove UINT16 and INT16 typedefsGreg Kroah-Hartman2009-09-151-3/+3
* Staging: hv: remove UINT8 and INT8 typedefsGreg Kroah-Hartman2009-09-151-3/+3
* Staging: hv: remove VOID typedefGreg Kroah-Hartman2009-09-151-1/+1
* Staging: hv: remove PVOID typedefGreg Kroah-Hartman2009-09-151-10/+10
* Staging: hv: make the Hyper-V virtual bus code buildGreg Kroah-Hartman2009-09-151-2/+2
* Staging: hv: add the Hyper-V virtual busHank Janssen2009-09-151-0/+1199
OpenPOWER on IntegriCloud