milos-linux/arch/x86/kernel/cpu/microcode
Thierry Reding a97fbc3ee3 syscore: Pass context data to callbacks
Several drivers can benefit from registering per-instance data along
with the syscore operations. To achieve this, move the modifiable fields
out of the syscore_ops structure and into a separate struct syscore that
can be registered with the framework. Add a void * driver data field for
drivers to store contextual data that will be passed to the syscore ops.

Acked-by: Rafael J. Wysocki (Intel) <rafael@kernel.org>
Signed-off-by: Thierry Reding <treding@nvidia.com>
2025-11-14 10:01:52 +01:00
..
amd.c x86/microcode: Add microcode loader debugging functionality 2025-09-04 16:15:19 +02:00
amd_shas.c x86/microcode/AMD: Add TSA microcode SHAs 2025-06-17 17:17:12 +02:00
core.c syscore: Pass context data to callbacks 2025-11-14 10:01:52 +01:00
intel-ucode-defs.h x86/microcode/intel: Refresh the revisions that determine old_microcode 2025-09-04 15:57:17 +02:00
intel.c Merge branch 'x86/msr' into x86/core, to resolve conflicts 2025-05-13 10:42:06 +02:00
internal.h x86/microcode: Add microcode loader debugging functionality 2025-09-04 16:15:19 +02:00
Makefile