index
:
Kernel
drm-tracking
gdrm-2.6.31
gdrm-2.6.32
gdrm-2.6.34
gdrm-for-merging
om-gta02-2.6.32
om-gta02-2.6.34
My Linux kernel repository
Thomas White
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
hv
/
Channel.c
Age
Commit message (
Expand
)
Author
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-03
Staging: hv: fix brace coding style issue in Channel.c
Chris Nicholson
2009-11-30
Staging: hv: Fix vmbus event handler bug
Haiyang Zhang
2009-09-15
Staging: hv: remove more usages of internal list routines
Bill Pemberton
2009-09-15
Staging: hv: remove PFN_CHANNEL_CALLBACK
Greg Kroah-Hartman
2009-09-15
Staging: hv: coding style cleanup for Channel.c
Greg Kroah-Hartman
2009-09-15
Staging: hv: move logging.h
Greg Kroah-Hartman
2009-09-15
Staging: hv: remove typedefs from VmbusPacketFormat.h
Greg Kroah-Hartman
2009-09-15
Staging: hv: typedef removal for ChannelMessages.h
Greg Kroah-Hartman
2009-09-15
Staging: hv: typedef removal for VmbusApi.h
Greg Kroah-Hartman
2009-09-15
Staging: hv: typdef fixes for HvSynicApi.h
Greg Kroah-Hartman
2009-09-15
Staging: hv: osd.h: remove GUID typedef
Greg Kroah-Hartman
2009-09-15
Staging: hv: move osd.h
Greg Kroah-Hartman
2009-09-15
Staging: hv: clean up typedefs in ChannelMgmt.h
Greg Kroah-Hartman
2009-09-15
Staging: hv: remove Sources.c
Greg Kroah-Hartman
2009-09-15
Staging: hv: cleanup coding style issues in Channel.h
Greg Kroah-Hartman
2009-09-15
Staging: hv: Replace typedef SG_BUFFER_LIST by struct scatterlist
Nicolas Palix
2009-09-15
Staging: hv: remove timer wrapper functions
Greg Kroah-Hartman
2009-09-15
Staging: hv: osd: add osd_ prefix to global functions
Greg Kroah-Hartman
2009-09-15
Staging: hv: osd: remove physical address wrapper functions
Greg Kroah-Hartman
2009-09-15
Staging: hv: remove wrapper functions for atomic operations
Bill Pemberton
2009-09-15
Staging: hv: remove wrapper functions for bit operations
Bill Pemberton
2009-09-15
Staging: hv: remove WaitEventClose()
Bill Pemberton
2009-09-15
Staging: hv: fix sparse static warnings
Greg Kroah-Hartman
2009-09-15
Staging: hv: properly fix the printk() warnings
Greg Kroah-Hartman
2009-09-15
Staging: hv: remove more printk() warnings
Greg Kroah-Hartman
2009-09-15
Staging: hv: remove VMBUS_CHANNEL_PACKET_MULITPAGE_BUFFER typedef
Bill Pemberton
2009-09-15
Staging: hv: remove VMBUS_CHANNEL_PACKET_PAGE_BUFFER typedef
Bill Pemberton
2009-09-15
Staging: hv: Remove C99 comments
Bill Pemberton
2009-09-15
Staging: hv: Use %ld instead of %d for a long ints
Bill Pemberton
2009-09-15
Staging: hv: make gVmbusConnection.ChannelLock a real spinlock
Greg Kroah-Hartman
2009-09-15
Staging: hv: make gVmbusConnection.ChannelMsgLock a real spinlock
Greg Kroah-Hartman
2009-09-15
Staging: hv: make Channel->InboundLock a real spinlock
Greg Kroah-Hartman
2009-09-15
Staging: hv: osd: remove MemFree wrapper
Greg Kroah-Hartman
2009-09-15
Staging: hv: osd: remove MemAllocZeroed wrapper
Greg Kroah-Hartman
2009-09-15
Staging: hv: osd: remove MemAlloc wrapper
Greg Kroah-Hartman
2009-09-15
Staging: hv: remove ULONG_PTR typedef
Greg Kroah-Hartman
2009-09-15
Staging: hv: remove UINT64 and INT64 and UCHAR typedefs
Greg Kroah-Hartman
2009-09-15
Staging: hv: remove UINT32 and INT32 typedefs
Greg Kroah-Hartman
2009-09-15
Staging: hv: remove UINT16 and INT16 typedefs
Greg Kroah-Hartman
2009-09-15
Staging: hv: remove UINT8 and INT8 typedefs
Greg Kroah-Hartman
2009-09-15
Staging: hv: remove VOID typedef
Greg Kroah-Hartman
2009-09-15
Staging: hv: remove PVOID typedef
Greg Kroah-Hartman
2009-09-15
Staging: hv: make the Hyper-V virtual bus code build
Greg Kroah-Hartman
2009-09-15
Staging: hv: add the Hyper-V virtual bus
Hank Janssen