qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 0/6] tcg queued patches
@ 2018-07-02 16:05 Richard Henderson
  2018-07-02 16:05 ` [Qemu-devel] [PULL 1/6] translate-all: fix locking of TBs whose two pages share the same physical page Richard Henderson
                   ` (6 more replies)
  0 siblings, 7 replies; 11+ messages in thread
From: Richard Henderson @ 2018-07-02 16:05 UTC (permalink / raw)
  To: qemu-devel; +Cc: peter.maydell

The following changes since commit 2d58e33ec1b76990f09bc1e3412e0b36e1ac4634:

  Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-3.0-pull-request' into staging (2018-07-02 13:43:10 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 9c8c334b0637bf3c592d432b0c11f3b62dd5dba3:

  cpu: Assert asidx_from_attrs return value in range (2018-07-02 08:09:49 -0700)

----------------------------------------------------------------
Assorted tlb and tb caching fixes

----------------------------------------------------------------
Emilio G. Cota (1):
      translate-all: fix locking of TBs whose two pages share the same physical page

Peter Maydell (3):
      tcg: Define and use new tlb_hit() and tlb_hit_page() functions
      accel/tcg: Correct "is this a TLB miss" check in get_page_addr_code()
      accel/tcg: Don't treat invalid TLB entries as needing recheck

Richard Henderson (2):
      accel/tcg: Avoid caching overwritten tlb entries
      cpu: Assert asidx_from_attrs return value in range

 accel/tcg/softmmu_template.h | 16 ++++-----
 include/exec/cpu-all.h       | 23 +++++++++++++
 include/exec/cpu_ldst.h      |  3 +-
 include/qom/cpu.h            |  6 ++--
 accel/tcg/cputlb.c           | 78 +++++++++++++++++++++++---------------------
 accel/tcg/translate-all.c    | 32 ++++++++++++++----
 6 files changed, 100 insertions(+), 58 deletions(-)

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

end of thread, other threads:[~2018-07-13 12:50 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-02 16:05 [Qemu-devel] [PULL 0/6] tcg queued patches Richard Henderson
2018-07-02 16:05 ` [Qemu-devel] [PULL 1/6] translate-all: fix locking of TBs whose two pages share the same physical page Richard Henderson
2018-07-02 16:05 ` [Qemu-devel] [PULL 2/6] tcg: Define and use new tlb_hit() and tlb_hit_page() functions Richard Henderson
2018-07-02 16:05 ` [Qemu-devel] [PULL 3/6] accel/tcg: Correct "is this a TLB miss" check in get_page_addr_code() Richard Henderson
2018-07-02 16:05 ` [Qemu-devel] [PULL 4/6] accel/tcg: Don't treat invalid TLB entries as needing recheck Richard Henderson
2018-07-13 11:05   ` Peter Maydell
2018-07-13 12:36     ` Richard Henderson
2018-07-13 12:50       ` Peter Maydell
2018-07-02 16:05 ` [Qemu-devel] [PULL 5/6] accel/tcg: Avoid caching overwritten tlb entries Richard Henderson
2018-07-02 16:05 ` [Qemu-devel] [PULL 6/6] cpu: Assert asidx_from_attrs return value in range Richard Henderson
2018-07-02 18:07 ` [Qemu-devel] [PULL 0/6] tcg queued patches 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).