This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 9c5968db9e62 Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel [...] new 99e487db5c15 xtensa: annotate dtb_start variable as static __initdata new 5055d82bcebf xtensa: Remove zero-length alignment array new d14b9a713b34 xtensa/simdisk: Use str_write_read() helper in simdisk_transfer() new ae3813525624 Merge tag 'xtensa-20250126' of https://github.com/jcmvbkbc [...] new a0a8306c8239 m68k: coldfire: Use proper clock rate for timers new 3cbb9ce2b9e3 Merge tag 'm68knommu-for-v6.14' of git://git.kernel.org/pu [...] new 386f2d9d57b6 ARM: 9437/1: vfp: Fix typographical errors in vfpmodule.c new 50867db066cd ARM: 9438/1: assembler: Drop obsolete VFP accessor fallback new 961d23477986 ARM: 9432/2: add CLIDR accessor functions new a9ff94477836 ARM: 9433/2: implement cacheinfo support new f520fab580c9 ARM: 9440/1: cacheinfo fix format field mask new 816cef980d81 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linu [...] new b4fdedd9f045 MIPS: kernel: Rename read/write_c0_ecc to read/writec0_errctl new 0dbec352f825 MIPS: Add a blank line after __HEAD new 3398b1b8111d MIPS: Fix the wrong format specifier new 078b831638e1 Revert "MIPS: csrc-r4k: Select HAVE_UNSTABLE_SCHED_CLOCK i [...] new ddd068d81445 MIPS: ftrace: Declare ftrace_get_parent_ra_addr() as static new 02bba947e47b MIPS: traps: Use str_enabled_disabled() in parity_protecti [...] new bd2212d658d7 MIPS: Loongson64: remove ROM Size unit in boardinfo new a0088d4a08d1 MIPS: Loongson: Add comments for interface_info new 42a39e4aa59a mips/math-emu: fix emulation of the prefx instruction new bc7584e009c3 mips: fix shmctl/semctl/msgctl syscall for o32 new 04e4ec98e405 MIPS: migrate to generic rule for built-in DTBs new a3c4afc0e081 MIPS: Loongson64: env: Use str_on_off() helper in prom_lef [...] new df1b8d6e89db MIPS: pci-legacy: Override pci_address_to_pio new 805ba04cb7cc Merge tag 'mips_6.14' of git://git.kernel.org/pub/scm/linu [...]
The 26 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/arm/Kconfig | 3 +- arch/arm/Kconfig.assembler | 6 -- arch/arm/include/asm/cache.h | 6 ++ arch/arm/include/asm/cachetype.h | 13 +++ arch/arm/include/asm/vfp.h | 10 --- arch/arm/include/asm/vfpmacros.h | 11 --- arch/arm/kernel/Makefile | 1 + arch/{arm64 => arm}/kernel/cacheinfo.c | 92 +++++++++++++++++----- arch/arm/vfp/vfpinstr.h | 22 ------ arch/arm/vfp/vfpmodule.c | 2 +- arch/m68k/coldfire/m5441x.c | 20 ++--- arch/mips/Kconfig | 3 +- arch/mips/Makefile | 3 - arch/mips/boot/dts/Makefile | 2 - arch/mips/boot/dts/brcm/Makefile | 2 - arch/mips/boot/dts/cavium-octeon/Makefile | 2 - arch/mips/boot/dts/ingenic/Makefile | 2 - arch/mips/boot/dts/lantiq/Makefile | 2 - arch/mips/boot/dts/loongson/Makefile | 2 - arch/mips/boot/dts/mscc/Makefile | 3 - arch/mips/boot/dts/mti/Makefile | 2 - arch/mips/boot/dts/pic32/Makefile | 2 - arch/mips/boot/dts/ralink/Makefile | 2 - arch/mips/include/asm/mach-loongson64/boot_param.h | 8 +- arch/mips/include/asm/mipsregs.h | 4 +- arch/mips/kernel/cevt-bcm1480.c | 2 +- arch/mips/kernel/ftrace.c | 2 +- arch/mips/kernel/head.S | 1 + arch/mips/kernel/mips-mt.c | 7 +- arch/mips/kernel/spram.c | 4 - arch/mips/kernel/syscalls/syscall_o32.tbl | 6 +- arch/mips/kernel/traps.c | 47 +++++------ arch/mips/loongson64/boardinfo.c | 2 - arch/mips/loongson64/env.c | 3 +- arch/mips/math-emu/cp1emu.c | 2 +- arch/mips/pci/pci-legacy.c | 8 ++ arch/xtensa/include/asm/processor.h | 4 +- arch/xtensa/kernel/setup.c | 2 +- arch/xtensa/platforms/iss/simdisk.c | 3 +- include/linux/cacheinfo.h | 2 +- 40 files changed, 163 insertions(+), 157 deletions(-) delete mode 100644 arch/arm/Kconfig.assembler copy arch/{arm64 => arm}/kernel/cacheinfo.c (51%)