summary refs log tree commit diff stats
path: root/include/exec/exec-all.h (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* exec: introduce tlb_initEmilio G. Cota2018-10-181-0/+8
* accel/tcg: Check whether TLB entry is RAM consistently with how we set it upPeter Maydell2018-08-141-2/+0
* tcg: simplify !CONFIG_TCG handling of tb_invalidate_*Paolo Bonzini2018-07-021-5/+3
* tcg: Fix --disable-tcg build breakagePhilippe Mathieu-Daudé2018-07-021-4/+9
* move public invalidate APIs out of translate-all.{c,h}, clean upPaolo Bonzini2018-06-281-4/+4
* tcg: remove tb_lockEmilio G. Cota2018-06-151-4/+0
* translate-all: protect TB jumps with a per-destination-TB lockEmilio G. Cota2018-06-151-13/+22
* translate-all: introduce assert_no_pages_lockedEmilio G. Cota2018-06-151-0/+8
* translate-all: use per-page locking in !user-modeEmilio G. Cota2018-06-151-1/+2
* translate-all: iterate over TBs in a page with PAGE_FOR_EACH_TBEmilio G. Cota2018-06-151-1/+1
* tcg: track TBs with per-region BST'sEmilio G. Cota2018-06-151-1/+0
* exec.c: Handle IOMMUs in address_space_translate_for_iotlb()Peter Maydell2018-06-151-1/+2
* cputlb: Pass cpu_transaction_failed() the correct physaddrPeter Maydell2018-06-151-2/+11
* Make tb_invalidate_phys_addr() take a MemTxAttrs argumentPeter Maydell2018-05-311-2/+3
* icount: fix cpu_restore_state_from_tb for non-tb-exit casesPavel Dovgalyuk2018-04-111-1/+4
* accel/tcg: add size paremeter in tlb_fill()Laurent Vivier2018-01-251-3/+3
* cpu: refactor cpu_address_space_init()Peter Xu2017-12-211-2/+4
* accel/tcg/translate-all: expand cpu_restore_state addr checkAlex Bennée2017-11-131-0/+11
* exec-all: rename tb_free to tb_removeEmilio G. Cota2017-10-241-1/+1
* translate-all: use a binary search tree to track TBs in TBContextEmilio G. Cota2017-10-241-1/+5
* tcg: Remove CF_IGNORE_ICOUNTRichard Henderson2017-10-241-8/+9
* tcg: Add CF_LAST_IO + CF_USE_ICOUNT to CF_HASH_MASKRichard Henderson2017-10-241-1/+2
* tcg: Include CF_COUNT_MASK in CF_HASH_MASKRichard Henderson2017-10-241-1/+1
* tcg: define CF_PARALLEL and use it for TB hashing along with CF_COUNT_MASKEmilio G. Cota2017-10-241-1/+19
* exec-all: extract tb->tc_* into a separate struct tc_tbEmilio G. Cota2017-10-101-2/+10
* exec-all: introduce TB_PAGE_ADDR_FMTEmilio G. Cota2017-10-101-0/+2
* exec-all: bring tb->invalid into tb->cflagsEmilio G. Cota2017-10-101-2/+1
* exec-all: fix typos in TranslationBlock's documentationEmilio G. Cota2017-10-101-2/+2
* tcg: Move USE_DIRECT_JUMP discriminator to tcg/cpu/tcg-target.hRichard Henderson2017-09-071-92/+3
* target: [tcg] Use a generic enum for DISAS_ valuesLluís Vilanova2017-09-061-30/+0
* tcg: Add generic DISAS_NORETURNRichard Henderson2017-09-061-0/+1
* tcg: Pass generic CPUState to gen_intermediate_code()Lluís Vilanova2017-07-191-1/+1
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170717'...Peter Maydell2017-07-181-3/+26
|\
| * include/exec/exec-all: document common exit conditionsAlex Bennée2017-07-171-3/+26
* | exec: [tcg] Use different TBs according to the vCPU's dynamic tracing stateLluís Vilanova2017-07-171-0/+3
|/
* Revert "exec.c: Fix breakpoint invalidation race"Pranith Kumar2017-07-141-0/+3
* tcg: add CONFIG_TCG guards in headersYang Zhong2017-07-051-0/+3
* tcg: move tb_lock out of translate-all.hPaolo Bonzini2017-07-041-0/+4
* tcg/arm: Use indirect branch for goto_tbRichard Henderson2017-06-191-4/+1
* tcg: Introduce goto_ptr opcode and tcg_gen_lookup_and_goto_ptrEmilio G. Cota2017-06-051-0/+2
* cputlb: introduce tlb_flush_*_all_cpus[_synced]Alex Bennée2017-02-241-3/+113
* cputlb and arm/sparc targets: convert mmuidx flushes from varg to bitmapAlex Bennée2017-02-241-6/+7
* cputlb: introduce tlb_flush_* async work.KONRAD Frederic2017-02-241-0/+1
* tcg: remove global exit_requestAlex Bennée2017-02-241-3/+0
* tcg: rename tcg_current_cpu to tcg_current_rr_cpuAlex Bennée2017-02-241-1/+0
* cpu-exec: fix icount out-of-bounds accessPaolo Bonzini2017-02-161-0/+1
* cputlb: drop flush_global flag from tlb_flushAlex Bennée2017-01-131-8/+6
* tcg: comment on which functions have to be called with tb_lock heldPaolo Bonzini2016-10-311-0/+1
* translate-all: add DEBUG_LOCKING assertsAlex Bennée2016-10-311-0/+1
* tcg: Add EXCP_ATOMICRichard Henderson2016-10-261-0/+1