qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 00/10] cputlb: track dirty tlbs and general cleanup
@ 2018-10-31 12:21 Richard Henderson
  2018-10-31 12:21 ` [Qemu-devel] [PULL 01/10] cputlb: Move tlb_lock to CPUTLBCommon Richard Henderson
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Richard Henderson @ 2018-10-31 12:21 UTC (permalink / raw)
  To: qemu-devel; +Cc: peter.maydell

The following changes since commit a2e002ff7913ce93aa0f7dbedd2123dce5f1a9cd:

  Merge remote-tracking branch 'remotes/vivier2/tags/qemu-trivial-for-3.1-pull-request' into staging (2018-10-30 15:49:55 +0000)

are available in the Git repository at:

  https://github.com/rth7680/qemu.git tags/pull-tcg-20181031

for you to fetch changes up to ab6511053015b9cc636915e2c2b97305cbf044f0:

  cputlb: Remove tlb_c.pending_flushes (2018-10-31 12:16:39 +0000)

----------------------------------------------------------------
Track mmu_idx for which the TLB is clean and need not be flushed again.

----------------------------------------------------------------
Richard Henderson (10):
      cputlb: Move tlb_lock to CPUTLBCommon
      cputlb: Remove tcg_enabled hack from tlb_flush_nocheck
      cputlb: Move cpu->pending_tlb_flush to env->tlb_c.pending_flush
      cputlb: Split large page tracking per mmu_idx
      cputlb: Move env->vtlb_index to env->tlb_d.vindex
      cputlb: Merge tlb_flush_nocheck into tlb_flush_by_mmuidx_async_work
      cputlb: Merge tlb_flush_page into tlb_flush_page_by_mmuidx
      cputlb: Count "partial" and "elided" tlb flushes
      cputlb: Filter flushes on already clean tlbs
      cputlb: Remove tlb_c.pending_flushes

 include/exec/cpu-defs.h   |  51 +++++--
 include/exec/cputlb.h     |   2 +-
 include/qom/cpu.h         |   6 -
 accel/tcg/cputlb.c        | 353 +++++++++++++++++-----------------------------
 accel/tcg/translate-all.c |   8 +-
 5 files changed, 183 insertions(+), 237 deletions(-)

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

end of thread, other threads:[~2018-11-01 16:33 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-31 12:21 [Qemu-devel] [PULL 00/10] cputlb: track dirty tlbs and general cleanup Richard Henderson
2018-10-31 12:21 ` [Qemu-devel] [PULL 01/10] cputlb: Move tlb_lock to CPUTLBCommon Richard Henderson
2018-10-31 12:21 ` [Qemu-devel] [PULL 02/10] cputlb: Remove tcg_enabled hack from tlb_flush_nocheck Richard Henderson
2018-10-31 12:21 ` [Qemu-devel] [PULL 03/10] cputlb: Move cpu->pending_tlb_flush to env->tlb_c.pending_flush Richard Henderson
2018-10-31 12:21 ` [Qemu-devel] [PULL 04/10] cputlb: Split large page tracking per mmu_idx Richard Henderson
2018-10-31 12:21 ` [Qemu-devel] [PULL 05/10] cputlb: Move env->vtlb_index to env->tlb_d.vindex Richard Henderson
2018-10-31 12:21 ` [Qemu-devel] [PULL 06/10] cputlb: Merge tlb_flush_nocheck into tlb_flush_by_mmuidx_async_work Richard Henderson
2018-10-31 12:21 ` [Qemu-devel] [PULL 07/10] cputlb: Merge tlb_flush_page into tlb_flush_page_by_mmuidx Richard Henderson
2018-10-31 12:21 ` [Qemu-devel] [PULL 08/10] cputlb: Count "partial" and "elided" tlb flushes Richard Henderson
2018-10-31 12:21 ` [Qemu-devel] [PULL 09/10] cputlb: Filter flushes on already clean tlbs Richard Henderson
2018-10-31 12:21 ` [Qemu-devel] [PULL 10/10] cputlb: Remove tlb_c.pending_flushes Richard Henderson
2018-11-01 16:32 ` [Qemu-devel] [PULL 00/10] cputlb: track dirty tlbs and general cleanup Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).