aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/RingBuffer.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-15Staging: hv: move logging.hGreg Kroah-Hartman1-1/+1
2009-09-15Staging: hv: move osd.hGreg Kroah-Hartman1-0/+1
2009-09-15Staging: hv: remove Sources.cGreg Kroah-Hartman1-1/+2
2009-09-15Staging: hv: cleanup coding style issues in RingBuffer.hGreg Kroah-Hartman1-40/+11
2009-09-15Staging: hv: Replace typedef SG_BUFFER_LIST by struct scatterlistNicolas Palix1-13/+14
2009-09-15Staging: hv: fix sparse static warningsGreg Kroah-Hartman1-10/+10
2009-09-15Staging: hv: Remove C99 commentsBill Pemberton1-28/+28
2009-09-15Staging: hv: osd: remove MemoryFence wrapperGreg Kroah-Hartman1-2/+2
2009-09-15Staging: hv: make RingInfo->RingLock a real spinlockGreg Kroah-Hartman1-11/+13
2009-09-15Staging: hv: remove UINT64 and INT64 and UCHAR typedefsGreg Kroah-Hartman1-8/+8
2009-09-15Staging: hv: remove UINT32 and INT32 typedefsGreg Kroah-Hartman1-48/+48
2009-09-15Staging: hv: remove VOID typedefGreg Kroah-Hartman1-1/+1
2009-09-15Staging: hv: remove PVOID typedefGreg Kroah-Hartman1-9/+9
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/+630