This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 2a5c61843e31 Merge tag 'hwmon-for-v5.14' of git://git.kernel.org/pub/sc [...] new 94a311ce248e x86/MCE/AMD, EDAC/mce_amd: Add new SMCA bank types new 40cd0aae5957 x86/mce: Include a MCi_MISC value in faked mce logs new 429b2ba70812 EDAC/mce_amd: Fix typo "FIfo" -> "Fifo" new f565b20734d3 Merge tag 'ras_core_for_v5.14_rc1' of git://git.kernel.org [...] new 28188cc461f6 x86/cpu: Fix core name for Sapphire Rapids new 2ade8fc65076 x86/amd_nb: Add AMD family 19h model 50h PCI ids new 280b68a3b3b9 x86/cstate: Allow ACPI C1 FFH MWAIT use on Hygon systems new cbcddaa33d7e perf/x86/rapl: Use CPUID bit on AMD and Hygon parts new 1348924ba816 x86/msr: Define new bits in TSX_FORCE_ABORT MSR new ad3c2e174938 x86/events/intel: Do not deploy TSX force abort workaround [...] new 293649307ef9 x86/tsx: Clear CPUID bits when TSX always force aborts new 2594b713c12f Merge tag 'x86_cpu_for_v5.14_rc1' of git://git.kernel.org/ [...] new 4aca2d99fd27 x86/sev: Fix error message in runtime #VC handler new f2df15639e44 x86/insn-eval: Make 0 a valid RIP for insn_get_effective_ip() new 4aaa7eacd7cc x86/insn: Extend error reporting from insn_fetch_from_user [...] new 07570cef5e5c x86/sev: Propagate #GP if getting linear instruction addre [...] new d187f217335d x86/sev: Make sure IRQs are disabled while GHCB is active new be1a5408868a x86/sev: Split up runtime #VC handler for correct state tracking new 310f134ed41f x86/sev: Add defines for GHCB version 2 MSR protocol requests new 8d9d46bbf3b6 x86/sev: Use "SEV: " prefix for messages from sev.c new d04f7de0a513 Merge tag 'x86_sev_for_v5.14_rc1' of git://git.kernel.org/ [...]
The 21 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: arch/x86/entry/entry_64.S | 4 +- arch/x86/events/intel/core.c | 8 +- arch/x86/events/rapl.c | 6 +- arch/x86/include/asm/cpufeatures.h | 3 +- arch/x86/include/asm/idtentry.h | 29 ++---- arch/x86/include/asm/intel-family.h | 3 +- arch/x86/include/asm/mce.h | 13 ++- arch/x86/include/asm/msr-index.h | 4 + arch/x86/include/asm/sev-common.h | 16 ++- arch/x86/kernel/acpi/cstate.c | 3 +- arch/x86/kernel/amd_nb.c | 3 + arch/x86/kernel/cpu/amd.c | 4 + arch/x86/kernel/cpu/cpu.h | 2 + arch/x86/kernel/cpu/hygon.c | 4 + arch/x86/kernel/cpu/intel.c | 4 +- arch/x86/kernel/cpu/mce/amd.c | 55 ++++++---- arch/x86/kernel/cpu/mce/apei.c | 3 +- arch/x86/kernel/cpu/tsx.c | 37 ++++++- arch/x86/kernel/sev.c | 201 ++++++++++++++++++++---------------- arch/x86/kernel/umip.c | 10 +- arch/x86/lib/insn-eval.c | 30 +++--- drivers/edac/mce_amd.c | 70 +++++++++++++ include/linux/pci_ids.h | 1 + 23 files changed, 346 insertions(+), 167 deletions(-)