Age | Commit message (Expand) | Author |
2022-10-04 | accel/tcg: Introduce TARGET_TB_PCREL | Richard Henderson |
2022-10-04 | accel/tcg: Introduce tb_pc and log_pc | Richard Henderson |
2022-10-04 | include/hw/core: Create struct CPUJumpCache | Richard Henderson |
2022-10-04 | accel/tcg: Do not align tb->page_addr[0] | Richard Henderson |
2022-10-03 | accel/tcg: Use bool for page_find_alloc | Richard Henderson |
2022-10-03 | accel/tcg: Remove PageDesc code_bitmap | Richard Henderson |
2022-09-27 | linux-user: Passthrough MADV_DONTNEED for certain file mappings | Ilya Leoshkevich |
2022-09-06 | accel/tcg: Add fast path for translator_ld* | Richard Henderson |
2022-09-06 | accel/tcg: Add pc and host_pc params to gen_intermediate_code | Richard Henderson |
2022-08-11 | linux-user/aarch64: Reset target data on MADV_DONTNEED | Vitaly Buka |
2022-07-18 | linux-user/aarch64: Do not clear PROT_MTE on mprotect | Richard Henderson |
2022-06-11 | accel/tcg: Inline dump_opcount_info() and remove it | Bernhard Beschow |
2022-04-20 | util/log: Remove qemu_log_flush | Richard Henderson |
2022-04-20 | *: Use fprintf between qemu_log_trylock/unlock | Richard Henderson |
2022-04-20 | util/log: Rename qemu_log_lock to qemu_log_trylock | Richard Henderson |
2022-04-06 | Remove qemu-common.h include from most units | Marc-André Lureau |
2022-02-21 | include: Move qemu_[id]cache_* declarations to new qemu/cacheinfo.h | Peter Maydell |
2021-11-29 | accel/tcg: suppress IRQ check for special TBs | Alex Bennée |
2021-11-02 | qapi: introduce x-query-opcount QMP command | Daniel P. Berrangé |
2021-11-02 | qapi: introduce x-query-jit QMP command | Daniel P. Berrangé |
2021-09-14 | accel/tcg: Clear PAGE_WRITE before translation | Ilya Leoshkevich |
2021-07-21 | accel/tcg: Record singlestep_enabled in tb->cflags | Richard Henderson |
2021-07-21 | accel/tcg: Handle -singlestep in curr_cflags | Richard Henderson |
2021-07-21 | accel/tcg: Reduce CF_COUNT_MASK to match TCG_MAX_INSNS | Richard Henderson |
2021-07-09 | tcg: Move tb_phys_invalidate_count to tb_ctx | Richard Henderson |
2021-07-09 | tcg: Bake tb_destroy() into tcg_region_tree | Liren Wei |
2021-07-09 | accel/tcg: Hoist tcg_tb_insert() up above tb_link_page() | Liren Wei |
2021-06-13 | tcg: Move tcg_init_ctx and tcg_ctx from accel/tcg/ | Richard Henderson |
2021-06-11 | accel/tcg: Merge tcg_exec_init into tcg_init_machine | Richard Henderson |
2021-06-11 | tcg: Create tcg_init | Richard Henderson |
2021-06-11 | accel/tcg: Move alloc_code_gen_buffer to tcg/region.c | Richard Henderson |
2021-06-11 | accel/tcg: Inline cpu_gen_init | Richard Henderson |
2021-06-11 | tcg: Re-order tcg_region_init vs tcg_prologue_init | Richard Henderson |
2021-05-26 | accel/tcg: Keep TranslationBlock headers local to TCG | Philippe Mathieu-Daudé |
2021-05-26 | accel/tcg: Reduce 'exec/tb-context.h' inclusion | Philippe Mathieu-Daudé |
2021-05-20 | accel/tcg: Assert that tb->size != 0 after translation | Ilya Leoshkevich |
2021-05-16 | accel/tcg: Align data dumped at end of TB | Philippe Mathieu-Daudé |
2021-05-02 | Do not include cpu.h if it's not really necessary | Thomas Huth |
2021-04-17 | accel/tcg: avoid re-translating one-shot instructions | Alex Bennée |
2021-04-12 | accel/tcg: Preserve PAGE_ANON when changing page permissions | Richard Henderson |
2021-03-06 | accel/tcg: Precompute curr_cflags into cpu->tcg_cflags | Richard Henderson |
2021-03-06 | accel/tcg: drop the use of CF_HASH_MASK and rename params | Alex Bennée |
2021-03-06 | accel/tcg: move CF_CLUSTER calculation to curr_cflags | Alex Bennée |
2021-02-18 | accel/tcg: allow plugin instrumentation to be disable via cflags | Alex Bennée |
2021-02-18 | accel/tcg: remove CF_NOCACHE and special cases | Alex Bennée |
2021-02-18 | accel/tcg: re-factor non-RAM execution code | Alex Bennée |
2021-02-18 | target/sh4: Create superh_io_recompile_replay_branch | Richard Henderson |
2021-02-18 | target/mips: Create mips_io_recompile_replay_branch | Richard Henderson |
2021-02-18 | accel/tcg: Create io_recompile_replay_branch hook | Richard Henderson |
2021-02-16 | exec: Use cpu_untagged_addr in g2h; split out g2h_untagged | Richard Henderson |