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
/
target
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-23
tcg: Replace tcg_abort with g_assert_not_reached
Richard Henderson
2
-12
/
+12
2023-04-22
Merge tag 'pull-hex-20230421' of https://github.com/quic/qemu into staging
Richard Henderson
24
-1193
/
+1428
2023-04-22
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Richard Henderson
3
-3
/
+7
2023-04-21
Hexagon (target/hexagon) Add overrides for cache/sync/barrier instructions
Taylor Simpson
2
-14
/
+28
2023-04-21
Hexagon (target/hexagon) Remove unused slot variable in helpers
Taylor Simpson
4
-11
/
+9
2023-04-21
Hexagon (target/hexagon) Updates to USR should use get_result_gpr
Taylor Simpson
6
-44
/
+34
2023-04-21
Hexagon (target/hexagon) Add overrides for count trailing zeros/ones
Taylor Simpson
1
-0
/
+24
2023-04-21
Hexagon (target/hexagon) Merge arguments to probe_pkt_scalar_hvx_stores
Taylor Simpson
4
-9
/
+10
2023-04-21
Hexagon (target/hexagon) Remove redundant/unused macros
Taylor Simpson
1
-43
/
+22
2023-04-21
Use black code style for python scripts
Marco Liebel
13
-911
/
+1191
2023-04-21
Use f-strings in python scripts
Marco Liebel
12
-306
/
+250
2023-04-21
Hexagon (translate.c): avoid redundant PC updates on COF
Matheus Tavares Bernardino
1
-8
/
+13
2023-04-21
Merge tag 'pull-request-2023-04-20' of https://gitlab.com/thuth/qemu into sta...
Richard Henderson
1
-9
/
+22
2023-04-20
target/i386: Set family/model/stepping of the "max" CPU according to LM bit
Thomas Huth
1
-9
/
+22
2023-04-20
target/arm: Report pauth information to gdb as 'pauth_v2'
Peter Maydell
1
-5
/
+4
2023-04-20
target/arm: Implement FEAT_PAN3
Peter Maydell
3
-2
/
+19
2023-04-20
target/arm: Don't set ISV when reporting stage 1 faults in ESR_EL2
Peter Maydell
1
-3
/
+10
2023-04-20
target/arm: Pass ARMMMUFaultInfo to merge_syn_data_abort()
Peter Maydell
1
-8
/
+7
2023-04-20
target/arm: Initialize debug capabilities only once
Akihiko Odaki
3
-14
/
+14
2023-04-20
target/arm: Remove KVM AArch32 CPU definitions
Philippe Mathieu-Daudé
2
-8
/
+3
2023-04-20
target/i386: Change wrong XFRM value in SGX CPUID leaf
Yang Zhong
1
-2
/
+2
2023-04-20
target/mips: tcg: detect out-of-bounds accesses to cpu_gpr and cpu_gpr_hi
Paolo Bonzini
1
-0
/
+4
2023-04-20
target/i386: Avoid unreachable variable declaration in mmu_translate()
Peter Maydell
1
-1
/
+1
2023-04-10
target/arm: Copy guarded bit in combine_cacheattrs
Richard Henderson
1
-0
/
+1
2023-04-10
target/arm: PTE bit GP only applies to stage1
Richard Henderson
1
-5
/
+5
2023-04-09
target/ppc: Fix temp usage in gen_op_arith_modw
Richard Henderson
1
-2
/
+2
2023-04-04
Merge tag 'pull-loongarch-20230404' of https://gitlab.com/gaosong/qemu into s...
Peter Maydell
1
-1
/
+1
2023-04-04
target/loongarch: Enables plugins to get instruction codes
tanhongze
1
-1
/
+1
2023-04-03
target/arm: Fix generated code for cpreg reads when HSTR is active
Peter Maydell
1
-0
/
+6
2023-04-03
target/arm: Fix non-TCG build failure by inlining pauth_ptr_mask()
Philippe Mathieu-Daudé
3
-24
/
+16
2023-03-28
softmmu: Restrict cpu_check_watchpoint / address_matches to TCG accel
Philippe Mathieu-Daudé
3
-0
/
+3
2023-03-28
target/arm/gdbstub: Only advertise M-profile features if TCG available
Philippe Mathieu-Daudé
1
-2
/
+3
2023-03-24
target/ppc: Fix helper_pminsn() prototype
Cédric Le Goater
1
-1
/
+1
2023-03-24
target/s390x: Fix float_comp_to_cc() prototype
Cédric Le Goater
1
-1
/
+2
2023-03-22
*: Add missing includes of qemu/error-report.h
Richard Henderson
9
-0
/
+10
2023-03-21
target/arm: Don't advertise aarch64-pauth.xml to gdb
Peter Maydell
1
-0
/
+7
2023-03-21
target/arm: Add Neoverse-N1 registers
Chen Baozi
1
-0
/
+69
2023-03-20
target/s390x/tcg/mem_helper: Remove bad assert() statement
Thomas Huth
1
-1
/
+0
2023-03-20
target/s390x: Update do_unaligned_access() comment
Ilya Leoshkevich
1
-2
/
+2
2023-03-20
target/s390x: Handle STGRL to non-aligned addresses
Ilya Leoshkevich
2
-5
/
+6
2023-03-20
target/s390x: Handle STRL to non-aligned addresses
Ilya Leoshkevich
2
-7
/
+8
2023-03-20
target/s390x: Handle CLRL and CLGFRL with non-aligned addresses
Ilya Leoshkevich
1
-1
/
+2
2023-03-20
target/s390x: Handle CGRL and CLGRL with non-aligned addresses
Ilya Leoshkevich
1
-1
/
+2
2023-03-20
target/s390x: Handle CRL and CGFRL with non-aligned addresses
Ilya Leoshkevich
1
-1
/
+2
2023-03-20
target/s390x: Handle LLGFRL from non-aligned addresses
Ilya Leoshkevich
2
-4
/
+5
2023-03-20
target/s390x: Handle LRL and LGFRL from non-aligned addresses
Ilya Leoshkevich
2
-8
/
+9
2023-03-20
target/s390x: Handle LGRL from non-aligned addresses
Ilya Leoshkevich
2
-4
/
+5
2023-03-20
target/s390x: Handle EXECUTE of odd addresses
Ilya Leoshkevich
1
-2
/
+10
2023-03-20
target/s390x: Handle branching to odd addresses
Ilya Leoshkevich
1
-0
/
+9
2023-03-20
target/s390x: Fix EXECUTE of relative long instructions
Ilya Leoshkevich
3
-1
/
+14
[next]