public inbox for linux-riscv@lists.infradead.org
 help / color / mirror / Atom feed
* [RFC PATCH v3 0/2] Risc-V Svinval support
@ 2022-08-12  4:29 Mayuresh Chitale
  2022-08-12  4:29 ` [RFC PATCH v3 1/2] riscv: enum for svinval extension Mayuresh Chitale
  2022-08-12  4:29 ` [RFC PATCH v3 2/2] riscv: mm: use svinval instructions instead of sfence.vma Mayuresh Chitale
  0 siblings, 2 replies; 3+ messages in thread
From: Mayuresh Chitale @ 2022-08-12  4:29 UTC (permalink / raw)
  To: Palmer Dabbelt, Paul Walmsley, Albert Ou
  Cc: Mayuresh Chitale, Atish Patra, Anup Patel, linux-riscv

This patch adds support for the Svinval extension as defined in the
Risc V Privileged specification. This patchset depends on the following
series from Anup:

https://patchwork.kernel.org/project/linux-riscv/list/?series=661505

Changes in v3:
- Fix incorrect vma used for sinval instructions
- Use unified static key mechanism for svinval
- Rebased on torvalds/master

Changes in v2:
- Rebased on 5.18-rc3
- update riscv_fill_hwcap to probe Svinval extension

Mayuresh Chitale (2):
  riscv: enum for svinval extension
  riscv: mm: use svinval instructions instead of sfence.vma

 arch/riscv/include/asm/hwcap.h |   4 ++
 arch/riscv/kernel/cpu.c        |   1 +
 arch/riscv/kernel/cpufeature.c |   1 +
 arch/riscv/mm/tlbflush.c       | 108 +++++++++++++++++++++++++++++++--
 4 files changed, 108 insertions(+), 6 deletions(-)

-- 
2.34.1


_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

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

end of thread, other threads:[~2022-08-12  4:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-12  4:29 [RFC PATCH v3 0/2] Risc-V Svinval support Mayuresh Chitale
2022-08-12  4:29 ` [RFC PATCH v3 1/2] riscv: enum for svinval extension Mayuresh Chitale
2022-08-12  4:29 ` [RFC PATCH v3 2/2] riscv: mm: use svinval instructions instead of sfence.vma Mayuresh Chitale

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox