summaryrefslogtreecommitdiff
path: root/drivers/staging/hv/vmbus_drv.c
AgeCommit message (Expand)Author
2010-06-18Staging: hv: Storage class should be before const qualifierTobias Klauser
2010-05-11Staging: hv: rename VersionInfo.h to version_info.hGreg Kroah-Hartman
2010-05-11staging: hv: remove ASSERT()s in vmbus_drv.cBill Pemberton
2010-05-11Staging: hv: trivial whitespace fixes found by checkpatch.plLars Lindley
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-04Staging: hv: match on DMI values to know if we should run.Greg Kroah-Hartman
2010-03-04Staging: hv: add a pci device tableGreg Kroah-Hartman
2010-03-04Staging: hv: Rename struct device_context and re-arrange the fields insideHaiyang Zhang
2010-03-04Staging: hv: Add proper versioning to HV driversHank Janssen
2009-10-30Staging: hv: fix oops in vmbus - udev eventsMilan Dadok
2009-10-30Staging: hv: Fix null pointer error after vmbus loadingHaiyang Zhang
2009-09-15Staging: hv: remove function pointer typedefs from vmbus.hGreg Kroah-Hartman
2009-09-15Staging: hv: coding style cleanups for vmbus_drv.cGreg Kroah-Hartman
2009-09-15Staging: hv: warn the world of a bug in the release functionGreg 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: move vmbus.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: remove wrapper functions for atomic operationsBill 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: Transform PDEVICE_OBJECT and DEVICE_OBJECT typedefs into their c...Nicolas Palix
2009-09-15Staging: hv: vmbus_drv.c: remove unused structsBill Pemberton
2009-09-15Staging: hv: check return value of device_register()Bill Pemberton
2009-09-15Staging: hv: check return value of bus_register()Bill Pemberton
2009-09-15Staging: hv: vmbus_drv.c: fix print formattingBill Pemberton
2009-09-15Staging: hv: Remove C99 commentsBill Pemberton
2009-09-15Staging: hv: Remove compatibility ifdefryMoritz Muehlenhoff
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