All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] x86: Convert x86_cpu_id to VFM
@ 2025-07-16 17:31 Andrew Cooper
  2025-07-16 17:31 ` [PATCH 1/6] x86: Sort headers Andrew Cooper
                   ` (5 more replies)
  0 siblings, 6 replies; 35+ messages in thread
From: Andrew Cooper @ 2025-07-16 17:31 UTC (permalink / raw)
  To: Xen-devel; +Cc: Andrew Cooper, Jan Beulich, Roger Pau Monné

This is the next part of the VFM converstion, focusing on struct x86_cpu_id.

https://gitlab.com/xen-project/hardware/xen-staging/-/pipelines/1930706122

Andrew Cooper (6):
  x86: Sort headers
  x86: Break struct x86_cpu_id out of processor.h
  x86/match-cpu: Introduce X86_MATCH_VFM() and convert intel_idle_ids[]
  x86: Convert users of INTEL_FAM6_MODEL() to X86_MATCH_VFM()
  x86/match-cpu: Support matching on steppings
  x86/apic: Convert the TSC deadline errata table to X86_MATCH_*()

 xen/arch/x86/acpi/cpu_idle.c         |  53 ++++++--------
 xen/arch/x86/apic.c                  | 105 +++++++++------------------
 xen/arch/x86/cpu/common.c            |  25 +------
 xen/arch/x86/cpu/intel.c             |  64 ++++++++--------
 xen/arch/x86/cpu/mwait-idle.c        |  11 +--
 xen/arch/x86/include/asm/match-cpu.h |  53 ++++++++++++++
 xen/arch/x86/include/asm/processor.h |  10 ---
 7 files changed, 148 insertions(+), 173 deletions(-)
 create mode 100644 xen/arch/x86/include/asm/match-cpu.h

-- 
2.39.5



^ permalink raw reply	[flat|nested] 35+ messages in thread

end of thread, other threads:[~2025-07-18 14:15 UTC | newest]

Thread overview: 35+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-16 17:31 [PATCH 0/6] x86: Convert x86_cpu_id to VFM Andrew Cooper
2025-07-16 17:31 ` [PATCH 1/6] x86: Sort headers Andrew Cooper
2025-07-17  7:10   ` Jan Beulich
2025-07-16 17:31 ` [PATCH 2/6] x86: Break struct x86_cpu_id out of processor.h Andrew Cooper
2025-07-17  7:23   ` Jan Beulich
2025-07-17 17:33     ` Andrew Cooper
2025-07-16 17:31 ` [PATCH 3/6] x86/match-cpu: Introduce X86_MATCH_VFM() and convert intel_idle_ids[] Andrew Cooper
2025-07-17  7:35   ` Jan Beulich
2025-07-17 17:39     ` Andrew Cooper
2025-07-18  5:38       ` Jan Beulich
2025-07-16 17:31 ` [PATCH 4/6] x86: Convert users of INTEL_FAM6_MODEL() to X86_MATCH_VFM() Andrew Cooper
2025-07-17  7:44   ` Jan Beulich
2025-07-17 17:57     ` Andrew Cooper
2025-07-18  5:40       ` Jan Beulich
2025-07-16 17:31 ` [PATCH 5/6] x86/match-cpu: Support matching on steppings Andrew Cooper
2025-07-17  8:11   ` Jan Beulich
2025-07-17 19:39     ` Andrew Cooper
2025-07-18  5:53       ` Jan Beulich
2025-07-18 10:29         ` Andrew Cooper
2025-07-18 13:28           ` Jan Beulich
2025-07-18 13:48             ` Andrew Cooper
2025-07-16 17:31 ` [PATCH 6/6] x86/apic: Convert the TSC deadline errata table to X86_MATCH_*() Andrew Cooper
2025-07-17  8:26   ` Jan Beulich
2025-07-17  9:02     ` Andrew Cooper
2025-07-17  9:33       ` Jan Beulich
2025-07-17 19:40         ` Andrew Cooper
2025-07-17  8:31   ` Jan Beulich
2025-07-17 19:45     ` Andrew Cooper
2025-07-18 10:07   ` [PATCH v1.1 " Andrew Cooper
2025-07-18 10:19     ` Jan Beulich
2025-07-18 10:23       ` Andrew Cooper
2025-07-18 10:55         ` Andrew Cooper
2025-07-18 14:06           ` Jan Beulich
2025-07-18 14:10             ` Andrew Cooper
2025-07-18 14:15         ` Jan Beulich

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.