From: Wei Liu <wei.liu@kernel.org>
To: Juergen Gross <jgross@suse.com>
Cc: linux-kernel@vger.kernel.org, x86@kernel.org,
virtualization@lists.linux.dev, kvm@vger.kernel.org,
linux-hyperv@vger.kernel.org,
Ajay Kaher <ajay.kaher@broadcom.com>,
Alexey Makhalov <alexey.makhalov@broadcom.com>,
Broadcom internal kernel review list
<bcm-kernel-feedback-list@broadcom.com>,
Thomas Gleixner <tglx@linutronix.de>,
Ingo Molnar <mingo@redhat.com>, Borislav Petkov <bp@alien8.de>,
Dave Hansen <dave.hansen@linux.intel.com>,
"H. Peter Anvin" <hpa@zytor.com>,
Paolo Bonzini <pbonzini@redhat.com>,
Vitaly Kuznetsov <vkuznets@redhat.com>,
Boris Ostrovsky <boris.ostrovsky@oracle.com>,
"K. Y. Srinivasan" <kys@microsoft.com>,
Haiyang Zhang <haiyangz@microsoft.com>,
Wei Liu <wei.liu@kernel.org>, Dexuan Cui <decui@microsoft.com>,
Long Li <longli@microsoft.com>,
Daniel Lezcano <daniel.lezcano@linaro.org>,
xen-devel@lists.xenproject.org,
"Peter Zijlstra (Intel)" <peterz@infradead.org>
Subject: Re: [PATCH v5 12/21] x86/paravirt: Move paravirt_sched_clock() related code into tsc.c
Date: Tue, 13 Jan 2026 06:56:31 +0000 [thread overview]
Message-ID: <20260113065631.GC3099059@liuwe-devbox-debian-v2.local> (raw)
In-Reply-To: <20260105110520.21356-13-jgross@suse.com>
On Mon, Jan 05, 2026 at 12:05:11PM +0100, Juergen Gross wrote:
> The only user of paravirt_sched_clock() is in tsc.c, so move the code
> from paravirt.c and paravirt.h to tsc.c.
>
> Signed-off-by: Juergen Gross <jgross@suse.com>
> Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
> ---
> arch/x86/include/asm/paravirt.h | 12 ------------
> arch/x86/include/asm/timer.h | 1 +
> arch/x86/kernel/kvmclock.c | 1 +
> arch/x86/kernel/paravirt.c | 7 -------
> arch/x86/kernel/tsc.c | 10 +++++++++-
> arch/x86/xen/time.c | 1 +
> drivers/clocksource/hyperv_timer.c | 2 ++
Acked-by: Wei Liu (Microsoft) <wei.liu@kernel.org>
next prev parent reply other threads:[~2026-01-13 6:56 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-05 11:04 [PATCH v5 00/21] paravirt: cleanup and reorg Juergen Gross
2026-01-05 11:05 ` [PATCH v5 01/21] x86/paravirt: Remove not needed includes of paravirt.h Juergen Gross
2026-01-13 6:55 ` Wei Liu
2026-01-05 11:05 ` [PATCH v5 12/21] x86/paravirt: Move paravirt_sched_clock() related code into tsc.c Juergen Gross
2026-01-13 6:56 ` Wei Liu [this message]
2026-01-05 11:05 ` [PATCH v5 21/21] x86/pvlocks: Move paravirt spinlock functions into own header Juergen Gross
2026-01-13 6:57 ` Wei Liu
2026-02-20 4:10 ` [PATCH v5 00/21] paravirt: cleanup and reorg patchwork-bot+linux-riscv
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260113065631.GC3099059@liuwe-devbox-debian-v2.local \
--to=wei.liu@kernel.org \
--cc=ajay.kaher@broadcom.com \
--cc=alexey.makhalov@broadcom.com \
--cc=bcm-kernel-feedback-list@broadcom.com \
--cc=boris.ostrovsky@oracle.com \
--cc=bp@alien8.de \
--cc=daniel.lezcano@linaro.org \
--cc=dave.hansen@linux.intel.com \
--cc=decui@microsoft.com \
--cc=haiyangz@microsoft.com \
--cc=hpa@zytor.com \
--cc=jgross@suse.com \
--cc=kvm@vger.kernel.org \
--cc=kys@microsoft.com \
--cc=linux-hyperv@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=longli@microsoft.com \
--cc=mingo@redhat.com \
--cc=pbonzini@redhat.com \
--cc=peterz@infradead.org \
--cc=tglx@linutronix.de \
--cc=virtualization@lists.linux.dev \
--cc=vkuznets@redhat.com \
--cc=x86@kernel.org \
--cc=xen-devel@lists.xenproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox