summaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/Channel.c
Commit message (Expand)AuthorAgeFilesLines
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Staging: hv: fix brace coding style issue in Channel.cChris Nicholson2010-03-031-2/+1
* Staging: hv: Fix vmbus event handler bugHaiyang Zhang2009-11-301-12/+4
* Staging: hv: remove more usages of internal list routinesBill Pemberton2009-09-151-16/+18
* Staging: hv: remove PFN_CHANNEL_CALLBACKGreg Kroah-Hartman2009-09-151-2/+2
* Staging: hv: coding style cleanup for Channel.cGreg Kroah-Hartman2009-09-151-479/+345
* Staging: hv: move logging.hGreg Kroah-Hartman2009-09-151-2/+1
* Staging: hv: remove typedefs from VmbusPacketFormat.hGreg Kroah-Hartman2009-09-151-14/+14
* Staging: hv: typedef removal for ChannelMessages.hGreg Kroah-Hartman2009-09-151-35/+31
* Staging: hv: typedef removal for VmbusApi.hGreg Kroah-Hartman2009-09-151-3/+3
* Staging: hv: typdef fixes for HvSynicApi.hGreg Kroah-Hartman2009-09-151-7/+7
* Staging: hv: osd.h: remove GUID typedefGreg Kroah-Hartman2009-09-151-2/+2
* Staging: hv: move osd.hGreg Kroah-Hartman2009-09-151-1/+1
* Staging: hv: clean up typedefs in ChannelMgmt.hGreg Kroah-Hartman2009-09-151-81/+40
* Staging: hv: remove Sources.cGreg Kroah-Hartman2009-09-151-0/+1
* Staging: hv: cleanup coding style issues in Channel.hGreg Kroah-Hartman2009-09-151-22/+16
* Staging: hv: Replace typedef SG_BUFFER_LIST by struct scatterlistNicolas Palix2009-09-151-27/+15
* Staging: hv: remove timer wrapper functionsGreg Kroah-Hartman2009-09-151-9/+8
* Staging: hv: osd: add osd_ prefix to global functionsGreg Kroah-Hartman2009-09-151-13/+13
* Staging: hv: osd: remove physical address wrapper functionsGreg Kroah-Hartman2009-09-151-1/+1
* Staging: hv: remove wrapper functions for atomic operationsBill Pemberton2009-09-151-2/+2
* Staging: hv: remove wrapper functions for bit operationsBill Pemberton2009-09-151-4/+10
* Staging: hv: remove WaitEventClose()Bill Pemberton2009-09-151-3/+3
* Staging: hv: fix sparse static warningsGreg Kroah-Hartman2009-09-151-12/+12
* Staging: hv: properly fix the printk() warningsGreg Kroah-Hartman2009-09-151-2/+2
* Staging: hv: remove more printk() warningsGreg Kroah-Hartman2009-09-151-2/+2
* Staging: hv: remove VMBUS_CHANNEL_PACKET_MULITPAGE_BUFFER typedefBill Pemberton2009-09-151-2/+2
* Staging: hv: remove VMBUS_CHANNEL_PACKET_PAGE_BUFFER typedefBill Pemberton2009-09-151-2/+2
* Staging: hv: Remove C99 commentsBill Pemberton2009-09-151-73/+76
* Staging: hv: Use %ld instead of %d for a long intsBill Pemberton2009-09-151-2/+2
* Staging: hv: make gVmbusConnection.ChannelLock a real spinlockGreg Kroah-Hartman2009-09-151-2/+3
* Staging: hv: make gVmbusConnection.ChannelMsgLock a real spinlockGreg Kroah-Hartman2009-09-151-12/+15
* Staging: hv: make Channel->InboundLock a real spinlockGreg Kroah-Hartman2009-09-151-8/+10
* Staging: hv: osd: remove MemFree wrapperGreg Kroah-Hartman2009-09-151-4/+4
* Staging: hv: osd: remove MemAllocZeroed wrapperGreg Kroah-Hartman2009-09-151-4/+4
* Staging: hv: osd: remove MemAlloc wrapperGreg Kroah-Hartman2009-09-151-6/+3
* Staging: hv: remove ULONG_PTR typedefGreg Kroah-Hartman2009-09-151-2/+2
* Staging: hv: remove UINT64 and INT64 and UCHAR typedefsGreg Kroah-Hartman2009-09-151-24/+24
* Staging: hv: remove UINT32 and INT32 typedefsGreg Kroah-Hartman2009-09-151-45/+45
* Staging: hv: remove UINT16 and INT16 typedefsGreg Kroah-Hartman2009-09-151-3/+3
* Staging: hv: remove UINT8 and INT8 typedefsGreg Kroah-Hartman2009-09-151-3/+3
* Staging: hv: remove VOID typedefGreg Kroah-Hartman2009-09-151-1/+1
* Staging: hv: remove PVOID typedefGreg Kroah-Hartman2009-09-151-10/+10
* Staging: hv: make the Hyper-V virtual bus code buildGreg Kroah-Hartman2009-09-151-2/+2
* Staging: hv: add the Hyper-V virtual busHank Janssen2009-09-151-0/+1199
OpenPOWER on IntegriCloud