aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2009-09-15Staging: hv: remove NETVSC_DEVICE typedefBill Pemberton
2009-09-15Staging: hv: remove VMBUS_MSGINFO typedefBill Pemberton
2009-09-15Staging: hv: remove VMBUS_CONNECTION typedefBill Pemberton
2009-09-15Staging: hv: remove VMBUS_CONNECT_STATE typedefBill Pemberton
2009-09-15Staging: hv: remove VMBUS_CHANNEL_PACKET_MULITPAGE_BUFFER typedefBill Pemberton
2009-09-15Staging: hv: remove VMBUS_CHANNEL_PACKET_PAGE_BUFFER typedefBill Pemberton
2009-09-15Staging: hv: Hv.c: remove unused physAddrBill Pemberton
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: storvsc_drv.c: fix print formattingBill Pemberton
2009-09-15Staging: hv: RndisFilter.c: fix print formattingBill Pemberton
2009-09-15Staging: hv: NetVsc.c: fix print formattingBill Pemberton
2009-09-15Staging: hv: Remove X2V_LINUX checkBill Pemberton
2009-09-15Staging: hv: fix blkvsc_ioctl() parametersBill Pemberton
2009-09-15Staging: hv: fix blkvsc_release() parametersBill Pemberton
2009-09-15Staging: hv: fix blkvsc_open() parametersBill Pemberton
2009-09-15Staging: hv: blkvsc_drv.c: fix print formattingBill Pemberton
2009-09-15Staging: hv: StorVsc.c: fix print formattingBill Pemberton
2009-09-15Staging: hv: Remove C99 commentsBill Pemberton
2009-09-15Staging: hv: Use %ld instead of %d for a long intsBill Pemberton
2009-09-15Staging: hv: force hyper-v drivers to be built as a moduleGreg Kroah-Hartman
2009-09-15Staging: hv: Transform some kzalloc calls to kcallocNicolas Palix
2009-09-15Staging: hv: Remove compatibility ifdefryMoritz Muehlenhoff
2009-09-15Staging: hv: osd: remove GetTickCount and GetTimestamp wrappersGreg Kroah-Hartman
2009-09-15Staging: hv: fix up printk warningsGreg Kroah-Hartman
2009-09-15Staging: hv: osd: remove PrintBytes wrapperGreg Kroah-Hartman
2009-09-15Staging: hv: osd: remove LogMsg wrapperGreg Kroah-Hartman
2009-09-15Staging: hv: osd: remove MemoryFence wrapperGreg Kroah-Hartman
2009-09-15Staging: hv: osd: remove Sleep wrapperGreg Kroah-Hartman
2009-09-15Staging: hv: osd: remove spinlock wrapper functionsGreg Kroah-Hartman
2009-09-15Staging: hv: make gVmbusConnection.ChannelLock a real spinlockGreg Kroah-Hartman
2009-09-15Staging: hv: make gVmbusConnection.ChannelMsgLock a real spinlockGreg Kroah-Hartman
2009-09-15Staging: hv: make netDevice->ReceivePacketListLock a real spinlockGreg Kroah-Hartman
2009-09-15Staging: hv: make Device->RequestLock a real spinlockGreg Kroah-Hartman
2009-09-15Staging: hv: make RingInfo->RingLock a real spinlockGreg Kroah-Hartman
2009-09-15Staging: hv: make Channel->InboundLock a real spinlockGreg Kroah-Hartman
2009-09-15Staging: hv: osd: remove MemFree wrapperGreg Kroah-Hartman
2009-09-15Staging: hv: osd: remove MemAllocAtomic wrapperGreg Kroah-Hartman
2009-09-15Staging: hv: osd: remove MemAllocZeroed wrapperGreg Kroah-Hartman
2009-09-15Staging: hv: osd: remove MemAlloc wrapperGreg Kroah-Hartman
2009-09-15Staging: hv: remove TRUE, FALSE, and NULL usageGreg Kroah-Hartman
2009-09-15Staging: hv: remove FIELD_OFFSET usageGreg Kroah-Hartman
2009-09-15Staging: hv: remove UNUSED_VAR usageGreg Kroah-Hartman
2009-09-15Staging: hv: remove STRUCT_PACKED and STRUCT_ALIGNED definesGreg Kroah-Hartman
2009-09-15Staging: hv: remove PAGE_SIZE and PAGE_SHIFT and __builtin functionsGreg Kroah-Hartman
2009-09-15Staging: hv: remove MIN and MAX usagesGreg Kroah-Hartman
2009-09-15Staging: hv: remove #defines from osd.cGreg Kroah-Hartman
2009-09-15Staging: hv: remove BOOL and BOOLEAN typedefsGreg Kroah-Hartman