]> exis.tech > repos - linux.git/commit
x86/xen: Replace generic lazy tracking with cpu specific one
authorJuergen Gross <jgross@suse.com>
Tue, 26 May 2026 15:05:14 +0000 (17:05 +0200)
committerJuergen Gross <jgross@suse.com>
Mon, 8 Jun 2026 07:21:06 +0000 (09:21 +0200)
commit1d5d1b8a4cd195eb95e1068054a8a18088bb9273
tree2221602424c6268f7beecd6e32ccf7abd57b5240
parentbec6f41a6fe51368c6655b8686eed694eaab954b
x86/xen: Replace generic lazy tracking with cpu specific one

Now that lazy mmu state tracking no longer relies on the Xen specific
one, cpu lazy mode is the only user of the Xen generic lazy tracking.

Replace the Xen generic lazy tracking with a cpu lazy specific one.

Signed-off-by: Juergen Gross <jgross@suse.com>
Message-ID: <20260526150514.129330-6-jgross@suse.com>
arch/x86/include/asm/xen/hypervisor.h
arch/x86/xen/enlighten_pv.c
arch/x86/xen/mmu_pv.c