summaryrefslogtreecommitdiffstats
path: root/accel/tcg/translate-all.c
Commit message (Expand)AuthorAgeFilesLines
* cputlb: Pass retaddr to tb_check_watchpointRichard Henderson2019-09-251-3/+3
* cputlb: Pass retaddr to tb_invalidate_phys_page_fastRichard Henderson2019-09-251-20/+19Star
* cputlb: Remove tb_invalidate_phys_page_range is_cpu_write_accessRichard Henderson2019-09-251-4/+2Star
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-0/+1
* qemu-common: Move tcg_enabled() etc. to sysemu/tcg.hMarkus Armbruster2019-06-111-1/+2
* cpu: Move icount_decr to CPUNegativeOffsetStateRichard Henderson2019-06-101-4/+4
* cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson2019-06-101-1/+1
* tcg: Restart after TB code generation overflowRichard Henderson2019-04-241-6/+32
* tcg: Hoist max_insns computation to tb_gen_codeRichard Henderson2019-04-241-2/+13
* tcg: Simplify how dump_exec_info() printsMarkus Armbruster2019-04-181-22/+23
* tcg: Simplify how dump_opcount_info() printsMarkus Armbruster2019-04-181-2/+2
* tcg: Fix LGPL version numberThomas Huth2019-01-301-1/+1
* accel/tcg: Add cluster number to TCG TB hashPeter Maydell2019-01-291-0/+3
* build-sys: don't include windows.h, osdep.h does itMarc-André Lureau2019-01-111-4/+0Star
* cputlb: Count "partial" and "elided" tlb flushesRichard Henderson2018-10-311-2/+6
* tcg: access cpu->icount_decr.u16.high with atomicsEmilio G. Cota2018-10-191-1/+1
* accel/tcg: Remove dead codeThomas Huth2018-10-021-9/+0Star
* qht: drop ht argument from qht iteratorsEmilio G. Cota2018-09-261-4/+2Star
* accel/tcg: tb_gen_code(): Create single-insn TB for execution from non-RAMPeter Maydell2018-08-141-1/+18
* accel/tcg: Handle get_page_addr_code() returning -1 in tb_check_watchpoint()Peter Maydell2018-08-141-1/+3
* accel: Fix typo and grammar in commentStefan Weil2018-07-161-1/+1
* translate-all: honour CF_NOCACHE in tb_gen_codeEmilio G. Cota2018-07-091-15/+19
* translate-all: fix locking of TBs whose two pages share the same physical pageEmilio G. Cota2018-07-021-7/+25
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2018-06-291-22/+6Star
|\
| * move public invalidate APIs out of translate-all.{c,h}, clean upPaolo Bonzini2018-06-281-22/+6Star
* | compiler: add a sizeof_field() macroStefan Hajnoczi2018-06-271-1/+1
|/
* tcg: remove tb_lockEmilio G. Cota2018-06-151-92/+40Star
* translate-all: remove tb_lock mention from cpu_restore_state_from_tbEmilio G. Cota2018-06-151-1/+0Star
* translate-all: protect TB jumps with a per-destination-TB lockEmilio G. Cota2018-06-151-47/+71
* translate-all: discard TB when tb_link_page returns an existing matching TBEmilio G. Cota2018-06-151-9/+41
* translate-all: introduce assert_no_pages_lockedEmilio G. Cota2018-06-151-0/+7
* translate-all: add page_locked assertionsEmilio G. Cota2018-06-151-3/+79
* translate-all: use per-page locking in !user-modeEmilio G. Cota2018-06-151-40/+404
* translate-all: move tb_invalidate_phys_page_range up in the fileEmilio G. Cota2018-06-151-38/+39
* translate-all: work page-by-page in tb_invalidate_phys_range_1Emilio G. Cota2018-06-151-4/+8
* translate-all: remove hole in PageDescEmilio G. Cota2018-06-151-1/+1
* translate-all: make l1_map locklessEmilio G. Cota2018-06-151-10/+14
* translate-all: iterate over TBs in a page with PAGE_FOR_EACH_TBEmilio G. Cota2018-06-151-33/+29Star
* tcg: move tb_ctx.tb_phys_invalidate_count to tcg_ctxEmilio G. Cota2018-06-151-2/+3
* tcg: track TBs with per-region BST'sEmilio G. Cota2018-06-151-86/+15Star
* qht: return existing entry when qht_insert failsEmilio G. Cota2018-06-151-1/+1
* qht: require a default comparison functionEmilio G. Cota2018-06-151-1/+15
* Make address_space_translate{, _cached}() take a MemTxAttrs argumentPeter Maydell2018-05-311-1/+1
* Make tb_invalidate_phys_addr() take a MemTxAttrs argumentPeter Maydell2018-05-311-1/+1
* Remove unnecessary variables for function return valueLaurent Vivier2018-05-201-4/+1Star
* icount: fix cpu_restore_state_from_tb for non-tb-exit casesPavel Dovgalyuk2018-04-111-13/+14
* tcg: Really fix cpu_io_recompileRichard Henderson2018-03-261-27/+10Star
* tcg: fix cpu_io_recompilePavel Dovgalyuk2018-03-121-3/+15
* page_unprotect(): handle calls to pages that are PAGE_WRITEPeter Maydell2018-01-231-19/+31
* misc: remove duplicated includesPhilippe Mathieu-Daudé2017-12-181-1/+0Star