All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] x86: ucode and CPU Kconfig
@ 2023-10-26 20:55 Andrew Cooper
  2023-10-26 20:55 ` [PATCH v2 1/2] x86/ucode: Move vendor specifics back out of early_microcode_init() Andrew Cooper
  2023-10-26 20:55 ` [PATCH v2 2/2] x86/Kconfig: Introduce CONFIG_{AMD,INTEL} and conditionalise ucode Andrew Cooper
  0 siblings, 2 replies; 15+ messages in thread
From: Andrew Cooper @ 2023-10-26 20:55 UTC (permalink / raw)
  To: Xen-devel
  Cc: Andrew Cooper, Jan Beulich, Roger Pau Monné, Wei Liu,
	Alejandro Vallejo, Stefano Stabellini, Xenia Ragiadakou

A fix to the recent Ucode changes which I ultimately didn't insist on owing to
the Xen 4.18 timeline, and enough of the start on the CPU Kconfig to allow
randconfig to check the boundary.

There are many more ucode fixes to come...

Andrew Cooper (2):
  x86/ucode: Move vendor specifics back out of early_microcode_init()
  x86/Kconfig: Introduce CONFIG_{AMD,INTEL} and conditionalise ucode

 xen/arch/x86/Kconfig                 |  2 ++
 xen/arch/x86/Kconfig.cpu             | 22 ++++++++++++++++++++++
 xen/arch/x86/cpu/microcode/Makefile  |  4 ++--
 xen/arch/x86/cpu/microcode/amd.c     | 10 +++++++++-
 xen/arch/x86/cpu/microcode/core.c    | 16 +++++-----------
 xen/arch/x86/cpu/microcode/intel.c   | 12 ++++++++++--
 xen/arch/x86/cpu/microcode/private.h | 23 ++++++++++++++++++-----
 7 files changed, 68 insertions(+), 21 deletions(-)
 create mode 100644 xen/arch/x86/Kconfig.cpu

-- 
2.30.2



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

end of thread, other threads:[~2024-04-10 18:19 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-26 20:55 [PATCH v2 0/2] x86: ucode and CPU Kconfig Andrew Cooper
2023-10-26 20:55 ` [PATCH v2 1/2] x86/ucode: Move vendor specifics back out of early_microcode_init() Andrew Cooper
2023-10-26 20:55 ` [PATCH v2 2/2] x86/Kconfig: Introduce CONFIG_{AMD,INTEL} and conditionalise ucode Andrew Cooper
2023-10-27  7:12   ` Jan Beulich
     [not found]     ` <ZTu_WxdWTrthCs4m@macbook>
2023-10-27 19:18       ` Andrew Cooper
2023-10-30  8:40         ` Jan Beulich
2023-10-30  9:07         ` Roger Pau Monné
2023-10-27 19:19       ` [PATCH v2.5 " Andrew Cooper
2024-04-09 21:42         ` Stefano Stabellini
2024-04-09 21:49           ` Andrew Cooper
2024-04-10 15:14   ` [PATCH v2 " Roger Pau Monné
2024-04-10 16:21     ` Andrew Cooper
2024-04-10 16:34       ` Roger Pau Monné
2024-04-10 17:49         ` Andrew Cooper
2024-04-10 18:18         ` Stefano Stabellini

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.