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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-26
accel/tcg: Remove restore_state_to_opc function
Richard Henderson
2
-17
/
+2
2022-10-26
target/xtensa: Convert to tcg_ops restore_state_to_opc
Richard Henderson
2
-6
/
+10
2022-10-26
target/tricore: Convert to tcg_ops restore_state_to_opc
Richard Henderson
2
-6
/
+11
2022-10-26
target/sparc: Convert to tcg_ops restore_state_to_opc
Richard Henderson
3
-2
/
+9
2022-10-26
target/sh4: Convert to tcg_ops restore_state_to_opc
Richard Henderson
2
-10
/
+16
2022-10-26
target/s390x: Convert to tcg_ops restore_state_to_opc
Richard Henderson
3
-3
/
+9
2022-10-26
target/rx: Convert to tcg_ops restore_state_to_opc
Richard Henderson
2
-6
/
+10
2022-10-26
target/riscv: Convert to tcg_ops restore_state_to_opc
Richard Henderson
1
-2
/
+7
2022-10-26
target/ppc: Convert to tcg_ops restore_state_to_opc
Richard Henderson
2
-6
/
+10
2022-10-26
target/openrisc: Convert to tcg_ops restore_state_to_opc
Richard Henderson
2
-10
/
+13
2022-10-26
target/nios2: Convert to tcg_ops restore_state_to_opc
Richard Henderson
2
-6
/
+11
2022-10-26
target/mips: Convert to tcg_ops restore_state_to_opc
Richard Henderson
3
-2
/
+10
2022-10-26
target/microblaze: Convert to tcg_ops restore_state_to_opc
Richard Henderson
2
-7
/
+11
2022-10-26
target/m68k: Convert to tcg_ops restore_state_to_opc
Richard Henderson
2
-10
/
+14
2022-10-26
target/loongarch: Convert to tcg_ops restore_state_to_opc
Richard Henderson
2
-6
/
+11
2022-10-26
target/i386: Convert to tcg_ops restore_state_to_opc
Richard Henderson
2
-15
/
+19
2022-10-26
target/hppa: Convert to tcg_ops restore_state_to_opc
Richard Henderson
2
-13
/
+19
2022-10-26
target/hexagon: Convert to tcg_ops restore_state_to_opc
Richard Henderson
1
-2
/
+7
2022-10-26
target/cris: Convert to tcg_ops restore_state_to_opc
Richard Henderson
2
-6
/
+11
2022-10-26
target/avr: Convert to tcg_ops restore_state_to_opc
Richard Henderson
2
-6
/
+11
2022-10-26
target/arm: Convert to tcg_ops restore_state_to_opc
Richard Henderson
2
-22
/
+26
2022-10-26
target/alpha: Convert to tcg_ops restore_state_to_opc
Richard Henderson
2
-6
/
+9
2022-10-26
accel/tcg: Add restore_state_to_opc to TCGCPUOps
Richard Henderson
3
-3
/
+34
2022-10-26
accel/tcg: Simplify page_get/alloc_target_data
Richard Henderson
3
-31
/
+10
2022-10-26
accel/tcg: Move TARGET_PAGE_DATA_SIZE impl to user-exec.c
Richard Henderson
2
-50
/
+50
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
3
-14
/
+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: Unify declarations of tb_invalidate_phys_range
Richard Henderson
3
-14
/
+3
2022-10-26
accel/tcg: Rename tb_invalidate_phys_page_range and drop end parameter
Richard Henderson
3
-10
/
+11
2022-10-26
accel/tcg: Rename tb_invalidate_phys_page
Richard Henderson
3
-4
/
+5
2022-10-26
accel/tcg: Introduce tb_{set_}page_addr{0,1}
Richard Henderson
5
-30
/
+55
2022-10-26
accel/tcg: Remove duplicate store to tb->page_addr[]
Richard Henderson
1
-3
/
+0
2022-10-26
accel/tcg: Drop cpu_get_tb_cpu_state from TARGET_HAS_PRECISE_SMC
Richard Henderson
1
-23
/
+2
2022-10-26
accel/tcg: Move assert_no_pages_locked to internal.h
Richard Henderson
2
-8
/
+5
2022-10-26
accel/tcg: Split out tb-maint.c
Richard Henderson
4
-755
/
+802
2022-10-26
accel/tcg: Split out PageDesc to internal.h
Richard Henderson
2
-30
/
+32
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
5
-13
/
+19
2022-10-26
include/qemu/thread: Use qatomic_* functions
Richard Henderson
1
-4
/
+4
2022-10-26
include/qemu/atomic: Use qemu_build_assert
Richard Henderson
1
-8
/
+8
2022-10-26
include/qemu/osdep: Add qemu_build_assert
Richard Henderson
1
-0
/
+8
2022-10-26
accel/tcg: Add a quicker check for breakpoints
Leandro Lupori
1
-6
/
+9
2022-10-25
tcg/aarch64: Remove unused code in tcg_out_op
Qi Hu
1
-17
/
+14
2022-10-25
tcg/loongarch64: Add direct jump support
Qi Hu
2
-7
/
+50
2022-10-25
Revert "accel/tcg: Init TCG cflags in vCPU thread handler"
Peter Maydell
2
-5
/
+7
2022-10-24
Merge tag 'pull-9p-20221024' of https://github.com/cschoenebeck/qemu into sta...
Stefan Hajnoczi
7
-1177
/
+1867
2022-10-24
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Stefan Hajnoczi
11
-102
/
+247
2022-10-24
Merge tag 'm68k-for-7.2-pull-request' of https://github.com/vivier/qemu-m68k ...
Stefan Hajnoczi
5
-63
/
+130
[next]