summaryrefslogtreecommitdiffstats
path: root/include/exec/exec-all.h
Commit message (Expand)AuthorAgeFilesLines
* accel/tcg: Precompute curr_cflags into cpu->tcg_cflagsRichard Henderson2021-03-061-6/+1Star
* include/exec: lightly re-arrange TranslationBlockAlex Bennée2021-03-061-3/+8
* accel/tcg: drop the use of CF_HASH_MASK and rename paramsAlex Bennée2021-03-061-3/+1Star
* accel/tcg: move CF_CLUSTER calculation to curr_cflagsAlex Bennée2021-03-061-3/+5
* accel/tcg: allow plugin instrumentation to be disable via cflagsAlex Bennée2021-02-181-3/+3
* accel/tcg: remove CF_NOCACHE and special casesAlex Bennée2021-02-181-3/+0Star
* exec: Use cpu_untagged_addr in g2h; split out g2h_untaggedRichard Henderson2021-02-161-1/+1
* tcg/tci: Make tci_tb_ptr thread-localRichard Henderson2021-02-051-1/+1
* accel/tcg: Restrict cpu_io_recompile() from other acceleratorsPhilippe Mathieu-Daudé2021-01-231-1/+0Star
* accel/tcg: Restrict tb_gen_code() from other acceleratorsPhilippe Mathieu-Daudé2021-01-231-5/+0Star
* accel/tcg: Move tb_flush_jmp_cache() to cputlb.cRichard Henderson2021-01-231-3/+0Star
* accel/tcg: Make cpu_gen_init() staticPhilippe Mathieu-Daudé2021-01-231-2/+0Star
* tcg: Introduce tcg_splitwx_to_{rx,rw}Richard Henderson2021-01-071-1/+1
* vl: extract softmmu/globals.cPaolo Bonzini2020-12-151-3/+0Star
* overall/alpha tcg cpus|hppa: Fix Lesser GPL version numberChetan Pant2020-11-151-1/+1
* accel/tcg: Add tlb_flush_page_bits_by_mmuidx*Richard Henderson2020-10-201-0/+36
* cpu-timers, icount: new modulesClaudio Fontana2020-10-051-2/+2
* qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi2020-09-231-3/+3
* cputlb: destroy CPUTLB with tlb_destroyEmilio G. Cota2020-06-161-0/+8
* accel/tcg: Add probe_access_flagsRichard Henderson2020-05-111-0/+22
* accel/tcg: Add block comment for probe_accessRichard Henderson2020-05-111-0/+17
* 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