linux/drivers/staging/hv
K. Y. Srinivasan 5c47340061 Staging: hv: Create a common header for all hyperv drivers to include
Create a common header for all hyperv drivers to include. When
we exit staging, this would land under include/linux.

Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: Abhishek Kane <v-abkane@microsoft.com>
Signed-off-by: Hank Janssen <hjanssen@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2011-05-17 11:46:12 -07:00
..
tools Merge branch 'staging-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6 2011-04-07 11:36:44 -07:00
Kconfig Staging: hv: Add the necessary dependencies to hyperv Kconfig 2011-05-06 09:27:34 -07:00
Makefile Staging: hv: Move the contents of blkvsc.c to blkvsc_drv.c 2011-04-04 21:50:44 -07:00
TODO staging: hv: Convert vmbus driver interface function pointer table to constant 2010-09-14 16:27:12 -07:00
blkvsc_drv.c Staging: hv: Make blkvsc_drv an instance of struct hv_driver 2011-05-11 13:49:28 -07:00
channel.c Staging: hv: Get rid of some dead code in channel.c 2011-05-11 13:49:17 -07:00
channel.h Staging: hv: replaced __attribute((packed)) with __packed 2011-02-09 12:11:54 -08:00
channel_mgmt.c Staging: hv: Use completion abstraction to synchronize in vmbus_channel_msginfo 2011-05-11 13:49:14 -07:00
channel_mgmt.h Staging: hv: Use completion abstraction to synchronize in vmbus_channel_msginfo 2011-05-11 13:49:14 -07:00
connection.c Staging: hv: Get rid of some dead code in connection.c 2011-05-11 13:49:17 -07:00
hv.c Staging: hv: Change Cleanup to cleanup in hv.c 2011-05-11 13:49:18 -07:00
hv.h staging: hv: Convert camel cased functions in hv.c to lower cases 2010-11-09 16:42:11 -08:00
hv_api.h Fix common misspellings 2011-03-31 11:26:23 -03:00
hv_kvp.c staging: hv: Replaced DPRINT and printk with native functions in hv_utils 2011-04-04 22:03:08 -07:00
hv_kvp.h Fix common misspellings 2011-03-31 11:26:23 -03:00
hv_mouse.c Staging: hv: mouse_drv: Get rid of some unused code 2011-05-11 13:49:34 -07:00
hv_timesource.c staging: hv: Replaced printk with pr_info in hv_timesource 2011-04-04 22:03:08 -07:00
hv_util.c staging: Remove unnecessary semicolons when switch (foo) {...}; 2011-04-25 16:58:35 -07:00
hyperv.h Staging: hv: Create a common header for all hyperv drivers to include 2011-05-17 11:46:12 -07:00
logging.h Staging: hv: Remove osd layer 2011-02-18 13:11:03 -08:00
netvsc.c Staging: hv: Use completion abstraction in struct netvsc_device 2011-05-11 13:49:16 -07:00
netvsc.h Staging: hv: Use completion abstraction in struct netvsc_device 2011-05-11 13:49:16 -07:00
netvsc_api.h Staging: hv: Make rndis_filter_device_remove() non static 2011-05-11 13:48:46 -07:00
netvsc_drv.c Staging: hv: netvsc_drv: Statically initialize probe/remove 2011-05-11 13:48:57 -07:00
ring_buffer.c Staging: hv: Get rid of the volatile qualifier for a variable in ring_buffer.c 2011-05-11 13:49:10 -07:00
ring_buffer.h Staging: hv: Cleanup ring_buffer.h 2011-05-11 13:49:10 -07:00
rndis.h staging: hv: Convert camel cased struct fields in rndis.h to lower cases 2010-12-13 10:31:52 -08:00
rndis_filter.c Staging: hv: Use the completion abstraction in struct rndis_request 2011-05-11 13:49:16 -07:00
rndis_filter.h staging: hv: Convert camel cased functions in rndis_filter.c to lower cases 2010-12-13 10:31:51 -08:00
storvsc.c Staging: hv: Use the rinbuffer size info in struct storvsc_device_info 2011-05-11 13:49:24 -07:00
storvsc_api.h Staging: hv: Get rid of struct storvsc_driver 2011-05-11 13:49:29 -07:00
storvsc_drv.c Staging: hv: Make storvsc_drv an instance of hv_driver 2011-05-11 13:49:28 -07:00
utils.h Staging: hv: replaced __attribute((packed)) with __packed 2011-02-09 12:11:54 -08:00
version_info.h
vmbus.h Staging: hv: Remove the vm_device structure 2011-03-07 14:22:31 -08:00
vmbus_api.h Staging: hv: Get rid of cleanup from struct hv_driver 2011-05-11 13:48:55 -07:00
vmbus_channel_interface.h Staging: hv: replaced __attribute((packed)) with __packed 2011-02-09 12:11:54 -08:00
vmbus_drv.c Staging: hv: VMBUS is a acpi enumerated device; get irq value from bios 2011-05-03 13:31:31 -07:00
vmbus_packet_format.h Staging: hv: replaced __attribute((packed)) with __packed 2011-02-09 12:11:54 -08:00
vmbus_private.h Staging: hv: Get rid of some unnecessary state from struct vmbus_msginfo 2011-05-11 13:49:15 -07:00
vstorage.h Staging: hv: Add the inclusion guard for vstorage.h 2011-04-04 21:50:40 -07:00