summaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/vmbus_drv.c
Commit message (Expand)AuthorAgeFilesLines
* Staging: hv: rename context to channel in struct hv_deviceGreg Kroah-Hartman2010-10-211-5/+5
* Staging: hv: make get_channel_info staticGreg Kroah-Hartman2010-10-211-1/+42
* Staging: hv: vmbus_drv: remove vmbus_child_device_get_infoGreg Kroah-Hartman2010-10-211-14/+1Star
* Staging: hv: remove GetChannelInfo from struct vmbus_driverGreg Kroah-Hartman2010-10-211-3/+2Star
* staging: hv: Convert vmbus driver interface function pointer table to constantHaiyang Zhang2010-09-151-3/+1Star
* Staging: Merge staging-next into Linus's treeGreg Kroah-Hartman2010-08-051-96/+3Star
|\
| * Staging: hv: remove DPRINT_EXIT macroGreg Kroah-Hartman2010-07-231-54/+2Star
| * Staging: hv: remove DPRINT_ENTER macroGreg Kroah-Hartman2010-07-231-41/+0Star
| * Staging: hv: Storage class should be before const qualifierTobias Klauser2010-06-181-1/+1
* | staging: hv: Fix race condition on vmbus channel initializationHaiyang Zhang2010-06-301-0/+3
|/
* Staging: hv: rename VersionInfo.h to version_info.hGreg Kroah-Hartman2010-05-111-1/+1
* staging: hv: remove ASSERT()s in vmbus_drv.cBill Pemberton2010-05-111-3/+3
* Staging: hv: trivial whitespace fixes found by checkpatch.plLars Lindley2010-05-111-7/+7
* staging: hv: Corrected all header comment formats kernel-doc formatHank Janssen2010-05-111-24/+50
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Staging: hv: match on DMI values to know if we should run.Greg Kroah-Hartman2010-03-041-4/+17
* Staging: hv: add a pci device tableGreg Kroah-Hartman2010-03-041-0/+17
* Staging: hv: Rename struct device_context and re-arrange the fields insideHaiyang Zhang2010-03-041-18/+18
* Staging: hv: Add proper versioning to HV driversHank Janssen2010-03-041-0/+2
* Staging: hv: fix oops in vmbus - udev eventsMilan Dadok2009-10-301-10/+4Star
* Staging: hv: Fix null pointer error after vmbus loadingHaiyang Zhang2009-10-301-13/+1Star
* Staging: hv: remove function pointer typedefs from vmbus.hGreg Kroah-Hartman2009-09-151-2/+2
* Staging: hv: coding style cleanups for vmbus_drv.cGreg Kroah-Hartman2009-09-151-541/+405Star
* Staging: hv: warn the world of a bug in the release functionGreg Kroah-Hartman2009-09-151-0/+5
* Staging: hv: move logging.hGreg Kroah-Hartman2009-09-151-1/+1
* Staging: hv: typedef removal for VmbusApi.hGreg Kroah-Hartman2009-09-151-14/+14
* Staging: hv: move vmbus.hGreg Kroah-Hartman2009-09-151-1/+1
* Staging: hv: osd.h: fix GUID reference problemGreg Kroah-Hartman2009-09-151-10/+12
* Staging: hv: osd.h: remove GUID typedefGreg Kroah-Hartman2009-09-151-34/+57
* Staging: hv: move osd.hGreg Kroah-Hartman2009-09-151-1/+1
* Staging: hv: remove wrapper functions for atomic operationsBill Pemberton2009-09-151-2/+2
* Staging: hv: fix sparse static warningsGreg Kroah-Hartman2009-09-151-2/+2
* Staging: hv: Remove typedef DRIVER_OBJECT and PDRIVER_OBJECTNicolas Palix2009-09-151-1/+1
* Staging: hv: Transform PDEVICE_OBJECT and DEVICE_OBJECT typedefs into their c...Nicolas Palix2009-09-151-11/+11
* Staging: hv: vmbus_drv.c: remove unused structsBill Pemberton2009-09-151-28/+0Star
* Staging: hv: check return value of device_register()Bill Pemberton2009-09-151-3/+17
* Staging: hv: check return value of bus_register()Bill Pemberton2009-09-151-1/+6
* Staging: hv: vmbus_drv.c: fix print formattingBill Pemberton2009-09-151-1/+1
* Staging: hv: Remove C99 commentsBill Pemberton2009-09-151-100/+100
* Staging: hv: Remove compatibility ifdefryMoritz Muehlenhoff2009-09-151-115/+0Star
* Staging: hv: make the Hyper-V virtual bus code buildGreg Kroah-Hartman2009-09-151-7/+8
* Staging: hv: add the Hyper-V virtual busHank Janssen2009-09-151-0/+1228