aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/osd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-02-18Staging: hv: Remove osd layerK. Y. Srinivasan1-194/+0
2010-12-16staging: hv: remove unneeded osd_schedule_callbackTimo Teräs1-34/+0
2010-11-09staging: hv: Convert camel cased functions in osd.c to lower casesHaiyang Zhang1-20/+20
2010-11-09staging: hv: Convert camel cased local variables in osd.c to lower casesHaiyang Zhang1-20/+20
2010-05-11staging: hv: Corrected all header comment formats kernel-doc formatHank Janssen1-0/+70
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-10-14staging: Complete sched.h removal from interrupt.hJeff Mahoney1-0/+1
2009-09-15Staging: hv: osd.c: coding style fixesGreg Kroah-Hartman1-24/+16
2009-09-15Staging: hv: move osd.hGreg Kroah-Hartman1-1/+1
2009-09-15Staging: hv: remove duplicated osd.o inclusionsGreg Kroah-Hartman1-0/+6
2009-09-15Staging: hv: remove timer wrapper functionsGreg Kroah-Hartman1-43/+0
2009-09-15Staging: hv: osd: add osd_ prefix to global functionsGreg Kroah-Hartman1-21/+11
2009-09-15Staging: hv: osd: remove physical address wrapper functionsGreg Kroah-Hartman1-22/+1
2009-09-15Staging: hv: remove wrapper functions around kmap_Bill Pemberton1-11/+0
2009-09-15Staging: hv: remove wrapper function VirtualFreeBill Pemberton1-5/+0
2009-09-15Staging: hv: remove wrapper functions for atomic operationsBill Pemberton1-20/+0
2009-09-15Staging: hv: remove wrapper functions for bit operationsBill Pemberton1-27/+0
2009-09-15Staging: hv: remove WaitEventClose()Bill Pemberton1-5/+0
2009-09-15Staging: hv: rework use of workqueues in osdBill Pemberton1-45/+21
2009-09-15Staging: hv: fix sparse static warningsGreg Kroah-Hartman1-2/+2
2009-09-15Staging: hv remove TIMER typedefBill Pemberton1-17/+6
2009-09-15Staging: hv: remove WAITEVENT typedefBill Pemberton1-21/+11
2009-09-15Staging: hv: Remove WORKQUEUE typedefBill Pemberton1-20/+10
2009-09-15Staging: hv: Remove X2V_LINUX checkBill Pemberton1-8/+0
2009-09-15Staging: hv: Remove C99 commentsBill Pemberton1-13/+13
2009-09-15Staging: hv: osd: remove GetTickCount and GetTimestamp wrappersGreg Kroah-Hartman1-14/+0
2009-09-15Staging: hv: osd: remove LogMsg wrapperGreg Kroah-Hartman1-13/+0
2009-09-15Staging: hv: osd: remove MemoryFence wrapperGreg Kroah-Hartman1-5/+0
2009-09-15Staging: hv: osd: remove Sleep wrapperGreg Kroah-Hartman1-5/+0
2009-09-15Staging: hv: osd: remove spinlock wrapper functionsGreg Kroah-Hartman1-37/+0
2009-09-15Staging: hv: osd: remove MemFree wrapperGreg Kroah-Hartman1-5/+0
2009-09-15Staging: hv: osd: remove MemAllocAtomic wrapperGreg Kroah-Hartman1-5/+0
2009-09-15Staging: hv: osd: remove MemAllocZeroed wrapperGreg Kroah-Hartman1-7/+0
2009-09-15Staging: hv: osd: remove MemAlloc wrapperGreg Kroah-Hartman1-5/+0
2009-09-15Staging: hv: remove #defines from osd.cGreg Kroah-Hartman1-42/+0
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-2/+2
2009-09-15Staging: hv: remove VOID typedefGreg Kroah-Hartman1-4/+4
2009-09-15Staging: hv: remove PVOID typedefGreg Kroah-Hartman1-2/+2
2009-09-15Staging: hv: make the Hyper-V virtual bus code buildGreg Kroah-Hartman1-1/+2
2009-09-15Staging: hv: add the Hyper-V virtual busHank Janssen1-0/+500