aboutsummaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)Author
2023-02-16target/arm: Move cpregs code out of cpu.hFabiano Rosas
2023-02-16target/arm: Move PC alignment checkFabiano Rosas
2023-02-16target/arm: wrap call to aarch64_sve_change_el in tcg_enabled()Claudio Fontana
2023-02-16target/arm: wrap psci call with tcg_enabledClaudio Fontana
2023-02-16target/arm: rename handle_semihosting to tcg_handle_semihostingClaudio Fontana
2023-02-16target/arm: Declare CPU <-> NVIC helpers in 'hw/intc/armv7m_nvic.h'Philippe Mathieu-Daudé
2023-02-16target/arm: Store CPUARMState::nvic as NVICState*Philippe Mathieu-Daudé
2023-02-16target/arm: Restrict CPUARMState::nvic to sysemuPhilippe Mathieu-Daudé
2023-02-16target/arm: Restrict CPUARMState::arm_boot_info to sysemuPhilippe Mathieu-Daudé
2023-02-16target/arm: Restrict CPUARMState::gicv3state to sysemuPhilippe Mathieu-Daudé
2023-02-16target/arm: Avoid resetting CPUARMState::eabi fieldPhilippe Mathieu-Daudé
2023-02-16target/arm: Convert CPUARMState::eabi to booleanPhilippe Mathieu-Daudé
2023-02-16target/arm: Constify ID_PFR1 on user emulationPhilippe Mathieu-Daudé
2023-02-16target/arm: Reduce arm_v7m_mmu_idx_[all/for_secstate_and_priv]() scopePhilippe Mathieu-Daudé
2023-02-16target/arm: Simplify arm_v7m_mmu_idx_for_secstate() for user emulationPhilippe Mathieu-Daudé
2023-02-04target/arm: Use tcg_gen_atomic_cmpxchg_i128 for CASPRichard Henderson
2023-02-04target/arm: Use tcg_gen_atomic_cmpxchg_i128 for STXPRichard Henderson
2023-02-03target/arm: Enable FEAT_FGT on '-cpu max'Peter Maydell
2023-02-03target/arm: Implement MDCR_EL2.TDCC and MDCR_EL3.TDCC trapsPeter Maydell
2023-02-03target/arm: Implement the HFGITR_EL2.SVC_EL0 and SVC_EL1 trapsPeter Maydell
2023-02-03target/arm: Implement the HFGITR_EL2.ERET trapPeter Maydell
2023-02-03target/arm: Mark up sysregs for HFGITR bits 48..63Peter Maydell
2023-02-03target/arm: Mark up sysregs for HFGITR bits 18..47Peter Maydell
2023-02-03target/arm: Mark up sysregs for HFGITR bits 12..17Peter Maydell
2023-02-03target/arm: Mark up sysregs for HFGITR bits 0..11Peter Maydell
2023-02-03target/arm: Mark up sysregs for HDFGRTR bits 12..63Peter Maydell
2023-02-03target/arm: Mark up sysregs for HDFGRTR bits 0..11Peter Maydell
2023-02-03target/arm: Mark up sysregs for HFGRTR bits 36..63Peter Maydell
2023-02-03target/arm: Mark up sysregs for HFGRTR bits 24..35Peter Maydell
2023-02-03target/arm: Mark up sysregs for HFGRTR bits 12..23Peter Maydell
2023-02-03target/arm: Mark up sysregs for HFGRTR bits 0..11Peter Maydell
2023-02-03target/arm: Implement FGT trapping infrastructurePeter Maydell
2023-02-03target/arm: Define the FEAT_FGT registersPeter Maydell
2023-02-03target/arm: Disable HSTR_EL2 traps if EL2 is not enabledPeter Maydell
2023-02-03target/arm: Make HSTR_EL2 traps take priority over UNDEF-at-EL1Peter Maydell
2023-02-03target/arm: All UNDEF-at-EL0 traps take priority over HSTR_EL2 trapsPeter Maydell
2023-02-03target/arm: Move do_coproc_insn() syndrome calculation earlierPeter Maydell
2023-02-03target/arm: Remove CP_ACCESS_TRAP_UNCATEGORIZED_{EL2, EL3}Peter Maydell
2023-02-03target/arm: Correct syndrome for ATS12NSO* at Secure EL1Peter Maydell
2023-02-03target/arm: Name AT_S1E1RP and AT_S1E1WP cpregs correctlyPeter Maydell
2023-02-03hvf: arm: Add support for GICv3Alexander Graf
2023-02-03target/arm: Fix physical address resolution for Stage2Richard Henderson
2023-01-23target/arm: Look up ARMCPRegInfo at runtimeRichard Henderson
2023-01-23target/arm: Reorg do_coproc_insnRichard Henderson
2023-01-23target/arm: provide stubs for more external debug registersEvgeny Iakovlev
2023-01-23target/arm: implement DBGCLAIM registersEvgeny Iakovlev
2023-01-23target/arm: Don't set EXC_RETURN.ES if Security Extension not presentPeter Maydell
2023-01-23target/arm: Fix in_debug path in S1_ptw_translateRichard Henderson
2023-01-23target/arm: Fix physical address resolution for MTERichard Henderson
2023-01-23target/arm/sme: Unify set_pstate() SM/ZA helpers as set_svcr()Richard Henderson