aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/vmbus_drv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-05Staging: Merge staging-next into Linus's treeGreg Kroah-Hartman1-96/+3
2010-07-22Staging: hv: remove DPRINT_EXIT macroGreg Kroah-Hartman1-54/+2
2010-07-22Staging: hv: remove DPRINT_ENTER macroGreg Kroah-Hartman1-41/+0
2010-06-30staging: hv: Fix race condition on vmbus channel initializationHaiyang Zhang1-0/+3
2010-06-18Staging: hv: Storage class should be before const qualifierTobias Klauser1-1/+1
2010-05-11Staging: hv: rename VersionInfo.h to version_info.hGreg Kroah-Hartman1-1/+1
2010-05-11staging: hv: remove ASSERT()s in vmbus_drv.cBill Pemberton1-3/+3
2010-05-11Staging: hv: trivial whitespace fixes found by checkpatch.plLars Lindley1-7/+7
2010-05-11staging: hv: Corrected all header comment formats kernel-doc formatHank Janssen1-24/+50
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
2010-03-03Staging: hv: match on DMI values to know if we should run.Greg Kroah-Hartman1-4/+17
2010-03-03Staging: hv: add a pci device tableGreg Kroah-Hartman1-0/+17
2010-03-03Staging: hv: Rename struct device_context and re-arrange the fields insideHaiyang Zhang1-18/+18
2010-03-03Staging: hv: Add proper versioning to HV driversHank Janssen1-0/+2
2009-10-30Staging: hv: fix oops in vmbus - udev eventsMilan Dadok1-10/+4
2009-10-30Staging: hv: Fix null pointer error after vmbus loadingHaiyang Zhang1-13/+1
2009-09-15Staging: hv: remove function pointer typedefs from vmbus.hGreg Kroah-Hartman1-2/+2
2009-09-15Staging: hv: coding style cleanups for vmbus_drv.cGreg Kroah-Hartman1-541/+405
2009-09-15Staging: hv: warn the world of a bug in the release functionGreg Kroah-Hartman1-0/+5
2009-09-15Staging: hv: move logging.hGreg Kroah-Hartman1-1/+1
2009-09-15Staging: hv: typedef removal for VmbusApi.hGreg Kroah-Hartman1-14/+14
2009-09-15Staging: hv: move vmbus.hGreg Kroah-Hartman1-1/+1
2009-09-15Staging: hv: osd.h: fix GUID reference problemGreg Kroah-Hartman1-10/+12
2009-09-15Staging: hv: osd.h: remove GUID typedefGreg Kroah-Hartman1-34/+57
2009-09-15Staging: hv: move osd.hGreg Kroah-Hartman1-1/+1
2009-09-15Staging: hv: remove wrapper functions for atomic operationsBill Pemberton1-2/+2
2009-09-15Staging: hv: fix sparse static warningsGreg Kroah-Hartman1-2/+2
2009-09-15Staging: hv: Remove typedef DRIVER_OBJECT and PDRIVER_OBJECTNicolas Palix1-1/+1
2009-09-15Staging: hv: Transform PDEVICE_OBJECT and DEVICE_OBJECT typedefs into their corresponding structsNicolas Palix1-11/+11
2009-09-15Staging: hv: vmbus_drv.c: remove unused structsBill Pemberton1-28/+0
2009-09-15Staging: hv: check return value of device_register()Bill Pemberton1-3/+17
2009-09-15Staging: hv: check return value of bus_register()Bill Pemberton1-1/+6
2009-09-15Staging: hv: vmbus_drv.c: fix print formattingBill Pemberton1-1/+1
2009-09-15Staging: hv: Remove C99 commentsBill Pemberton1-100/+100
2009-09-15Staging: hv: Remove compatibility ifdefryMoritz Muehlenhoff1-115/+0
2009-09-15Staging: hv: make the Hyper-V virtual bus code buildGreg Kroah-Hartman1-7/+8
2009-09-15Staging: hv: add the Hyper-V virtual busHank Janssen1-0/+1228