aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
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
2009-09-15Staging: hv: remove DWORD and BYTE typedefsGreg Kroah-Hartman
2009-09-15Staging: hv: remove SIZE_T typedefGreg Kroah-Hartman
2009-09-15Staging: hv: remove ULONG and LONG typedefsGreg Kroah-Hartman
2009-09-15Staging: hv: remove ULONG_PTR typedefGreg Kroah-Hartman
2009-09-15Staging: hv: remove ULONGLONG and LONGLONG typedefsGreg Kroah-Hartman
2009-09-15Staging: hv: remove USHORT typedefGreg Kroah-Hartman
2009-09-15Staging: hv: remove UINT64 and INT64 and UCHAR typedefsGreg Kroah-Hartman
2009-09-15Staging: hv: remove UINT32 and INT32 typedefsGreg Kroah-Hartman
2009-09-15Staging: hv: remove UINT16 and INT16 typedefsGreg Kroah-Hartman