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
/
accel
/
tcg
/
translate-all.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-11
accel/tcg: Inline dump_opcount_info() and remove it
Bernhard Beschow
1
-5
/
+0
2022-04-20
util/log: Remove qemu_log_flush
Richard Henderson
1
-1
/
+0
2022-04-20
*: Use fprintf between qemu_log_trylock/unlock
Richard Henderson
1
-54
/
+61
2022-04-20
util/log: Rename qemu_log_lock to qemu_log_trylock
Richard Henderson
1
-1
/
+1
2022-04-06
Remove qemu-common.h include from most units
Marc-André Lureau
1
-1
/
+0
2022-02-21
include: Move qemu_[id]cache_* declarations to new qemu/cacheinfo.h
Peter Maydell
1
-0
/
+1
2021-11-29
accel/tcg: suppress IRQ check for special TBs
Alex Bennée
1
-2
/
+2
2021-11-02
qapi: introduce x-query-opcount QMP command
Daniel P. Berrangé
1
-2
/
+2
2021-11-02
qapi: introduce x-query-jit QMP command
Daniel P. Berrangé
1
-36
/
+44
2021-09-14
accel/tcg: Clear PAGE_WRITE before translation
Ilya Leoshkevich
1
-25
/
+34
2021-07-21
accel/tcg: Record singlestep_enabled in tb->cflags
Richard Henderson
1
-4
/
+0
2021-07-21
accel/tcg: Handle -singlestep in curr_cflags
Richard Henderson
1
-1
/
+1
2021-07-21
accel/tcg: Reduce CF_COUNT_MASK to match TCG_MAX_INSNS
Richard Henderson
1
-3
/
+2
2021-07-09
tcg: Move tb_phys_invalidate_count to tb_ctx
Richard Henderson
1
-4
/
+4
2021-07-09
tcg: Bake tb_destroy() into tcg_region_tree
Liren Wei
1
-6
/
+0
2021-07-09
accel/tcg: Hoist tcg_tb_insert() up above tb_link_page()
Liren Wei
1
-1
/
+8
2021-06-13
tcg: Move tcg_init_ctx and tcg_ctx from accel/tcg/
Richard Henderson
1
-3
/
+0
2021-06-11
accel/tcg: Merge tcg_exec_init into tcg_init_machine
Richard Henderson
1
-19
/
+2
2021-06-11
tcg: Create tcg_init
Richard Henderson
1
-2
/
+1
2021-06-11
accel/tcg: Move alloc_code_gen_buffer to tcg/region.c
Richard Henderson
1
-413
/
+1
2021-06-11
accel/tcg: Inline cpu_gen_init
Richard Henderson
1
-6
/
+1
2021-06-11
tcg: Re-order tcg_region_init vs tcg_prologue_init
Richard Henderson
1
-0
/
+3
2021-05-26
accel/tcg: Keep TranslationBlock headers local to TCG
Philippe Mathieu-Daudé
1
-2
/
+2
2021-05-26
accel/tcg: Reduce 'exec/tb-context.h' inclusion
Philippe Mathieu-Daudé
1
-0
/
+1
2021-05-20
accel/tcg: Assert that tb->size != 0 after translation
Ilya Leoshkevich
1
-0
/
+1
2021-05-16
accel/tcg: Align data dumped at end of TB
Philippe Mathieu-Daudé
1
-2
/
+9
2021-05-02
Do not include cpu.h if it's not really necessary
Thomas Huth
1
-1
/
+0
2021-04-17
accel/tcg: avoid re-translating one-shot instructions
Alex Bennée
1
-1
/
+1
2021-04-12
accel/tcg: Preserve PAGE_ANON when changing page permissions
Richard Henderson
1
-2
/
+7
2021-03-06
accel/tcg: Precompute curr_cflags into cpu->tcg_cflags
Richard Henderson
1
-4
/
+0
2021-03-06
accel/tcg: drop the use of CF_HASH_MASK and rename params
Alex Bennée
1
-3
/
+5
2021-03-06
accel/tcg: move CF_CLUSTER calculation to curr_cflags
Alex Bennée
1
-3
/
+3
2021-02-18
accel/tcg: allow plugin instrumentation to be disable via cflags
Alex Bennée
1
-9
/
+9
2021-02-18
accel/tcg: remove CF_NOCACHE and special cases
Alex Bennée
1
-36
/
+15
2021-02-18
accel/tcg: re-factor non-RAM execution code
Alex Bennée
1
-15
/
+15
2021-02-18
target/sh4: Create superh_io_recompile_replay_branch
Richard Henderson
1
-12
/
+0
2021-02-18
target/mips: Create mips_io_recompile_replay_branch
Richard Henderson
1
-10
/
+2
2021-02-18
accel/tcg: Create io_recompile_replay_branch hook
Richard Henderson
1
-4
/
+13
2021-02-16
exec: Use cpu_untagged_addr in g2h; split out g2h_untagged
Richard Henderson
1
-2
/
+2
2021-02-16
tcg: Introduce target-specific page data for user-only
Richard Henderson
1
-0
/
+28
2021-01-24
tcg: Restart code generation when we run out of temps
Richard Henderson
1
-1
/
+14
2021-01-23
tcg: Toggle page execution for Apple Silicon
Roman Bolshakov
1
-0
/
+3
2021-01-23
accel/tcg: Restrict tb_gen_code() from other accelerators
Philippe Mathieu-Daudé
1
-0
/
+1
2021-01-23
accel/tcg: Move tb_flush_jmp_cache() to cputlb.c
Richard Henderson
1
-17
/
+0
2021-01-23
accel/tcg: Make cpu_gen_init() static
Philippe Mathieu-Daudé
1
-1
/
+1
2021-01-07
tcg: Remove TCG_TARGET_SUPPORT_MIRROR
Richard Henderson
1
-7
/
+9
2021-01-07
accel/tcg: Add mips support to alloc_code_gen_buffer_splitwx_memfd
Richard Henderson
1
-8
/
+38
2021-01-07
accel/tcg: Support split-wx for darwin/iOS with vm_remap
Richard Henderson
1
-0
/
+67
2021-01-07
accel/tcg: Support split-wx for linux with memfd
Richard Henderson
1
-8
/
+76
2021-01-07
tcg: Add --accel tcg,split-wx property
Richard Henderson
1
-8
/
+27
[next]