The following changes since commit adc218676eef25575469234709c2d87185ca223a: Linux 6.12 (2024-11-17 14:15:08 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson.git tags/loongarch-6.13 for you to fetch changes up to 3c272a7551af1c10f6dbba0e71add7dccc7733fa: LoongArch: Update Loongson-3 default config file (2024-11-26 18:06:54 +0800) ---------------------------------------------------------------- LoongArch changes for v6.13 1, Fix build failure with GCC 15 (-std=gnu23); 2, Add PREEMPT_RT/PREEMPT_LAZY support; 3, Add I2S in DTS for Loongson-2K1000/Loongson-2K2000; 4, Some bug fixes and other small changes. ---------------------------------------------------------------- Binbin Zhou (2): LoongArch: dts: Add I2S support to Loongson-2K1000 LoongArch: dts: Add I2S support to Loongson-2K2000 Huacai Chen (8): Merge tag 'sched-core-2024-11-18' into loongarch-next LoongArch: Explicitly specify code model in Makefile LoongArch: Reduce min_delta for the arch clockevent device LoongArch: Fix sleeping in atomic context for PREEMPT_RT LoongArch: Select HAVE_POSIX_CPU_TIMERS_TASK_WORK LoongArch: Allow to enable PREEMPT_RT LoongArch: Allow to enable PREEMPT_LAZY LoongArch: Update Loongson-3 default config file Tiezhu Yang (2): LoongArch: Fix build failure with GCC 15 (-std=gnu23) LoongArch: BPF: Sign-extend return values arch/loongarch/Kconfig | 3 + arch/loongarch/Makefile | 4 +- arch/loongarch/boot/dts/loongson-2k1000.dtsi | 17 +++++- arch/loongarch/boot/dts/loongson-2k2000.dtsi | 22 ++++++- arch/loongarch/configs/loongson3_defconfig | 91 +++++++++++++++++++++++++--- arch/loongarch/include/asm/thread_info.h | 8 ++- arch/loongarch/kernel/time.c | 6 +- arch/loongarch/mm/tlb.c | 2 +- arch/loongarch/net/bpf_jit.c | 2 +- arch/loongarch/vdso/Makefile | 2 +- 10 files changed, 134 insertions(+), 23 deletions(-)