This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 712e14250dd2 Merge tag 'xfs-6.9-fixes-1' of git://git.kernel.org/pub/sc [...] new 91491e5fb096 Documentation/x86: Fix title underline length new c567f2948f57 Revert "x86/mm/ident_map: Use gbpages only where full GB p [...] new b6540de9b5c8 x86/percpu: Disable named address spaces for KCSAN new 3186b61812c0 x86/nmi: Upgrade NMI backtrace stall checks & messages new 4969d75dd907 x86/vdso: Fix rethunk patching for vdso-image-x32.o too new 0f4a1e80989a x86/sev: Skip ROM range scans and validation for SEV-SNP guests new 3f1a9bc5d878 x86/build: Use obj-y to descend into arch/x86/virt/ new 1aac9cb7e66e Merge tag 'x86_urgent_for_v6.9_rc2' of git://git.kernel.or [...] new 6205125bd326 objtool: Fix compile failure when using the x32 compiler new 8d7e76846521 Merge tag 'objtool_urgent_for_v6.9_rc2' of git://git.kerne [...] new 1fed2f1ea62a MAINTAINERS: Add co-maintainers for time[rs] new 8d338df72d53 Merge tag 'timers_urgent_for_v6.9_rc2' of git://git.kernel [...] new 7f274e609f3d x86/cpufeatures: Add new word for scattered features new 598c2fafc06f perf/x86/amd/lbr: Use freeze based on availability new c7b2edd8377b perf/x86/amd/core: Update and fix stalled-cycles-* events [...] new 68cdf1e6e8f2 perf/x86/amd/core: Define a proper ref-cycles event for Ze [...] new 448f828feb49 Merge tag 'perf_urgent_for_v6.9_rc2' of git://git.kernel.o [...] new c2ddeb29612f genirq: Introduce IRQF_COND_ONESHOT and use it in pinctrl-amd new 9e81e3295085 irqchip/armada-370-xp: Suppress unused-function warning new 5dad26235c4a Merge tag 'irq_urgent_for_v6.9_rc2' of git://git.kernel.or [...] new 4b0e527c9970 RAS/AMD/FMPM: Avoid NULL ptr deref in get_saved_records() new 9b195439e0c5 RAS/AMD/FMPM: Safely handle saved records of various sizes new a6b227d70d2a RAS: Avoid build errors when CONFIG_DEBUG_FS=n new 18737353cca0 Merge tag 'edac_urgent_for_v6.9_rc2' of git://git.kernel.o [...]
The 24 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/resctrl.rst | 2 +- MAINTAINERS | 35 +++++++++++++++----- arch/x86/Kbuild | 2 +- arch/x86/Kconfig | 2 ++ arch/x86/Makefile | 2 -- arch/x86/entry/vdso/Makefile | 1 + arch/x86/events/amd/core.c | 39 +++++++++++++++++++--- arch/x86/events/amd/lbr.c | 16 +++++---- arch/x86/include/asm/cpufeature.h | 6 ++-- arch/x86/include/asm/cpufeatures.h | 10 +++++- arch/x86/include/asm/disabled-features.h | 3 +- arch/x86/include/asm/required-features.h | 3 +- arch/x86/include/asm/sev.h | 4 +-- arch/x86/include/asm/x86_init.h | 3 +- arch/x86/kernel/cpu/scattered.c | 1 + arch/x86/kernel/eisa.c | 3 +- arch/x86/kernel/nmi.c | 24 ++++++++------ arch/x86/kernel/probe_roms.c | 10 ------ arch/x86/kernel/setup.c | 3 +- arch/x86/kernel/sev.c | 27 +++++++-------- arch/x86/kernel/x86_init.c | 2 ++ arch/x86/mm/ident_map.c | 23 +++---------- arch/x86/mm/mem_encrypt_amd.c | 18 ++++++++++ arch/x86/virt/Makefile | 2 +- drivers/irqchip/irq-armada-370-xp.c | 2 +- drivers/pinctrl/pinctrl-amd.c | 2 +- drivers/ras/amd/fmpm.c | 57 ++++++++++++++++++++++---------- drivers/ras/debugfs.h | 4 +++ include/linux/interrupt.h | 3 ++ kernel/irq/manage.c | 9 +++-- tools/objtool/check.c | 2 +- 31 files changed, 209 insertions(+), 111 deletions(-)