aboutsummaryrefslogtreecommitdiff
path: root/include/exec/exec-all.h
AgeCommit message (Expand)Author
2018-01-25accel/tcg: add size paremeter in tlb_fill()Laurent Vivier
2017-12-21cpu: refactor cpu_address_space_init()Peter Xu
2017-11-13accel/tcg/translate-all: expand cpu_restore_state addr checkAlex Bennée
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: Add CF_LAST_IO + CF_USE_ICOUNT to CF_HASH_MASKRichard Henderson
2017-10-24tcg: Include CF_COUNT_MASK in CF_HASH_MASKRichard Henderson
2017-10-24tcg: define CF_PARALLEL and use it for TB hashing along with CF_COUNT_MASKEmilio G. Cota
2017-10-10exec-all: extract tb->tc_* into a separate struct tc_tbEmilio G. Cota
2017-10-10exec-all: introduce TB_PAGE_ADDR_FMTEmilio G. Cota
2017-10-10exec-all: bring tb->invalid into tb->cflagsEmilio G. Cota
2017-10-10exec-all: fix typos in TranslationBlock's documentationEmilio G. Cota
2017-09-07tcg: Move USE_DIRECT_JUMP discriminator to tcg/cpu/tcg-target.hRichard Henderson
2017-09-06target: [tcg] Use a generic enum for DISAS_ valuesLluís Vilanova
2017-09-06tcg: Add generic DISAS_NORETURNRichard Henderson
2017-07-19tcg: Pass generic CPUState to gen_intermediate_code()Lluís Vilanova
2017-07-18Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170717'...Peter Maydell
2017-07-17include/exec/exec-all: document common exit conditionsAlex Bennée
2017-07-17exec: [tcg] Use different TBs according to the vCPU's dynamic tracing stateLluís Vilanova
2017-07-14Revert "exec.c: Fix breakpoint invalidation race"Pranith Kumar
2017-07-05tcg: add CONFIG_TCG guards in headersYang Zhong
2017-07-04tcg: move tb_lock out of translate-all.hPaolo Bonzini
2017-06-19tcg/arm: Use indirect branch for goto_tbRichard Henderson
2017-06-05tcg: Introduce goto_ptr opcode and tcg_gen_lookup_and_goto_ptrEmilio G. Cota
2017-02-24cputlb: introduce tlb_flush_*_all_cpus[_synced]Alex Bennée
2017-02-24cputlb and arm/sparc targets: convert mmuidx flushes from varg to bitmapAlex Bennée
2017-02-24cputlb: introduce tlb_flush_* async work.KONRAD Frederic
2017-02-24tcg: remove global exit_requestAlex Bennée
2017-02-24tcg: rename tcg_current_cpu to tcg_current_rr_cpuAlex Bennée
2017-02-16cpu-exec: fix icount out-of-bounds accessPaolo Bonzini
2017-01-13cputlb: drop flush_global flag from tlb_flushAlex Bennée
2016-10-31tcg: comment on which functions have to be called with tb_lock heldPaolo Bonzini
2016-10-31translate-all: add DEBUG_LOCKING assertsAlex Bennée
2016-10-26tcg: Add EXCP_ATOMICRichard Henderson
2016-10-24exec: move cpu_exec_init() calls to realize functionsLaurent Vivier
2016-09-27cpus-common: move CPU list management to common codePaolo Bonzini
2016-09-16tcg: Merge GETPC and GETRARichard Henderson
2016-09-13tcg: Prepare TB invalidation for lockless TB lookupPaolo Bonzini
2016-07-26exec: Reduce CONFIG_USER_ONLY ifdeffeneryIgor Mammedov
2016-07-12Clean up ill-advised or unusual header guardsMarkus Armbruster
2016-07-12Fix confusing argument names in some common functionsSergey Sorokin
2016-06-11tb hash: track translated blocks with qhtEmilio G. Cota
2016-06-09cpu-exec: Rename cpu_resume_from_signal() to cpu_loop_exit_noexc()Peter Maydell
2016-05-19cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini
2016-05-19exec: extract exec/tb-context.hPaolo Bonzini
2016-05-12tcg: Rework tb_invalidated_flagSergey Fedorov
2016-05-12tcg: Clarify thread safety check in tb_add_jump()Sergey Fedorov
2016-05-12tcg: Use uintptr_t type for jmp_list_{next|first} fields of TBSergey Fedorov
2016-05-12tcg: Clean up direct block chaining data fieldsSergey Fedorov