All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [RFC v3 0/5] Dynamic TLB sizing
@ 2018-10-09 17:51 Emilio G. Cota
  2018-10-09 17:51 ` [Qemu-devel] [RFC v3 1/5] tcg: Add tlb_index and tlb_entry helpers Emilio G. Cota
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Emilio G. Cota @ 2018-10-09 17:51 UTC (permalink / raw)
  To: qemu-devel; +Cc: Richard Henderson, Alex Bennée

v2: https://lists.gnu.org/archive/html/qemu-devel/2018-10/msg01495.html

Changes since v2:

- Add R-b's

- Apply on top of tlb-lock-v5 series, fixing the alpha
  boot segfault due to the early tlb_flush
  + The series now passes `make check-qtest'

- Alloc the iotlb with g_new instead of g_new0

- Remove an unnecessary style change from patch 1 (reported by Alex)

- Minor tweak to the last patch's commit message

You can fetch this series from:
  https://github.com/cota/qemu/tree/tlb-dyn-v3

Thanks,

		Emilio

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

end of thread, other threads:[~2018-10-11 22:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-09 17:51 [Qemu-devel] [RFC v3 0/5] Dynamic TLB sizing Emilio G. Cota
2018-10-09 17:51 ` [Qemu-devel] [RFC v3 1/5] tcg: Add tlb_index and tlb_entry helpers Emilio G. Cota
2018-10-11 22:23   ` Richard Henderson
2018-10-09 17:51 ` [Qemu-devel] [RFC v3 2/5] (XXX) cputlb: introduce indirection for TLB size Emilio G. Cota
2018-10-09 17:51 ` [Qemu-devel] [RFC v3 3/5] cputlb: do not evict empty entries to the vtlb Emilio G. Cota
2018-10-09 17:51 ` [Qemu-devel] [RFC v3 4/5] cputlb: track TLB use rate Emilio G. Cota
2018-10-09 17:51 ` [Qemu-devel] [RFC v3 5/5] (XXX) cputlb: dynamically resize TLBs based on " Emilio G. Cota

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.