[PATCH 0/5] x86/xen: Get rid of Xen private lazy MMU mode tracking

Juergen Gross posted 5 patches 3 days, 19 hours ago
Only 4 patches received!
There is a newer version of this series
arch/x86/include/asm/paravirt.h       |  9 ++--
arch/x86/include/asm/paravirt_types.h | 11 +----
arch/x86/include/asm/xen/hypervisor.h | 25 +---------
arch/x86/kernel/paravirt.c            |  6 +--
arch/x86/xen/enlighten_pv.c           | 30 +++++-------
arch/x86/xen/mmu_pv.c                 | 66 +++++++++------------------
arch/x86/xen/xen-ops.h                | 12 +++--
include/linux/pgtable.h               | 56 ++++++++++++++++++-----
include/trace/events/xen.h            | 33 ++++++++------
9 files changed, 112 insertions(+), 136 deletions(-)
[PATCH 0/5] x86/xen: Get rid of Xen private lazy MMU mode tracking
Posted by Juergen Gross 3 days, 19 hours ago
With generic lazy MMU mode tracking being available, there is no real
need for having Xen PV specific code to track lazy MMU mode, too.

This makes it possible to drop two paravirt hooks.

Note that this series is based on my series "x86/xen: Do some Xen-PV
related cleanups" [1].

[1]: https://lore.kernel.org/lkml/20260522152114.77319-1-jgross@suse.com/

Juergen Gross (5):
  x86/xen: Drop lazy mode from trace entries
  x86/xen: Change interface of xen_mc_issue()
  mm: Refactor lazy_mmu_mode_pause() and lazy_mmu_mode_resume()
  x86/xen: Get rid of last XEN_LAZY_MMU uses
  x86/xen: Replace generic lazy tracking with cpu specific one

 arch/x86/include/asm/paravirt.h       |  9 ++--
 arch/x86/include/asm/paravirt_types.h | 11 +----
 arch/x86/include/asm/xen/hypervisor.h | 25 +---------
 arch/x86/kernel/paravirt.c            |  6 +--
 arch/x86/xen/enlighten_pv.c           | 30 +++++-------
 arch/x86/xen/mmu_pv.c                 | 66 +++++++++------------------
 arch/x86/xen/xen-ops.h                | 12 +++--
 include/linux/pgtable.h               | 56 ++++++++++++++++++-----
 include/trace/events/xen.h            | 33 ++++++++------
 9 files changed, 112 insertions(+), 136 deletions(-)

-- 
2.54.0