include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit...
[safe/jmp/linux-2.6] / drivers / staging / hv / Channel.c
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-04 Chris NicholsonStaging: hv: fix brace coding style issue in Channel.c
2009-12-01 Haiyang ZhangStaging: hv: Fix vmbus event handler bug
2009-09-15 Bill PembertonStaging: hv: remove more usages of internal list routines
2009-09-15 Greg Kroah-HartmanStaging: hv: remove PFN_CHANNEL_CALLBACK
2009-09-15 Greg Kroah-HartmanStaging: hv: coding style cleanup for Channel.c
2009-09-15 Greg Kroah-HartmanStaging: hv: move logging.h
2009-09-15 Greg Kroah-HartmanStaging: hv: remove typedefs from VmbusPacketFormat.h
2009-09-15 Greg Kroah-HartmanStaging: hv: typedef removal for ChannelMessages.h
2009-09-15 Greg Kroah-HartmanStaging: hv: typedef removal for VmbusApi.h
2009-09-15 Greg Kroah-HartmanStaging: hv: typdef fixes for HvSynicApi.h
2009-09-15 Greg Kroah-HartmanStaging: hv: osd.h: remove GUID typedef
2009-09-15 Greg Kroah-HartmanStaging: hv: move osd.h
2009-09-15 Greg Kroah-HartmanStaging: hv: clean up typedefs in ChannelMgmt.h
2009-09-15 Greg Kroah-HartmanStaging: hv: remove Sources.c
2009-09-15 Greg Kroah-HartmanStaging: hv: cleanup coding style issues in Channel.h
2009-09-15 Nicolas PalixStaging: hv: Replace typedef SG_BUFFER_LIST by struct...
2009-09-15 Greg Kroah-HartmanStaging: hv: remove timer wrapper functions
2009-09-15 Greg Kroah-HartmanStaging: hv: osd: add osd_ prefix to global functions
2009-09-15 Greg Kroah-HartmanStaging: hv: osd: remove physical address wrapper functions
2009-09-15 Bill PembertonStaging: hv: remove wrapper functions for atomic operations
2009-09-15 Bill PembertonStaging: hv: remove wrapper functions for bit operations
2009-09-15 Bill PembertonStaging: hv: remove WaitEventClose()
2009-09-15 Greg Kroah-HartmanStaging: hv: fix sparse static warnings
2009-09-15 Greg Kroah-HartmanStaging: hv: properly fix the printk() warnings
2009-09-15 Greg Kroah-HartmanStaging: hv: remove more printk() warnings
2009-09-15 Bill PembertonStaging: hv: remove VMBUS_CHANNEL_PACKET_MULITPAGE_BUFF...
2009-09-15 Bill PembertonStaging: hv: remove VMBUS_CHANNEL_PACKET_PAGE_BUFFER...
2009-09-15 Bill PembertonStaging: hv: Remove C99 comments
2009-09-15 Bill PembertonStaging: hv: Use %ld instead of %d for a long ints
2009-09-15 Greg Kroah-HartmanStaging: hv: make gVmbusConnection.ChannelLock a real...
2009-09-15 Greg Kroah-HartmanStaging: hv: make gVmbusConnection.ChannelMsgLock a...
2009-09-15 Greg Kroah-HartmanStaging: hv: make Channel->InboundLock a real spinlock
2009-09-15 Greg Kroah-HartmanStaging: hv: osd: remove MemFree wrapper
2009-09-15 Greg Kroah-HartmanStaging: hv: osd: remove MemAllocZeroed wrapper
2009-09-15 Greg Kroah-HartmanStaging: hv: osd: remove MemAlloc wrapper
2009-09-15 Greg Kroah-HartmanStaging: hv: remove ULONG_PTR typedef
2009-09-15 Greg Kroah-HartmanStaging: hv: remove UINT64 and INT64 and UCHAR typedefs
2009-09-15 Greg Kroah-HartmanStaging: hv: remove UINT32 and INT32 typedefs
2009-09-15 Greg Kroah-HartmanStaging: hv: remove UINT16 and INT16 typedefs
2009-09-15 Greg Kroah-HartmanStaging: hv: remove UINT8 and INT8 typedefs
2009-09-15 Greg Kroah-HartmanStaging: hv: remove VOID typedef
2009-09-15 Greg Kroah-HartmanStaging: hv: remove PVOID typedef
2009-09-15 Greg Kroah-HartmanStaging: hv: make the Hyper-V virtual bus code build
2009-09-15 Hank JanssenStaging: hv: add the Hyper-V virtual bus