linux/drivers/hv
Stephan Mueller 4b44f2d18a random: add interrupt callback to VMBus IRQ handler
The Hyper-V Linux Integration Services use the VMBus implementation for
communication with the Hypervisor. VMBus registers its own interrupt
handler that completely bypasses the common Linux interrupt handling.
This implies that the interrupt entropy collector is not triggered.

This patch adds the interrupt entropy collection callback into the VMBus
interrupt handler function.

Cc: stable@kernel.org
Signed-off-by: Stephan Mueller <stephan.mueller@atsec.com>
Signed-off-by: Stephan Mueller <smueller@chronox.de>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2016-06-13 11:54:33 -04:00
..
Kconfig
Makefile
channel.c
channel_mgmt.c Drivers: hv: vmbus: handle various crash scenarios 2016-05-01 09:23:14 -07:00
connection.c Drivers: hv: vmbus: Export the vmbus_set_event() API 2016-04-30 14:00:19 -07:00
hv.c
hv_balloon.c Drivers: hv: balloon: reset host_specified_ha_region 2016-05-01 09:23:14 -07:00
hv_fcopy.c
hv_kvp.c Drivers: hv: kvp: fix IP Failover 2016-05-01 09:23:14 -07:00
hv_snapshot.c
hv_util.c
hv_utils_transport.c
hv_utils_transport.h
hyperv_vmbus.h Drivers: hv: vmbus: handle various crash scenarios 2016-05-01 09:23:14 -07:00
ring_buffer.c Drivers: hv: vmbus: Implement APIs to support "in place" consumption of vmbus packets 2016-04-30 14:00:19 -07:00
vmbus_drv.c random: add interrupt callback to VMBus IRQ handler 2016-06-13 11:54:33 -04:00