x86/Hyper-V: Support for free page reporting
authorSunil Muthuswamy <sunilmut@microsoft.com>
Tue, 23 Mar 2021 18:47:16 +0000 (18:47 +0000)
committerWei Liu <wei.liu@kernel.org>
Wed, 24 Mar 2021 11:35:24 +0000 (11:35 +0000)
commit6dc2a774cb4fdb524b7eb0b8db74198a1b4815ea
tree537cf3fba82d5d7e438f930a428b564c8d6b6e8e
parent1b60280834683dddf4975bbf9662a74f123ba770
x86/Hyper-V: Support for free page reporting

Linux has support for free page reporting now (36e66c554b5c) for
virtualized environment. On Hyper-V when virtually backed VMs are
configured, Hyper-V will advertise cold memory discard capability,
when supported. This patch adds the support to hook into the free
page reporting infrastructure and leverage the Hyper-V cold memory
discard hint hypercall to report/free these pages back to the host.

Signed-off-by: Sunil Muthuswamy <sunilmut@microsoft.com>
Tested-by: Matheus Castello <matheus@castello.eng.br>
Reviewed-by: Michael Kelley <mikelley@microsoft.com>
Tested-by: Nathan Chancellor <nathan@kernel.org>
Link: https://lore.kernel.org/r/SN4PR2101MB0880121FA4E2FEC67F35C1DCC0649@SN4PR2101MB0880.namprd21.prod.outlook.com
Signed-off-by: Wei Liu <wei.liu@kernel.org>
arch/x86/hyperv/hv_init.c
arch/x86/kernel/cpu/mshyperv.c
drivers/hv/Kconfig
drivers/hv/hv_balloon.c
include/asm-generic/hyperv-tlfs.h
include/asm-generic/mshyperv.h