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
/
arm
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-20
hw/arm/virt: KVM: Enable PAuth when supported by the host
Marc Zyngier
4
-15
/
+54
2022-01-08
exec/memop: Adding signedness to quad definitions
Frédéric Pétrot
7
-23
/
+23
2022-01-07
target/arm: Add missing FEAT_TLBIOS instructions
Idan Horowitz
1
-0
/
+32
2021-12-15
target/arm: Correct calculation of tlb range invalidate length
Peter Maydell
1
-3
/
+3
2021-12-15
target/arm: Suppress bp for exceptions with more priority
Richard Henderson
1
-0
/
+23
2021-12-15
target/arm: Assert thumb pc is aligned
Richard Henderson
3
-2
/
+20
2021-12-15
target/arm: Take an exception if PC is misaligned
Richard Henderson
5
-1
/
+60
2021-12-15
target/arm: Split compute_fsr_fsc out of arm_deliver_fault
Richard Henderson
1
-17
/
+28
2021-12-15
target/arm: Advance pc for arch single-step exception
Richard Henderson
1
-0
/
+1
2021-12-15
target/arm: Split arm_pre_translate_insn
Richard Henderson
1
-3
/
+7
2021-12-15
target/arm: Hoist pc_next to a local variable in thumb_tr_translate_insn
Richard Henderson
1
-8
/
+8
2021-12-15
target/arm: Hoist pc_next to a local variable in arm_tr_translate_insn
Richard Henderson
1
-4
/
+5
2021-12-15
target/arm: Hoist pc_next to a local variable in aarch64_tr_translate_insn
Richard Henderson
1
-3
/
+4
2021-11-22
Revert "arm: tcg: Adhere to SMCCC 1.3 section 5.2"
Peter Maydell
1
-6
/
+29
2021-11-03
Merge remote-tracking branch 'remotes/rth/tags/pull-arm-20211102-2' into staging
Richard Henderson
5
-28
/
+51
2021-11-02
hvf: arm: Ignore cache operations on MMIO
Alexander Graf
1
-0
/
+7
2021-11-02
target/arm: Use tcg_constant_i32() in gen_rev16()
Philippe Mathieu-Daudé
1
-2
/
+1
2021-11-02
target/arm: Use tcg_constant_i64() in do_sat_addsub_64()
Philippe Mathieu-Daudé
1
-9
/
+8
2021-11-02
target/arm: Use the constant variant of store_cpu_field() when possible
Philippe Mathieu-Daudé
1
-15
/
+6
2021-11-02
target/arm: Introduce store_cpu_field_constant() helper
Philippe Mathieu-Daudé
1
-0
/
+3
2021-11-02
target/arm: Use tcg_constant_i32() in op_smlad()
Philippe Mathieu-Daudé
1
-2
/
+1
2021-11-02
target/arm: Advertise MVE to gdb when present
Peter Maydell
1
-0
/
+25
2021-11-02
target/arm: Implement arm_cpu_record_sigbus
Richard Henderson
4
-0
/
+10
2021-11-02
target/arm: Implement arm_cpu_record_sigsegv
Richard Henderson
4
-21
/
+33
2021-11-02
target/arm: Use cpu_loop_exit_sigsegv for mte tag lookup
Richard Henderson
1
-4
/
+2
2021-11-02
target/arm: Fixup comment re handle_cpu_signal
Richard Henderson
1
-1
/
+1
2021-10-15
target/arm: Drop checks for singlestep_enabled
Richard Henderson
2
-38
/
+8
2021-10-13
target/arm: Use cpu_*_mmu instead of helper_*_mmu
Richard Henderson
2
-47
/
+11
2021-10-13
accel/tcg: Move cpu_atomic decls to exec/cpu_ldst.h
Richard Henderson
1
-1
/
+0
2021-10-13
target/arm: Use MO_128 for 16 byte atomics
Richard Henderson
1
-4
/
+4
2021-10-05
tcg: Rename TCGMemOpIdx to MemOpIdx
Richard Henderson
2
-9
/
+9
2021-10-05
tcg: Expand MO_SIZE to 3 bits
Richard Henderson
1
-1
/
+1
2021-09-30
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210930'...
Peter Maydell
5
-291
/
+307
2021-09-30
memory: Name all the memory listeners
Peter Xu
1
-0
/
+1
2021-09-30
target/arm: Don't put FPEXC and FPSID in org.gnu.gdb.arm.vfp XML
Peter Maydell
1
-16
/
+40
2021-09-30
target/arm: Move gdbstub related code out of helper.c
Peter Maydell
4
-271
/
+277
2021-09-30
target/arm: Fix coding style issues in gdbstub code in helper.c
Peter Maydell
1
-7
/
+16
2021-09-30
arm: tcg: Adhere to SMCCC 1.3 section 5.2
Alexander Graf
1
-29
/
+6
2021-09-21
hw/core: Make do_unaligned_access noreturn
Richard Henderson
1
-1
/
+1
2021-09-21
include/exec: Move cpu_signal_handler declaration
Richard Henderson
1
-7
/
+0
2021-09-21
target/arm: Optimize MVE 1op-immediate insns
Peter Maydell
1
-5
/
+21
2021-09-21
target/arm: Optimize MVE VSLI and VSRI
Peter Maydell
1
-2
/
+2
2021-09-21
target/arm: Optimize MVE VSHLL and VMOVL
Peter Maydell
1
-8
/
+59
2021-09-21
target/arm: Optimize MVE VSHL, VSHR immediate forms
Peter Maydell
1
-20
/
+63
2021-09-21
target/arm: Optimize MVE VMVN
Peter Maydell
1
-1
/
+1
2021-09-21
target/arm: Optimize MVE VDUP
Peter Maydell
1
-4
/
+8
2021-09-21
target/arm: Optimize MVE VNEG, VABS
Peter Maydell
1
-10
/
+22
2021-09-21
target/arm: Optimize MVE arithmetic ops
Peter Maydell
1
-9
/
+11
2021-09-21
target/arm: Optimize MVE logic ops
Peter Maydell
1
-15
/
+36
2021-09-21
target/arm: Add TB flag for "MVE insns not predicated"
Peter Maydell
7
-9
/
+92
[next]