This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 941d77c77339 Merge tag 'x86_cpu_for_v6.5' of git://git.kernel.org/pub/s [...] new 504dba50b0c3 x86/irq: Add hardcoded hypervisor interrupts to /proc/stat new a3d763f0b34d Merge tag 'x86_irq_for_6.5' of git://git.kernel.org/pub/sc [...] new fd27bea34001 x86/platform/uv: Add platform resolving #defines for misc [...] new 8c646cee0ae3 x86/platform/uv: Introduce helper function uv_pnode_to_socket. new e4860f03779c x86/platform/uv: Fix printed information in calc_mmioh_map new 35bd896ccc2f x86/platform/uv: When searching for minimums, start at INT [...] new 45e9f9a99529 x86/platform/uv: Helper functions for allocating and freei [...] new 8a50c5851927 x86/platform/uv: UV support for sub-NUMA clustering new 89827568a82d x86/platform/uv: Remove remaining BUG_ON() and BUG() calls new 73b3108dfd9d x86/platform/uv: Update UV[23] platform code for SNC new 36db31444050 Merge tag 'x86_platform_for_6.5' of git://git.kernel.org/p [...] new 122333d6bd22 x86/tdx: Wrap exit reason with hcall_func() new 3f6819dd192e x86/mm: Allow guest.enc_status_change_prepare() to fail new 195edce08b63 x86/tdx: Fix race between set_memory_encrypted() and load_ [...] new 94142c9d1bdf x86/mm: Fix enc_status_change_finish_noop() new 5dfe7a7e52cc Merge tag 'x86_tdx_for_6.5' of git://git.kernel.org/pub/sc [...] new 4f1192559707 Documentation/process: Explain when tip branches get merge [...] new e31a5c5cfeab MAINTAINERS: Update Srivatsa S. Bhat's maintained areas new 26c3379a6912 x86/ftrace: Move prepare_ftrace_return prototype to header new 0253b04d5b26 x86/pci: Mark local functions as 'static' new 2eb5d1df2aa6 x86: Add dummy prototype for mk_early_pgtbl_32() new 16db7e9c6e97 x86/fpu: Include asm/fpu/regset.h new c9664839305d x86: Avoid missing-prototype warnings for doublefault code new b963d12aa66c x86/mm: Include asm/numa.h for set_highmem_pages_init() new 056b44a4d109 x86/quirks: Include linux/pnp.h for arch_pnpbios_disabled() new f34f0d3c10eb x86/entry: Add do_SYSENTER_32() prototype new 8a3e82d38674 x86/hibernate: Declare global functions in suspend.h new 29bf464cb8ee x86/fbdev: Include asm/fb.h as needed new e9c2a283e7d9 x86/mce: Add copy_mc_fragile_handle_tail() prototype new 3e0bd4dd3540 x86/vdso: Include vdso/processor.h new 3b939ba0c211 x86/usercopy: Include arch_wb_cache_pmem() declaration new 4d312ac057da x86/mm: Add early_memremap_pgprot_adjust() prototype new 454a34871495 x86/platform: Avoid missing-prototype warnings for OLPC new b26d3d054de1 x86/lib/msr: Clean up kernel-doc notation new 7e980867ced0 x86/mm: Remove repeated word in comments new 013fdeb07a8f x86/mm: Remove unused current_untag_mask() new 6f7f812f54b4 Documentation: virt: Clean up paravirt_ops doc new b360cbd254fd x86/acpi: Remove unused extern declaration acpi_copy_wakeu [...] new 19300488c9d9 Merge tag 'x86_cleanups_for_6.5' of git://git.kernel.org/p [...]
The 39 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 | 6 + Documentation/process/maintainer-tip.rst | 3 + Documentation/virt/paravirt_ops.rst | 16 +- MAINTAINERS | 6 +- arch/x86/boot/compressed/tdx.c | 4 +- arch/x86/coco/tdx/tdx.c | 62 ++++-- arch/x86/entry/vdso/vgetcpu.c | 1 + arch/x86/include/asm/doublefault.h | 4 + arch/x86/include/asm/ftrace.h | 3 + arch/x86/include/asm/mce.h | 3 + arch/x86/include/asm/shared/tdx.h | 11 ++ arch/x86/include/asm/syscall.h | 6 +- arch/x86/include/asm/tlbflush.h | 11 +- arch/x86/include/asm/uv/uv_hub.h | 32 ++-- arch/x86/include/asm/uv/uv_mmrs.h | 18 +- arch/x86/include/asm/x86_init.h | 2 +- arch/x86/kernel/acpi/sleep.h | 1 - arch/x86/kernel/apic/x2apic_uv_x.c | 318 +++++++++++++++++++------------ arch/x86/kernel/doublefault_32.c | 1 + arch/x86/kernel/ftrace.c | 3 - arch/x86/kernel/head32.c | 1 + arch/x86/kernel/irq.c | 7 + arch/x86/kernel/platform-quirks.c | 1 + arch/x86/kernel/x86_init.c | 4 +- arch/x86/lib/msr.c | 32 ++-- arch/x86/lib/usercopy_64.c | 1 + arch/x86/math-emu/fpu_entry.c | 1 + arch/x86/mm/highmem_32.c | 1 + arch/x86/mm/mem_encrypt_amd.c | 4 +- arch/x86/mm/pat/set_memory.c | 5 +- arch/x86/pci/ce4100.c | 4 +- arch/x86/platform/olpc/olpc_dt.c | 2 +- arch/x86/video/fbdev.c | 1 + include/linux/io.h | 5 + include/linux/olpc-ec.h | 2 + include/linux/suspend.h | 4 + kernel/power/power.h | 5 - mm/internal.h | 6 - 38 files changed, 386 insertions(+), 211 deletions(-)