summaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv
Commit message (Expand)AuthorAgeFilesLines
* Staging: hv: remove WaitEventClose()Bill Pemberton2009-09-158-17/+11Star
* Staging: hv: rework use of workqueues in osdBill Pemberton2009-09-155-62/+45Star
* Staging: hv: fix sparse NULL pointer warningsGreg Kroah-Hartman2009-09-151-3/+3
* Staging: hv: fix sparse function warningsGreg Kroah-Hartman2009-09-152-4/+2Star
* Staging: hv: fix sparse static warningsGreg Kroah-Hartman2009-09-1516-75/+75
* Staging: hv: Remove typedef STORVSC_REQUEST and PSTORVSC_REQUESTNicolas Palix2009-09-154-22/+22
* Staging: hv: Remove typedef NETVSC_PACKET and PNETVSC_PACKETNicolas Palix2009-09-155-38/+38
* Staging: hv: Remove typedef DRIVER_OBJECT and PDRIVER_OBJECTNicolas Palix2009-09-1510-43/+37Star
* Staging: hv: properly fix the printk() warningsGreg Kroah-Hartman2009-09-155-8/+8
* Staging: hv: remove more printk() warningsGreg Kroah-Hartman2009-09-156-9/+9
* Staging: hv: remove HANDLE typedefBill Pemberton2009-09-153-5/+4Star
* Staging: hv remove TIMER typedefBill Pemberton2009-09-153-24/+20Star
* Staging: hv: remove WAITEVENT typedefBill Pemberton2009-09-157-32/+28Star
* Staging: hv: comment out blkdev variable in blkvsc_ioctlBill Pemberton2009-09-151-1/+1
* Staging: hv: check return value of driver_for_each_device()Bill Pemberton2009-09-153-6/+26
* Staging: hv: Transform PDEVICE_OBJECT and DEVICE_OBJECT typedefs into their c...Nicolas Palix2009-09-1518-152/+153
* Staging: hv: Remove WORKQUEUE typedefBill Pemberton2009-09-154-25/+17Star
* Staging: hv: remove NETVSC_DEVICE typedefBill Pemberton2009-09-153-42/+42
* Staging: hv: remove VMBUS_MSGINFO typedefBill Pemberton2009-09-151-2/+2
* Staging: hv: remove VMBUS_CONNECTION typedefBill Pemberton2009-09-152-4/+4
* Staging: hv: remove VMBUS_CONNECT_STATE typedefBill Pemberton2009-09-151-3/+3
* Staging: hv: remove VMBUS_CHANNEL_PACKET_MULITPAGE_BUFFER typedefBill Pemberton2009-09-153-5/+5
* Staging: hv: remove VMBUS_CHANNEL_PACKET_PAGE_BUFFER typedefBill Pemberton2009-09-153-5/+5
* Staging: hv: Hv.c: remove unused physAddrBill Pemberton2009-09-151-1/+0Star
* Staging: hv: vmbus_drv.c: remove unused structsBill Pemberton2009-09-151-28/+0Star
* Staging: hv: check return value of device_register()Bill Pemberton2009-09-155-8/+21
* 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: storvsc_drv.c: fix print formattingBill Pemberton2009-09-151-1/+1
* Staging: hv: RndisFilter.c: fix print formattingBill Pemberton2009-09-151-3/+3
* Staging: hv: NetVsc.c: fix print formattingBill Pemberton2009-09-151-1/+1
* Staging: hv: Remove X2V_LINUX checkBill Pemberton2009-09-151-8/+0Star
* Staging: hv: fix blkvsc_ioctl() parametersBill Pemberton2009-09-151-4/+4
* Staging: hv: fix blkvsc_release() parametersBill Pemberton2009-09-151-3/+3
* Staging: hv: fix blkvsc_open() parametersBill Pemberton2009-09-151-4/+4
* Staging: hv: blkvsc_drv.c: fix print formattingBill Pemberton2009-09-151-14/+14
* Staging: hv: StorVsc.c: fix print formattingBill Pemberton2009-09-151-9/+9
* Staging: hv: Remove C99 commentsBill Pemberton2009-09-1542-2525/+2608
* Staging: hv: Use %ld instead of %d for a long intsBill Pemberton2009-09-152-3/+3
* Staging: hv: force hyper-v drivers to be built as a moduleGreg Kroah-Hartman2009-09-151-4/+4
* Staging: hv: Transform some kzalloc calls to kcallocNicolas Palix2009-09-151-3/+3
* Staging: hv: Remove compatibility ifdefryMoritz Muehlenhoff2009-09-1510-431/+0Star
* Staging: hv: osd: remove GetTickCount and GetTimestamp wrappersGreg Kroah-Hartman2009-09-152-15/+0Star
* Staging: hv: fix up printk warningsGreg Kroah-Hartman2009-09-154-18/+18
* Staging: hv: osd: remove PrintBytes wrapperGreg Kroah-Hartman2009-09-154-26/+6Star
* Staging: hv: osd: remove LogMsg wrapperGreg Kroah-Hartman2009-09-153-38/+31Star
* Staging: hv: osd: remove MemoryFence wrapperGreg Kroah-Hartman2009-09-154-10/+3Star
* Staging: hv: osd: remove Sleep wrapperGreg Kroah-Hartman2009-09-154-14/+9Star
* Staging: hv: osd: remove spinlock wrapper functionsGreg Kroah-Hartman2009-09-152-42/+0Star
* Staging: hv: make gVmbusConnection.ChannelLock a real spinlockGreg Kroah-Hartman2009-09-154-13/+16