This patchset (consisting of 3 patches) was part of the v4 patchset (consisting of 12 patches): https://lkml.org/lkml/2019/9/2/894 I realized these 3 patches must go through the tip.git tree, because I have to rebase 2 of the 3 patches due to recent changes from others in the tip tree. All the 3 patches are now rebased to the tip tree's timers/core branch: https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git/log/?h=timers/core , and all the 3 patches have Michael Kelley's Signed-off-by's. Please review. Thanks! Dexuan Dexuan Cui (3): x86/hyper-v: Suspend/resume the hypercall page for hibernation x86/hyper-v: Implement hv_is_hibernation_supported() clocksource/drivers: Suspend/resume Hyper-V clocksource for hibernation arch/x86/hyperv/hv_init.c | 40 ++++++++++++++++++++++++++++++++++++++ drivers/clocksource/hyperv_timer.c | 25 ++++++++++++++++++++++++ include/asm-generic/mshyperv.h | 2 ++ 3 files changed, 67 insertions(+) -- 1.8.3.1