All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] x86/ucode: Minor cleanup
@ 2024-10-24 13:22 Andrew Cooper
  2024-10-24 13:22 ` [PATCH 1/5] x86/ucode: Rename hypercall-context functions Andrew Cooper
                   ` (5 more replies)
  0 siblings, 6 replies; 16+ messages in thread
From: Andrew Cooper @ 2024-10-24 13:22 UTC (permalink / raw)
  To: Xen-devel; +Cc: Andrew Cooper, Jan Beulich, Roger Pau Monné

Misc cleanup without functional change.  Mostly to improve clarity.

Andrew Cooper (5):
  x86/ucode: Rename hypercall-context functions
  x86/ucode: Drop the parse_blob() wrapper
  x86/ucode: Rename the cpu_request_microcode() hook to parse()
  x86/ucode: Rename the apply_microcode() hook to load()
  x86/ucode: Drop the match_reg[] field from AMD's microcode_patch

 xen/arch/x86/cpu/microcode/amd.c     | 11 ++---
 xen/arch/x86/cpu/microcode/core.c    | 72 +++++++++++++++-------------
 xen/arch/x86/cpu/microcode/intel.c   | 12 ++---
 xen/arch/x86/cpu/microcode/private.h |  9 ++--
 xen/arch/x86/include/asm/microcode.h |  4 +-
 xen/arch/x86/platform_hypercall.c    |  6 +--
 6 files changed, 59 insertions(+), 55 deletions(-)


base-commit: a974725a87a1afc8056b41c56dfe7fe272a7169c
-- 
2.39.5



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

end of thread, other threads:[~2025-02-26  7:19 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-24 13:22 [PATCH 0/5] x86/ucode: Minor cleanup Andrew Cooper
2024-10-24 13:22 ` [PATCH 1/5] x86/ucode: Rename hypercall-context functions Andrew Cooper
2024-10-25 14:57   ` Jason Andryuk
2024-10-24 13:22 ` [PATCH 2/5] x86/ucode: Drop the parse_blob() wrapper Andrew Cooper
2024-10-25 14:59   ` Jason Andryuk
2024-10-24 13:22 ` [PATCH 3/5] x86/ucode: Rename the cpu_request_microcode() hook to parse() Andrew Cooper
2024-10-25 15:03   ` Jason Andryuk
2024-10-24 13:22 ` [PATCH 4/5] x86/ucode: Rename the apply_microcode() hook to load() Andrew Cooper
2024-10-25 15:08   ` Jason Andryuk
2024-10-28 13:14   ` Jan Beulich
2024-10-24 13:22 ` [PATCH 5/5] x86/ucode: Drop the match_reg[] field from AMD's microcode_patch Andrew Cooper
2024-10-25 15:10   ` Jason Andryuk
2024-10-28 13:18   ` Jan Beulich
2025-02-25 22:01     ` Andrew Cooper
2025-02-26  7:18       ` Jan Beulich
2024-10-25 10:13 ` [PATCH 0/5] x86/ucode: Minor cleanup Alejandro Vallejo

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.