kernel-ark/drivers/staging/hv
Greg Kroah-Hartman c22090facd Staging: hv: match on DMI values to know if we should run.
The HV core mucks around with specific irqs and other low-level stuff
and takes forever to determine that it really shouldn't be running on a
machine.  So instead, trigger off of the DMI system information and
error out much sooner.  This also allows the module loading tools to
recognize that this code should be loaded on this type of system.

Cc: Haiyang Zhang <haiyangz@microsoft.com>
Cc: Hank Janssen <hjanssen@microsoft.com>
Cc: stable <stable@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2010-03-03 16:42:37 -08:00
..
blkvsc_drv.c Staging: hv: Rename struct device_context and re-arrange the fields inside 2010-03-03 16:42:37 -08:00
BlkVsc.c Staging: hv: Fix some missing author names 2009-11-30 16:39:35 -08:00
Channel.c Staging: hv: fix brace coding style issue in Channel.c 2010-03-03 16:42:37 -08:00
Channel.h
ChannelInterface.c
ChannelInterface.h
ChannelMgmt.c Staging: hv: Fix vmbus event handler bug 2009-11-30 16:39:29 -08:00
ChannelMgmt.h Staging: hv: fix oops in vmbus - missing #include 2009-10-30 14:47:43 -07:00
Connection.c
hv_api.h Staging: fix assorted typos all over the place 2009-12-11 12:23:20 -08:00
Hv.c Staging: hv: Remove xen legacy code and check for Hyper-V 2010-03-03 16:42:37 -08:00
Hv.h Staging: hv: Remove xen legacy code and check for Hyper-V 2010-03-03 16:42:37 -08:00
Kconfig
logging.h
Makefile
netvsc_drv.c Staging: hv: Rename struct device_context and re-arrange the fields inside 2010-03-03 16:42:37 -08:00
NetVsc.c Staging: hv: Fix some missing author names 2009-11-30 16:39:35 -08:00
NetVsc.h Staging: hv: Fix some missing author names 2009-11-30 16:39:35 -08:00
NetVscApi.h Staging: hv: remove unneeded OnClose callback 2010-03-03 16:42:36 -08:00
osd.c
osd.h Staging: hv: fix oops in vmbus - missing #include 2009-10-30 14:47:43 -07:00
RingBuffer.c Staging: hv: fix various coding style issues in RingBuffer.c 2010-03-03 16:42:37 -08:00
RingBuffer.h
rndis.h
RndisFilter.c Staging: hv: remove unneeded OnClose callback 2010-03-03 16:42:36 -08:00
RndisFilter.h
storvsc_drv.c Staging: hv: Rename struct device_context and re-arrange the fields inside 2010-03-03 16:42:37 -08:00
StorVsc.c Staging: hv: remove unneeded OnHostReset callback 2010-03-03 16:42:36 -08:00
StorVscApi.h Staging: hv: remove unneeded OnHostReset callback 2010-03-03 16:42:36 -08:00
TODO
VersionInfo.h Staging: hv: Add proper versioning to HV drivers 2010-03-03 16:42:37 -08:00
vmbus_drv.c Staging: hv: match on DMI values to know if we should run. 2010-03-03 16:42:37 -08:00
Vmbus.c Staging: hv: Add proper versioning to HV drivers 2010-03-03 16:42:37 -08:00
vmbus.h Staging: hv: Rename struct device_context and re-arrange the fields inside 2010-03-03 16:42:37 -08:00
VmbusApi.h
VmbusChannelInterface.h
VmbusPacketFormat.h
VmbusPrivate.h
vstorage.h