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

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


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

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

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

Thread overview: 24+ 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 ` Atish Patra
2019-08-22  0:46 ` [PATCH v3 1/3] RISC-V: Issue a local tlbflush if possible Atish Patra
2019-08-22  0:46   ` Atish Patra
2019-08-22  1:46   ` Christoph Hellwig
2019-08-22  1:46     ` Christoph Hellwig
2019-08-22  4:01     ` Atish Patra
2019-08-22  4:01       ` Atish Patra
2019-08-22  4:27       ` hch
2019-08-22  4:27         ` hch
2019-08-22  5:39         ` Atish Patra
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  0:46   ` Atish Patra
2019-08-22  1:50   ` Christoph Hellwig
2019-08-22  1:50     ` Christoph Hellwig
2019-08-22  4:02     ` Atish Patra
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  0:46   ` Atish Patra
2019-08-22  1:51   ` Christoph Hellwig
2019-08-22  1:51     ` Christoph Hellwig
2019-08-22  4:23     ` Atish Patra
2019-08-22  4:23       ` Atish Patra

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.