summaryrefslogtreecommitdiffstats
path: root/accel/tcg/translate-all.c
Commit message (Expand)AuthorAgeFilesLines
* accel/tcg: increase default code gen buffer size for 64 bitAlex Bennée2020-02-291-9/+26
* accel/tcg: only USE_STATIC_CODE_GEN_BUFFER on 32 bit hostsAlex Bennée2020-02-291-5/+6
* accel/tcg: remove link between guest ram and TCG cache sizeAlex Bennée2020-02-291-8/+0Star
* accel/tcg: use units.h for defining code gen buffer sizesAlex Bennée2020-02-291-9/+10
* tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé2020-01-161-1/+1
* qemu_log_lock/unlock now preserves the qemu_logfile handle.Robert Foley2019-12-181-2/+2
* Merge remote-tracking branch 'remotes/stsquad/tags/pull-tcg-plugins-281019-4'...Peter Maydell2019-10-301-2/+13
|\
| * translate-all: notify plugin code of tb_flushEmilio G. Cota2019-10-281-0/+6
| * translate-all: use cpu_in_exclusive_work_context() in tb_flushEmilio G. Cota2019-10-281-2/+7
* | translate-all: Remove tb_allocRichard Henderson2019-10-281-18/+2Star
* | translate-all: fix uninitialized tb->orig_tbClement Deschamps2019-10-281-0/+1
|/
* 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