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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-16
tcg: Widen helper_atomic_* addresses to uint64_t
Richard Henderson
2
-30
/
+30
2023-05-16
tcg: Widen helper_{ld,st}_i128 addresses to uint64_t
Richard Henderson
3
-8
/
+6
2023-05-16
accel/tcg: Widen tcg-ldst.h addresses to uint64_t
Richard Henderson
2
-26
/
+26
2023-05-16
tcg: Widen gen_insn_data to uint64_t
Richard Henderson
1
-12
/
+16
2023-05-16
accel/tcg: Remove helper_unaligned_{ld,st}
Richard Henderson
1
-10
/
+0
2023-05-16
meson: Detect atomic128 support with optimization
Richard Henderson
1
-4
/
+25
2023-05-16
tcg: Add 128-bit guest memory primitives
Richard Henderson
4
-116
/
+562
2023-05-16
accel/tcg: Implement helper_{ld,st}*_mmu for user-only
Richard Henderson
1
-98
/
+253
2023-05-16
tcg: Unify helper_{be,le}_{ld,st}*
Richard Henderson
1
-129
/
+61
2023-05-16
accel/tcg: Honor atomicity of stores
Richard Henderson
3
-66
/
+545
2023-05-16
accel/tcg: Honor atomicity of loads
Richard Henderson
3
-51
/
+716
2023-05-11
accel/tcg: Reorg system mode store helpers
Richard Henderson
1
-208
/
+186
2023-05-11
accel/tcg: Reorg system mode load helpers
Richard Henderson
1
-209
/
+412
2023-05-11
accel/tcg: Introduce tlb_read_idx
Richard Henderson
1
-71
/
+33
2023-05-11
accel/tcg: Add cpu_in_serial_context
Richard Henderson
3
-1
/
+13
2023-05-11
accel/tcg/tcg-accel-ops-rr: ensure fairness with icount
Jamie Iles
3
-6
/
+55
2023-05-11
accel/tcg: Fix atomic_mmu_lookup for reads
Richard Henderson
1
-1
/
+1
2023-05-08
tb-maint: do not use mb_read/mb_set
Paolo Bonzini
1
-2
/
+2
2023-05-05
tcg: Widen helper_*_st[bw]_mmu val arguments
Richard Henderson
1
-3
/
+3
2023-05-02
accel/tcg: Add cpu_ld*_code_mmu
Richard Henderson
2
-0
/
+106
2023-05-02
tcg: Add tcg_gen_gvec_andcs
Nazar Kazakov
2
-0
/
+12
2023-05-02
accel/tcg: Uncache the host address for instruction fetch when tlb size < 1
Weiwei Li
1
-0
/
+5
2023-05-02
accel/tcg: Report one-insn-per-tb in 'info jit', not 'info status'
Peter Maydell
1
-0
/
+14
2023-05-02
accel/tcg: Use one_insn_per_tb global instead of old singlestep global
Peter Maydell
3
-3
/
+7
2023-05-02
make one-insn-per-tb an accel option
Peter Maydell
1
-0
/
+21
2023-04-04
accel/tcg: Fix jump cache set in cpu_exec_loop
Richard Henderson
1
-4
/
+13
2023-04-04
accel/tcg: Fix overwrite problems of tcg_cflags
Weiwei Li
1
-1
/
+1
2023-03-28
accel/tcg: Pass last not end to tb_invalidate_phys_range
Richard Henderson
3
-17
/
+18
2023-03-28
accel/tcg: Pass last not end to tb_invalidate_phys_page_range__locked
Richard Henderson
1
-14
/
+12
2023-03-28
accel/tcg: Pass last not end to page_collection_lock
Richard Henderson
1
-11
/
+11
2023-03-28
accel/tcg: Pass last not end to PAGE_FOR_EACH_TB
Richard Henderson
1
-12
/
+16
2023-03-28
accel/tcg: Pass last not end to page_reset_target_data
Richard Henderson
1
-6
/
+5
2023-03-28
accel/tcg: Pass last not end to page_set_flags
Richard Henderson
1
-9
/
+7
2023-03-28
tcg: use QTree instead of GTree
Emilio Cota
1
-8
/
+9
2023-03-22
*: Add missing includes of qemu/plugin.h
Richard Henderson
1
-0
/
+1
2023-03-22
tcg: Clear plugin_mem_cbs on TB exit
Richard Henderson
2
-4
/
+3
2023-03-13
tcg: Create tcg/tcg-temp-internal.h
Richard Henderson
1
-0
/
+1
2023-03-07
includes: move tb_flush into its own header
Alex Bennée
2
-0
/
+2
2023-03-05
accel/tcg: Remove translator_loop_temp_check
Richard Henderson
1
-4
/
+0
2023-03-05
tcg: Remove tcg_check_temp_count, tcg_clear_temp_count
Richard Henderson
1
-12
/
+0
2023-03-05
accel/tcg: Trigger watchpoints from atomic_mmu_lookup
Richard Henderson
1
-11
/
+29
2023-03-05
accel/tcg: Honor TLB_DISCARD_WRITE in atomic_mmu_lookup
Richard Henderson
1
-1
/
+1
2023-03-05
accel/tcg: Retain prot flags from tlb_fill
Richard Henderson
1
-1
/
+0
2023-03-05
tcg: Include "qemu/timer.h" for profile_getclock
Richard W.M. Jones
2
-0
/
+2
2023-03-01
accel/tcg/plugin: Tidy plugin_gen_disable_mem_helpers
Richard Henderson
1
-6
/
+2
2023-03-01
accel/tcg/plugin: Use tcg_temp_ebb_*
Richard Henderson
1
-10
/
+14
2023-03-01
accel/tcg: Use more accurate max_insns for tb_overflow
Richard Henderson
1
-1
/
+1
2023-03-01
accel/tcg: Pass max_insn to gen_intermediate_code by pointer
Richard Henderson
2
-3
/
+3
2023-03-01
accel/tcg: Replace `tb_pc()` with `tb->pc`
Anton Johansson
4
-10
/
+10
2023-03-01
accel/tcg: Move jmp-cache `CF_PCREL` checks to caller
Anton Johansson
2
-51
/
+41
[next]