aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/Vmbus.c
Commit message (Expand)AuthorAgeFilesLines
* Staging: hv: rename Vmbus.c to vmbus.cGreg Kroah-Hartman2010-05-111-312/+0
* staging: hv: Corrected all header comment formats kernel-doc formatHank Janssen2010-05-111-13/+13
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Staging: hv: Add proper versioning to HV driversHank Janssen2010-03-031-4/+2
* Staging: hv: fix smp problems in the hyperv core codeGreg Kroah-Hartman2010-01-201-5/+7
* Staging: hv: code reduction from Vmbus.cGreg Kroah-Hartman2009-09-151-60/+49
* Staging: hv: coding style cleanups on Vmbus.cGreg Kroah-Hartman2009-09-151-306/+109
* Staging: hv: move logging.hGreg Kroah-Hartman2009-09-151-1/+1
* Staging: hv: typedef removal for VmbusApi.hGreg Kroah-Hartman2009-09-151-19/+13
* Staging: hv: typdef fixes for HvSynicApi.hGreg Kroah-Hartman2009-09-151-8/+8
* Staging: hv: osd.h: fix GUID reference problemGreg Kroah-Hartman2009-09-151-2/+2
* Staging: hv: osd.h: remove GUID typedefGreg Kroah-Hartman2009-09-151-9/+15
* Staging: hv: move osd.hGreg Kroah-Hartman2009-09-151-0/+1
* Staging: hv: cleanup coding style issues in VmbusPrivate.hGreg Kroah-Hartman2009-09-151-11/+5
* Staging: hv: remove ReadMsr and WriteMsr functions from Hv.hGreg Kroah-Hartman2009-09-151-1/+1
* Staging: hv: remove wrapper functions for bit operationsBill Pemberton2009-09-151-1/+1
* Staging: hv: rework use of workqueues in osdBill Pemberton2009-09-151-1/+3
* Staging: hv: fix sparse static warningsGreg Kroah-Hartman2009-09-151-8/+8
* Staging: hv: Remove typedef DRIVER_OBJECT and PDRIVER_OBJECTNicolas Palix2009-09-151-10/+10
* Staging: hv: properly fix the printk() warningsGreg Kroah-Hartman2009-09-151-1/+1
* Staging: hv: remove more printk() warningsGreg Kroah-Hartman2009-09-151-1/+1
* Staging: hv: Transform PDEVICE_OBJECT and DEVICE_OBJECT typedefs into their c...Nicolas Palix2009-09-151-11/+11
* Staging: hv: remove VMBUS_CHANNEL_PACKET_MULITPAGE_BUFFER typedefBill Pemberton2009-09-151-1/+1
* Staging: hv: remove VMBUS_CHANNEL_PACKET_PAGE_BUFFER typedefBill Pemberton2009-09-151-1/+1
* Staging: hv: Remove C99 commentsBill Pemberton2009-09-151-41/+54
* Staging: hv: Use %ld instead of %d for a long intsBill Pemberton2009-09-151-1/+1
* Staging: hv: osd: remove MemoryFence wrapperGreg Kroah-Hartman2009-09-151-1/+1
* Staging: hv: osd: remove MemAllocAtomic wrapperGreg Kroah-Hartman2009-09-151-1/+1
* Staging: hv: remove PAGE_SIZE and PAGE_SHIFT and __builtin functionsGreg Kroah-Hartman2009-09-151-0/+1
* Staging: hv: remove UINT32 and INT32 typedefsGreg Kroah-Hartman2009-09-151-1/+1
* Staging: hv: remove UINT8 and INT8 typedefsGreg Kroah-Hartman2009-09-151-1/+1
* Staging: hv: make the Hyper-V virtual bus code buildGreg Kroah-Hartman2009-09-151-1/+1
* Staging: hv: add the Hyper-V virtual busHank Janssen2009-09-151-0/+508