aboutsummaryrefslogtreecommitdiff
path: root/accel/tcg/translate-all.c
AgeCommit message (Expand)Author
2018-08-02accel/tcg: tb_gen_code(): Create single-insn TB for execution from non-RAMPeter Maydell
2018-08-02accel/tcg: Handle get_page_addr_code() returning -1 in tb_check_watchpoint()Peter Maydell
2018-07-16accel: Fix typo and grammar in commentStefan Weil
2018-07-09translate-all: honour CF_NOCACHE in tb_gen_codeEmilio G. Cota
2018-07-02translate-all: fix locking of TBs whose two pages share the same physical pageEmilio G. Cota
2018-06-29Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2018-06-28move public invalidate APIs out of translate-all.{c,h}, clean upPaolo Bonzini
2018-06-27compiler: add a sizeof_field() macroStefan Hajnoczi
2018-06-15tcg: remove tb_lockEmilio G. Cota
2018-06-15translate-all: remove tb_lock mention from cpu_restore_state_from_tbEmilio G. Cota
2018-06-15translate-all: protect TB jumps with a per-destination-TB lockEmilio G. Cota
2018-06-15translate-all: discard TB when tb_link_page returns an existing matching TBEmilio G. Cota
2018-06-15translate-all: introduce assert_no_pages_lockedEmilio G. Cota
2018-06-15translate-all: add page_locked assertionsEmilio G. Cota
2018-06-15translate-all: use per-page locking in !user-modeEmilio G. Cota
2018-06-15translate-all: move tb_invalidate_phys_page_range up in the fileEmilio G. Cota
2018-06-15translate-all: work page-by-page in tb_invalidate_phys_range_1Emilio G. Cota
2018-06-15translate-all: remove hole in PageDescEmilio G. Cota
2018-06-15translate-all: make l1_map locklessEmilio G. Cota
2018-06-15translate-all: iterate over TBs in a page with PAGE_FOR_EACH_TBEmilio G. Cota
2018-06-15tcg: move tb_ctx.tb_phys_invalidate_count to tcg_ctxEmilio G. Cota
2018-06-15tcg: track TBs with per-region BST'sEmilio G. Cota
2018-06-15qht: return existing entry when qht_insert failsEmilio G. Cota
2018-06-15qht: require a default comparison functionEmilio G. Cota
2018-05-31Make address_space_translate{, _cached}() take a MemTxAttrs argumentPeter Maydell
2018-05-31Make tb_invalidate_phys_addr() take a MemTxAttrs argumentPeter Maydell
2018-05-20Remove unnecessary variables for function return valueLaurent Vivier
2018-04-11icount: fix cpu_restore_state_from_tb for non-tb-exit casesPavel Dovgalyuk
2018-03-26tcg: Really fix cpu_io_recompileRichard Henderson
2018-03-12tcg: fix cpu_io_recompilePavel Dovgalyuk
2018-01-23page_unprotect(): handle calls to pages that are PAGE_WRITEPeter Maydell
2017-12-18misc: remove duplicated includesPhilippe Mathieu-Daudé
2017-12-18translate-all: fix 'consisits' typo in commentEmilio G. Cota
2017-11-13accel/tcg/translate-all: expand cpu_restore_state addr checkpull-target-arm-20171113Alex Bennée
2017-10-24translate-all: exit from tb_phys_invalidate if qht_remove failsEmilio G. Cota
2017-10-24tcg: enable multiple TCG contexts in softmmuEmilio G. Cota
2017-10-24tcg: introduce regions to split code_gen_bufferEmilio G. Cota
2017-10-24translate-all: use qemu_protect_rwx/none helpersEmilio G. Cota
2017-10-24tcg: distribute profiling counters across TCGContext'sEmilio G. Cota
2017-10-24tcg: define tcg_init_ctx and make tcg_ctx a pointerEmilio G. Cota
2017-10-24tcg: take tb_ctx out of TCGContextEmilio G. Cota
2017-10-24translate-all: report correct avg host TB sizeEmilio G. Cota
2017-10-24exec-all: rename tb_free to tb_removeEmilio G. Cota
2017-10-24translate-all: use a binary search tree to track TBs in TBContextEmilio G. Cota
2017-10-24tcg: Remove CF_IGNORE_ICOUNTRichard Henderson
2017-10-24tcg: check CF_PARALLEL instead of parallel_cpusEmilio G. Cota
2017-10-24tcg: Add CPUState cflags_next_tbRichard Henderson
2017-10-24tcg: define CF_PARALLEL and use it for TB hashing along with CF_COUNT_MASKEmilio G. Cota
2017-10-16tcg: Fix off-by-one in assert in page_set_flagsRichard Henderson
2017-10-10exec-all: extract tb->tc_* into a separate struct tc_tbEmilio G. Cota