This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from b1456f6dc167 Merge tag 'timers-core-2025-05-25' of git://git.kernel.org [...] new 189572bf4e00 cpumask: Relax cpumask_any_but() new 13f0a02bf4c1 find: Add find_first_andnot_bit() new 5da703ef4e4a cpumask: Add cpumask_{first,next}_andnot() API new 94f753143028 x86/resctrl: Optimize cpumask_any_housekeeping() new dcb1d3d3b77b x86/resctrl: Remove the limit on the number of CLOSID new 7704fb81bc87 x86/resctrl: Rename resctrl_sched_in() to begin with "resc [...] new 8eb7ad66badc x86/resctrl: Check all domains are offline in resctrl_exit() new 8c992e24a062 x86/resctrl: Resctrl_exit() teardown resctrl but leave the [...] new bc740420d7ae x86/resctrl: Drop __init/__exit on assorted symbols new 6c72fb8d8bd7 x86/resctrl: Move is_mba_sc() out of core.c new d4fb6b8e4640 x86/resctrl: Add end-marker to the resctrl_event_id enum new 2a6566038544 x86/resctrl: Expand the width of domid by replacing mon_data_bits new 270f00bcc952 x86/resctrl: Split trace.h new 003e86077143 x86/resctrl: Add 'resctrl' to the title of the resctrl doc [...] new bff70402d6d6 fs/resctrl: Add boiler plate for external resctrl code new 3d95a49b365e x86/resctrl: Move the filesystem bits to headers visible t [...] new 7bdb619c7f9f x86/resctrl: Move enum resctrl_event_id to resctrl.h new 272ed1c28c9d x86/resctrl: Fix types in resctrl_arch_mon_ctx_{alloc,free [...] new 279f225951e3 x86/resctrl: Move pseudo lock prototypes to include/linux/ [...] new 556f48a5093b x86/resctrl: Squelch whitespace anomalies in resctrl core code new df3dc0efcc01 x86/resctrl: Prefer alloc(sizeof(*foo)) idiom in rdt_init_ [...] new b7b57edbf568 x86/resctrl: Relax some asm #includes new f6b25be204b8 x86/resctrl: Always initialise rid field in rdt_resources_all[] new 7168ae330e81 x86,fs/resctrl: Move the resctrl filesystem code to live i [...] new 54d14f25664b MAINTAINERS: Add reviewers for fs/resctrl new 664a231d90aa Merge tag 'x86_cache_for_v6.16_rc1' of git://git.kernel.or [...] new 20e190b1c1fd EDAC/igen6: Skip absent memory controllers new b804d7c59aea EDAC/igen6: Add Intel Arizona Beach SoCs support new 099d2db3625b EDAC/igen6: Add Intel Amston Lake SoCs support new 20d2d476b3ae EDAC/skx_common: Fix general protection fault new eeed3e03f426 EDAC/{skx_common,i10nm}: Fix the loss of saved RRL for HBM [...] new 4878e1e90056 EDAC/i10nm: Explicitly set the modes of the RRL register sets new 1a8a6af663a7 EDAC/{skx_common,i10nm}: Structure the per-channel RRL registers new ba3985c1faf5 EDAC/{skx_common,i10nm}: Refactor enable_retry_rd_err_log() new 126168fa2c3e EDAC/{skx_common,i10nm}: Refactor show_retry_rd_err_log() new 5904dc561ef2 EDAC/{skx_common,i10nm}: Add RRL support for Intel Granite [...] new 180f091224a0 EDAC/ie31200: Add two Intel SoCs for EDAC support new 2b2408aca90b EDAC/i10nm: Fix the bitwise operation between variables of [...] new ea3b0b7f541b EDAC/bluefield: Don't use bluefield_edac_readl() result on error new ada1b0436b5a Merge tag 'edac_updates_for_v6.16' of git://git.kernel.org [...] new 824c6384e8d9 x86/mtrr: Check if fixed-range MTRRs exist in mtrr_save_fi [...] new 350a604221d2 Merge tag 'x86_mtrr_for_v6.16_rc1' of git://git.kernel.org [...] new 770de678bc28 x86/sev: Add SVSM vTPM probe/send_command functions new b2849b072366 svsm: Add header with SVSM_VTPM_CMD helpers new 93b7c6b3ce91 tpm: Add SNP SVSM vTPM driver new e396dd85172c x86/sev: Register tpm-svsm platform device new dd3922cf9d4d Merge tag 'x86_sev_for_v6.16_rc1' of git://git.kernel.org/ [...]
The 47 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: Documentation/arch/x86/index.rst | 1 - Documentation/filesystems/index.rst | 1 + .../{arch/x86 => filesystems}/resctrl.rst | 6 +- MAINTAINERS | 5 +- arch/Kconfig | 8 + arch/x86/Kconfig | 11 +- arch/x86/coco/sev/core.c | 69 +- arch/x86/include/asm/resctrl.h | 19 +- arch/x86/include/asm/sev.h | 7 + arch/x86/kernel/cpu/mtrr/generic.c | 2 +- arch/x86/kernel/cpu/resctrl/Makefile | 2 + arch/x86/kernel/cpu/resctrl/core.c | 31 +- arch/x86/kernel/cpu/resctrl/ctrlmondata.c | 635 --- arch/x86/kernel/cpu/resctrl/internal.h | 397 +- arch/x86/kernel/cpu/resctrl/monitor.c | 918 +--- arch/x86/kernel/cpu/resctrl/pseudo_lock.c | 1092 +---- .../cpu/resctrl/{trace.h => pseudo_lock_trace.h} | 26 +- arch/x86/kernel/cpu/resctrl/rdtgroup.c | 4432 +------------------- arch/x86/kernel/process_32.c | 2 +- arch/x86/kernel/process_64.c | 2 +- drivers/char/tpm/Kconfig | 10 + drivers/char/tpm/Makefile | 1 + drivers/char/tpm/tpm_svsm.c | 125 + drivers/edac/bluefield_edac.c | 20 +- drivers/edac/i10nm_base.c | 479 ++- drivers/edac/ie31200_edac.c | 6 + drivers/edac/igen6_edac.c | 86 +- drivers/edac/skx_common.c | 1 + drivers/edac/skx_common.h | 61 +- fs/Kconfig | 1 + fs/Makefile | 1 + fs/resctrl/Kconfig | 39 + fs/resctrl/Makefile | 6 + {arch/x86/kernel/cpu => fs}/resctrl/ctrlmondata.c | 97 +- {arch/x86/kernel/cpu => fs}/resctrl/internal.h | 299 +- {arch/x86/kernel/cpu => fs}/resctrl/monitor.c | 390 +- fs/resctrl/monitor_trace.h | 33 + {arch/x86/kernel/cpu => fs}/resctrl/pseudo_lock.c | 502 +-- {arch/x86/kernel/cpu => fs}/resctrl/rdtgroup.c | 483 +-- include/linux/cpumask.h | 75 +- include/linux/find.h | 25 + include/linux/resctrl.h | 38 +- include/linux/resctrl_types.h | 16 +- include/linux/tpm_svsm.h | 149 + lib/find_bit.c | 11 + 45 files changed, 1537 insertions(+), 9083 deletions(-) rename Documentation/{arch/x86 => filesystems}/resctrl.rst (99%) rename arch/x86/kernel/cpu/resctrl/{trace.h => pseudo_lock_trace.h} (56%) create mode 100644 drivers/char/tpm/tpm_svsm.c create mode 100644 fs/resctrl/Kconfig create mode 100644 fs/resctrl/Makefile copy {arch/x86/kernel/cpu => fs}/resctrl/ctrlmondata.c (87%) copy {arch/x86/kernel/cpu => fs}/resctrl/internal.h (62%) copy {arch/x86/kernel/cpu => fs}/resctrl/monitor.c (69%) create mode 100644 fs/resctrl/monitor_trace.h copy {arch/x86/kernel/cpu => fs}/resctrl/pseudo_lock.c (66%) copy {arch/x86/kernel/cpu => fs}/resctrl/rdtgroup.c (93%) create mode 100644 include/linux/tpm_svsm.h