Message ID | 20230308074853.4393-1-panqinglin00@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | riscv, mm: detect svnapot cpu support at runtime | expand |
Hello: This series was applied to riscv/linux.git (for-next) by Palmer Dabbelt <palmer@rivosinc.com>: On Wed, 8 Mar 2023 15:48:50 +0800 you wrote: > Svnapot is a RISC-V extension for marking contiguous 4K pages as a non-4K > page. This patch set is for using Svnapot in hugetlb fs and huge vmap. > > This patchset adds a Kconfig item for using Svnapot in > "Platform type"->"SVNAPOT extension support". Its default value is on, > and people can set it off if they don't allow kernel to detect Svnapot > hardware support and leverage it. > > [...] Here is the summary with links: - [v14,1/3] riscv: mm: modify pte format for Svnapot (no matching commit) - [v14,2/3] riscv: mm: support Svnapot in hugetlb page (no matching commit) - [v14,3/3] riscv: mm: support Svnapot in huge vmap https://git.kernel.org/riscv/c/ce173474cf19 You are awesome, thank you!