mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v3 0/3] Optimize tlbflush path
@ 2019-08-22  0:46 Atish Patra
  2019-08-22  0:46 ` [PATCH v3 1/3] RISC-V: Issue a local tlbflush if possible Atish Patra
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Atish Patra @ 2019-08-22  0:46 UTC (permalink / raw)
  To: linux-kernel
  Cc: Atish Patra, Albert Ou, linux-riscv, Palmer Dabbelt,
	Paul Walmsley, Christoph Hellwig, Anup Patel, Andreas Schwab

This series adds few optimizations to reduce the trap cost in the tlb
flush path. We should only make SBI calls to remote tlb flush only if
absolutely required. 

This series is based on Christoph's series:

http://lists.infradead.org/pipermail/linux-riscv/2019-August/006148.html

Changes from v2->v3:
1. Split the patches into smaller one per optimization.

Atish Patra (3):
RISC-V: Issue a local tlbflush if possible.
RISC-V: Issue a tlb page flush if possible
RISC-V: Do not invoke SBI call if cpumask is empty

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

--
2.21.0


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

end of thread, other threads:[~2019-08-22  5:39 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-22  0:46 [PATCH v3 0/3] Optimize tlbflush path Atish Patra
2019-08-22  0:46 ` [PATCH v3 1/3] RISC-V: Issue a local tlbflush if possible Atish Patra
2019-08-22  1:46   ` Christoph Hellwig
2019-08-22  4:01     ` Atish Patra
2019-08-22  4:27       ` hch
2019-08-22  5:39         ` Atish Patra
2019-08-22  0:46 ` [PATCH v3 2/3] RISC-V: Issue a tlb page flush " Atish Patra
2019-08-22  1:50   ` Christoph Hellwig
2019-08-22  4:02     ` Atish Patra
2019-08-22  0:46 ` [PATCH v3 3/3] RISC-V: Do not invoke SBI call if cpumask is empty Atish Patra
2019-08-22  1:51   ` Christoph Hellwig
2019-08-22  4:23     ` Atish Patra

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

Powered by JetHome