Staging: hyperv: add clocksource driver
authorKy Srinivasan <ksrinivasan@novell.com>
Thu, 20 May 2010 18:54:06 +0000 (12:54 -0600)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 8 Jul 2010 21:15:11 +0000 (14:15 -0700)
commitdc899971a1b7754f6171e6f1232365b864f96eef
tree688f65aad1b9b7d6c3fa5686a5e6fd4ffbfec4d8
parent9279aa55061a280b826bdf9ba5ab5f6a566c1dfb
Staging: hyperv: add clocksource driver

This patch is a clocksource implementation suitable for guests hosted on
HyperV.  Time keeping in Linux guests hosted on HyperV is unstable. This
clocksource driver fixes the problem. This driver uses the hyperv
detection code integrated into the kernel.

Signed-off-by: K. Y. Srinivasan <ksrinivasan@novell.com>
Cc: Hank Janssen <hjanssen@microsoft.com>
Cc: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/hv/Makefile
drivers/staging/hv/hv_timesource.c [new file with mode: 0644]