summaryrefslogtreecommitdiffstats
path: root/include/exec/exec-all.h
Commit message (Expand)AuthorAgeFilesLines
* tcg: cputlb: Add probe_readBeata Michalska2019-12-161-0/+6
* include/exec: wrap cpu_ldst.h in CONFIG_TCGAlex Bennée2019-10-281-0/+2
* cputlb: introduce get_page_addr_code_hostpEmilio G. Cota2019-10-281-0/+38
* cputlb: document get_page_addr_codeEmilio G. Cota2019-10-281-3/+21
* s390x/tcg: MVCL: Exit to main loop if requestedDavid Hildenbrand2019-10-101-0/+17
* cputlb: Partially inline memory_region_section_get_iotlbRichard Henderson2019-09-251-5/+1Star
* tcg: Factor out probe_write() logic into probe_access()David Hildenbrand2019-09-031-2/+8
* tcg: Make probe_write() return a pointer to the host pageDavid Hildenbrand2019-09-031-2/+2
* tcg: Factor out CONFIG_USER_ONLY probe_write() from s390x codeDavid Hildenbrand2019-09-031-2/+2
* include: Make headers more self-containedMarkus Armbruster2019-08-161-0/+1
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0Star
* tcg: Use CPUClass::tlb_fill in cputlb.cRichard Henderson2019-05-101-9/+0Star
* tcg: Hoist max_insns computation to tb_gen_codeRichard Henderson2019-04-241-2/+2
* exec-all: document that tlb_fill can trigger a TLB resizeEmilio G. Cota2019-02-111-0/+5
* accel/tcg: Add cluster number to TCG TB hashPeter Maydell2019-01-291-1/+3
* exec: introduce tlb_initEmilio G. Cota2018-10-191-0/+8
* accel/tcg: Check whether TLB entry is RAM consistently with how we set it upPeter Maydell2018-08-141-2/+0Star
* tcg: simplify !CONFIG_TCG handling of tb_invalidate_*Paolo Bonzini2018-07-021-5/+3Star
* 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/+0Star
* 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/+0Star
* 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/+1Star
* 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/+3Star
* target: [tcg] Use a generic enum for DISAS_ valuesLluís Vilanova2017-09-061-30/+0Star
* 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
|/