This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from ad1b832bf1cf Merge tag 'devicetree-fixes-for-6.14-1' of git://git.kerne [...] new ed975485a13d MIPS: Export syscall stack arguments properly for remote use new 733a90561ad0 MIPS: fix mips_get_syscall_arg() for o32 new b878a1c072a4 Merge tag 'mips-fixes_6.14_1' of git://git.kernel.org/pub/ [...] new c53fbdb60fb6 KVM: arm64: Improve error handling from check_host_shared_guest() new eabc7aaef7a5 KVM: arm64: Simplify np-guest hypercalls new 8dbccafce3c8 KVM: arm64: Fix __pkvm_host_mkyoung_guest() return value new fbc7e61195e2 KVM: arm64: Unconditionally save+flush host FPSIMD/SVE/SME state new 8eca7f6d5100 KVM: arm64: Remove host FPSIMD saving for non-protected KVM new 459f059be702 KVM: arm64: Remove VHE host restore of CPACR_EL1.ZEN new 407a99c4654e KVM: arm64: Remove VHE host restore of CPACR_EL1.SMEN new ee14db31a9c8 KVM: arm64: Refactor CPTR trap deactivation new 9b66195063c5 KVM: arm64: Refactor exit handlers new f9dd00de1e53 KVM: arm64: Mark some header functions as inline new 59419f10045b KVM: arm64: Eagerly switch ZCR_EL{1,2} new 332b7e6d62b7 KVM: arm64: Simplify warning in kvm_arch_vcpu_load_fp() new 65729da9ce37 KVM: arm64: Convert timer offset VA when accessed in HYP code new b938731ed2d4 KVM: arm64: Fix alignment of kvm_hyp_memcache allocations new e6e3e0022ef8 KVM: arm64: timer: Drop warning on failed interrupt signalling new b3aa9283c0c5 KVM: arm64: vgic: Hoist SGI/PPI alloc from vgic_init() to [...] new 3bb7dcebd022 Merge tag 'kvmarm-fixes-6.14-2' of git://git.kernel.org/pu [...] new 435b344a7042 crypto: ccp: Add external API interface for PSP module ini [...] new 44e70718df4f KVM: SVM: Ensure PSP module is initialized if KVM module i [...] new 409f45387c93 x86/sev: Fix broken SNP support with KVM module built-in new a8de7f100bb5 KVM: x86: Reject Hyper-V's SEND_IPI hypercalls if local AP [...] new 0b6db0dc43ee KVM: selftests: Mark test_hv_cpuid_e2big() static in Hyper [...] new cd5a0c2f0fae KVM: selftests: Manage CPUID array in Hyper-V CPUID test's [...] new e36454461c5e KVM: selftests: Add CPUID tests for Hyper-V features that [...] new 46d6c6f3ef0e KVM: nSVM: Enter guest mode before initializing nested NPT MMU new c2fee09fc167 KVM: x86: Load DR6 with guest value only before entering . [...] new d3d0b8dfe060 Merge tag 'kvm-x86-fixes-6.14-rcN' of https://github.com/k [...] new 82ff31645685 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...] new 3724062ca2b1 objtool: Ignore dangling jump table entries new 7e501637bd5b objtool: Move dodgy linker warn to verbose new 592c358ea963 Merge tag 'objtool_urgent_for_v6.14_rc3' of git://git.kern [...] new bcc6244e13b4 sched: Clarify wake_up_q()'s write to task->wake_q.next new ff3b373ecc88 Merge tag 'sched_urgent_for_v6.14_rc3' of git://git.kernel [...] new 469c76a83bb9 perf/x86/rapl: Fix the error checking order new 0a5561501397 perf/x86/intel: Clean up PEBS-via-PT on hybrid new 47a973fd7563 perf/x86/intel: Fix ARCH_PERFMON_NUM_COUNTER_LEAF new c631a2de7ae4 perf/x86/intel: Ensure LBRs are disabled when a CPU is starting new ff1848d81ca6 Merge tag 'perf_urgent_for_v6.14_rc3' of git://git.kernel. [...] new 4cf7d58620bf genirq: Remove unused CONFIG_GENERIC_PENDING_IRQ_CHIPFLAGS new ba643b6d8440 Merge tag 'irq_urgent_for_v6.14_rc3' of git://git.kernel.o [...]
The 43 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/arm64/include/asm/kvm_emulate.h | 42 ------- arch/arm64/include/asm/kvm_host.h | 24 +--- arch/arm64/kernel/fpsimd.c | 25 ----- arch/arm64/kvm/arch_timer.c | 16 ++- arch/arm64/kvm/arm.c | 8 -- arch/arm64/kvm/fpsimd.c | 107 ++---------------- arch/arm64/kvm/hyp/entry.S | 5 + arch/arm64/kvm/hyp/include/hyp/switch.h | 148 ++++++++++++++++++------- arch/arm64/kvm/hyp/nvhe/hyp-main.c | 15 ++- arch/arm64/kvm/hyp/nvhe/mem_protect.c | 76 +++++++------ arch/arm64/kvm/hyp/nvhe/switch.c | 89 +++++++-------- arch/arm64/kvm/hyp/vhe/switch.c | 33 +++--- arch/arm64/kvm/vgic/vgic-init.c | 74 ++++++------- arch/mips/include/asm/ptrace.h | 4 +- arch/mips/include/asm/syscall.h | 32 ++---- arch/mips/kernel/asm-offsets.c | 6 + arch/mips/kernel/scall32-o32.S | 8 +- arch/x86/events/intel/core.c | 33 +++--- arch/x86/events/intel/ds.c | 10 +- arch/x86/events/rapl.c | 12 +- arch/x86/include/asm/kvm-x86-ops.h | 1 + arch/x86/include/asm/kvm_host.h | 1 + arch/x86/include/asm/msr-index.h | 3 +- arch/x86/include/asm/perf_event.h | 28 ++++- arch/x86/include/asm/sev.h | 2 + arch/x86/kvm/hyperv.c | 6 +- arch/x86/kvm/mmu/mmu.c | 2 +- arch/x86/kvm/svm/nested.c | 10 +- arch/x86/kvm/svm/sev.c | 10 ++ arch/x86/kvm/svm/svm.c | 13 +-- arch/x86/kvm/vmx/main.c | 1 + arch/x86/kvm/vmx/vmx.c | 10 +- arch/x86/kvm/vmx/x86_ops.h | 1 + arch/x86/kvm/x86.c | 3 + arch/x86/virt/svm/sev.c | 23 ++-- drivers/crypto/ccp/sp-dev.c | 14 +++ drivers/iommu/amd/init.c | 34 +++++- include/linux/psp-sev.h | 9 ++ kernel/irq/Kconfig | 4 - kernel/sched/core.c | 5 +- tools/objtool/check.c | 11 +- tools/testing/selftests/kvm/x86/hyperv_cpuid.c | 47 +++++--- 42 files changed, 508 insertions(+), 497 deletions(-)