From: Muchun Song <muchun.song@linux.dev>
To: guoren@kernel.org
Cc: palmer@dabbelt.com, palmer@rivosinc.com, heiko@sntech.de,
arnd@arndb.de, Muchun Song <songmuchun@bytedance.com>,
catalin.marinas@arm.com, chenhuacai@loongson.cn,
Conor.Dooley@microchip.com, paul.walmsley@sifive.com,
aou@eecs.berkeley.edu, linux-arch@vger.kernel.org,
linux-kernel@vger.kernel.org, linux-riscv@lists.infradead.org,
linux-mm@kvack.org, Guo Ren <guoren@linux.alibaba.com>
Subject: Re: [PATCH 2/2] riscv: Enable ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAP
Date: Mon, 24 Oct 2022 15:07:22 +0800 [thread overview]
Message-ID: <1F5AF29D-708A-483B-A29F-CAEE6F554866@linux.dev> (raw)
In-Reply-To: <20221023133205.3493564-3-guoren@kernel.org>
> On Oct 23, 2022, at 21:32, guoren@kernel.org wrote:
>
> From: Guo Ren <guoren@linux.alibaba.com>
>
> This patch enable the feature of "free some vmemmap pages of HugeTLB
We have a new name “HVO" to refer to this feature. So I’d like to rewrite
The changelog to something like “Enable HVO [1] for RISCV”.
> page" [1]. To make it work correct, we also need fixup PG_dcache_clean
> setting for huge page [2].
>
> [1] https://lore.kernel.org/linux-doc/20210510030027.56044-1-songmuchun@bytedance.com/
> [2] https://lore.kernel.org/linux-mm/20220302084624.33340-1-songmuchun@bytedance.com/
>
> Signed-off-by: Guo Ren <guoren@linux.alibaba.com>
> Signed-off-by: Guo Ren <guoren@kernel.org>
> Cc: Muchun Song <songmuchun@bytedance.com>
> Cc: Huacai Chen <chenhuacai@loongson.cn>
> Cc: Arnd Bergmann <arnd@arndb.de>
I’am really glad to see more and more arches for support HVO.
Acked-by: Muchun Song <songmuchun@bytedance.com>
Thanks.
WARNING: multiple messages have this Message-ID (diff)
From: Muchun Song <muchun.song@linux.dev>
To: guoren@kernel.org
Cc: palmer@dabbelt.com, palmer@rivosinc.com, heiko@sntech.de,
arnd@arndb.de, Muchun Song <songmuchun@bytedance.com>,
catalin.marinas@arm.com, chenhuacai@loongson.cn,
Conor.Dooley@microchip.com, paul.walmsley@sifive.com,
aou@eecs.berkeley.edu, linux-arch@vger.kernel.org,
linux-kernel@vger.kernel.org, linux-riscv@lists.infradead.org,
linux-mm@kvack.org, Guo Ren <guoren@linux.alibaba.com>
Subject: Re: [PATCH 2/2] riscv: Enable ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAP
Date: Mon, 24 Oct 2022 15:07:22 +0800 [thread overview]
Message-ID: <1F5AF29D-708A-483B-A29F-CAEE6F554866@linux.dev> (raw)
In-Reply-To: <20221023133205.3493564-3-guoren@kernel.org>
> On Oct 23, 2022, at 21:32, guoren@kernel.org wrote:
>
> From: Guo Ren <guoren@linux.alibaba.com>
>
> This patch enable the feature of "free some vmemmap pages of HugeTLB
We have a new name “HVO" to refer to this feature. So I’d like to rewrite
The changelog to something like “Enable HVO [1] for RISCV”.
> page" [1]. To make it work correct, we also need fixup PG_dcache_clean
> setting for huge page [2].
>
> [1] https://lore.kernel.org/linux-doc/20210510030027.56044-1-songmuchun@bytedance.com/
> [2] https://lore.kernel.org/linux-mm/20220302084624.33340-1-songmuchun@bytedance.com/
>
> Signed-off-by: Guo Ren <guoren@linux.alibaba.com>
> Signed-off-by: Guo Ren <guoren@kernel.org>
> Cc: Muchun Song <songmuchun@bytedance.com>
> Cc: Huacai Chen <chenhuacai@loongson.cn>
> Cc: Arnd Bergmann <arnd@arndb.de>
I’am really glad to see more and more arches for support HVO.
Acked-by: Muchun Song <songmuchun@bytedance.com>
Thanks.
_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv
next prev parent reply other threads:[~2022-10-24 7:07 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-23 13:32 [PATCH 0/2] Enable ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAP & fixup race condition on PG_dcache_clean guoren
2022-10-23 13:32 ` guoren
2022-10-23 13:32 ` [PATCH 1/2] riscv: Fixup race condition on PG_dcache_clean in flush_icache_pte guoren
2022-10-23 13:32 ` guoren
2022-10-23 13:32 ` [PATCH 2/2] riscv: Enable ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAP guoren
2022-10-23 13:32 ` guoren
2022-10-24 7:07 ` Muchun Song [this message]
2022-10-24 7:07 ` Muchun Song
2022-10-24 8:02 ` Guo Ren
2022-10-24 8:02 ` Guo Ren
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1F5AF29D-708A-483B-A29F-CAEE6F554866@linux.dev \
--to=muchun.song@linux.dev \
--cc=Conor.Dooley@microchip.com \
--cc=aou@eecs.berkeley.edu \
--cc=arnd@arndb.de \
--cc=catalin.marinas@arm.com \
--cc=chenhuacai@loongson.cn \
--cc=guoren@kernel.org \
--cc=guoren@linux.alibaba.com \
--cc=heiko@sntech.de \
--cc=linux-arch@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=linux-riscv@lists.infradead.org \
--cc=palmer@dabbelt.com \
--cc=palmer@rivosinc.com \
--cc=paul.walmsley@sifive.com \
--cc=songmuchun@bytedance.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.