summary refs log tree commit diff stats
path: root/include/exec/exec-all.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* exec: move cpu_exec_init() calls to realize functionsLaurent Vivier2016-10-241-1/+0
* cpus-common: move CPU list management to common codePaolo Bonzini2016-09-271-11/+0
* tcg: Merge GETPC and GETRARichard Henderson2016-09-161-6/+3
* tcg: Prepare TB invalidation for lockless TB lookupPaolo Bonzini2016-09-131-0/+2
* exec: Reduce CONFIG_USER_ONLY ifdeffeneryIgor Mammedov2016-07-261-0/+12
* Clean up ill-advised or unusual header guardsMarkus Armbruster2016-07-121-2/+2
* Fix confusing argument names in some common functionsSergey Sorokin2016-07-121-2/+2
* tb hash: track translated blocks with qhtEmilio G. Cota2016-06-111-2/+0
* cpu-exec: Rename cpu_resume_from_signal() to cpu_loop_exit_noexc()Peter Maydell2016-06-091-1/+1
* cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini2016-05-191-9/+0
* exec: extract exec/tb-context.hPaolo Bonzini2016-05-191-44/+1
* tcg: Rework tb_invalidated_flagSergey Fedorov2016-05-121-2/+0