public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v6 0/1] Risc-V Svinval support
@ 2024-06-09 11:21 Mayuresh Chitale
  2024-06-09 11:21 ` [PATCH v6 1/1] riscv: mm: Add support for Svinval extension Mayuresh Chitale
  0 siblings, 1 reply; 4+ messages in thread
From: Mayuresh Chitale @ 2024-06-09 11:21 UTC (permalink / raw)
  To: linux-riscv, linux-kernel
  Cc: Mayuresh Chitale, Paul Walmsley, Palmer Dabbelt, Albert Ou,
	Alexandre Ghiti, Samuel Holland, Andrew Jones

This patch adds support for the Svinval extension as defined in the
Risc V Privileged specification. 
Changes in v6:
- Rebase on latest torvalds/master

Changes in v5:
- Reduce tlb flush threshold to 64
- Improve implementation of local_flush_tlb* functions

Changes in v4:
- Rebase and refactor as per latest changes on torvalds/master
- Drop patch 1 in the series

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 (1):
  riscv: mm: Add support for Svinval extension

 arch/riscv/mm/tlbflush.c | 58 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 58 insertions(+)

-- 
2.34.1


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

end of thread, other threads:[~2024-06-21 15:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-09 11:21 [PATCH v6 0/1] Risc-V Svinval support Mayuresh Chitale
2024-06-09 11:21 ` [PATCH v6 1/1] riscv: mm: Add support for Svinval extension Mayuresh Chitale
2024-06-21  9:15   ` Andrew Jones
2024-06-21 15:23     ` Alexandre Ghiti

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