[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20231122151245.1730120-1-chenhuacai@loongson.cn>
Date: Wed, 22 Nov 2023 23:12:45 +0800
From: Huacai Chen <chenhuacai@...ngson.cn>
To: Linus Torvalds <torvalds@...ux-foundation.org>,
Arnd Bergmann <arnd@...db.de>,
Huacai Chen <chenhuacai@...nel.org>
Cc: loongarch@...ts.linux.dev, linux-arch@...r.kernel.org,
linux-kernel@...r.kernel.org, Guo Ren <guoren@...nel.org>,
Xuerui Wang <kernel@...0n.name>,
Jiaxun Yang <jiaxun.yang@...goat.com>,
Huacai Chen <chenhuacai@...ngson.cn>
Subject: [GIT PULL] LoongArch fixes for v6.7-rc3
The following changes since commit 98b1cc82c4affc16f5598d4fa14b1858671b2263:
Linux 6.7-rc2 (2023-11-19 15:02:14 -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.7-1
for you to fetch changes up to c517fd2738f472eb0d1db60a70d91629349a9bf8:
Docs/zh_CN/LoongArch: Update links in LoongArch introduction.rst (2023-11-21 15:03:26 +0800)
----------------------------------------------------------------
LoongArch fixes for v6.7-rc3
Fix several build errors, a potential kernel panic, a cpu hotplug issue
and update links in documentations.
----------------------------------------------------------------
Bibo Mao (1):
LoongArch: Implement constant timer shutdown interface
Huacai Chen (3):
LoongArch: Add __percpu annotation for __percpu_read()/__percpu_write()
LoongArch: Silence the boot warning about 'nokaslr'
LoongArch: Mark {dmw,tlb}_virt_to_page() exports as non-GPL
Masahiro Yamada (1):
LoongArch: Add dependency between vmlinuz.efi and vmlinux.efi
WANG Rui (2):
LoongArch: Explicitly set -fdirect-access-external-data for vmlinux
LoongArch: Record pc instead of offset in la_abs relocation
Yanteng Si (2):
Docs/LoongArch: Update links in LoongArch introduction.rst
Docs/zh_CN/LoongArch: Update links in LoongArch introduction.rst
Documentation/arch/loongarch/introduction.rst | 4 ++--
.../zh_CN/arch/loongarch/introduction.rst | 4 ++--
arch/loongarch/Makefile | 3 +++
arch/loongarch/include/asm/asmmacro.h | 3 +--
arch/loongarch/include/asm/percpu.h | 11 +++++------
arch/loongarch/include/asm/setup.h | 2 +-
arch/loongarch/kernel/relocate.c | 10 +++++++++-
arch/loongarch/kernel/time.c | 23 +++++++++-------------
arch/loongarch/mm/pgtable.c | 4 ++--
9 files changed, 34 insertions(+), 30 deletions(-)
Powered by blists - more mailing lists