milos-linux/arch/x86/kernel/cpu
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
..
mce syscore: Pass context data to callbacks 2025-11-14 10:01:52 +01:00
microcode syscore: Pass context data to callbacks 2025-11-14 10:01:52 +01:00
mtrr syscore: Pass context data to callbacks 2025-11-14 10:01:52 +01:00
resctrl x86/resctrl: Configure mbm_event mode if supported 2025-09-15 12:52:04 +02:00
sgx x86/sgx: Use ENCLS mnemonic in <kernel/cpu/sgx/encls.h> 2025-08-25 17:28:43 +02:00
.gitignore
acrn.c
amd.c - Make TDX and kexec work together 2025-10-04 10:01:30 -07:00
amd_cache_disable.c
aperfmperf.c syscore: Pass context data to callbacks 2025-11-14 10:01:52 +01:00
bhyve.c x86/cpu: Detect FreeBSD Bhyve hypervisor 2025-09-15 14:06:44 +02:00
bugs.c x86/bugs: Report correct retbleed mitigation status 2025-09-16 13:32:18 +02:00
bus_lock.c
cacheinfo.c x86/cpu/cacheinfo: Simplify cacheinfo_amd_init_llc_id() using _cpuid4_info 2025-09-17 11:22:40 +02:00
centaur.c
common.c - Unify and refactor the MCA arch side and better separate code 2025-09-30 12:43:17 -07:00
cpu.h
cpuid-deps.c
cpuid_0x2_table.c
cyrix.c
debugfs.c
feat_ctl.c
hygon.c x86/cpu/hygon: Add missing resctrl_cpu_detect() in bsp_init helper 2025-08-18 12:09:26 +02:00
hypervisor.c x86/cpu: Detect FreeBSD Bhyve hypervisor 2025-09-15 14:06:44 +02:00
intel.c x86/cpu/intel: Fix the constant_tsc model check for Pentium 4 2025-08-25 08:23:37 -07:00
intel_epb.c syscore: Pass context data to callbacks 2025-11-14 10:01:52 +01:00
Makefile x86/cpu: Detect FreeBSD Bhyve hypervisor 2025-09-15 14:06:44 +02:00
match.c
mkcapflags.sh
mshyperv.c - Remove a bunch of asm implementing condition flags testing in KVM's 2025-10-11 11:19:16 -07:00
perfctr-watchdog.c
powerflags.c
proc.c
rdrand.c
scattered.c Generic: 2025-10-06 12:37:34 -07:00
topology.c x86/topology: Implement topology_is_core_online() to address SMT regression 2025-09-22 21:25:36 +02:00
topology.h
topology_amd.c x86/cpu/topology: Define AMD64_CPUID_EXT_FEAT MSR 2025-09-17 11:24:33 +02:00
topology_common.c
topology_ext.c
transmeta.c
tsx.c
umc.c
umwait.c syscore: Pass context data to callbacks 2025-11-14 10:01:52 +01:00
vmware.c
vortex.c
zhaoxin.c