This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 769ca7d4d297 Merge tag 'kcsan-20241112-v6.13-rc1' of git://git.kernel.o [...] new 6c9748fbdfc6 EDAC/fsl_ddr: Pass down fsl_mc_pdata in ddr_in32() and ddr [...] new 5d9aeaa607cb EDAC/fsl_ddr: Move global variables into struct fsl_mc_pdata new 9ec22ac4fe76 EDAC/fsl_ddr: Fix bad bit shift operations new b01a731a4a5e dt-bindings: memory: fsl: Add compatible string nxp,imx9-m [...] new ddb8a8a022b9 EDAC/fsl_ddr: Add support for i.MX9 DDR controller new 2397f7957352 EDAC/skx_common: Differentiate memory error sources new a36667037a0c EDAC/{skx_common,i10nm}: Fix incorrect far-memory error so [...] new f12c946ee778 EDAC/ie31200: Add Kaby Lake-S dual-core host bridge ID new fefaae90398d EDAC/igen6: Avoid segmentation fault on module unload new 1d512b1aa5a8 EDAC/igen6: Initialize edac_op_state according to the conf [...] new e14232afa944 EDAC/igen6: Add polling support new 0be9f1af3902 EDAC/igen6: Add Intel Panther Lake-H SoCs support new 1fe774a93b46 EDAC/bluefield: Fix potential integer overflow new e41967575474 EDAC/bluefield: Use Arm SMC for EMI access on BlueField-2 new 233679b58c0b RAS/AMD/ATL: Add debug prints for DF register reads new 1164f23fbb50 MAINTAINERS: Change FSL DDR EDAC maintainership new 1b38da011559 Merge branch 'edac-misc' into edac-updates new 77286b868f93 Merge tag 'edac_updates_for_v6.13' of git://git.kernel.org [...] new 325c3376afad x86/mce/mcelog: Use xchg() to get and clear the flags new 754269ccf03d x86/mce/intel: Use MCG_BANKCNT_MASK instead of 0xff new 750fd23926f1 x86/mce: Add wrapper for struct mce to export vendor speci [...] new e52750fb1458 tracing: Add __print_dynamic_array() helper new d4fca1358ea9 x86/MCE/AMD: Add support for new MCA_SYND{1,2} registers new e9876dafa28e x86/mce/apei: Handle variable SMCA BERT record size new 612c2addff36 EDAC/mce_amd: Add support for FRU text in MCA new c1f2ffe207a2 Merge tag 'ras_core_for_v6.13' of git://git.kernel.org/pub [...] new 29eaa7958367 x86/resctrl: Slightly clean-up mbm_config_show() new 9bce6e94c4b3 x86/resctrl: Support Sub-NUMA cluster mode SNC6 new 5a4b3fbb4849 Merge tag 'x86_cache_for_v6.13' of git://git.kernel.org/pu [...] new 9a819753b020 x86/microcode/intel: Remove unnecessary cache writeback an [...] new ab713e709938 Merge tag 'x86_microcode_for_v6.13' of git://git.kernel.or [...] new 90f1b42b1794 x86/platform/intel-mid: Replace deprecated PCI functions new 9db8b240704c Merge tag 'x86_platform_for_v6.13' of git://git.kernel.org [...] new 4ae47fa7e8f9 x86/virt: Move SEV-specific parsing into arch/x86/virt/svm new 2db67aaca578 x86/virt: Provide "nosnp" boot option for sev kernel command line new f3476bc77057 virt: sev-guest: Use AES GCM crypto library new f75ff17fb48b x86/sev: Handle failures from snp_init() new 6068754a4fff x86/sev: Cache the secrets page address new 999d73686ba1 virt: sev-guest: Consolidate SNP guest messaging parameter [...] new ae596615d93d virt: sev-guest: Reduce the scope of SNP command mutex new 0a895c0d9b73 virt: sev-guest: Carve out SNP message context structure new f30470c190c2 x86/boot: Skip video memory access in the decompressor for [...] new 2a783066b6f5 x86/mm: Refactor __set_clr_pte_enc() new 3074152e56c9 x86/sev: Convert shared memory back to private on kexec new 8bca85cc1eb7 x86/sev: Cleanup vc_handle_msr() new 55db8eb4565f Merge tag 'x86_sev_for_v6.13' of git://git.kernel.org/pub/ [...] new f24f669d03f8 x86/mm: Don't disable PCID when INVLPG has been fixed by m [...] new 104edc6efca6 x86/cpufeatures: Rename X86_FEATURE_FAST_CPPC to have AMD prefix new 1ad466706671 x86/cpufeatures: Add X86_FEATURE_AMD_HETEROGENEOUS_CORES new b0979e536458 x86/cpu: Enable SD_ASYM_PACKING for PKG domain on AMD new 45239ba39a52 x86/cpu: Add CPU type to struct cpuinfo_topology new 3eef25ab0d89 x86/amd: Use heterogeneous core topology for identifying b [...] new 0c487010cb4f x86/cpufeatures: Add X86_FEATURE_AMD_WORKLOAD_CLASS feature bit new e6e6a303f83d x86/cpu: Fix formatting of cpuid_bits[] in scattered.c new 110213b8f0e7 x86/cpu: Fix FAM5_QUARK_X1000 to use X86_MATCH_VFM() new f74642d81c24 x86/cpu: Remove redundant CONFIG_NUMA guard around numa_add_cpu() new d8d78a90e7fc Merge tag 'x86_cpu_for_v6.13' of git://git.kernel.org/pub/ [...]
The 57 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: CREDITS | 4 + Documentation/arch/x86/x86_64/boot-options.rst | 5 + .../bindings/memory-controllers/fsl/fsl,ddr.yaml | 31 +- MAINTAINERS | 3 +- arch/x86/boot/compressed/misc.c | 15 + arch/x86/coco/sev/core.c | 269 ++++++++----- arch/x86/include/asm/cpufeatures.h | 4 +- arch/x86/include/asm/intel-family.h | 7 +- arch/x86/include/asm/mce.h | 36 +- arch/x86/include/asm/processor.h | 18 + arch/x86/include/asm/sev-common.h | 27 ++ arch/x86/include/asm/sev.h | 67 +++- arch/x86/include/asm/topology.h | 9 + arch/x86/include/uapi/asm/mce.h | 3 +- arch/x86/kernel/acpi/cppc.c | 23 ++ arch/x86/kernel/cpu/common.c | 2 - arch/x86/kernel/cpu/debugfs.c | 1 + arch/x86/kernel/cpu/mce/amd.c | 30 +- arch/x86/kernel/cpu/mce/apei.c | 107 ++++-- arch/x86/kernel/cpu/mce/core.c | 216 ++++++----- arch/x86/kernel/cpu/mce/dev-mcelog.c | 11 +- arch/x86/kernel/cpu/mce/genpool.c | 18 +- arch/x86/kernel/cpu/mce/inject.c | 6 +- arch/x86/kernel/cpu/mce/intel.c | 2 +- arch/x86/kernel/cpu/mce/internal.h | 4 +- arch/x86/kernel/cpu/microcode/intel.c | 10 +- arch/x86/kernel/cpu/resctrl/monitor.c | 3 +- arch/x86/kernel/cpu/resctrl/rdtgroup.c | 2 +- arch/x86/kernel/cpu/scattered.c | 56 +-- arch/x86/kernel/cpu/topology_amd.c | 3 + arch/x86/kernel/cpu/topology_common.c | 34 ++ arch/x86/kernel/smpboot.c | 5 +- arch/x86/mm/init.c | 23 +- arch/x86/mm/mem_encrypt_amd.c | 77 ++-- arch/x86/mm/mem_encrypt_identity.c | 11 +- arch/x86/platform/efi/quirks.c | 3 +- arch/x86/platform/intel-mid/pwr.c | 14 +- arch/x86/platform/intel-quark/imr.c | 2 +- arch/x86/platform/intel-quark/imr_selftest.c | 2 +- arch/x86/virt/svm/Makefile | 1 + arch/x86/virt/svm/cmdline.c | 45 +++ drivers/cpufreq/amd-pstate.c | 2 +- drivers/edac/bluefield_edac.c | 170 ++++++++- drivers/edac/fsl_ddr_edac.c | 141 ++++--- drivers/edac/fsl_ddr_edac.h | 13 + drivers/edac/i10nm_base.c | 1 + drivers/edac/ie31200_edac.c | 8 +- drivers/edac/igen6_edac.c | 49 ++- drivers/edac/layerscape_edac.c | 1 + drivers/edac/mce_amd.c | 22 +- drivers/edac/skx_common.c | 57 ++- drivers/edac/skx_common.h | 8 + drivers/ras/amd/atl/access.c | 8 +- drivers/thermal/intel/intel_quark_dts_thermal.c | 2 +- drivers/virt/coco/sev-guest/Kconfig | 4 +- drivers/virt/coco/sev-guest/sev-guest.c | 416 ++++++++------------- include/trace/events/mce.h | 49 +-- include/trace/stages/stage3_trace_output.h | 8 + include/trace/stages/stage7_class_define.h | 1 + samples/trace_events/trace-events-sample.h | 7 +- tools/arch/x86/include/asm/cpufeatures.h | 2 +- 61 files changed, 1431 insertions(+), 747 deletions(-) create mode 100644 arch/x86/virt/svm/cmdline.c