summaryrefslogtreecommitdiff
path: root/drivers/staging/hv/vmbus_drv.c
AgeCommit message (Expand)Author
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