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
2023-01-16
tcg: add perfmap and jitdump
Ilya Leoshkevich
1
-0
/
+7
2022-12-20
accel/tcg: Move remainder of page locking to tb-maint.c
Richard Henderson
1
-301
/
+0
2022-12-20
accel/tcg: Move PageDesc tree into tb-maint.c for system
Richard Henderson
1
-95
/
+0
2022-12-20
accel/tcg: Move page_{get,set}_flags to user-exec.c
Richard Henderson
1
-350
/
+0
2022-12-20
accel/tcg: Drop PAGE_RESERVED for CONFIG_BSD
Richard Henderson
1
-65
/
+0
2022-12-20
accel/tcg: Use interval tree for TBs in user-only mode
Richard Henderson
1
-2
/
+2
2022-11-09
accel/tcg: Split out setjmp_gen_code
Richard Henderson
1
-25
/
+33
2022-11-09
tcg: Move TCG_TARGET_HAS_direct_jump init to tb_gen_code
Richard Henderson
1
-10
/
+0
2022-11-01
accel/tcg: Complete cpu initialization before registration
Richard Henderson
1
-9
/
+7
2022-11-01
accel/tcg: Remove reset_icount argument from cpu_restore_state_from_tb
Richard Henderson
1
-8
/
+7
2022-11-01
accel/tcg: Remove will_exit argument from cpu_restore_state
Richard Henderson
1
-10
/
+2
2022-11-01
accel/tcg: Introduce cpu_unwind_state_data
Richard Henderson
1
-25
/
+49
2022-10-26
accel/tcg: Remove restore_state_to_opc function
Richard Henderson
1
-14
/
+2
2022-10-26
accel/tcg: Add restore_state_to_opc to TCGCPUOps
Richard Henderson
1
-2
/
+22
2022-10-26
accel/tcg: Move TARGET_PAGE_DATA_SIZE impl to user-exec.c
Richard Henderson
1
-50
/
+0
2022-10-26
accel/tcg: Use tb_invalidate_phys_range in page_set_flags
Richard Henderson
1
-2
/
+6
2022-10-26
accel/tcg: Use page_reset_target_data in page_set_flags
Richard Henderson
1
-8
/
+5
2022-10-26
accel/tcg: Call tb_invalidate_phys_page for PAGE_RESET
Richard Henderson
1
-8
/
+11
2022-10-26
accel/tcg: Use tb_invalidate_phys_page in page_set_flags
Richard Henderson
1
-1
/
+1
2022-10-26
accel/tcg: Rename tb_invalidate_phys_page
Richard Henderson
1
-2
/
+3
2022-10-26
accel/tcg: Introduce tb_{set_}page_addr{0,1}
Richard Henderson
1
-8
/
+8
2022-10-26
accel/tcg: Split out tb-maint.c
Richard Henderson
1
-755
/
+11
2022-10-26
accel/tcg: Split out PageDesc to internal.h
Richard Henderson
1
-30
/
+1
2022-10-26
accel/tcg: Remove disabled debug in translate-all.c
Richard Henderson
1
-109
/
+0
2022-10-26
accel/tcg: Make page_alloc_target_data allocation constant
Richard Henderson
1
-2
/
+6
2022-10-04
accel/tcg: Introduce TARGET_TB_PCREL
Richard Henderson
1
-21
/
+43
2022-10-04
accel/tcg: Introduce tb_pc and log_pc
Richard Henderson
1
-16
/
+21
2022-10-04
include/hw/core: Create struct CPUJumpCache
Richard Henderson
1
-3
/
+25
2022-10-04
accel/tcg: Do not align tb->page_addr[0]
Richard Henderson
1
-4
/
+5
2022-10-03
accel/tcg: Use bool for page_find_alloc
Richard Henderson
1
-7
/
+7
2022-10-03
accel/tcg: Remove PageDesc code_bitmap
Richard Henderson
1
-74
/
+4
2022-09-27
linux-user: Passthrough MADV_DONTNEED for certain file mappings
Ilya Leoshkevich
1
-1
/
+1
2022-09-06
accel/tcg: Add fast path for translator_ld*
Richard Henderson
1
-15
/
+8
2022-09-06
accel/tcg: Add pc and host_pc params to gen_intermediate_code
Richard Henderson
1
-2
/
+4
2022-08-11
linux-user/aarch64: Reset target data on MADV_DONTNEED
Vitaly Buka
1
-0
/
+26
2022-07-18
linux-user/aarch64: Do not clear PROT_MTE on mprotect
Richard Henderson
1
-2
/
+11
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
[next]