From: patchwork-bot+linux-riscv@kernel.org
To: =?utf-8?b?QmrDtnJuIFTDtnBlbCA8Ympvcm5Aa2VybmVsLm9yZz4=?=@ci.codeaurora.org
Cc: linux-riscv@lists.infradead.org, alexghiti@rivosinc.com,
aou@eecs.berkeley.edu, david@redhat.com, palmer@dabbelt.com,
paul.walmsley@sifive.com, osalvador@suse.de, lstoakes@gmail.com,
Chethan.Seshadri@catalinasystems.io,
linux-kernel@vger.kernel.org, abrestic@rivosinc.com,
bjorn@rivosinc.com, santosh.mamila@catalinasystems.io,
linux-mm@kvack.org, siva.munnangi@catalinasystems.io,
virtualization@lists.linux-foundation.org
Subject: Re: [PATCH v4 00/11] riscv: Memory Hot(Un)Plug support
Date: Thu, 27 Jun 2024 17:50:56 +0000 [thread overview]
Message-ID: <171951065622.6762.1200021343450740838.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20240605114100.315918-1-bjorn@kernel.org>
Hello:
This series was applied to riscv/linux.git (for-next)
by Palmer Dabbelt <palmer@rivosinc.com>:
On Wed, 5 Jun 2024 13:40:43 +0200 you wrote:
> From: Björn Töpel <bjorn@rivosinc.com>
>
> ================================================================
> Memory Hot(Un)Plug support (and ZONE_DEVICE) for the RISC-V port
> ================================================================
>
> (For the restless folks: change log in the bottom!)
>
> [...]
Here is the summary with links:
- [v4,01/11] riscv: mm: Properly forward vmemmap_populate() altmap parameter
https://git.kernel.org/riscv/c/e3ecf2fdc8f3
- [v4,02/11] riscv: mm: Pre-allocate vmemmap/direct map/kasan PGD entries
https://git.kernel.org/riscv/c/66673099f734
- [v4,03/11] riscv: mm: Change attribute from __init to __meminit for page functions
https://git.kernel.org/riscv/c/fe122b89da67
- [v4,04/11] riscv: mm: Refactor create_linear_mapping_range() for memory hot add
https://git.kernel.org/riscv/c/007480fe84a9
- [v4,05/11] riscv: mm: Add pfn_to_kaddr() implementation
https://git.kernel.org/riscv/c/6e6c5e21b8cb
- [v4,06/11] riscv: mm: Add memory hotplugging support
https://git.kernel.org/riscv/c/c75a74f4ba19
- [v4,07/11] riscv: mm: Take memory hotplug read-lock during kernel page table dump
https://git.kernel.org/riscv/c/37992b7f1097
- [v4,08/11] riscv: Enable memory hotplugging for RISC-V
https://git.kernel.org/riscv/c/f8c2a240556e
- [v4,09/11] virtio-mem: Enable virtio-mem for RISC-V
https://git.kernel.org/riscv/c/0546d7043e55
- [v4,10/11] riscv: mm: Add support for ZONE_DEVICE
https://git.kernel.org/riscv/c/216e04bf1e4d
- [v4,11/11] riscv: Enable DAX VMEMMAP optimization
https://git.kernel.org/riscv/c/4705c1571ad3
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv
WARNING: multiple messages have this Message-ID (diff)
From: patchwork-bot+linux-riscv@kernel.org
To: =?utf-8?b?QmrDtnJuIFTDtnBlbCA8Ympvcm5Aa2VybmVsLm9yZz4=?=@ci.codeaurora.org
Cc: linux-riscv@lists.infradead.org, alexghiti@rivosinc.com,
aou@eecs.berkeley.edu, david@redhat.com, palmer@dabbelt.com,
paul.walmsley@sifive.com, osalvador@suse.de, lstoakes@gmail.com,
Chethan.Seshadri@catalinasystems.io,
linux-kernel@vger.kernel.org, abrestic@rivosinc.com,
bjorn@rivosinc.com, santosh.mamila@catalinasystems.io,
linux-mm@kvack.org, siva.munnangi@catalinasystems.io,
virtualization@lists.linux-foundation.org
Subject: Re: [PATCH v4 00/11] riscv: Memory Hot(Un)Plug support
Date: Thu, 27 Jun 2024 17:50:56 +0000 [thread overview]
Message-ID: <171951065622.6762.1200021343450740838.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20240605114100.315918-1-bjorn@kernel.org>
Hello:
This series was applied to riscv/linux.git (for-next)
by Palmer Dabbelt <palmer@rivosinc.com>:
On Wed, 5 Jun 2024 13:40:43 +0200 you wrote:
> From: Björn Töpel <bjorn@rivosinc.com>
>
> ================================================================
> Memory Hot(Un)Plug support (and ZONE_DEVICE) for the RISC-V port
> ================================================================
>
> (For the restless folks: change log in the bottom!)
>
> [...]
Here is the summary with links:
- [v4,01/11] riscv: mm: Properly forward vmemmap_populate() altmap parameter
https://git.kernel.org/riscv/c/e3ecf2fdc8f3
- [v4,02/11] riscv: mm: Pre-allocate vmemmap/direct map/kasan PGD entries
https://git.kernel.org/riscv/c/66673099f734
- [v4,03/11] riscv: mm: Change attribute from __init to __meminit for page functions
https://git.kernel.org/riscv/c/fe122b89da67
- [v4,04/11] riscv: mm: Refactor create_linear_mapping_range() for memory hot add
https://git.kernel.org/riscv/c/007480fe84a9
- [v4,05/11] riscv: mm: Add pfn_to_kaddr() implementation
https://git.kernel.org/riscv/c/6e6c5e21b8cb
- [v4,06/11] riscv: mm: Add memory hotplugging support
https://git.kernel.org/riscv/c/c75a74f4ba19
- [v4,07/11] riscv: mm: Take memory hotplug read-lock during kernel page table dump
https://git.kernel.org/riscv/c/37992b7f1097
- [v4,08/11] riscv: Enable memory hotplugging for RISC-V
https://git.kernel.org/riscv/c/f8c2a240556e
- [v4,09/11] virtio-mem: Enable virtio-mem for RISC-V
https://git.kernel.org/riscv/c/0546d7043e55
- [v4,10/11] riscv: mm: Add support for ZONE_DEVICE
https://git.kernel.org/riscv/c/216e04bf1e4d
- [v4,11/11] riscv: Enable DAX VMEMMAP optimization
https://git.kernel.org/riscv/c/4705c1571ad3
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
next prev parent reply other threads:[~2024-06-27 17:51 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-05 11:40 [PATCH v4 00/11] riscv: Memory Hot(Un)Plug support Björn Töpel
2024-06-05 11:40 ` Björn Töpel
2024-06-05 11:40 ` [PATCH v4 01/11] riscv: mm: Properly forward vmemmap_populate() altmap parameter Björn Töpel
2024-06-05 11:40 ` Björn Töpel
2024-06-05 11:40 ` [PATCH v4 02/11] riscv: mm: Pre-allocate vmemmap/direct map/kasan PGD entries Björn Töpel
2024-06-05 11:40 ` Björn Töpel
2024-06-05 11:40 ` [PATCH v4 03/11] riscv: mm: Change attribute from __init to __meminit for page functions Björn Töpel
2024-06-05 11:40 ` Björn Töpel
2024-06-05 11:40 ` [PATCH v4 04/11] riscv: mm: Refactor create_linear_mapping_range() for memory hot add Björn Töpel
2024-06-05 11:40 ` Björn Töpel
2024-06-05 11:40 ` [PATCH v4 05/11] riscv: mm: Add pfn_to_kaddr() implementation Björn Töpel
2024-06-05 11:40 ` Björn Töpel
2024-06-24 8:57 ` Alexandre Ghiti
2024-06-24 9:31 ` Alexandre Ghiti
2024-06-24 9:31 ` Alexandre Ghiti
2024-06-05 11:40 ` [PATCH v4 06/11] riscv: mm: Add memory hotplugging support Björn Töpel
2024-06-05 11:40 ` Björn Töpel
2024-06-24 9:12 ` Alexandre Ghiti
2024-06-24 9:32 ` Alexandre Ghiti
2024-06-24 9:32 ` Alexandre Ghiti
2024-06-05 11:40 ` [PATCH v4 07/11] riscv: mm: Take memory hotplug read-lock during kernel page table dump Björn Töpel
2024-06-05 11:40 ` Björn Töpel
2024-06-05 11:40 ` [PATCH v4 08/11] riscv: Enable memory hotplugging for RISC-V Björn Töpel
2024-06-05 11:40 ` Björn Töpel
2024-06-05 11:40 ` [PATCH v4 09/11] virtio-mem: Enable virtio-mem " Björn Töpel
2024-06-05 11:40 ` Björn Töpel
2024-06-05 11:40 ` [PATCH v4 10/11] riscv: mm: Add support for ZONE_DEVICE Björn Töpel
2024-06-05 11:40 ` Björn Töpel
2024-06-05 11:40 ` [PATCH v4 11/11] riscv: Enable DAX VMEMMAP optimization Björn Töpel
2024-06-05 11:40 ` Björn Töpel
2024-06-24 9:14 ` Alexandre Ghiti
2024-06-24 9:32 ` Alexandre Ghiti
2024-06-24 9:32 ` Alexandre Ghiti
2024-06-27 17:50 ` patchwork-bot+linux-riscv [this message]
2024-06-27 17:50 ` [PATCH v4 00/11] riscv: Memory Hot(Un)Plug support patchwork-bot+linux-riscv
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=171951065622.6762.1200021343450740838.git-patchwork-notify@kernel.org \
--to=patchwork-bot+linux-riscv@kernel.org \
--cc==?utf-8?b?QmrDtnJuIFTDtnBlbCA8Ympvcm5Aa2VybmVsLm9yZz4=?=@ci.codeaurora.org \
--cc=Chethan.Seshadri@catalinasystems.io \
--cc=abrestic@rivosinc.com \
--cc=alexghiti@rivosinc.com \
--cc=aou@eecs.berkeley.edu \
--cc=bjorn@rivosinc.com \
--cc=david@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=linux-riscv@lists.infradead.org \
--cc=lstoakes@gmail.com \
--cc=osalvador@suse.de \
--cc=palmer@dabbelt.com \
--cc=paul.walmsley@sifive.com \
--cc=santosh.mamila@catalinasystems.io \
--cc=siva.munnangi@catalinasystems.io \
--cc=virtualization@lists.linux-foundation.org \
/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.