The following changes since commit 76dcd734eca23168cb008912c0f69ff408905235: Linux 6.1-rc8 (2022-12-04 14:48:12 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson.git tags/loongarch-fixes-6.1-3 for you to fetch changes up to 1385313d8bc112760559f06f64708d936b3f2d7c: docs/zh_CN: Add LoongArch booting description's translation (2022-12-08 15:03:14 +0800) ---------------------------------------------------------------- LoongArch fixes for v6.1-final Export smp_send_reschedule() for modules use, fix a huge page entry update issue, and add documents for booting description. ---------------------------------------------------------------- Bibo Mao (1): LoongArch: Export symbol for function smp_send_reschedule() Huacai Chen (1): LoongArch: mm: Fix huge page entry update for virtual machine Yanteng Si (2): docs/LoongArch: Add booting description docs/zh_CN: Add LoongArch booting description's translation Documentation/loongarch/booting.rst | 42 +++++++++++++++++++ Documentation/loongarch/index.rst | 1 + .../translations/zh_CN/loongarch/booting.rst | 48 ++++++++++++++++++++++ .../translations/zh_CN/loongarch/index.rst | 1 + arch/loongarch/include/asm/smp.h | 10 ----- arch/loongarch/kernel/smp.c | 11 +++++ arch/loongarch/mm/tlbex.S | 30 +++++++------- 7 files changed, 119 insertions(+), 24 deletions(-) create mode 100644 Documentation/loongarch/booting.rst create mode 100644 Documentation/translations/zh_CN/loongarch/booting.rst