index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
arm
/
helper.c
Age
Commit message (
Expand
)
Author
2018-09-25
target/arm: Fix cpu_get_tb_cpu_state() for non-SVE CPUs
Richard Henderson
2018-08-24
target/arm: Clear CPSR.IL and CPSR.J on 32-bit exception entry
Peter Maydell
2018-08-24
target/arm: Implement support for taking exceptions to Hyp mode
Peter Maydell
2018-08-24
target/arm: Factor out code for taking an AArch32 exception
Peter Maydell
2018-08-24
target/arm: Implement AArch32 HCR and HCR2
Peter Maydell
2018-08-24
target/arm: Implement RAZ/WI HACTLR2
Peter Maydell
2018-08-24
target/arm: Use the float-to-int-scale softfloat routines
Richard Henderson
2018-08-24
target/arm: Use the int-to-float-scale softfloat routines
Richard Henderson
2018-08-23
fix "Missing break in switch" coverity reports
Paolo Bonzini
2018-08-20
target/arm: Implement ESR_EL2/HSR for AArch32 and no-EL2
Peter Maydell
2018-08-20
target/arm: Implement AArch32 Hyp FARs
Peter Maydell
2018-08-20
target/arm: Implement AArch32 HVBAR
Peter Maydell
2018-08-20
target/arm: Add missing .cp = 15 to HMAIR1 and HAMAIR1 regdefs
Peter Maydell
2018-08-20
target/arm: Correct typo in HAMAIR1 regdef name
Peter Maydell
2018-08-16
target/arm: Ignore float_flag_input_denormal from fp_status_f16
Richard Henderson
2018-08-16
target/arm: Adjust FPCR_MASK for FZ16
Richard Henderson
2018-08-16
target/arm: Add sve-max-vq cpu property to -cpu max
Richard Henderson
2018-08-14
target/arm: Implement tailchaining for M profile cores
Peter Maydell
2018-08-14
target/arm: Restore M-profile CONTROL.SPSEL before any tailchaining
Peter Maydell
2018-08-14
target/arm: Initialize exc_secure correctly in do_v7m_exception_exit()
Peter Maydell
2018-08-14
target/arm: Improve exception-taken logging
Peter Maydell
2018-08-14
target/arm: Treat SCTLR_EL1.M as if it were zero when HCR_EL2.TGE is set
Peter Maydell
2018-08-14
target/arm: Provide accessor functions for HCR_EL2.{IMO, FMO, AMO}
Peter Maydell
2018-08-14
target/arm: Honour HCR_EL2.TGE and MDCR_EL2.TDE in debug register access checks
Peter Maydell
2018-08-14
target/arm: Allow execution from small regions
Peter Maydell
2018-08-14
arm: Add ARMv6-M programmer's model support
Julia Suvorova
2018-08-14
target/arm: Forbid unprivileged mode for M Baseline
Julia Suvorova
2018-07-30
target/arm: Remove duplicate 'host' entry in '-cpu ?' output
Philippe Mathieu-Daudé
2018-07-23
target/arm: Correctly handle overlapping small MPU regions
Peter Maydell
2018-07-10
target/arm: Use correct mmu_idx for exception-return unstacking
Peter Maydell
2018-06-29
target/arm: Add ID_ISAR6
Richard Henderson
2018-06-29
target/arm: Fix SVE system register access checks
Richard Henderson
2018-06-29
target/arm: Mark PMINTENSET accesses as possibly doing IO
Aaron Lindsay
2018-06-29
target/arm: support reading of CNT[VCT|FRQ]_EL0 from user-space
Alex Bennée
2018-06-29
target/arm: Implement SVE floating-point convert to integer
Richard Henderson
2018-06-26
target/arm: Handle small regions in get_phys_addr_pmsav8()
Peter Maydell
2018-06-26
target/arm: Set page (region) size in get_phys_addr_pmsav7()
Peter Maydell
2018-06-08
target/arm: Add trailing '\n' to qemu_log() calls
Philippe Mathieu-Daudé
2018-05-31
Correct CPACR reset value for v7 cores
Peter Maydell
2018-05-31
tcg: Fix helper function vs host abi for float16
Richard Henderson
2018-05-18
target/arm: Add the XML dynamic generation
Abdallah Bouassida
2018-05-18
target/arm: Add "_S" suffix to the secure version of a sysreg
Abdallah Bouassida
2018-05-18
target/arm: Add "ARM_CP_NO_GDB" as a new bit field for ARMCPRegInfo type
Abdallah Bouassida
2018-05-17
target/arm: Remove floatX_maybe_silence_nan from conversions
Richard Henderson
2018-05-17
target/arm: Use floatX_silence_nan when we have already checked for SNaN
Richard Henderson
2018-05-17
target/arm: squash FZ16 behaviour for conversions
Alex Bennée
2018-05-17
target/arm: convert conversion helpers to fpst/ahp_flag
Alex Bennée
2018-05-15
target/arm: Implement FCVT (scalar, integer) for fp16
Richard Henderson
2018-05-10
target/arm: Fix float16 to/from int16
Richard Henderson
2018-05-04
target/arm: Correct MPUIR privilege level in register_cp_regs_for_features() ...
Mathew Maidment
[next]