[GIT PULL] x86/hyperv changes for v5.4

From: Ingo Molnar
Date: Mon Sep 16 2019 - 09:18:57 EST


Linus,

Please pull the latest x86-hyperv-for-linus git tree from:

git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-hyperv-for-linus

# HEAD: 83527ef7abf7c02c33a90b00f0954db35415adbd drivers: hv: vmbus: Replace page definition with Hyper-V specific one

Misc updates related to page size abstractions within the HyperV code, in
preparation for future features.

Thanks,

Ingo

------------------>
Maya Nakamura (3):
x86/hyperv: Create and use Hyper-V page definitions
x86/hyperv: Add functions to allocate/deallocate page for Hyper-V
drivers: hv: vmbus: Replace page definition with Hyper-V specific one


arch/x86/hyperv/hv_init.c | 14 ++++++++++++++
arch/x86/include/asm/hyperv-tlfs.h | 12 +++++++++++-
arch/x86/include/asm/mshyperv.h | 5 ++++-
drivers/hv/hyperv_vmbus.h | 8 ++++----
4 files changed, 33 insertions(+), 6 deletions(-)