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
/
arm
/
helper.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-08
target/arm: Add trailing '\n' to qemu_log() calls
Philippe Mathieu-Daudé
1
-2
/
+2
2018-05-31
Correct CPACR reset value for v7 cores
Peter Maydell
1
-1
/
+9
2018-05-31
tcg: Fix helper function vs host abi for float16
Richard Henderson
1
-45
/
+45
2018-05-18
target/arm: Add the XML dynamic generation
Abdallah Bouassida
1
-0
/
+26
2018-05-18
target/arm: Add "_S" suffix to the secure version of a sysreg
Abdallah Bouassida
1
-11
/
+18
2018-05-18
target/arm: Add "ARM_CP_NO_GDB" as a new bit field for ARMCPRegInfo type
Abdallah Bouassida
1
-1
/
+1
2018-05-17
target/arm: Remove floatX_maybe_silence_nan from conversions
Richard Henderson
1
-10
/
+2
2018-05-17
target/arm: Use floatX_silence_nan when we have already checked for SNaN
Richard Henderson
1
-6
/
+6
2018-05-17
target/arm: squash FZ16 behaviour for conversions
Alex Bennée
1
-4
/
+36
2018-05-17
target/arm: convert conversion helpers to fpst/ahp_flag
Alex Bennée
1
-48
/
+8
2018-05-15
target/arm: Implement FCVT (scalar, integer) for fp16
Richard Henderson
1
-2
/
+36
2018-05-10
target/arm: Fix float16 to/from int16
Richard Henderson
1
-2
/
+51
2018-05-04
target/arm: Correct MPUIR privilege level in register_cp_regs_for_features() ...
Mathew Maidment
1
-1
/
+1
2018-04-26
target/arm: Make PMOVSCLR and PMUSERENR 64 bits wide
Aaron Lindsay
1
-2
/
+3
2018-04-26
target/arm: Fix bitmask for PMCCFILTR writes
Aaron Lindsay
1
-1
/
+1
2018-04-26
target/arm: Add pre-EL change hooks
Aaron Lindsay
1
-6
/
+8
2018-04-26
target/arm: Mask PMU register writes based on PMCR_EL0.N
Aaron Lindsay
1
-9
/
+22
2018-04-26
target/arm: Treat PMCCNTR as alias of PMCCNTR_EL0
Aaron Lindsay
1
-1
/
+1
2018-04-26
target/arm: Check PMCNTEN for whether PMCCNTR is enabled
Aaron Lindsay
1
-1
/
+1
2018-04-26
target/arm: Use v7m_stack_read() for reading the frame signature
Peter Maydell
1
-4
/
+5
2018-04-26
target/arm: Remove stale TODO comment
Peter Maydell
1
-7
/
+1
2018-04-10
target/arm: Report unsupported MPU region sizes more clearly
Peter Maydell
1
-3
/
+3
2018-03-23
target/arm: Set FSR for BKPT, BRK when raising exception
Peter Maydell
1
-1
/
+0
2018-03-02
target/arm: Define an IDAU interface
Peter Maydell
1
-3
/
+25
2018-03-01
arm/helper.c: re-factor rsqrte and add rsqrte_f16
Alex Bennée
1
-118
/
+103
2018-03-01
arm/helper.c: re-factor recpe and add recepe_f16
Alex Bennée
1
-97
/
+127
2018-03-01
arm/translate-a64: add FP16 SCVTF/UCVFT to simd_two_reg_misc_fp16
Alex Bennée
1
-0
/
+4
2018-03-01
target/arm/helper: pass explicit fpst to set_rmode
Alex Bennée
1
-2
/
+2
2018-03-01
target/arm/cpu.h: add additional float_status flags
Alex Bennée
1
-5
/
+21
2018-02-22
target/arm: Fix register definitions for VMIDR and VMPIDR
Peter Maydell
1
-4
/
+4
2018-02-21
target/*/cpu.h: remove softfloat.h
Alex Bennée
1
-0
/
+1
2018-02-15
target/arm: Implement v8M MSPLIM and PSPLIM registers
Peter Maydell
1
-0
/
+46
2018-02-15
target/arm: Implement writing to CONTROL_NS for v8M
Peter Maydell
1
-0
/
+10
2018-02-15
target/arm: Enforce access to ZCR_EL at translation
Richard Henderson
1
-18
/
+4
2018-02-15
target/arm: Suppress TB end for FPCR/FPSR
Richard Henderson
1
-2
/
+2
2018-02-15
target/arm: Enforce FP access to FPCR/FPSR
Richard Henderson
1
-2
/
+4
2018-02-15
target/arm: Remove ARM_CP_64BIT from ZCR_EL registers
Richard Henderson
1
-4
/
+4
2018-02-09
target/arm: Add SVE state to TB->FLAGS
Richard Henderson
1
-1
/
+24
2018-02-09
target/arm: Add ZCR_ELx
Richard Henderson
1
-0
/
+131
2018-02-09
target/arm: Handle exceptions during exception stack pop
Peter Maydell
1
-21
/
+94
2018-02-09
target/arm: Make exception vector loads honour the SAU
Peter Maydell
1
-16
/
+55
2018-02-09
target/arm: Make v7m_push_callee_stack() honour MPU
Peter Maydell
1
-15
/
+49
2018-02-09
target/arm: Make v7M exception entry stack push check MPU
Peter Maydell
1
-16
/
+87
2018-02-09
target/arm: Add ignore_stackfaults argument to v7m_exception_taken()
Peter Maydell
1
-12
/
+23
2018-02-09
target/arm: Split "get pending exception info" from "acknowledge it"
Peter Maydell
1
-4
/
+12
2018-01-25
target/arm: Simplify fp_exception_el for user-only
Richard Henderson
1
-1
/
+2
2018-01-25
target/arm: Hoist store to flags output in cpu_get_tb_cpu_state
Richard Henderson
1
-16
/
+19
2018-01-25
target/arm: Move cpu_get_tb_cpu_state out of line
Richard Henderson
1
-0
/
+126
2018-01-25
target/arm: Add aa{32, 64}_vfp_{dreg, qreg} helpers
Richard Henderson
1
-12
/
+20
2018-01-25
target/arm: Change the type of vfp.regs
Richard Henderson
1
-10
/
+10
[next]