aboutsummaryrefslogtreecommitdiff
path: root/accel/tcg/translate-all.c
AgeCommit message (Expand)Author
2023-02-27exec: Remove unused 'qemu/timer.h' timerPhilippe Mathieu-Daudé
2023-01-17tcg: Add gen_tb to TCGContextRichard Henderson
2023-01-17tcg: Rename TB_JMP_RESET_OFFSET_INVALID to TB_JMP_OFFSET_INVALIDRichard Henderson
2023-01-16tcg: add perfmap and jitdumpIlya Leoshkevich
2022-12-20accel/tcg: Move remainder of page locking to tb-maint.cRichard Henderson
2022-12-20accel/tcg: Move PageDesc tree into tb-maint.c for systemRichard Henderson
2022-12-20accel/tcg: Move page_{get,set}_flags to user-exec.cRichard Henderson
2022-12-20accel/tcg: Drop PAGE_RESERVED for CONFIG_BSDRichard Henderson
2022-12-20accel/tcg: Use interval tree for TBs in user-only modeRichard Henderson
2022-11-09accel/tcg: Split out setjmp_gen_codeRichard Henderson
2022-11-09tcg: Move TCG_TARGET_HAS_direct_jump init to tb_gen_codeRichard Henderson
2022-11-01accel/tcg: Complete cpu initialization before registrationRichard Henderson
2022-11-01accel/tcg: Remove reset_icount argument from cpu_restore_state_from_tbRichard Henderson
2022-11-01accel/tcg: Remove will_exit argument from cpu_restore_stateRichard Henderson
2022-11-01accel/tcg: Introduce cpu_unwind_state_dataRichard Henderson
2022-10-26accel/tcg: Remove restore_state_to_opc functionRichard Henderson
2022-10-26accel/tcg: Add restore_state_to_opc to TCGCPUOpsRichard Henderson
2022-10-26accel/tcg: Move TARGET_PAGE_DATA_SIZE impl to user-exec.cRichard Henderson
2022-10-26accel/tcg: Use tb_invalidate_phys_range in page_set_flagsRichard Henderson
2022-10-26accel/tcg: Use page_reset_target_data in page_set_flagsRichard Henderson
2022-10-26accel/tcg: Call tb_invalidate_phys_page for PAGE_RESETRichard Henderson
2022-10-26accel/tcg: Use tb_invalidate_phys_page in page_set_flagsRichard Henderson
2022-10-26accel/tcg: Rename tb_invalidate_phys_pageRichard Henderson
2022-10-26accel/tcg: Introduce tb_{set_}page_addr{0,1}Richard Henderson
2022-10-26accel/tcg: Split out tb-maint.cRichard Henderson
2022-10-26accel/tcg: Split out PageDesc to internal.hRichard Henderson
2022-10-26accel/tcg: Remove disabled debug in translate-all.cRichard Henderson
2022-10-26accel/tcg: Make page_alloc_target_data allocation constantRichard Henderson
2022-10-04accel/tcg: Introduce TARGET_TB_PCRELRichard Henderson
2022-10-04accel/tcg: Introduce tb_pc and log_pcRichard Henderson
2022-10-04include/hw/core: Create struct CPUJumpCacheRichard Henderson
2022-10-04accel/tcg: Do not align tb->page_addr[0]Richard Henderson
2022-10-03accel/tcg: Use bool for page_find_allocRichard Henderson
2022-10-03accel/tcg: Remove PageDesc code_bitmapRichard Henderson
2022-09-27linux-user: Passthrough MADV_DONTNEED for certain file mappingsIlya Leoshkevich
2022-09-06accel/tcg: Add fast path for translator_ld*Richard Henderson
2022-09-06accel/tcg: Add pc and host_pc params to gen_intermediate_codeRichard Henderson
2022-08-11linux-user/aarch64: Reset target data on MADV_DONTNEEDVitaly Buka
2022-07-18linux-user/aarch64: Do not clear PROT_MTE on mprotectRichard Henderson
2022-06-11accel/tcg: Inline dump_opcount_info() and remove itBernhard Beschow
2022-04-20util/log: Remove qemu_log_flushRichard Henderson
2022-04-20*: Use fprintf between qemu_log_trylock/unlockRichard Henderson
2022-04-20util/log: Rename qemu_log_lock to qemu_log_trylockRichard Henderson
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau
2022-02-21include: Move qemu_[id]cache_* declarations to new qemu/cacheinfo.hPeter Maydell
2021-11-29accel/tcg: suppress IRQ check for special TBsAlex Bennée
2021-11-02qapi: introduce x-query-opcount QMP commandDaniel P. Berrangé
2021-11-02qapi: introduce x-query-jit QMP commandDaniel P. Berrangé
2021-09-14accel/tcg: Clear PAGE_WRITE before translationIlya Leoshkevich
2021-07-21accel/tcg: Record singlestep_enabled in tb->cflagsRichard Henderson