index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
exec
/
exec-all.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
include/exec: Remove CODE_GEN_AVG_BLOCK_SIZE
Richard Henderson
2023-06-05
1
-10
/
+0
*
tcg: Spit out exec/translation-block.h
Richard Henderson
2023-06-05
1
-131
/
+1
*
exec-all: Widen TranslationBlock pc and cs_base to 64-bits
Richard Henderson
2023-06-05
1
-2
/
+2
*
exec-all: Widen tb_page_addr_t for user-only
Richard Henderson
2023-06-05
1
-2
/
+2
*
tcg: remove the final vestiges of dstate
Alex Bennée
2023-06-01
1
-3
/
+0
*
tcg: Remove DEBUG_DISAS
Richard Henderson
2023-05-23
1
-3
/
+0
*
accel/tcg: Pass last not end to tb_invalidate_phys_range
Richard Henderson
2023-03-28
1
-1
/
+1
*
includes: move tb_flush into its own header
Alex Bennée
2023-03-07
1
-1
/
+0
*
include/exec: Remove `tb_pc()`
Anton Johansson
2023-03-01
1
-7
/
+0
*
include/exec: Replace `TARGET_TB_PCREL` with `CF_PCREL`
Anton Johansson
2023-03-01
1
-16
/
+11
*
include/exec: Introduce `CF_PCREL`
Anton Johansson
2023-03-01
1
-0
/
+1
*
accel/tcg: Add 'size' param to probe_access_full
Richard Henderson
2023-02-28
1
-1
/
+1
*
accel/tcg: Add 'size' param to probe_access_flags()
Daniel Henrique Barboza
2023-02-28
1
-1
/
+2
*
bsd-user/mmap: use TSA_NO_TSA to suppress clang TSA warnings in FreeBSD
Emanuele Giuseppe Esposito
2023-02-17
1
-2
/
+3
*
tcg: Add TranslationBlock.jmp_insn_offset
Richard Henderson
2023-01-17
1
-1
/
+2
*
tcg: Rename TB_JMP_RESET_OFFSET_INVALID to TB_JMP_OFFSET_INVALID
Richard Henderson
2023-01-17
1
-1
/
+1
*
accel/tcg: Use interval tree for TBs in user-only mode
Richard Henderson
2022-12-20
1
-3
/
+40
*
accel/tcg: Remove will_exit argument from cpu_restore_state
Richard Henderson
2022-11-01
1
-4
/
+1
*
accel/tcg: Introduce cpu_unwind_state_data
Richard Henderson
2022-11-01
1
-4
/
+17
*
accel/tcg: Remove restore_state_to_opc function
Richard Henderson
2022-10-26
1
-3
/
+0
*
accel/tcg: Add restore_state_to_opc to TCGCPUOps
Richard Henderson
2022-10-26
1
-1
/
+1
*
accel/tcg: Unify declarations of tb_invalidate_phys_range
Richard Henderson
2022-10-26
1
-1
/
+1
*
accel/tcg: Introduce tb_{set_}page_addr{0,1}
Richard Henderson
2022-10-26
1
-0
/
+22
*
accel/tcg: Move assert_no_pages_locked to internal.h
Richard Henderson
2022-10-26
1
-8
/
+0
*
accel/tcg: Introduce TARGET_TB_PCREL
Richard Henderson
2022-10-04
1
-2
/
+30
*
accel/tcg: Introduce tb_pc and log_pc
Richard Henderson
2022-10-04
1
-0
/
+6
*
accel/tcg: Introduce tlb_set_page_full
Richard Henderson
2022-10-03
1
-0
/
+22
*
accel/tcg: Introduce probe_access_full
Richard Henderson
2022-10-03
1
-0
/
+15
*
accel/tcg: Add pc and host_pc params to gen_intermediate_code
Richard Henderson
2022-09-06
1
-1
/
+0
*
accel/tcg: Make tb_htable_lookup static
Richard Henderson
2022-09-06
1
-3
/
+0
*
accel/tcg: Properly implement get_page_addr_code for user-only
Richard Henderson
2022-09-06
1
-53
/
+24
*
compiler.h: replace QEMU_NORETURN with G_NORETURN
Marc-André Lureau
2022-04-21
1
-10
/
+10
*
exec/cpu: Make address_space_init/reloading_memory_map target agnostic
Philippe Mathieu-Daudé
2022-03-06
1
-25
/
+0
*
misc: Add missing "sysemu/cpu-timers.h" include
Philippe Mathieu-Daudé
2022-03-06
1
-1
/
+0
*
exec/exec-all: Move 'qemu/log.h' include in units requiring it
Philippe Mathieu-Daudé
2022-02-21
1
-2
/
+0
*
accel/tcg: introduce CF_NOIRQ
Alex Bennée
2021-11-29
1
-0
/
+1
*
linux-user: Add cpu_loop_exit_sigbus
Richard Henderson
2021-11-02
1
-0
/
+14
*
linux-user: Add cpu_loop_exit_sigsegv
Richard Henderson
2021-11-02
1
-0
/
+15
*
linux-user/signal: Drop HOST_SIGNAL_PLACEHOLDER
Richard Henderson
2021-11-02
1
-12
/
+0
*
accel/tcg: Split out handle_sigsegv_accerr_write
Richard Henderson
2021-10-30
1
-0
/
+12
*
accel/tcg: Split out adjust_signal_pc
Richard Henderson
2021-10-30
1
-0
/
+10
*
include/exec: Move cpu_signal_handler declaration
Richard Henderson
2021-09-21
1
-0
/
+13
*
accel/tcg: Record singlestep_enabled in tb->cflags
Richard Henderson
2021-07-21
1
-0
/
+1
*
accel/tcg: Add CF_NO_GOTO_TB and CF_NO_GOTO_PTR
Richard Henderson
2021-07-21
1
-7
/
+9
*
accel/tcg: Move curr_cflags into cpu-exec.c
Richard Henderson
2021-07-21
1
-4
/
+1
*
accel/tcg: Reduce CF_COUNT_MASK to match TCG_MAX_INSNS
Richard Henderson
2021-07-21
1
-1
/
+3
*
accel/tcg: Reduce 'exec/tb-context.h' inclusion
Philippe Mathieu-Daudé
2021-05-26
1
-1
/
+0
*
accel/tlb: Add tlb_flush_range_by_mmuidx_all_cpus_synced()
Richard Henderson
2021-05-25
1
-0
/
+12
*
accel/tcg: Add tlb_flush_range_by_mmuidx_all_cpus()
Richard Henderson
2021-05-25
1
-0
/
+13
*
accel/tcg: Add tlb_flush_range_by_mmuidx()
Richard Henderson
2021-05-25
1
-0
/
+19
[next]