index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
exec
/
exec-all.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-17
tcg: Add TranslationBlock.jmp_insn_offset
Richard Henderson
1
-1
/
+2
2023-01-17
tcg: Rename TB_JMP_RESET_OFFSET_INVALID to TB_JMP_OFFSET_INVALID
Richard Henderson
1
-1
/
+1
2022-12-20
accel/tcg: Use interval tree for TBs in user-only mode
Richard Henderson
1
-3
/
+40
2022-11-01
accel/tcg: Remove will_exit argument from cpu_restore_state
Richard Henderson
1
-4
/
+1
2022-11-01
accel/tcg: Introduce cpu_unwind_state_data
Richard Henderson
1
-4
/
+17
2022-10-26
accel/tcg: Remove restore_state_to_opc function
Richard Henderson
1
-3
/
+0
2022-10-26
accel/tcg: Add restore_state_to_opc to TCGCPUOps
Richard Henderson
1
-1
/
+1
2022-10-26
accel/tcg: Unify declarations of tb_invalidate_phys_range
Richard Henderson
1
-1
/
+1
2022-10-26
accel/tcg: Introduce tb_{set_}page_addr{0,1}
Richard Henderson
1
-0
/
+22
2022-10-26
accel/tcg: Move assert_no_pages_locked to internal.h
Richard Henderson
1
-8
/
+0
2022-10-04
accel/tcg: Introduce TARGET_TB_PCREL
Richard Henderson
1
-2
/
+30
2022-10-04
accel/tcg: Introduce tb_pc and log_pc
Richard Henderson
1
-0
/
+6
2022-10-03
accel/tcg: Introduce tlb_set_page_full
Richard Henderson
1
-0
/
+22
2022-10-03
accel/tcg: Introduce probe_access_full
Richard Henderson
1
-0
/
+15
2022-09-06
accel/tcg: Add pc and host_pc params to gen_intermediate_code
Richard Henderson
1
-1
/
+0
2022-09-06
accel/tcg: Make tb_htable_lookup static
Richard Henderson
1
-3
/
+0
2022-09-06
accel/tcg: Properly implement get_page_addr_code for user-only
Richard Henderson
1
-53
/
+24
2022-04-21
compiler.h: replace QEMU_NORETURN with G_NORETURN
Marc-André Lureau
1
-10
/
+10
2022-03-06
exec/cpu: Make address_space_init/reloading_memory_map target agnostic
Philippe Mathieu-Daudé
1
-25
/
+0
2022-03-06
misc: Add missing "sysemu/cpu-timers.h" include
Philippe Mathieu-Daudé
1
-1
/
+0
2022-02-21
exec/exec-all: Move 'qemu/log.h' include in units requiring it
Philippe Mathieu-Daudé
1
-2
/
+0
2021-11-29
accel/tcg: introduce CF_NOIRQ
Alex Bennée
1
-0
/
+1
2021-11-02
linux-user: Add cpu_loop_exit_sigbus
Richard Henderson
1
-0
/
+14
2021-11-02
linux-user: Add cpu_loop_exit_sigsegv
Richard Henderson
1
-0
/
+15
2021-11-02
linux-user/signal: Drop HOST_SIGNAL_PLACEHOLDER
Richard Henderson
1
-12
/
+0
2021-10-30
accel/tcg: Split out handle_sigsegv_accerr_write
Richard Henderson
1
-0
/
+12
2021-10-30
accel/tcg: Split out adjust_signal_pc
Richard Henderson
1
-0
/
+10
2021-09-21
include/exec: Move cpu_signal_handler declaration
Richard Henderson
1
-0
/
+13
2021-07-21
accel/tcg: Record singlestep_enabled in tb->cflags
Richard Henderson
1
-0
/
+1
2021-07-21
accel/tcg: Add CF_NO_GOTO_TB and CF_NO_GOTO_PTR
Richard Henderson
1
-7
/
+9
2021-07-21
accel/tcg: Move curr_cflags into cpu-exec.c
Richard Henderson
1
-4
/
+1
2021-07-21
accel/tcg: Reduce CF_COUNT_MASK to match TCG_MAX_INSNS
Richard Henderson
1
-1
/
+3
2021-05-26
accel/tcg: Reduce 'exec/tb-context.h' inclusion
Philippe Mathieu-Daudé
1
-1
/
+0
2021-05-25
accel/tlb: Add tlb_flush_range_by_mmuidx_all_cpus_synced()
Richard Henderson
1
-0
/
+12
2021-05-25
accel/tcg: Add tlb_flush_range_by_mmuidx_all_cpus()
Richard Henderson
1
-0
/
+13
2021-05-25
accel/tcg: Add tlb_flush_range_by_mmuidx()
Richard Henderson
1
-0
/
+19
2021-03-06
accel/tcg: Precompute curr_cflags into cpu->tcg_cflags
Richard Henderson
1
-6
/
+1
2021-03-06
include/exec: lightly re-arrange TranslationBlock
Alex Bennée
1
-3
/
+8
2021-03-06
accel/tcg: drop the use of CF_HASH_MASK and rename params
Alex Bennée
1
-3
/
+1
2021-03-06
accel/tcg: move CF_CLUSTER calculation to curr_cflags
Alex Bennée
1
-3
/
+5
2021-02-18
accel/tcg: allow plugin instrumentation to be disable via cflags
Alex Bennée
1
-3
/
+3
2021-02-18
accel/tcg: remove CF_NOCACHE and special cases
Alex Bennée
1
-3
/
+0
2021-02-16
exec: Use cpu_untagged_addr in g2h; split out g2h_untagged
Richard Henderson
1
-1
/
+1
2021-02-05
tcg/tci: Make tci_tb_ptr thread-local
Richard Henderson
1
-1
/
+1
2021-01-23
accel/tcg: Restrict cpu_io_recompile() from other accelerators
Philippe Mathieu-Daudé
1
-1
/
+0
2021-01-23
accel/tcg: Restrict tb_gen_code() from other accelerators
Philippe Mathieu-Daudé
1
-5
/
+0
2021-01-23
accel/tcg: Move tb_flush_jmp_cache() to cputlb.c
Richard Henderson
1
-3
/
+0
2021-01-23
accel/tcg: Make cpu_gen_init() static
Philippe Mathieu-Daudé
1
-2
/
+0
2021-01-07
tcg: Introduce tcg_splitwx_to_{rx,rw}
Richard Henderson
1
-1
/
+1
2020-12-15
vl: extract softmmu/globals.c
Paolo Bonzini
1
-3
/
+0
[next]