All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next 0/4] THP supprt for RISCV
@ 2021-04-30  8:28 ` Nanyong Sun
  0 siblings, 0 replies; 18+ messages in thread
From: Nanyong Sun @ 2021-04-30  8:28 UTC (permalink / raw)
  To: paul.walmsley, palmer, aou
  Cc: linux-riscv, linux-kernel, palmerdabbelt, atish.patra,
	wangkefeng.wang, sunnanyong

This series brings transparent huge pages to RISCV on 64-bit.

I have tested these testcases of vm selftest under qemu-riscv64:
khugepaged
split_huge_page_test
transhuge-stress

Nanyong Sun (4):
  riscv: mm: add _PAGE_LEAF macro
  riscv: mm: make pmd_bad() check leaf condition
  riscv: mm: add param stride for __sbi_tlb_flush_range
  riscv: mm: add THP support on 64-bit

 arch/riscv/Kconfig                    |   1 +
 arch/riscv/include/asm/pgtable-64.h   |   3 +-
 arch/riscv/include/asm/pgtable-bits.h |   5 +
 arch/riscv/include/asm/pgtable.h      | 164 +++++++++++++++++++++++++-
 arch/riscv/mm/tlbflush.c              |  17 ++-
 5 files changed, 178 insertions(+), 12 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2021-05-26  5:54 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-30  8:28 [PATCH -next 0/4] THP supprt for RISCV Nanyong Sun
2021-04-30  8:28 ` Nanyong Sun
2021-04-30  8:28 ` [PATCH -next 1/4] riscv: mm: add _PAGE_LEAF macro Nanyong Sun
2021-04-30  8:28   ` Nanyong Sun
2021-04-30  8:28 ` [PATCH -next 2/4] riscv: mm: make pmd_bad() check leaf condition Nanyong Sun
2021-04-30  8:28   ` Nanyong Sun
2021-04-30  8:28 ` [PATCH -next 3/4] riscv: mm: add param stride for __sbi_tlb_flush_range Nanyong Sun
2021-04-30  8:28   ` Nanyong Sun
2021-04-30  8:28 ` [PATCH -next 4/4] riscv: mm: add THP support on 64-bit Nanyong Sun
2021-04-30  8:28   ` Nanyong Sun
2021-05-25 12:14   ` Geert Uytterhoeven
2021-05-25 12:14     ` Geert Uytterhoeven
2021-05-26  5:54     ` Palmer Dabbelt
2021-05-26  5:54       ` Palmer Dabbelt
2021-05-06  7:21 ` [PATCH -next 0/4] THP supprt for RISCV Palmer Dabbelt
2021-05-06  7:21   ` Palmer Dabbelt
2021-05-22 18:55 ` Palmer Dabbelt
2021-05-22 18:55   ` Palmer Dabbelt

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.