aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/Vmbus.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-15Staging: hv: code reduction from Vmbus.cGreg Kroah-Hartman1-60/+49
2009-09-15Staging: hv: coding style cleanups on Vmbus.cGreg Kroah-Hartman1-306/+109
2009-09-15Staging: hv: move logging.hGreg Kroah-Hartman1-1/+1
2009-09-15Staging: hv: typedef removal for VmbusApi.hGreg Kroah-Hartman1-19/+13
2009-09-15Staging: hv: typdef fixes for HvSynicApi.hGreg Kroah-Hartman1-8/+8
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-9/+15
2009-09-15Staging: hv: move osd.hGreg Kroah-Hartman1-0/+1
2009-09-15Staging: hv: cleanup coding style issues in VmbusPrivate.hGreg Kroah-Hartman1-11/+5
2009-09-15Staging: hv: remove ReadMsr and WriteMsr functions from Hv.hGreg Kroah-Hartman1-1/+1
2009-09-15Staging: hv: remove wrapper functions for bit operationsBill Pemberton1-1/+1
2009-09-15Staging: hv: rework use of workqueues in osdBill Pemberton1-1/+3
2009-09-15Staging: hv: fix sparse static warningsGreg Kroah-Hartman1-8/+8
2009-09-15Staging: hv: Remove typedef DRIVER_OBJECT and PDRIVER_OBJECTNicolas Palix1-10/+10
2009-09-15Staging: hv: properly fix the printk() warningsGreg Kroah-Hartman1-1/+1
2009-09-15Staging: hv: remove more printk() warningsGreg Kroah-Hartman1-1/+1
2009-09-15Staging: hv: Transform PDEVICE_OBJECT and DEVICE_OBJECT typedefs into their corresponding structsNicolas Palix1-11/+11
2009-09-15Staging: hv: remove VMBUS_CHANNEL_PACKET_MULITPAGE_BUFFER typedefBill Pemberton1-1/+1
2009-09-15Staging: hv: remove VMBUS_CHANNEL_PACKET_PAGE_BUFFER typedefBill Pemberton1-1/+1
2009-09-15Staging: hv: Remove C99 commentsBill Pemberton1-41/+54
2009-09-15Staging: hv: Use %ld instead of %d for a long intsBill Pemberton1-1/+1
2009-09-15Staging: hv: osd: remove MemoryFence wrapperGreg Kroah-Hartman1-1/+1
2009-09-15Staging: hv: osd: remove MemAllocAtomic wrapperGreg Kroah-Hartman1-1/+1
2009-09-15Staging: hv: remove PAGE_SIZE and PAGE_SHIFT and __builtin functionsGreg Kroah-Hartman1-0/+1
2009-09-15Staging: hv: remove UINT32 and INT32 typedefsGreg Kroah-Hartman1-1/+1
2009-09-15Staging: hv: remove UINT8 and INT8 typedefsGreg Kroah-Hartman1-1/+1
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/+508