]> git.karo-electronics.de Git - mv-sheeva.git/shortlog
mv-sheeva.git
2009-09-15 Bill PembertonStaging: hv: remove HANDLE typedef
2009-09-15 Bill PembertonStaging: hv remove TIMER typedef
2009-09-15 Bill PembertonStaging: hv: remove WAITEVENT typedef
2009-09-15 Bill PembertonStaging: hv: comment out blkdev variable in blkvsc_ioctl
2009-09-15 Bill PembertonStaging: hv: check return value of driver_for_each_device()
2009-09-15 Nicolas PalixStaging: hv: Transform PDEVICE_OBJECT and DEVICE_OBJECT...
2009-09-15 Bill PembertonStaging: hv: Remove WORKQUEUE typedef
2009-09-15 Bill PembertonStaging: hv: remove NETVSC_DEVICE typedef
2009-09-15 Bill PembertonStaging: hv: remove VMBUS_MSGINFO typedef
2009-09-15 Bill PembertonStaging: hv: remove VMBUS_CONNECTION typedef
2009-09-15 Bill PembertonStaging: hv: remove VMBUS_CONNECT_STATE typedef
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: Hv.c: remove unused physAddr
2009-09-15 Bill PembertonStaging: hv: vmbus_drv.c: remove unused structs
2009-09-15 Bill PembertonStaging: hv: check return value of device_register()
2009-09-15 Bill PembertonStaging: hv: check return value of bus_register()
2009-09-15 Bill PembertonStaging: hv: vmbus_drv.c: fix print formatting
2009-09-15 Bill PembertonStaging: hv: storvsc_drv.c: fix print formatting
2009-09-15 Bill PembertonStaging: hv: RndisFilter.c: fix print formatting
2009-09-15 Bill PembertonStaging: hv: NetVsc.c: fix print formatting
2009-09-15 Bill PembertonStaging: hv: Remove X2V_LINUX check
2009-09-15 Bill PembertonStaging: hv: fix blkvsc_ioctl() parameters
2009-09-15 Bill PembertonStaging: hv: fix blkvsc_release() parameters
2009-09-15 Bill PembertonStaging: hv: fix blkvsc_open() parameters
2009-09-15 Bill PembertonStaging: hv: blkvsc_drv.c: fix print formatting
2009-09-15 Bill PembertonStaging: hv: StorVsc.c: fix print formatting
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... Staging: hv: force hyper-v drivers to be built as a...
2009-09-15 Nicolas PalixStaging: hv: Transform some kzalloc calls to kcalloc
2009-09-15 Moritz MuehlenhoffStaging: hv: Remove compatibility ifdefry
2009-09-15 Greg Kroah... Staging: hv: osd: remove GetTickCount and GetTimestamp...
2009-09-15 Greg Kroah... Staging: hv: fix up printk warnings
2009-09-15 Greg Kroah... Staging: hv: osd: remove PrintBytes wrapper
2009-09-15 Greg Kroah... Staging: hv: osd: remove LogMsg wrapper
2009-09-15 Greg Kroah... Staging: hv: osd: remove MemoryFence wrapper
2009-09-15 Greg Kroah... Staging: hv: osd: remove Sleep wrapper
2009-09-15 Greg Kroah... Staging: hv: osd: remove spinlock wrapper functions
2009-09-15 Greg Kroah... Staging: hv: make gVmbusConnection.ChannelLock a real...
2009-09-15 Greg Kroah... Staging: hv: make gVmbusConnection.ChannelMsgLock a...
2009-09-15 Greg Kroah... Staging: hv: make netDevice->ReceivePacketListLock...
2009-09-15 Greg Kroah... Staging: hv: make Device->RequestLock a real spinlock
2009-09-15 Greg Kroah... Staging: hv: make RingInfo->RingLock a real spinlock
2009-09-15 Greg Kroah... Staging: hv: make Channel->InboundLock a real spinlock
2009-09-15 Greg Kroah... Staging: hv: osd: remove MemFree wrapper
2009-09-15 Greg Kroah... Staging: hv: osd: remove MemAllocAtomic wrapper
2009-09-15 Greg Kroah... Staging: hv: osd: remove MemAllocZeroed wrapper
2009-09-15 Greg Kroah... Staging: hv: osd: remove MemAlloc wrapper
2009-09-15 Greg Kroah... Staging: hv: remove TRUE, FALSE, and NULL usage
2009-09-15 Greg Kroah... Staging: hv: remove FIELD_OFFSET usage
2009-09-15 Greg Kroah... Staging: hv: remove UNUSED_VAR usage
2009-09-15 Greg Kroah... Staging: hv: remove STRUCT_PACKED and STRUCT_ALIGNED...
2009-09-15 Greg Kroah... Staging: hv: remove PAGE_SIZE and PAGE_SHIFT and __buil...
2009-09-15 Greg Kroah... Staging: hv: remove MIN and MAX usages
2009-09-15 Greg Kroah... Staging: hv: remove #defines from osd.c
2009-09-15 Greg Kroah... Staging: hv: remove BOOL and BOOLEAN typedefs
2009-09-15 Greg Kroah... Staging: hv: remove DWORD and BYTE typedefs
2009-09-15 Greg Kroah... Staging: hv: remove SIZE_T typedef
2009-09-15 Greg Kroah... Staging: hv: remove ULONG and LONG typedefs
2009-09-15 Greg Kroah... Staging: hv: remove ULONG_PTR typedef
2009-09-15 Greg Kroah... Staging: hv: remove ULONGLONG and LONGLONG typedefs
2009-09-15 Greg Kroah... Staging: hv: remove USHORT typedef
2009-09-15 Greg Kroah... Staging: hv: remove UINT64 and INT64 and UCHAR typedefs
2009-09-15 Greg Kroah... Staging: hv: remove UINT32 and INT32 typedefs
2009-09-15 Greg Kroah... Staging: hv: remove UINT16 and INT16 typedefs
2009-09-15 Greg Kroah... Staging: hv: remove UINT8 and INT8 typedefs
2009-09-15 Greg Kroah... Staging: hv: remove VOID typedef
2009-09-15 Greg Kroah... Staging: hv: remove PVOID typedef
2009-09-15 Greg Kroah... Staging: hv: remove INTERNAL typedef
2009-09-15 Greg Kroah... Staging: hv: netvsc: fix up driver_data usage
2009-09-15 Greg Kroah... Staging: hv: add the Hyper-V virtual network driver...
2009-09-15 Greg Kroah... Staging: hv: make the Hyper-V virtual network driver...
2009-09-15 Greg Kroah... Staging: hv: blkvsc: fix up driver_data usage
2009-09-15 Greg Kroah... Staging: hv: add the Hyper-V virtual block driver to...
2009-09-15 Greg Kroah... Staging: hv: make the Hyper-V virtual block driver...
2009-09-15 Greg Kroah... Staging: hv: storvsc: fix up driver_data usage
2009-09-15 Greg Kroah... Staging: hv: add the Hyper-V virtual scsi driver to...
2009-09-15 Greg Kroah... Staging: hv: make the Hyper-V virtual storage driver...
2009-09-15 Greg Kroah... Staging: hv: add the Hyper-V virtual bus to the build
2009-09-15 Greg Kroah... Staging: hv: use the correct #ifdef for x86-64
2009-09-15 Greg Kroah... Staging: hv: make the Hyper-V virtual bus code build
2009-09-15 Greg Kroah... Staging: hv: add a TODO file
2009-09-15 Hank JanssenStaging: hv: add the Hyper-V virtual storage driver
2009-09-15 Hank JanssenStaging: hv: add the Hyper-V virtual network driver
2009-09-15 Hank JanssenStaging: hv: add the Hyper-V virtual block driver
2009-09-15 Hank JanssenStaging: hv: add the Hyper-V virtual bus
2009-09-15 Hank JanssenStaging: hv: add the Hyper-V driver header files
2009-09-15 Hank JanssenStaging: hv: add the Hyper-V api header files
2009-09-15 Pavel MachekStaging: HTC Dream: Makefile glue
2009-09-15 Brian SwetlandStaging: HTC Dream: add camera support
2009-09-15 Iliyan MalchevStaging: HTC Dream: add qdsp support
2009-09-15 Brian SwetlandStaging: HTC Dream: add rpcrouter driver
2009-09-15 Brian SwetlandStaging: HTC Dream: add smd code
2009-09-15 miaofngStaging: vt6656: disable wpa related function due to...
2009-09-15 Bartlomiej... Staging: rtl8192su/ieee80211: move rtl8192su specific...
2009-09-15 Bartlomiej... Staging: rtl8192su/ieee80211: ieee80211.h cleanups
2009-09-15 Bartlomiej... Staging: rtl8192su/ieee80211: remove unused ieee80211_w...
2009-09-15 Bartlomiej... Staging: rtl8192su/ieee80211: remove unused IEEE80211_P...
2009-09-15 Bartlomiej... Staging: rtl8192su: remove NOT_YET ifdefs
next