[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <166742670556.205987.18227942188746093700.stgit@skinsburskii-cloud-desktop.internal.cloudapp.net>
Date: Wed, 02 Nov 2022 22:07:18 +0000
From: Stanislav Kinsburskii <skinsburskii@...ux.microsoft.com>
To: unlisted-recipients:; (no To-header on input)
Cc: x86@...nel.org, Thomas Gleixner <tglx@...utronix.de>,
Andy Lutomirski <luto@...nel.org>,
Ingo Molnar <mingo@...hat.com>,
Stanislav Kinsburskiy <stanislav.kinsburskiy@...il.com>,
Daniel Lezcano <daniel.lezcano@...aro.org>,
Dexuan Cui <decui@...rosoft.com>,
Haiyang Zhang <haiyangz@...rosoft.com>,
Dave Hansen <dave.hansen@...ux.intel.com>,
Borislav Petkov <bp@...en8.de>, linux-hyperv@...r.kernel.org,
linux-kernel@...r.kernel.org,
"K. Y. Srinivasan" <kys@...rosoft.com>,
Wei Liu <wei.liu@...nel.org>, "H. Peter Anvin" <hpa@...or.com>
Subject: [PATCH v2 0/4] hyper-v: Introduce TSC page for root partition
This series does some cleanup and precursor changes to the hyper-v clock
source and introduces support for TSC page based clock in root partition.
Hyper-V root partition requires kernel to map the page, specified by the
hypervisor (instead of provide the PFN to the hypervisor like it's done in
guest partition).
v2:
1. Addressed all the comments to the commit messages.
2. TSC page in root partition is now remapped based on size of the tsc_pg
variable.
The following series implements...
---
Stanislav Kinsburskiy (4):
drivers/clocksource/hyper-v: Introduce a pointer to TSC page
drivers/clocksource/hyper-v: Introduce TSC PFN getter
drivers/clocksource/hyper-v: Use TSC PFN getter to map vvar page
drivers/clocksource/hyper-v: Add TSC page support for root partition
arch/x86/entry/vdso/vma.c | 7 ++---
arch/x86/hyperv/hv_init.c | 2 +
drivers/clocksource/hyperv_timer.c | 54 +++++++++++++++++++++++++++---------
include/clocksource/hyperv_timer.h | 7 +++++
4 files changed, 52 insertions(+), 18 deletions(-)
Powered by blists - more mailing lists