index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
target
/
arm
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
target/arm: Implement SVE Predicate Logical Operations Group
Richard Henderson
2018-05-18
5
-1
/
+429
*
target/arm: Implement SVE predicate test
Richard Henderson
2018-05-18
6
-1
/
+171
*
target/arm: Implement SVE load vector/predicate
Richard Henderson
2018-05-18
2
-0
/
+147
*
target/arm: Implement SVE Bitwise Logical - Unpredicated Group
Richard Henderson
2018-05-18
1
-8
/
+47
*
target/arm: Add SVE decode skeleton
Richard Henderson
2018-05-18
4
-1
/
+124
*
target/arm: Introduce translate-a64.h
Richard Henderson
2018-05-18
2
-97
/
+133
*
target/arm: Add the XML dynamic generation
Abdallah Bouassida
2018-05-18
4
-0
/
+129
*
target/arm: Add "_S" suffix to the secure version of a sysreg
Abdallah Bouassida
2018-05-18
1
-11
/
+18
*
target/arm: Add "ARM_CP_NO_GDB" as a new bit field for ARMCPRegInfo type
Abdallah Bouassida
2018-05-18
2
-2
/
+3
*
target/arm: Remove floatX_maybe_silence_nan from conversions
Richard Henderson
2018-05-18
2
-11
/
+2
*
target/arm: Use floatX_silence_nan when we have already checked for SNaN
Richard Henderson
2018-05-18
2
-9
/
+9
*
target/arm: squash FZ16 behaviour for conversions
Alex Bennée
2018-05-18
1
-4
/
+36
*
target/arm: convert conversion helpers to fpst/ahp_flag
Alex Bennée
2018-05-18
5
-77
/
+112
*
target/arm: Fix sqrt_f16 exception raising
Alex Bennée
2018-05-15
1
-1
/
+2
*
target/arm: Implement FMOV (immediate) for fp16
Alex Bennée
2018-05-15
1
-3
/
+17
*
target/arm: Implement FCSEL for fp16
Alex Bennée
2018-05-15
1
-6
/
+25
*
target/arm: Implement FCMP for fp16
Alex Bennée
2018-05-15
3
-17
/
+83
*
target/arm: Implement FP data-processing (3 source) for fp16
Richard Henderson
2018-05-15
1
-0
/
+48
*
target/arm: Implement FP data-processing (2 source) for fp16
Richard Henderson
2018-05-15
1
-0
/
+65
*
target/arm: Introduce and use read_fp_hreg
Richard Henderson
2018-05-15
1
-16
/
+14
*
target/arm: Implement FCVT (scalar, fixed-point) for fp16
Richard Henderson
2018-05-15
1
-2
/
+15
*
target/arm: Implement FCVT (scalar, integer) for fp16
Richard Henderson
2018-05-15
3
-18
/
+122
*
target/arm: Early exit after unallocated_encoding in disas_fp_int_conv
Richard Henderson
2018-05-15
1
-1
/
+1
*
target/arm: Implement FMOV (general) for fp16
Richard Henderson
2018-05-15
1
-0
/
+21
*
target/arm: Fix fp_status_f16 tininess before rounding
Peter Maydell
2018-05-15
1
-0
/
+2
*
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180510'...
Peter Maydell
2018-05-11
7
-122
/
+464
|
\
|
*
target/arm: Clear SVE high bits for FMOV
Richard Henderson
2018-05-10
1
-12
/
+5
|
*
target/arm: Fix float16 to/from int16
Richard Henderson
2018-05-10
3
-6
/
+55
|
*
target/arm: Implement vector shifted FCVT for fp16
Richard Henderson
2018-05-10
1
-18
/
+45
|
*
target/arm: Implement vector shifted SCVF/UCVF for fp16
Richard Henderson
2018-05-10
1
-13
/
+20
|
*
target/arm: Enable ARM_FEATURE_V8_ATOMICS for user-only
Richard Henderson
2018-05-10
1
-0
/
+1
|
*
target/arm: Implement CAS and CASP
Richard Henderson
2018-05-10
3
-3
/
+161
|
*
target/arm: Fill in disas_ldst_atomic
Richard Henderson
2018-05-10
1
-2
/
+36
|
*
target/arm: Introduce ARM_FEATURE_V8_ATOMICS and initial decode
Richard Henderson
2018-05-10
2
-43
/
+134
|
*
target/arm: Use new min/max expanders
Richard Henderson
2018-05-10
1
-32
/
+14
*
|
translator: merge max_insns into DisasContextBase
Emilio G. Cota
2018-05-09
2
-11
/
+6
*
|
target/arm: avoid integer overflow in next_page PC check
Emilio G. Cota
2018-05-09
2
-7
/
+6
|
/
*
target/arm/kvm: Translate the MSI doorbell in kvm_arch_fixup_msi_route
Eric Auger
2018-05-04
2
-1
/
+40
*
target/arm: Implement v8M VLLDM and VLSTM
Peter Maydell
2018-05-04
1
-1
/
+16
*
target/arm: Tidy condition in disas_simd_two_reg_misc
Richard Henderson
2018-05-04
1
-1
/
+5
*
target/arm: Tidy conditions in handle_vec_simd_shri
Richard Henderson
2018-05-04
1
-5
/
+1
*
target/arm: Correct MPUIR privilege level in register_cp_regs_for_features() ...
Mathew Maidment
2018-05-04
1
-1
/
+1
*
target/arm: Make PMOVSCLR and PMUSERENR 64 bits wide
Aaron Lindsay
2018-04-26
2
-4
/
+5
*
target/arm: Fix bitmask for PMCCFILTR writes
Aaron Lindsay
2018-04-26
1
-1
/
+1
*
target/arm: Allow EL change hooks to do IO
Aaron Lindsay
2018-04-26
2
-0
/
+18
*
target/arm: Add pre-EL change hooks
Aaron Lindsay
2018-04-26
5
-9
/
+58
*
target/arm: Support multiple EL change hooks
Aaron Lindsay
2018-04-26
3
-18
/
+30
*
target/arm: Fetch GICv3 state directly from CPUARMState
Aaron Lindsay
2018-04-26
1
-10
/
+0
*
target/arm: Mask PMU register writes based on PMCR_EL0.N
Aaron Lindsay
2018-04-26
1
-9
/
+22
*
target/arm: Treat PMCCNTR as alias of PMCCNTR_EL0
Aaron Lindsay
2018-04-26
1
-1
/
+1
[prev]
[next]