Age | Commit message (Expand) | Author |
2024-03-12 | physmem: Expose tlb_reset_dirty_range_all() | Philippe Mathieu-Daudé |
2024-01-29 | tcg: Make tb_cflags() usable from target-agnostic code | Ilya Leoshkevich |
2024-01-19 | accel/tcg: Remove unused tb_invalidate_phys_addr() | Philippe Mathieu-Daudé |
2023-10-04 | exec: Move cpu_loop_foo() target agnostic functions to 'cpu-common.h' | Philippe Mathieu-Daudé |
2023-10-03 | accel/tcg: Remove cpu_neg() | Richard Henderson |
2023-08-31 | target/translate: Restrict 'exec/cpu_ldst.h' to user emulation | Philippe Mathieu-Daudé |
2023-07-23 | include/exec: Add WITH_MMAP_LOCK_GUARD | Richard Henderson |
2023-07-03 | plugins: force slow path when plugins instrument memory ops | Alex Bennée |
2023-06-26 | cpu: Replace target_ulong with hwaddr in tb_invalidate_phys_addr() | Anton Johansson |
2023-06-26 | accel: Replace target_ulong with vaddr in probe_*() | Anton Johansson |
2023-06-26 | accel: Replace target_ulong in tlb_*() | Anton Johansson |
2023-06-05 | include/exec: Remove CODE_GEN_AVG_BLOCK_SIZE | Richard Henderson |
2023-06-05 | tcg: Spit out exec/translation-block.h | Richard Henderson |
2023-06-05 | exec-all: Widen TranslationBlock pc and cs_base to 64-bits | Richard Henderson |
2023-06-05 | exec-all: Widen tb_page_addr_t for user-only | Richard Henderson |
2023-06-01 | tcg: remove the final vestiges of dstate | Alex Bennée |
2023-05-23 | tcg: Remove DEBUG_DISAS | Richard Henderson |
2023-03-28 | accel/tcg: Pass last not end to tb_invalidate_phys_range | Richard Henderson |
2023-03-07 | includes: move tb_flush into its own header | Alex Bennée |
2023-03-01 | include/exec: Remove `tb_pc()` | Anton Johansson |
2023-03-01 | include/exec: Replace `TARGET_TB_PCREL` with `CF_PCREL` | Anton Johansson |
2023-03-01 | include/exec: Introduce `CF_PCREL` | Anton Johansson |
2023-02-28 | accel/tcg: Add 'size' param to probe_access_full | Richard Henderson |
2023-02-28 | accel/tcg: Add 'size' param to probe_access_flags() | Daniel Henrique Barboza |
2023-02-17 | bsd-user/mmap: use TSA_NO_TSA to suppress clang TSA warnings in FreeBSD | Emanuele Giuseppe Esposito |
2023-01-17 | tcg: Add TranslationBlock.jmp_insn_offset | Richard Henderson |
2023-01-17 | tcg: Rename TB_JMP_RESET_OFFSET_INVALID to TB_JMP_OFFSET_INVALID | Richard Henderson |
2022-12-20 | accel/tcg: Use interval tree for TBs in user-only mode | Richard Henderson |
2022-11-01 | accel/tcg: Remove will_exit argument from cpu_restore_state | Richard Henderson |
2022-11-01 | accel/tcg: Introduce cpu_unwind_state_data | Richard Henderson |
2022-10-26 | accel/tcg: Remove restore_state_to_opc function | Richard Henderson |
2022-10-26 | accel/tcg: Add restore_state_to_opc to TCGCPUOps | Richard Henderson |
2022-10-26 | accel/tcg: Unify declarations of tb_invalidate_phys_range | Richard Henderson |
2022-10-26 | accel/tcg: Introduce tb_{set_}page_addr{0,1} | Richard Henderson |
2022-10-26 | accel/tcg: Move assert_no_pages_locked to internal.h | Richard Henderson |
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-03 | accel/tcg: Introduce tlb_set_page_full | Richard Henderson |
2022-10-03 | accel/tcg: Introduce probe_access_full | Richard Henderson |
2022-09-06 | accel/tcg: Add pc and host_pc params to gen_intermediate_code | Richard Henderson |
2022-09-06 | accel/tcg: Make tb_htable_lookup static | Richard Henderson |
2022-09-06 | accel/tcg: Properly implement get_page_addr_code for user-only | Richard Henderson |
2022-04-21 | compiler.h: replace QEMU_NORETURN with G_NORETURN | Marc-André Lureau |
2022-03-06 | exec/cpu: Make address_space_init/reloading_memory_map target agnostic | Philippe Mathieu-Daudé |
2022-03-06 | misc: Add missing "sysemu/cpu-timers.h" include | Philippe Mathieu-Daudé |
2022-02-21 | exec/exec-all: Move 'qemu/log.h' include in units requiring it | Philippe Mathieu-Daudé |
2021-11-29 | accel/tcg: introduce CF_NOIRQ | Alex Bennée |
2021-11-02 | linux-user: Add cpu_loop_exit_sigbus | Richard Henderson |
2021-11-02 | linux-user: Add cpu_loop_exit_sigsegv | Richard Henderson |
2021-11-02 | linux-user/signal: Drop HOST_SIGNAL_PLACEHOLDER | Richard Henderson |