aboutsummaryrefslogtreecommitdiff
path: root/include/exec/exec-all.h
AgeCommit message (Expand)Author
2023-10-04exec: Move cpu_loop_foo() target agnostic functions to 'cpu-common.h'Philippe Mathieu-Daudé
2023-10-03accel/tcg: Remove cpu_neg()Richard Henderson
2023-08-31target/translate: Restrict 'exec/cpu_ldst.h' to user emulationPhilippe Mathieu-Daudé
2023-07-23include/exec: Add WITH_MMAP_LOCK_GUARDRichard Henderson
2023-07-03plugins: force slow path when plugins instrument memory opsAlex Bennée
2023-06-26cpu: Replace target_ulong with hwaddr in tb_invalidate_phys_addr()Anton Johansson
2023-06-26accel: Replace target_ulong with vaddr in probe_*()Anton Johansson
2023-06-26accel: Replace target_ulong in tlb_*()Anton Johansson
2023-06-05include/exec: Remove CODE_GEN_AVG_BLOCK_SIZERichard Henderson
2023-06-05tcg: Spit out exec/translation-block.hRichard Henderson
2023-06-05exec-all: Widen TranslationBlock pc and cs_base to 64-bitsRichard Henderson
2023-06-05exec-all: Widen tb_page_addr_t for user-onlyRichard Henderson
2023-06-01tcg: remove the final vestiges of dstateAlex Bennée
2023-05-23tcg: Remove DEBUG_DISASRichard Henderson
2023-03-28accel/tcg: Pass last not end to tb_invalidate_phys_rangeRichard Henderson
2023-03-07includes: move tb_flush into its own headerAlex Bennée
2023-03-01include/exec: Remove `tb_pc()`Anton Johansson
2023-03-01include/exec: Replace `TARGET_TB_PCREL` with `CF_PCREL`Anton Johansson
2023-03-01include/exec: Introduce `CF_PCREL`Anton Johansson
2023-02-28accel/tcg: Add 'size' param to probe_access_fullRichard Henderson
2023-02-28accel/tcg: Add 'size' param to probe_access_flags()Daniel Henrique Barboza
2023-02-17bsd-user/mmap: use TSA_NO_TSA to suppress clang TSA warnings in FreeBSDEmanuele Giuseppe Esposito
2023-01-17tcg: Add TranslationBlock.jmp_insn_offsetRichard Henderson
2023-01-17tcg: Rename TB_JMP_RESET_OFFSET_INVALID to TB_JMP_OFFSET_INVALIDRichard Henderson
2022-12-20accel/tcg: Use interval tree for TBs in user-only modeRichard 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: Unify declarations of tb_invalidate_phys_rangeRichard Henderson
2022-10-26accel/tcg: Introduce tb_{set_}page_addr{0,1}Richard Henderson
2022-10-26accel/tcg: Move assert_no_pages_locked to internal.hRichard Henderson
2022-10-04accel/tcg: Introduce TARGET_TB_PCRELRichard Henderson
2022-10-04accel/tcg: Introduce tb_pc and log_pcRichard Henderson
2022-10-03accel/tcg: Introduce tlb_set_page_fullRichard Henderson
2022-10-03accel/tcg: Introduce probe_access_fullRichard Henderson
2022-09-06accel/tcg: Add pc and host_pc params to gen_intermediate_codeRichard Henderson
2022-09-06accel/tcg: Make tb_htable_lookup staticRichard Henderson
2022-09-06accel/tcg: Properly implement get_page_addr_code for user-onlyRichard Henderson
2022-04-21compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau
2022-03-06exec/cpu: Make address_space_init/reloading_memory_map target agnosticPhilippe Mathieu-Daudé
2022-03-06misc: Add missing "sysemu/cpu-timers.h" includePhilippe Mathieu-Daudé
2022-02-21exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé
2021-11-29accel/tcg: introduce CF_NOIRQAlex Bennée
2021-11-02linux-user: Add cpu_loop_exit_sigbusRichard Henderson
2021-11-02linux-user: Add cpu_loop_exit_sigsegvRichard Henderson
2021-11-02linux-user/signal: Drop HOST_SIGNAL_PLACEHOLDERRichard Henderson
2021-10-30accel/tcg: Split out handle_sigsegv_accerr_writeRichard Henderson
2021-10-30accel/tcg: Split out adjust_signal_pcRichard Henderson
2021-09-21include/exec: Move cpu_signal_handler declarationRichard Henderson