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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-09
tcg: Remove TCG_TARGET_HAS_goto_ptr
Richard Henderson
12
-18
/
+4
2021-07-09
accel/tcg: Log tb->cflags with -d exec
Richard Henderson
1
-3
/
+3
2021-07-09
accel/tcg: Split out log_cpu_exec
Richard Henderson
1
-27
/
+34
2021-07-09
accel/tcg: Move tb_lookup to cpu-exec.c
Richard Henderson
2
-50
/
+30
2021-07-09
accel/tcg: Move helper_lookup_tb_ptr to cpu-exec.c
Richard Henderson
2
-22
/
+30
2021-07-09
target/i386: Use cpu_breakpoint_test in breakpoint_handler
Richard Henderson
1
-9
/
+3
2021-07-09
tcg: Fix prologue disassembly
Richard Henderson
1
-2
/
+2
2021-07-09
target/xtensa: Use translator_use_goto_tb
Richard Henderson
1
-5
/
+1
2021-07-09
target/tricore: Use tcg_gen_lookup_and_goto_ptr
Richard Henderson
1
-1
/
+2
2021-07-09
target/tricore: Use translator_use_goto_tb
Richard Henderson
1
-15
/
+2
2021-07-09
target/sparc: Use translator_use_goto_tb
Richard Henderson
1
-14
/
+5
2021-07-09
target/sh4: Use translator_use_goto_tb
Richard Henderson
1
-8
/
+3
2021-07-09
target/s390x: Remove use_exit_tb
Richard Henderson
1
-9
/
+2
2021-07-09
target/s390x: Use translator_use_goto_tb
Richard Henderson
1
-6
/
+1
2021-07-09
target/rx: Use translator_use_goto_tb
Richard Henderson
1
-10
/
+1
2021-07-09
target/riscv: Use translator_use_goto_tb
Richard Henderson
1
-19
/
+1
2021-07-09
target/ppc: Use translator_use_goto_tb
Richard Henderson
1
-9
/
+1
2021-07-09
target/openrisc: Use translator_use_goto_tb
Richard Henderson
1
-7
/
+8
2021-07-09
target/nios2: Use translator_use_goto_tb
Richard Henderson
1
-14
/
+1
2021-07-09
target/mips: Fix missing else in gen_goto_tb
Richard Henderson
1
-1
/
+2
2021-07-09
target/mips: Use translator_use_goto_tb
Richard Henderson
1
-15
/
+2
2021-07-09
target/microblaze: Use translator_use_goto_tb
Richard Henderson
1
-10
/
+1
2021-07-09
target/m68k: Use translator_use_goto_tb
Richard Henderson
1
-11
/
+1
2021-07-09
target/i386: Use translator_use_goto_tb
Richard Henderson
1
-12
/
+2
2021-07-09
target/hppa: Use translator_use_goto_tb
Richard Henderson
1
-4
/
+1
2021-07-09
target/cris: Use translator_use_goto_tb
Richard Henderson
1
-3
/
+2
2021-07-09
target/avr: Mark some helpers noreturn
Richard Henderson
1
-4
/
+4
2021-07-09
target/avr: Use translator_use_goto_tb
Richard Henderson
1
-3
/
+6
2021-07-09
target/arm: Use translator_use_goto_tb for aarch32
Richard Henderson
1
-11
/
+1
2021-07-09
target/arm: Use translator_use_goto_tb for aarch64
Richard Henderson
1
-20
/
+5
2021-07-09
target/arm: Use DISAS_TOO_MANY for ISB and SB
Richard Henderson
1
-2
/
+2
2021-07-09
target/alpha: Use translator_use_goto_tb
Richard Henderson
1
-6
/
+1
2021-07-09
target/alpha: Remove in_superpage
Richard Henderson
1
-22
/
+2
2021-07-09
target/alpha: Remove use_exit_tb
Richard Henderson
1
-13
/
+2
2021-07-09
accel/tcg: Introduce translator_use_goto_tb
Richard Henderson
2
-0
/
+21
2021-07-09
tcg: Move tb_phys_invalidate_count to tb_ctx
Richard Henderson
4
-21
/
+5
2021-07-09
tcg: Bake tb_destroy() into tcg_region_tree
Liren Wei
3
-18
/
+8
2021-07-09
accel/tcg: Hoist tcg_tb_insert() up above tb_link_page()
Liren Wei
1
-1
/
+8
2021-07-09
tcg: Avoid including 'trace-tcg.h' in target translate.c
Philippe Mathieu-Daudé
17
-17
/
+0
2021-07-09
tcg: Add separator in INDEX_op_call dump
Richard Henderson
1
-1
/
+1
2021-07-09
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
22
-8
/
+115
2021-07-08
Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...
Peter Maydell
10
-17
/
+161
2021-07-08
Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.1-pull-re...
Peter Maydell
7
-215
/
+235
2021-07-08
tests/tcg: generalise the disabling of the signals test
Alex Bennée
3
-6
/
+6
2021-07-07
linux-user/syscall: Remove hardcoded tabs (code style)
Philippe Mathieu-Daudé
1
-94
/
+94
2021-07-07
linux-user/alpha: Remove hardcoded tabs (code style)
Philippe Mathieu-Daudé
1
-99
/
+97
2021-07-07
linux-user/mips: Handle TARGET_EWOULDBLOCK as TARGET_EAGAIN
Philippe Mathieu-Daudé
2
-0
/
+4
2021-07-07
linux-user/hppa: Handle TARGET_EWOULDBLOCK as TARGET_EAGAIN
Philippe Mathieu-Daudé
1
-0
/
+2
2021-07-07
linux-user/alpha: Handle TARGET_EWOULDBLOCK as TARGET_EAGAIN
Philippe Mathieu-Daudé
1
-0
/
+2
2021-07-07
linux-user: Fix style problems in linuxload.c
Richard Henderson
1
-22
/
+20
[next]