[GIT,PULL] LoongArch fixes for v6.1-final

Message ID 20221208130007.336248-1-chenhuacai@loongson.cn
State New
Headers
Series [GIT,PULL] LoongArch fixes for v6.1-final |

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson.git tags/loongarch-fixes-6.1-3

Message

Huacai Chen Dec. 8, 2022, 1 p.m. UTC
  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
  

Comments

pr-tracker-bot@kernel.org Dec. 8, 2022, 7:26 p.m. UTC | #1
The pull request you sent on Thu,  8 Dec 2022 21:00:07 +0800:

> git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson.git tags/loongarch-fixes-6.1-3

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/7f043b7662b6a9cfa981c02199ac939ed1c11372

Thank you!