linux/drivers/hv
K. Y. Srinivasan 917ea427c7 Drivers: hv: Setup a mapping for Hyper-V's notion cpu ID
On win8 (ws2012), incoming vmbus interrupt load can be spread across all
available VCPUs in the guest. On a per-channel basis, the interrupts can
be bound to specific CPUs. The Linux notion of cpu ID may be different
from that of the hypervisor's. Setup a mapping structure.

Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Reviewed-by: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-01-17 11:34:37 -08:00
..
channel_mgmt.c Drivers: hv: Manage signaling state on a per-connection basis 2013-01-17 11:34:37 -08:00
channel.c Drivers: hv: Change the signature of vmbus_set_event() 2013-01-17 11:34:36 -08:00
connection.c Drivers: hv: Cleanup vmbus_set_event() to support win7 and beyond 2013-01-17 11:34:37 -08:00
hv_balloon.c
hv_kvp.c
hv_util.c Drivers: hv: Turn off batched reading for util drivers 2013-01-17 10:46:39 -08:00
hv.c Drivers: hv: Setup a mapping for Hyper-V's notion cpu ID 2013-01-17 11:34:37 -08:00
hyperv_vmbus.h Drivers: hv: Setup a mapping for Hyper-V's notion cpu ID 2013-01-17 11:34:37 -08:00
Kconfig
Makefile
ring_buffer.c Drivers: hv: Get rid of hv_get_ringbuffer_interrupt_mask() 2013-01-17 10:46:39 -08:00
vmbus_drv.c