aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/hv/Vmbus.c
AgeCommit message (Expand)Author
2010-05-11Staging: hv: rename Vmbus.c to vmbus.cGreg Kroah-Hartman
2010-05-11staging: hv: Corrected all header comment formats kernel-doc formatHank Janssen
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-03Staging: hv: Add proper versioning to HV driversHank Janssen
2010-01-20Staging: hv: fix smp problems in the hyperv core codeGreg Kroah-Hartman
2009-09-15Staging: hv: code reduction from Vmbus.cGreg Kroah-Hartman
2009-09-15Staging: hv: coding style cleanups on Vmbus.cGreg Kroah-Hartman
2009-09-15Staging: hv: move logging.hGreg Kroah-Hartman
2009-09-15Staging: hv: typedef removal for VmbusApi.hGreg Kroah-Hartman
2009-09-15Staging: hv: typdef fixes for HvSynicApi.hGreg Kroah-Hartman
2009-09-15Staging: hv: osd.h: fix GUID reference problemGreg Kroah-Hartman
2009-09-15Staging: hv: osd.h: remove GUID typedefGreg Kroah-Hartman
2009-09-15Staging: hv: move osd.hGreg Kroah-Hartman
2009-09-15Staging: hv: cleanup coding style issues in VmbusPrivate.hGreg Kroah-Hartman
2009-09-15Staging: hv: remove ReadMsr and WriteMsr functions from Hv.hGreg Kroah-Hartman
2009-09-15Staging: hv: remove wrapper functions for bit operationsBill Pemberton
2009-09-15Staging: hv: rework use of workqueues in osdBill Pemberton
2009-09-15Staging: hv: fix sparse static warningsGreg Kroah-Hartman
2009-09-15Staging: hv: Remove typedef DRIVER_OBJECT and PDRIVER_OBJECTNicolas Palix
2009-09-15Staging: hv: properly fix the printk() warningsGreg Kroah-Hartman
2009-09-15Staging: hv: remove more printk() warningsGreg Kroah-Hartman
2009-09-15Staging: hv: Transform PDEVICE_OBJECT and DEVICE_OBJECT typedefs into their c...Nicolas Palix
2009-09-15Staging: hv: remove VMBUS_CHANNEL_PACKET_MULITPAGE_BUFFER typedefBill Pemberton
2009-09-15Staging: hv: remove VMBUS_CHANNEL_PACKET_PAGE_BUFFER typedefBill Pemberton
2009-09-15Staging: hv: Remove C99 commentsBill Pemberton
2009-09-15Staging: hv: Use %ld instead of %d for a long intsBill Pemberton
2009-09-15Staging: hv: osd: remove MemoryFence wrapperGreg Kroah-Hartman
2009-09-15Staging: hv: osd: remove MemAllocAtomic wrapperGreg Kroah-Hartman
2009-09-15Staging: hv: remove PAGE_SIZE and PAGE_SHIFT and __builtin functionsGreg Kroah-Hartman
2009-09-15Staging: hv: remove UINT32 and INT32 typedefsGreg Kroah-Hartman
2009-09-15Staging: hv: remove UINT8 and INT8 typedefsGreg Kroah-Hartman
2009-09-15Staging: hv: make the Hyper-V virtual bus code buildGreg Kroah-Hartman
2009-09-15Staging: hv: add the Hyper-V virtual busHank Janssen