This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 8a696a29c690 Merge tag 'platform-drivers-x86-v6.8-2' of git://git.kerne [...] new 6a9531c3a880 memblock: fix crash when reserved memory is not added to memory new a08ebda97e2a Merge tag 'fixes-2024-01-28' of git://git.kernel.org/pub/s [...] new f7cfe7017b53 x86/paravirt: Make BUG_func() usable by non-GPL modules new 3e4147f33f8b x86/CPU/AMD: Add X86_FEATURE_ZEN5 new 090e3bec0176 x86/cpu: Add model number for Intel Clearwater Forest processor new 56062d60f117 x86/entry/ia32: Ensure s32 is sign extended to s64 new b9328fd636bd x86/CPU/AMD: Add more models to X86_FEATURE_ZEN5 new 9d451912dbef Merge tag 'x86_urgent_for_v6.8_rc2' of git://git.kernel.or [...] new 644649553508 clocksource: Skip watchdog check for large watchdog intervals new 9a574ea9069b tick/sched: Preserve number of idle sleeps across CPU hotp [...] new 90db544ebaf4 Merge tag 'timers_urgent_for_v6.8_rc2' of git://git.kernel [...] new b184c8c2889c genirq: Initialize resend_node hlist for all interrupt des [...] new 0e4363ac1a21 Merge tag 'irq_urgent_for_v6.8_rc2' of git://git.kernel.or [...] new e626cb02ee83 futex: Prevent the reuse of stale pi_state new 648f575d5e62 Merge tag 'locking_urgent_for_v6.8_rc2' of git://git.kerne [...] new 0dd20a48a541 MIPS: Cobalt: Fix missing prototypes new feab19143a1c MIPS: Alchemy: Fix missing prototypes new f134bd1ebc28 MIPS: sgi-ip27: Fix missing prototypes new e3a4f1b7ada8 MIPS: fw arc: Fix missing prototypes new ab58a2f319de MIPS: sgi-ip30: Fix missing prototypes new f64fdde9bc77 MIPS: sgi-ip32: Fix missing prototypes new dd3c33ccbb8f MIPS: BCM63XX: Fix missing prototypes new abcabb9e30a1 MIPS: reserve exception vector space ONLY ONCE new ce7b1b97776e MIPS: loongson64: set nid for reserved memblock region new 4bf2a626dc4b MIPS: lantiq: register smp_ops on non-smp platforms new c91c6b2f08af Revert "MIPS: loongson64: set nid for reserved memblock region" new 822df315cc7c MIPS: loongson64: set nid for reserved memblock region new 59be5c358501 mips: Call lose_fpu(0) before initializing fcr31 in mips_s [...] new 4854cf9c61d0 Merge tag 'mips-fixes_6.8_1' of git://git.kernel.org/pub/s [...]
The 29 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/mips/alchemy/common/prom.c | 1 + arch/mips/alchemy/common/setup.c | 4 +- arch/mips/bcm63xx/boards/board_bcm963xx.c | 2 +- arch/mips/bcm63xx/dev-rng.c | 2 +- arch/mips/bcm63xx/dev-uart.c | 1 + arch/mips/bcm63xx/dev-wdt.c | 2 +- arch/mips/bcm63xx/irq.c | 2 +- arch/mips/bcm63xx/setup.c | 2 +- arch/mips/bcm63xx/timer.c | 2 +- arch/mips/cobalt/setup.c | 3 - arch/mips/fw/arc/memory.c | 2 +- arch/mips/include/asm/mach-au1x00/au1000.h | 3 + arch/mips/include/asm/mach-cobalt/cobalt.h | 3 + arch/mips/kernel/elf.c | 6 + arch/mips/kernel/traps.c | 8 +- arch/mips/lantiq/prom.c | 7 +- arch/mips/loongson64/init.c | 3 + arch/mips/loongson64/numa.c | 2 + arch/mips/sgi-ip27/Makefile | 2 +- arch/mips/sgi-ip27/ip27-berr.c | 4 +- arch/mips/sgi-ip27/ip27-common.h | 2 + arch/mips/sgi-ip27/ip27-hubio.c | 185 ----------------------------- arch/mips/sgi-ip27/ip27-irq.c | 2 + arch/mips/sgi-ip27/ip27-memory.c | 1 + arch/mips/sgi-ip27/ip27-nmi.c | 25 ++-- arch/mips/sgi-ip30/ip30-console.c | 1 + arch/mips/sgi-ip30/ip30-setup.c | 1 + arch/mips/sgi-ip32/crime.c | 6 +- arch/mips/sgi-ip32/ip32-berr.c | 2 + arch/mips/sgi-ip32/ip32-common.h | 15 +++ arch/mips/sgi-ip32/ip32-irq.c | 6 +- arch/mips/sgi-ip32/ip32-memory.c | 1 + arch/mips/sgi-ip32/ip32-reset.c | 2 + arch/mips/sgi-ip32/ip32-setup.c | 3 +- arch/x86/include/asm/cpufeatures.h | 4 +- arch/x86/include/asm/intel-family.h | 2 + arch/x86/include/asm/syscall_wrapper.h | 25 +++- arch/x86/kernel/alternative.c | 2 +- arch/x86/kernel/cpu/amd.c | 28 ++++- include/linux/syscalls.h | 1 + kernel/futex/core.c | 15 ++- kernel/futex/pi.c | 11 +- kernel/irq/irqdesc.c | 2 +- kernel/time/clocksource.c | 25 +++- kernel/time/tick-sched.c | 5 + mm/memblock.c | 3 + 46 files changed, 186 insertions(+), 250 deletions(-) delete mode 100644 arch/mips/sgi-ip27/ip27-hubio.c create mode 100644 arch/mips/sgi-ip32/ip32-common.h