Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
[safe/jmp/linux-2.6] / drivers / staging / hv / StorVsc.c
2009-12-01 Dave JonesStaging: hv: Fix argument order in incorrect memset...
2009-09-15 Greg Kroah-HartmanStaging: hv: reorg StorVsc.c
2009-09-15 Greg Kroah-HartmanStaging: hv: coding style cleanups for StorVsc.c
2009-09-15 Greg Kroah-HartmanStaging: hv: remove typedefs from StorVsc.c
2009-09-15 Greg Kroah-HartmanStaging: hv: move VmbusPacketFormat.h
2009-09-15 Greg Kroah-HartmanStaging: hv: move StorVscApi.h
2009-09-15 Greg Kroah-HartmanStaging: hv: move logging.h
2009-09-15 Greg Kroah-HartmanStaging: hv: fix typedefs in StorVscApi.h
2009-09-15 Greg Kroah-HartmanStaging: hv: fix typedefs in vstorage.h
2009-09-15 Greg Kroah-HartmanStaging: hv: move vstorage.h to hv dir
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: osd: add osd_ prefix to global functions
2009-09-15 Bill PembertonStaging: hv: remove wrapper functions for atomic operations
2009-09-15 Bill PembertonStaging: hv: remove WaitEventClose()
2009-09-15 Greg Kroah-HartmanStaging: hv: fix sparse static warnings
2009-09-15 Nicolas PalixStaging: hv: Remove typedef STORVSC_REQUEST and PSTORVS...
2009-09-15 Nicolas PalixStaging: hv: Remove typedef DRIVER_OBJECT and PDRIVER_O...
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 WAITEVENT typedef
2009-09-15 Nicolas PalixStaging: hv: Transform PDEVICE_OBJECT and DEVICE_OBJECT...
2009-09-15 Bill PembertonStaging: hv: StorVsc.c: fix print formatting
2009-09-15 Bill PembertonStaging: hv: Remove C99 comments
2009-09-15 Moritz MuehlenhoffStaging: hv: Remove compatibility ifdefry
2009-09-15 Greg Kroah-HartmanStaging: hv: fix up printk warnings
2009-09-15 Greg Kroah-HartmanStaging: hv: osd: remove PrintBytes wrapper
2009-09-15 Greg Kroah-HartmanStaging: hv: osd: remove Sleep wrapper
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: remove PAGE_SIZE and PAGE_SHIFT and __buil...
2009-09-15 Greg Kroah-HartmanStaging: hv: remove ULONG and LONG typedefs
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 UINT8 and INT8 typedefs
2009-09-15 Greg Kroah-HartmanStaging: hv: remove PVOID typedef
2009-09-15 Greg Kroah-HartmanStaging: hv: make the Hyper-V virtual storage driver...
2009-09-15 Hank JanssenStaging: hv: add the Hyper-V virtual storage driver