aboutsummaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)Author
2021-01-12target/arm: Don't decode insns in the XScale/iWMMXt space as cp insnsPeter Maydell
2021-01-12target/arm: add aarch32 ID register fields to cpu.hLeif Lindholm
2021-01-12target/arm: add aarch64 ID register fields to cpu.hLeif Lindholm
2021-01-12target/arm: add descriptions of CLIDR_EL1, CCSIDR_EL1, CTR_EL0 to cpu.hLeif Lindholm
2021-01-12target/arm: make ARMCPU.ctr 64-bitLeif Lindholm
2021-01-12target/arm: make ARMCPU.clidr 64-bitLeif Lindholm
2021-01-12target/arm: fix typo in cpu.h ID_AA64PFR1 field nameLeif Lindholm
2021-01-12target/arm: enable Small Translation tables in max CPURémi Denis-Courmont
2021-01-12target/arm: ARMv8.4-TTST extensionRémi Denis-Courmont
2021-01-08target/arm: Remove timer_del()/timer_deinit() before timer_free()Peter Maydell
2021-01-08target/arm: Implement Cortex-M55 modelPeter Maydell
2021-01-08target/arm: Implement FPCXT_NS fp system registerPeter Maydell
2021-01-08target/arm: Correct store of FPSCR value via FPCXT_SPeter Maydell
2021-01-08target/arm: Fix MTE0_ACTIVERichard Henderson
2021-01-07tcg: Make tb arg to synchronize_from_tb constRichard Henderson
2021-01-07tcg: Make DisasContextBase.tb constRichard Henderson
2020-12-19migration: Replace migration's JSON writer by the general oneMarkus Armbruster
2020-12-19qapi: Use QAPI_LIST_PREPEND() where possibleEric Blake
2020-12-15arm/cpu64: Register "aarch64" as class propertyEduardo Habkost
2020-12-10arm: do not use ram_size globalPaolo Bonzini
2020-12-10target/arm: Implement M-profile "minimal RAS implementation"Peter Maydell
2020-12-10target/arm: Implement CCR_S.TRD behaviour for SG insnsPeter Maydell
2020-12-10hw/intc/armv7m_nvic: Support v8.1M CCR.TRD bitPeter Maydell
2020-12-10target/arm: Implement new v8.1M VLLDM and VLSTM encodingsPeter Maydell
2020-12-10target/arm: Implement new v8.1M NOCP check for exception returnPeter Maydell
2020-12-10target/arm: In v8.1M, don't set HFSR.FORCED on vector table fetch failuresPeter Maydell
2020-12-10target/arm: For v8.1M, always clear R0-R3, R12, APSR, EPSR on exception entryPeter Maydell
2020-12-10hw/intc/armv7m_nvic: Update FPDSCR masking for v8.1MPeter Maydell
2020-12-10target/arm: Implement FPCXT_S fp system registerPeter Maydell
2020-12-10target/arm: Factor out preserve-fp-state from full_vfp_access_check()Peter Maydell
2020-12-10target/arm: Use new FPCR_NZCV_MASK constantPeter Maydell
2020-12-10target/arm: Implement M-profile FPSCR_nzcvqcPeter Maydell
2020-12-10target/arm: Implement VLDR/VSTR system registerPeter Maydell
2020-12-10target/arm: Move general-use constant expanders up in translate.cPeter Maydell
2020-12-10target/arm: Refactor M-profile VMSR/VMRS handlingPeter Maydell
2020-12-10target/arm: Enforce M-profile VMRS/VMSR register restrictionsPeter Maydell
2020-12-10target/arm: Implement CLRM instructionPeter Maydell
2020-12-10target/arm: Implement VSCCLRM insnPeter Maydell
2020-12-10target/arm: Don't clobber ID_PFR1.Security on M-profile coresPeter Maydell
2020-12-10target/arm: Implement v8.1M PXN extensionPeter Maydell
2020-11-23target/arm: Make SYS_HEAPINFO work with RAM that doesn't start at 0Peter Maydell
2020-11-23target/arm: fix stage 2 page-walks in 32-bit emulationRémi Denis-Courmont
2020-11-15arm tcg cpus: Fix Lesser GPL version numberChetan Pant
2020-11-10target/arm/translate-neon.c: Handle VTBL UNDEF case before VFP access checkPeter Maydell
2020-11-10target/arm: Fix neon VTBL/VTBX for len > 1Richard Henderson
2020-11-10target/arm: add space before the open parenthesis '('Xinhao Zhang
2020-11-10target/arm: Don't use '#' flag of printf formatXinhao Zhang
2020-11-10target/arm: add spaces around operatorXinhao Zhang
2020-11-02target/arm: Get correct MMU index for other-security-statePeter Maydell
2020-11-02target/arm: fix LORID_EL1 access checkRémi Denis-Courmont