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
2019-03-15
target/arm: Check access permission to ADDVL/ADDPL/RDVL
Amir Charif
1
-8
/
+14
2019-03-15
target/arm: change arch timer registers access permission
Dongjiu Geng
1
-15
/
+15
2019-03-05
kvm: add kvm_arm_get_max_vm_ipa_size
Eric Auger
2
-0
/
+23
2019-03-05
target/arm: Implement ARMv8.5-FRINT
Richard Henderson
5
-5
/
+173
2019-03-05
target/arm: Restructure handle_fp_1src_{single, double}
Richard Henderson
1
-41
/
+49
2019-03-05
target/arm: Implement ARMv8.5-CondM
Richard Henderson
3
-1
/
+64
2019-03-05
target/arm: Implement ARMv8.4-CondM
Richard Henderson
3
-1
/
+104
2019-03-05
target/arm: Rearrange disas_data_proc_reg
Richard Henderson
1
-41
/
+57
2019-03-05
target/arm: Add set/clear_pstate_bits, share gen_ss_advance
Richard Henderson
5
-29
/
+34
2019-03-05
target/arm: Split helper_msr_i_pstate into 3
Richard Henderson
6
-56
/
+70
2019-03-05
target/arm: Implement ARMv8.0-PredInv
Richard Henderson
4
-1
/
+70
2019-03-05
target/arm: Implement ARMv8.0-SB
Richard Henderson
5
-0
/
+49
2019-03-05
target/arm: Split out arm_sctlr
Richard Henderson
2
-15
/
+17
2019-03-05
target/arm: Fix PC test for LDM (exception return)
Richard Henderson
1
-1
/
+1
2019-02-28
target/arm: Enable ARMv8.2-FHM for -cpu max
Richard Henderson
2
-0
/
+3
2019-02-28
target/arm: Implement VFMAL and VFMSL for aarch32
Richard Henderson
2
-33
/
+101
2019-02-28
target/arm: Implement FMLAL and FMLSL for aarch64
Richard Henderson
2
-1
/
+53
2019-02-28
target/arm: Add helpers for FMLAL
Richard Henderson
2
-0
/
+157
2019-02-28
Revert "arm: Allow system registers for KVM guests to be changed by QEMU code"
Peter Maydell
5
-38
/
+22
2019-02-28
target/arm: Gate "miscellaneous FP" insns by ID register field
Peter Maydell
2
-12
/
+33
2019-02-28
target/arm: Use MVFR1 feature bits to gate A32/T32 FP16 instructions
Peter Maydell
4
-14
/
+54
2019-02-28
target/arm/arm-powerctl: Add new arm_set_cpu_on_and_reset()
Peter Maydell
2
-0
/
+72
2019-02-28
target/arm/cpu: Allow init-svtor property to be set after realize
Peter Maydell
1
-5
/
+24
2019-02-21
target/arm: Implement ARMv8.3-JSConv
Richard Henderson
7
-0
/
+140
2019-02-21
target/arm: Rearrange Floating-point data-processing (2 regs)
Richard Henderson
1
-116
/
+111
2019-02-21
target/arm: Split out vfp_helper.c
Richard Henderson
3
-1063
/
+1089
2019-02-21
target/arm: Restructure disas_fp_int_conv
Richard Henderson
1
-43
/
+47
2019-02-21
target/arm: Stop unintentional sign extension in pmu_init
Aaron Lindsay OS
1
-1
/
+1
2019-02-21
target/arm: v8M MPU should use background region as default, not always
Peter Maydell
1
-3
/
+5
2019-02-18
qapi: make query-cpu-definitions depend on specific targets
Marc-André Lureau
1
-1
/
+2
2019-02-18
qapi: make query-gic-capabilities depend on TARGET_ARM
Marc-André Lureau
1
-1
/
+1
2019-02-15
target/arm: Add missing clear_tail calls
Richard Henderson
1
-0
/
+2
2019-02-15
target/arm: Use vector operations for saturation
Richard Henderson
5
-44
/
+331
2019-02-15
target/arm: Split out FPSCR.QC to a vector field
Richard Henderson
4
-7
/
+21
2019-02-15
target/arm: Fix set of bits kept in xregs[ARM_VFP_FPSCR]
Richard Henderson
1
-7
/
+8
2019-02-15
target/arm: Split out flags setting from vfp compares
Richard Henderson
1
-18
/
+27
2019-02-15
target/arm: Fix arm_cpu_dump_state vs FPSCR
Richard Henderson
1
-1
/
+1
2019-02-15
target/arm: Fix vfp_gdb_get/set_reg vs FPSCR
Richard Henderson
1
-2
/
+2
2019-02-15
target/arm: Remove neon min/max helpers
Richard Henderson
2
-24
/
+0
2019-02-15
target/arm: Use tcg integer min/max primitives for neon
Richard Henderson
1
-4
/
+4
2019-02-15
target/arm: Use vector minmax expanders for aarch32
Richard Henderson
1
-6
/
+19
2019-02-15
target/arm: Use vector minmax expanders for aarch64
Richard Henderson
1
-21
/
+14
2019-02-15
target/arm: Rely on optimization within tcg_gen_gvec_or
Richard Henderson
3
-19
/
+5
2019-02-15
arm: Allow system registers for KVM guests to be changed by QEMU code
Peter Maydell
5
-22
/
+38
2019-02-15
target/arm: expose remaining CPUID registers as RAZ
Alex Bennée
2
-3
/
+26
2019-02-15
target/arm: expose MPIDR_EL1 to userspace
Alex Bennée
1
-7
/
+14
2019-02-15
target/arm: expose CPUID registers to userspace
Alex Bennée
2
-0
/
+80
2019-02-15
target/arm: relax permission checks for HWCAP_CPUID registers
Alex Bennée
2
-1
/
+17
2019-02-15
target/arm: Fix int128_make128 lo, hi order in paired_cmpxchg64_be
Catherine Ho
1
-2
/
+2
2019-02-15
target/arm: Implement HACR_EL2
Peter Maydell
1
-0
/
+6
[next]