The following changes since commit a38297e3fb012ddfa7ce0321a7e5a8daeb1872b6: Linux 6.9 (2024-05-12 14:12:29 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson.git tags/loongarch-6.10 for you to fetch changes up to 9cc1df421f00453afdcaf78b105d8e7fd03cce78: LoongArch: Update Loongson-3 default config file (2024-05-19 22:18:56 +0800) ---------------------------------------------------------------- LoongArch changes for v6.10 1, Select some options in Kconfig; 2, Give a chance to build with !CONFIG_SMP; 3, Switch to use built-in rustc target; 4, Add new supported device nodes to dts; 5, Some bug fixes and other small changes; 6, Update the default config file. Note: There is a conflict in arch/loongarch/kernel/irq.c, but can be simply fixed by dropping the modification in this file (because that section is removed by the kvm tree). ---------------------------------------------------------------- Binbin Zhou (3): LoongArch: dts: Remove "disabled" state of clock controller node LoongArch: dts: Add new supported device nodes to Loongson-2K0500 LoongArch: dts: Add new supported device nodes to Loongson-2K2000 Huacai Chen (4): LoongArch: Select ARCH_WANT_DEFAULT_BPF_JIT LoongArch: Select THP_SWAP if HAVE_ARCH_TRANSPARENT_HUGEPAGE LoongArch: Fix callchain parse error with kernel tracepoint events again LoongArch: Update Loongson-3 default config file Tiezhu Yang (1): LoongArch: Give a chance to build with !CONFIG_SMP WANG Rui (1): LoongArch: rust: Switch to use built-in rustc target Xi Ruoyao (2): LoongArch: Select ARCH_HAS_FAST_MULTIPLIER LoongArch: Select ARCH_SUPPORTS_INT128 if CC_HAS_INT128 arch/loongarch/Kconfig | 6 +- arch/loongarch/Makefile | 2 +- arch/loongarch/boot/dts/loongson-2k0500.dtsi | 86 ++++++++++++++++++++++++- arch/loongarch/boot/dts/loongson-2k1000-ref.dts | 4 -- arch/loongarch/boot/dts/loongson-2k1000.dtsi | 1 - arch/loongarch/boot/dts/loongson-2k2000.dtsi | 49 ++++++++++++-- arch/loongarch/configs/loongson3_defconfig | 24 +++++++ arch/loongarch/include/asm/acpi.h | 1 + arch/loongarch/include/asm/asm-prototypes.h | 6 ++ arch/loongarch/include/asm/perf_event.h | 3 +- arch/loongarch/include/asm/smp.h | 6 ++ arch/loongarch/kernel/irq.c | 2 + arch/loongarch/kernel/machine_kexec.c | 2 +- arch/loongarch/lib/Makefile | 2 + arch/loongarch/lib/tishift.S | 56 ++++++++++++++++ arch/loongarch/mm/tlbex.S | 9 ++- arch/loongarch/power/suspend.c | 4 +- rust/Makefile | 2 +- scripts/Makefile | 2 +- scripts/generate_rust_target.rs | 7 +- 20 files changed, 245 insertions(+), 29 deletions(-) create mode 100644 arch/loongarch/lib/tishift.S