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
/
m_helper.c
Age
Commit message (
Expand
)
Author
2022-04-22
target/arm: Change CPUArchState.thumb to bool
Richard Henderson
2022-03-18
target/arm: Log fault address for M-profile faults
Peter Maydell
2022-03-18
target/arm: Log M-profile vector table accesses
Peter Maydell
2022-02-21
exec/exec-all: Move 'qemu/log.h' include in units requiring it
Philippe Mathieu-Daudé
2022-01-28
target/arm: Log CPU index in 'Taking exception' log
Peter Maydell
2021-10-13
target/arm: Use cpu_*_mmu instead of helper_*_mmu
Richard Henderson
2021-10-05
tcg: Rename TCGMemOpIdx to MemOpIdx
Richard Henderson
2021-08-25
target/arm: Implement M-profile trapping on division by zero
Peter Maydell
2021-07-27
target/arm: Report M-profile alignment faults correctly to the guest
Peter Maydell
2021-07-27
target/arm: Add missing 'return's after calling v7m_exception_taken()
Peter Maydell
2021-07-27
target/arm: Enforce that M-profile SP low 2 bits are always zero
Peter Maydell
2021-06-16
target/arm: Handle VPR semantics in existing code
Peter Maydell
2021-06-03
target/arm: use raise_exception_ra for stack limit exception
Jamie Iles
2021-05-25
target/arm: Use correct SP in M-profile exception return
Peter Maydell
2021-03-10
semihosting: Move include/hw/semihosting/ -> include/semihosting/
Philippe Mathieu-Daudé
2021-01-19
target/arm/m_helper: Silence GCC 10 maybe-uninitialized error
Philippe Mathieu-Daudé
2021-01-18
semihosting: Change common-semi API to be architecture-independent
Keith Packard
2020-12-10
target/arm: Implement CCR_S.TRD behaviour for SG insns
Peter Maydell
2020-12-10
target/arm: Implement new v8.1M NOCP check for exception return
Peter Maydell
2020-12-10
target/arm: In v8.1M, don't set HFSR.FORCED on vector table fetch failures
Peter Maydell
2020-12-10
target/arm: For v8.1M, always clear R0-R3, R12, APSR, EPSR on exception entry
Peter Maydell
2020-11-02
target/arm: Get correct MMU index for other-security-state
Peter Maydell
2020-06-26
target/arm: Always pass cacheattr to get_phys_addr
Richard Henderson
2020-02-28
target/arm: Add isar_feature_aa32_vfp_simd
Richard Henderson
2020-01-09
target/arm: only update pc after semihosting completes
Alex Bennée
2019-11-26
target/arm: Fix handling of cortex-m FTYPE flag in EXCRET
Jean-Hugues Deschênes
2019-11-19
target/arm: Support EL0 v7m msr/mrs for CONFIG_USER_ONLY
Richard Henderson
2019-10-24
target/arm: Rebuild hflags for M-profile
Richard Henderson
2019-09-27
target/arm: handle M-profile semihosting at translate time
Alex Bennée
2019-08-16
Clean up inclusion of sysemu/sysemu.h
Markus Armbruster
2019-08-16
Include qemu/main-loop.h less
Markus Armbruster
2019-07-15
target/arm: NS BusFault on vector table fetch escalates to NS HardFault
Peter Maydell
2019-07-04
target/arm: Use _ra versions of cpu_stl_data() in v7M helpers
Peter Maydell
2019-07-04
target/arm/helper: Move M profile routines to m_helper.c
Philippe Mathieu-Daudé