This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 3ce9925823c7 Merge tag 'mm-hotfixes-stable-2025-05-10-14-23' of git://g [...] new 42e31f0daf80 mm,mm_init: Mark set_high_memory as __init new da8bf5daa5e5 memblock: Accept allocated memory before use in memblock_d [...] new f717acc6e997 Merge tag 'fixes-2025-05-11' of git://git.kernel.org/pub/s [...] new 936a25ef11f5 input/joystick: magellan: Mark __nonstring look-up table new 8b1d858cbd4e Input: sparcspkr - avoid unannotated fall-through new c6cb8bf79466 Input: cyttsp5 - ensure minimum reset pulse width new 9a046c1d21f0 Input: stmpe-ts - use module alias instead of device table new b8ac485a179d dt-bindings: mediatek,mt6779-keypad: Update Mattijs' email [...] new 6a10a2f1e050 MAINTAINERS: .mailmap: update Mattijs Korpershoek's email address new 7675b5efd81f Input: cyttsp5 - fix power control issue on wakeup new 22cd66a5db56 Input: xpad - add support for 8BitDo Ultimate 2 Wireless C [...] new 11cdb506d0fb Input: mtk-pmic-keys - fix possible null pointer dereference new f04f03d3e99b Input: synaptics - enable SMBus for HP Elitebook 850 G1 new 6d7ea0881000 Input: synaptics - enable InterTouch on Dynabook Portege X30-D new 47d768b32e64 Input: synaptics - enable InterTouch on Dynabook Portege X30L-G new 2abc698ac773 Input: synaptics - enable InterTouch on TUXEDO InfinityBoo [...] new a609cb4cc07a Input: synaptics - enable InterTouch on Dell Precision M3800 new e98960bc4df9 Input: hisi_powerkey - enable system-wakeup for s2idle new d05a424bea9a Input: xpad - fix two controller table values new 4ef46367073b Input: xpad - fix Share button on Xbox One controllers new 7026d23cb383 Input: xpad - add support for several more controllers new 93406e9d0240 Input: xpad - fix xpad_device sorting new fea9123979fe Merge tag 'input-for-v6.15-rc5' of git://git.kernel.org/pu [...] new b71f9804f66c timekeeping: Prevent coarse clocks going backwards new 0c314cda9325 arm64: vdso: Work around invalid absolute relocations from GCC new 94cff94634e5 clocksource/i8253: Use raw_spinlock_irqsave() in clockeven [...] new ac814cbbab21 Merge tag 'timers-urgent-2025-05-11' of git://git.kernel.o [...] new 5214a9f6c0f5 x86/microcode: Consolidate the loader enablement checking new b9e62a2b8ffd Merge tag 'x86-urgent-2025-05-11' of git://git.kernel.org/ [...] new 56651128e2fb MIPS: Fix idle VS timer enqueue new b713f27e32d8 MIPS: Move r4k_wait() to .cpuidle.text section new cc3e3d3a9d09 MIPS: rename rollback_handler with skipover_handler new 7f74c066e5d9 MIPS: CPS: Fix potential NULL pointer dereferences in cps_ [...] new c44572e0cc13 MIPS: Fix MAX_REG_OFFSET new ecb9194d1724 Merge tag 'mips-fixes_6.15_1' of git://git.kernel.org/pub/ [...] new 87ec7d5249bb KVM: RISC-V: reset smstateen CSRs new 6a74470b3380 Merge tag 'kvm-riscv-fixes-6.15-1' of https://github.com/k [...] new 157dbc4a321f KVM: arm64: Fix uninitialized memcache pointer in user_mem [...] new 859c60276e12 KVM: arm64: Force HCR_EL2.xMO to 1 at all times in VHE mode new 7af7cfbe78e2 KVM: arm64: Prevent userspace from disabling AArch64 suppo [...] new b60e285b6acd KVM: arm64: selftest: Don't try to disable AArch64 support new ffea7c73d181 KVM: arm64: Properly save/restore HCRX_EL2 new ef296ee98bb1 KVM: arm64: Kill HCRX_HOST_FLAGS new 3949e28786cd KVM: arm64: Fix memory check in host_stage2_set_owner_locked() new 36867c0e94f3 Merge tag 'kvmarm-fixes-6.15-3' of https://git.kernel.org/ [...] new a2620f8932fa KVM: SVM: Forcibly leave SMM mode on SHUTDOWN interception new a476cadf8ef1 KVM: x86: Check that the high 32bits are clear in kvm_arch [...] new 20a6cff3b283 KVM: x86/mmu: Check and free obsolete roots in kvm_mmu_reload() new 5fea0c6c0ebe KVM: SVM: Update dump_ghcb() to use the GHCB snapshot fields new 9129633d568e KVM: x86/mmu: Prevent installing hugepages when mem attrib [...] new e3417ab75ab2 KVM: SVM: Set/clear SRSO's BP_SPEC_REDUCE on 0 <=> 1 VM co [...] new add20321af2f Merge tag 'kvm-x86-fixes-6.15-rcN' of https://github.com/k [...] new cd802e7e5f1e Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...]
The 53 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: .mailmap | 1 + .../bindings/input/mediatek,mt6779-keypad.yaml | 2 +- MAINTAINERS | 2 +- arch/arm64/include/asm/el2_setup.h | 2 +- arch/arm64/include/asm/kvm_arm.h | 3 +- arch/arm64/include/asm/vdso/gettimeofday.h | 13 ++++ arch/arm64/kvm/hyp/include/hyp/switch.h | 13 ++-- arch/arm64/kvm/hyp/nvhe/mem_protect.c | 2 +- arch/arm64/kvm/hyp/vgic-v3-sr.c | 36 ++++++----- arch/arm64/kvm/mmu.c | 13 ++-- arch/arm64/kvm/sys_regs.c | 6 ++ arch/mips/include/asm/idle.h | 5 +- arch/mips/include/asm/ptrace.h | 3 +- arch/mips/kernel/genex.S | 71 +++++++++++--------- arch/mips/kernel/idle.c | 7 -- arch/mips/kernel/smp-cps.c | 4 ++ arch/mips/kernel/traps.c | 10 +-- arch/riscv/kvm/vcpu.c | 2 + arch/x86/include/asm/microcode.h | 2 + arch/x86/kernel/cpu/microcode/amd.c | 6 +- arch/x86/kernel/cpu/microcode/core.c | 58 ++++++++++------- arch/x86/kernel/cpu/microcode/intel.c | 2 +- arch/x86/kernel/cpu/microcode/internal.h | 1 - arch/x86/kernel/head32.c | 4 -- arch/x86/kvm/mmu.h | 3 + arch/x86/kvm/mmu/mmu.c | 70 +++++++++++++++----- arch/x86/kvm/smm.c | 1 + arch/x86/kvm/svm/sev.c | 32 +++++---- arch/x86/kvm/svm/svm.c | 75 ++++++++++++++++++++-- arch/x86/kvm/svm/svm.h | 2 + arch/x86/kvm/x86.c | 4 +- drivers/clocksource/i8253.c | 4 +- drivers/input/joystick/magellan.c | 2 +- drivers/input/joystick/xpad.c | 49 ++++++++------ drivers/input/keyboard/mtk-pmic-keys.c | 4 +- drivers/input/misc/hisi_powerkey.c | 2 +- drivers/input/misc/sparcspkr.c | 22 +++++-- drivers/input/mouse/synaptics.c | 5 ++ drivers/input/touchscreen/cyttsp5.c | 7 +- drivers/input/touchscreen/stmpe-ts.c | 7 +- include/linux/timekeeper_internal.h | 8 ++- kernel/time/timekeeping.c | 50 ++++++++++++--- kernel/time/vsyscall.c | 4 +- mm/memblock.c | 9 ++- mm/mm_init.c | 2 +- tools/testing/selftests/kvm/arm64/set_id_regs.c | 8 +-- 46 files changed, 432 insertions(+), 206 deletions(-)