aboutsummaryrefslogtreecommitdiff
path: root/accel/tcg/translate-all.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-30Merge remote-tracking branch 'remotes/stsquad/tags/pull-tcg-plugins-281019-4'...Peter Maydell1-2/+13
2019-10-28translate-all: notify plugin code of tb_flushEmilio G. Cota1-0/+6
2019-10-28translate-all: use cpu_in_exclusive_work_context() in tb_flushEmilio G. Cota1-2/+7
2019-10-28translate-all: Remove tb_allocRichard Henderson1-18/+2
2019-10-28translate-all: fix uninitialized tb->orig_tbClement Deschamps1-0/+1
2019-09-25cputlb: Pass retaddr to tb_check_watchpointRichard Henderson1-3/+3
2019-09-25cputlb: Pass retaddr to tb_invalidate_phys_page_fastRichard Henderson1-20/+19
2019-09-25cputlb: Remove tb_invalidate_phys_page_range is_cpu_write_accessRichard Henderson1-4/+2
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-0/+1
2019-06-11qemu-common: Move tcg_enabled() etc. to sysemu/tcg.hMarkus Armbruster1-1/+2
2019-06-10cpu: Move icount_decr to CPUNegativeOffsetStateRichard Henderson1-4/+4
2019-06-10cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson1-1/+1
2019-04-24tcg: Restart after TB code generation overflowRichard Henderson1-6/+32
2019-04-24tcg: Hoist max_insns computation to tb_gen_codeRichard Henderson1-2/+13
2019-04-18tcg: Simplify how dump_exec_info() printsMarkus Armbruster1-22/+23
2019-04-18tcg: Simplify how dump_opcount_info() printsMarkus Armbruster1-2/+2
2019-01-30tcg: Fix LGPL version numberThomas Huth1-1/+1
2019-01-29accel/tcg: Add cluster number to TCG TB hashPeter Maydell1-0/+3
2019-01-11build-sys: don't include windows.h, osdep.h does itMarc-André Lureau1-4/+0
2018-10-31cputlb: Count "partial" and "elided" tlb flushesRichard Henderson1-2/+6
2018-10-18tcg: access cpu->icount_decr.u16.high with atomicsEmilio G. Cota1-1/+1
2018-10-02accel/tcg: Remove dead codeThomas Huth1-9/+0
2018-09-26qht: drop ht argument from qht iteratorsEmilio G. Cota1-4/+2
2018-08-14accel/tcg: tb_gen_code(): Create single-insn TB for execution from non-RAMPeter Maydell1-1/+18
2018-08-14accel/tcg: Handle get_page_addr_code() returning -1 in tb_check_watchpoint()Peter Maydell1-1/+3
2018-07-16accel: Fix typo and grammar in commentStefan Weil1-1/+1
2018-07-09translate-all: honour CF_NOCACHE in tb_gen_codeEmilio G. Cota1-15/+19
2018-07-02translate-all: fix locking of TBs whose two pages share the same physical pageEmilio G. Cota1-7/+25
2018-06-29Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-22/+6
2018-06-28move public invalidate APIs out of translate-all.{c,h}, clean upPaolo Bonzini1-22/+6
2018-06-27compiler: add a sizeof_field() macroStefan Hajnoczi1-1/+1
2018-06-15tcg: remove tb_lockEmilio G. Cota1-92/+40
2018-06-15translate-all: remove tb_lock mention from cpu_restore_state_from_tbEmilio G. Cota1-1/+0
2018-06-15translate-all: protect TB jumps with a per-destination-TB lockEmilio G. Cota1-47/+71
2018-06-15translate-all: discard TB when tb_link_page returns an existing matching TBEmilio G. Cota1-9/+41
2018-06-15translate-all: introduce assert_no_pages_lockedEmilio G. Cota1-0/+7
2018-06-15translate-all: add page_locked assertionsEmilio G. Cota1-3/+79
2018-06-15translate-all: use per-page locking in !user-modeEmilio G. Cota1-40/+404
2018-06-15translate-all: move tb_invalidate_phys_page_range up in the fileEmilio G. Cota1-38/+39
2018-06-15translate-all: work page-by-page in tb_invalidate_phys_range_1Emilio G. Cota1-4/+8
2018-06-15translate-all: remove hole in PageDescEmilio G. Cota1-1/+1
2018-06-15translate-all: make l1_map locklessEmilio G. Cota1-10/+14
2018-06-15translate-all: iterate over TBs in a page with PAGE_FOR_EACH_TBEmilio G. Cota1-33/+29
2018-06-15tcg: move tb_ctx.tb_phys_invalidate_count to tcg_ctxEmilio G. Cota1-2/+3
2018-06-15tcg: track TBs with per-region BST'sEmilio G. Cota1-86/+15
2018-06-15qht: return existing entry when qht_insert failsEmilio G. Cota1-1/+1
2018-06-15qht: require a default comparison functionEmilio G. Cota1-1/+15
2018-05-31Make address_space_translate{, _cached}() take a MemTxAttrs argumentPeter Maydell1-1/+1
2018-05-31Make tb_invalidate_phys_addr() take a MemTxAttrs argumentPeter Maydell1-1/+1
2018-05-20Remove unnecessary variables for function return valueLaurent Vivier1-4/+1