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
/
target
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-07
target/arm: Only include tcg/oversized-guest.h if CONFIG_TCG
Richard Henderson
1
-2
/
+3
2023-06-06
Merge tag 'pull-target-arm-20230606' of https://git.linaro.org/people/pmaydel...
Richard Henderson
21
-478
/
+1614
2023-06-06
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Richard Henderson
1
-1
/
+1
2023-06-06
Merge tag 'pull-request-2023-06-06' of https://gitlab.com/thuth/qemu into sta...
Richard Henderson
6
-17
/
+20
2023-06-06
target/arm: trap DCC access in user mode emulation
Zhuojia Shen
2
-0
/
+7
2023-06-06
target/arm: allow DC CVA[D]P in user mode emulation
Zhuojia Shen
1
-4
/
+2
2023-06-06
target/arm: Enable FEAT_LSE2 for -cpu max
Richard Henderson
1
-0
/
+1
2023-06-06
target/arm: Move mte check for store-exclusive
Richard Henderson
1
-6
/
+36
2023-06-06
target/arm: Relax ordered/atomic alignment checks for LSE2
Richard Henderson
3
-26
/
+104
2023-06-06
target/arm: Add SCTLR.nAA to TBFLAG_A64
Richard Henderson
4
-1
/
+11
2023-06-06
target/arm: Check alignment in helper_mte_check
Richard Henderson
3
-1
/
+22
2023-06-06
target/arm: Pass single_memop to gen_mte_checkN
Richard Henderson
3
-15
/
+22
2023-06-06
target/arm: Pass memop to gen_mte_check1*
Richard Henderson
3
-42
/
+49
2023-06-06
target/arm: Hoist finalize_memop out of do_fp_{ld, st}
Richard Henderson
1
-20
/
+23
2023-06-06
target/arm: Hoist finalize_memop out of do_gpr_{ld, st}
Richard Henderson
1
-26
/
+35
2023-06-06
target/arm: Load/store integer pair with one tcg operation
Richard Henderson
1
-15
/
+55
2023-06-06
target/arm: Sink gen_mte_check1 into load/store_exclusive
Richard Henderson
1
-23
/
+21
2023-06-06
target/arm: Use tcg_gen_qemu_{ld, st}_i128 in gen_sve_{ld, st}r
Richard Henderson
1
-25
/
+70
2023-06-06
target/arm: Use tcg_gen_qemu_st_i128 for STZG, STZ2G
Richard Henderson
1
-7
/
+10
2023-06-06
target/arm: Use tcg_gen_qemu_{st, ld}_i128 for do_fp_{st, ld}
Richard Henderson
2
-24
/
+35
2023-06-06
target/arm: Use tcg_gen_qemu_ld_i128 for LDXP
Richard Henderson
1
-11
/
+20
2023-06-06
target/arm: Introduce finalize_memop_{atom,pair}
Richard Henderson
3
-5
/
+37
2023-06-06
target/arm: Add feature test for FEAT_LSE2
Richard Henderson
1
-0
/
+5
2023-06-06
target/arm: Add commentary for CPUARMState.exclusive_high
Richard Henderson
1
-0
/
+8
2023-06-06
hvf: add guest debugging handlers for Apple Silicon hosts
Francesco Cagnin
3
-2
/
+488
2023-06-06
hvf: add breakpoint handlers
Francesco Cagnin
2
-0
/
+87
2023-06-06
hvf: handle access for more registers
Francesco Cagnin
1
-0
/
+213
2023-06-06
arm: move KVM breakpoints helpers
Francesco Cagnin
4
-277
/
+305
2023-06-06
atomics: eliminate mb_read/mb_set
Paolo Bonzini
1
-1
/
+1
2023-06-05
target/arm: Add missing include of exec/exec-all.h
Richard Henderson
1
-0
/
+1
2023-06-05
target/*: Add missing includes of exec/translation-block.h
Richard Henderson
3
-2
/
+3
2023-06-05
target/mips: Tidy helpers for translation
Richard Henderson
9
-27
/
+8
2023-06-05
target/arm: Tidy helpers for translation
Richard Henderson
9
-46
/
+9
2023-06-05
target/ppc: Inline gen_icount_io_start()
Philippe Mathieu-Daudé
3
-40
/
+35
2023-06-05
accel/tcg: Introduce translator_io_start
Richard Henderson
29
-260
/
+82
2023-06-05
tcg: Remove NO_CPU_IO_DEFS
Richard Henderson
2
-4
/
+0
2023-06-05
tcg: Add insn_start_words to TCGContext
Richard Henderson
2
-2
/
+2
2023-06-05
target/sh4: Emit insn_start for each insn in gUSA region
Richard Henderson
1
-3
/
+12
2023-06-05
tcg: Split helper-proto.h
Richard Henderson
2
-0
/
+2
2023-06-05
tcg: Split helper-gen.h
Richard Henderson
1
-5
/
+3
2023-06-05
tcg: Pass TCGHelperInfo to tcg_gen_callN
Richard Henderson
21
-2
/
+88
2023-06-05
target/hexagon: Include helper-gen.h where needed
Richard Henderson
3
-1
/
+4
2023-06-05
target/arm: Include helper-gen.h in translator.h
Richard Henderson
5
-7
/
+1
2023-06-05
tcg: Move TCGv, dup_const_tl definitions to tcg-op.h
Richard Henderson
1
-0
/
+1
2023-06-05
tcg: Split out tcg/oversized-guest.h
Richard Henderson
2
-0
/
+2
2023-06-05
target/arm: Fix test of TCG_OVERSIZED_GUEST
Richard Henderson
1
-1
/
+6
2023-06-05
*: Add missing includes of tcg/tcg.h
Richard Henderson
2
-0
/
+4
2023-06-05
target/*: Add missing includes of tcg/debug-assert.h
Richard Henderson
4
-0
/
+4
2023-06-05
target/avr: Add missing includes of qemu/error-report.h
Richard Henderson
1
-0
/
+1
2023-06-05
s390x/tcg: Fix CPU address returned by STIDP
Ilya Leoshkevich
2
-3
/
+11
[next]