drm/nv50: fix iommu errors caused by device reading from address 0
[safe/jmp/linux-2.6] / drivers / staging / hv /
2010-05-21 Greg Kroah-HartmanMerge staging-next tree into Linus's latest version
2010-05-17 Hank Janssenstaging: hv: Added heartbeat functionality to hv_utils
2010-05-17 Julia LawallStaging: Use kmemdup
2010-05-14 Haiyang Zhangstaging: hv: Fix error checking in channel.c
2010-05-14 K. Y. SrinivasanStaging: hv: auto-load MSFT PV NIC driver
2010-05-11 Haiyang Zhangstaging: hv: Optimize adj_guesttime function and add...
2010-05-11 Stephen HemmingerStaging: hv: storvsc module descriptions
2010-05-11 Stephen HemmingerStaging: hv: block_operations can be const
2010-05-11 Stephen HemmingerStaging: hv: add module description to blkvsc
2010-05-11 Greg Kroah-HartmanStaging: hv: rename VersionInfo.h to version_info.h
2010-05-11 Greg Kroah-HartmanStaging: hv: rename VmbusPacketFormat.h to vmbus_packet...
2010-05-11 Greg Kroah-HartmanStaging: hv: rename VmbusChannelInterface.h to vmbus_ch...
2010-05-11 Greg Kroah-HartmanStaging: hv: rename VmbusPrivate.h to vmbus_private.h
2010-05-11 Greg Kroah-HartmanStaging: hv: rename VmbusApi.h to vmbus_api.h
2010-05-11 Greg Kroah-HartmanStaging: hv: rename StorVscApi.h to storvsc_api.h
2010-05-11 Greg Kroah-HartmanStaging: hv: rename NetVscApi.h to netvsc_api.h
2010-05-11 Greg Kroah-HartmanStaging: hv: rename ChannelInterface.c and .h to channe...
2010-05-11 Greg Kroah-HartmanStaging: hv: rename ChannelMgmt.c and .h to channel_mgm...
2010-05-11 Greg Kroah-HartmanStaging: hv: rename RndisFilter.c and .h to rndis_filte...
2010-05-11 Greg Kroah-HartmanStaging: hv: rename StorVsc.c to storvsc.c
2010-05-11 Greg Kroah-HartmanStaging: hv: rename NetVsc.c and .h to netvsc.c and .h
2010-05-11 Greg Kroah-HartmanStaging: hv: rename Vmbus.c to vmbus.c
2010-05-11 Greg Kroah-HartmanStaging: hv: rename BlkVsc.c to blkvsc.c
2010-05-11 Greg Kroah-HartmanStaging: hv: rename RingBuffer.c and .h to ring_buffer...
2010-05-11 Greg Kroah-HartmanStaging: hv: rename Connection.c to connection.c
2010-05-11 Greg Kroah-HartmanStaging: hv: rename Channel.c and .h to channel.c and .h
2010-05-11 Greg Kroah-HartmanStaging: hv: rename Hv.h to hv.h
2010-05-11 Greg Kroah-HartmanStaging: hv: rename Hv.c to hv.c
2010-05-11 Greg Kroah-HartmanStaging: hv: rename hyperv_utils.c to hv_utils.c
2010-05-11 Greg Kroah-HartmanStaging: hv: util.h: fix up space mess again
2010-05-11 Greg Kroah-HartmanStaging: hv: remove typedef that was just added.
2010-05-11 Haiyang ZhangStaging: hv: Add Time Sync feature to hv_utils module.
2010-05-11 Greg Kroah-HartmanStaging: hv: Channel.c: fix up compiler warning
2010-05-11 Bill Pembertonstaging: hv: remove ASSERT in logging.h
2010-05-11 Bill Pembertonstaging: hv: remove ASSERT() and return -EINVAL in...
2010-05-11 Bill Pembertonstaging: hv: replace ASSERT() with WARN_ON() in NetVsc.c
2010-05-11 Bill Pembertonstaging: hv: remove ASSERT()s
2010-05-11 Bill Pembertonstaging: hv: remove ASSERT()s in vmbus_drv.c
2010-05-11 Bill Pembertonstaging: hv: remove ASSERT()s and return -EINVAL in...
2010-05-11 Bill Pembertonstaging: hv: check return value of RingBufferInit()
2010-05-11 Bill Pembertonstaging: hv: remove ASSERT()s in RingBuffer.c
2010-05-11 Bill Pembertonstaging: hv: remove ASSERT()s in RndisFilter.c
2010-05-11 Bill Pembertonstaging: hv: remove ASSERT()s in RndisFilter.c
2010-05-11 Bill Pembertonstaging: hv: remove ASSERT()s in StorVsc.c
2010-05-11 Bill Pembertonstaging: hv: remove ASSERT()s in blkvsc_drv.c
2010-05-11 Bill Pembertonstaging: hv: make the block driver depend on LBDAF
2010-05-11 Bill Pembertonstaging: hv: return error instead calling ASSERT in...
2010-05-11 Bill Pembertonstaging: hv: remove ASSERT()s in storvsc_drv.c
2010-05-11 Bill Pembertonstaging: hv: remove ASSERT()s in Channel.c
2010-05-11 Bill PembertonStaging: hv: return -EINVAL instead of calling ASSERT()
2010-05-11 Bill PembertonStaging: hv: remove ASSERT() in Channel.c
2010-05-11 Bill PembertonStaging: hv: test return value of VmbusChannelEstablish...
2010-05-11 Bill PembertonStaging: hv: remove ASSERT() in Channel.c
2010-05-11 Bill PembertonStaging: hv: remove ASSERT() in Channel.c
2010-05-11 Bill PembertonStaging: hv: remove ASSERT()s in Channel.c
2010-05-11 Bill PembertonStaging: hv: test return value of osd_WaitEventCreate()
2010-05-11 Bill PembertonStaging: hv: return correct error values in Connection.c
2010-05-11 Bill PembertonStaging: hv: check return value of osd_PageAlloc()
2010-05-11 Bill PembertonStaging: hv: remove ASSERT()s in ChannelMgt.c
2010-05-11 Bill PembertonStaging: hv: Remove check for NULL before calling kfree()
2010-05-11 Stephen HemmingerStaging: hv: add basic ethtool support
2010-05-11 Stephen HemmingerStaging: hv: add transmit flow control
2010-05-11 Stephen HemmingerStaging: hv: transmit scatter gather support
2010-05-11 Stephen HemmingerStaging: hv: use existing Ethernet header size
2010-05-11 Stephen HemmingerStaging: hv: ring parameter
2010-05-11 Stephen HemmingerStaging: hv: cleanup network driver
2010-05-11 Greg Kroah-HartmanStaging: hv: fix up sparse warning in hyperv_utils.c
2010-05-11 Bill PembertonStaging: hv: move ASSERT(scmnd) to a more useful location
2010-05-11 Greg Kroah-HartmanStaging: hv: delete ext_utils.c
2010-05-11 Greg Kroah-HartmanStaging: hv: fix up formatting issues in utils.h
2010-05-11 Hank JanssenStaging: hv: Added new hv_utils driver with shutdown...
2010-05-11 Bill PembertonStaging: hv: declare NetVscOnChannelCallback() static
2010-05-11 Bill PembertonStaging: hv: don't use dynamic sized array
2010-05-11 Ruslan PisarevStaging: hv: fix spaces coding style issue in vstorage.h
2010-05-11 Lars LindleyStaging: hv: trivial whitespace fixes found by checkpat...
2010-05-11 Stephen HemmingerStaging: hv: handle skb allocation failure
2010-05-11 Stephen HemmingerStaging: hv: use network device stats
2010-05-11 Hank Janssenstaging: hv: Corrected all header comment formats kerne...
2010-05-11 Hank Janssenstaging: hv: Remove Ringbuffer from TODO line
2010-04-30 Stephen HemmingerStaging: hv: name network device ethX rather than sethX
2010-04-30 Cyrill GorcunovStaging: hv: Fix up memory leak on HvCleanup
2010-04-30 Haiyang ZhangStaging: hv: Fix a bug affecting IPv6
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-04 Greg Kroah-HartmanStaging: merge staging patches into Linus's main branch
2010-03-04 Greg Kroah-HartmanStaging: hv: match on DMI values to know if we should...
2010-03-04 Greg Kroah-HartmanStaging: hv: add a pci device table
2010-03-04 Chris NicholsonStaging: hv: fix brace coding style issue in Channel.c
2010-03-04 Haiyang ZhangStaging: hv: Rename struct device_context and re-arrang...
2010-03-04 Hank JanssenStaging: hv: Add proper versioning to HV drivers
2010-03-04 C. BartlettStaging: hv: fix various coding style issues in RingBuf...
2010-03-04 Hank JanssenStaging: hv: Remove xen legacy code and check for Hyper-V
2010-03-04 Greg Kroah-HartmanStaging: hv: remove unneeded OnClose callback
2010-03-04 Greg Kroah-HartmanStaging: hv: remove unneeded OnOpen callback
2010-03-04 Greg Kroah-HartmanStaging: hv: remove unneeded OnHostReset callback
2010-03-04 Greg Kroah-HartmanStaging: hv: storvsc_drv: move unused functions
2010-03-04 Greg Kroah-HartmanStaging: hv: remove unneeded OnHostRescan callback
2010-02-26 Martin K. Petersenblock: Consolidate phys_segment and hw_segment limits
2010-01-20 Greg Kroah-HartmanStaging: hv: fix smp problems in the hyperv core code
2009-12-11 André Goddard RosaStaging: fix assorted typos all over the place
2009-12-01 Haiyang ZhangStaging: hv: Fix some missing author names
next