This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from c7a5238ef68b Merge tag 's390-5.15-1' of git://git.kernel.org/pub/scm/li [...] new d19faf0e49eb EDAC/amd64: Use DEVICE_ATTR helper macros new e1ca90b7cc5c EDAC/mc: Add new HBM2 memory type new 767f4b620eda EDAC/mce_amd: Do not load edac_mce_amd module on guests new 7d07deb3b838 EDAC/altera: Skip defining unused structures for specific configs new fd07a4a0d30b EDAC/skx_common: Set the memory type correctly for HBM memory new 2294a7299f5e EDAC/i10nm: Fix NVDIMM detection new cf4e6d52f583 EDAC/i10nm: Retrieve and print retry_rd_err_log registers new 05b5fdb2a8f7 Merge tag 'edac_updates_for_v5.15' of git://git.kernel.org [...] new 3bff147b187d x86/mce: Defer processing of early errors new 8f645b420822 Merge tag 'ras_core_for_v5.15' of git://git.kernel.org/pub [...] new 989ceac799cb x86/build: Remove stale cc-option checks new 03dca99e200f x86/tools/relocs: Mark die() with the printf function attr format new 6d61b8e66d34 x86/build: Remove the left-over bzlilo target new 081551266d2f x86/build: Move the install rule to arch/x86/Makefile new ced119b6308d Merge tag 'x86_build_for_v5.15' of git://git.kernel.org/pu [...] new 63c8b1231929 x86/resctrl: Split struct rdt_resource new 792e0f6f789b x86/resctrl: Split struct rdt_domain new cdb9ebc91784 x86/resctrl: Add a separate schema list for resctrl new f2594492308d x86/resctrl: Pass the schema in info dir's private pointer new 208ab16847c5 x86/resctrl: Label the resources with their configuration type new 331ebe4c4349 x86/resctrl: Walk the resctrl schema list instead of an arch list new 3183e87c1b79 x86/resctrl: Store the effective num_closid in the schema new eb6f31876941 x86/resctrl: Add resctrl_arch_get_num_closid() new 1c290682c0c9 x86/resctrl: Pass the schema to resctrl filesystem functions new 32150edd3fcf x86/resctrl: Swizzle rdt_resource and resctrl_schema in ps [...] new c091e90721b8 x86/resctrl: Add a helper to read/set the CDP configuration new e198fde3fe08 x86/resctrl: Move the schemata names into struct resctrl_schema new e8f7282552b9 x86/resctrl: Group staged configuration into a separate struct new 75408e43509e x86/resctrl: Allow different CODE/DATA configurations to b [...] new 2e6678195d59 x86/resctrl: Rename update_domains() to resctrl_arch_updat [...] new f07e9d025057 x86/resctrl: Add a helper to read a closid's configuration new fa8f711d2f14 x86/resctrl: Pass configuration type to resctrl_arch_get_config() new 141739aa7350 x86/resctrl: Make ctrlval arrays the same size new 2e7df368fc92 x86/resctrl: Apply offset correction when config is staged new 2b8dd4ab65da x86/resctrl: Calculate the index from the configuration type new 43ac1dbf6101 x86/resctrl: Merge the ctrl_val arrays new fbc06c698059 x86/resctrl: Remove rdt_cdp_peer_get() new 327364d5b6b6 x86/resctrl: Expand resctrl_arch_update_domains()'s msr_pa [...] new 5c3b63cdba44 x86/resctrl: Merge the CDP resources new 111136e69c9d x86/resctrl: Make resctrl_arch_get_config() return its value new 42f6e869a028 Merge tag 'x86_cache_for_v5.15' of git://git.kernel.org/pu [...] new 77ad320cfb2a x86/mmiotrace: Replace deprecated CPU-hotplug functions. new 1a351eefd4ac x86/mtrr: Replace deprecated CPU-hotplug functions. new 2089f34f8c5b x86/microcode: Replace deprecated CPU-hotplug functions. new 8ae9e3f63865 x86/mce/inject: Replace deprecated CPU-hotplug functions. new afc880cbb294 x86/power: Fix kernel-doc warnings in cpu.c new 5b3fd8aa5df0 x86/kaslr: Have process_mem_region() return a boolean new 230bda0873a6 Merge tag 'x86_cleanups_for_v5.15' of git://git.kernel.org [...]
The 48 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/Makefile | 53 ++-- arch/x86/boot/Makefile | 7 +- arch/x86/boot/compressed/kaslr.c | 2 +- arch/x86/include/asm/mce.h | 1 + arch/x86/kernel/cpu/mce/core.c | 11 +- arch/x86/kernel/cpu/mce/inject.c | 8 +- arch/x86/kernel/cpu/microcode/core.c | 18 +- arch/x86/kernel/cpu/mtrr/mtrr.c | 8 +- arch/x86/kernel/cpu/resctrl/core.c | 276 +++++++----------- arch/x86/kernel/cpu/resctrl/ctrlmondata.c | 163 ++++++++--- arch/x86/kernel/cpu/resctrl/internal.h | 231 +++++---------- arch/x86/kernel/cpu/resctrl/monitor.c | 44 +-- arch/x86/kernel/cpu/resctrl/pseudo_lock.c | 12 +- arch/x86/kernel/cpu/resctrl/rdtgroup.c | 461 +++++++++++++++++------------- arch/x86/mm/mmio-mod.c | 4 +- arch/x86/power/cpu.c | 31 +- arch/x86/tools/relocs.c | 37 +-- arch/x86/tools/relocs.h | 1 + drivers/edac/altera_edac.c | 44 +-- drivers/edac/amd64_edac.c | 21 +- drivers/edac/edac_mc.c | 1 + drivers/edac/i10nm_base.c | 152 +++++++++- drivers/edac/mce_amd.c | 3 + drivers/edac/skx_base.c | 3 +- drivers/edac/skx_common.c | 9 +- drivers/edac/skx_common.h | 7 +- include/linux/edac.h | 3 + include/linux/resctrl.h | 184 ++++++++++++ 28 files changed, 1066 insertions(+), 729 deletions(-)