aboutsummaryrefslogtreecommitdiff
path: root/target/arm/cpu.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-07hw/cpu: Call object_class_is_abstract() once in cpu_class_by_name()Philippe Mathieu-Daudé1-2/+1
2023-11-02target/arm: Enable FEAT_MOPS insns in user-mode emulationPeter Maydell1-0/+2
2023-10-27target/arm: Move feature test functions to their own headerPeter Maydell1-0/+1
2023-10-19target/arm/arm-powerctl: Correctly init CPUs when powered on to lower ELPeter Maydell1-0/+95
2023-10-11hw/core/cpu: Return static value with gdb_arch_name()Akihiko Odaki1-3/+3
2023-10-11target/arm: Move the reference to arm-core.xmlAkihiko Odaki1-1/+2
2023-10-04accel/tcg: Remove cpu_set_cpustate_pointersRichard Henderson1-1/+0
2023-10-04accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson1-4/+4
2023-10-03target/arm: Remove size and alignment for cpu subclassesRichard Henderson1-3/+0
2023-09-08target/arm: Enable SCTLR_EL1.TIDCP for user-onlyRichard Henderson1-0/+4
2023-08-31target/arm: Do all "ARM_FEATURE_X implies Y" checks in post_initPeter Maydell1-82/+97
2023-08-31target/arm: Suppress FEAT_TRBE (Trace Buffer Extension)Richard Henderson1-0/+3
2023-08-31target/arm: When tag memory is not present, set MTE=1Richard Henderson1-3/+4
2023-08-31target/arm: Support more GM blocksizesRichard Henderson1-4/+14
2023-08-22target/arm/helper: Implement CNTHCTL_EL2.CNT[VP]MASKJean-Philippe Brucker1-0/+6
2023-07-25arm: spelling fixesMichael Tokarev1-1/+1
2023-07-06target/arm: Suppress more TCG unimplemented features in ID registersPeter Maydell1-4/+29
2023-07-06target/arm: Handle IC IVAU to improve compatibility with JITsJohn Högberg1-0/+11
2023-07-06target/arm: Dump ZA[] when activeRichard Henderson1-0/+18
2023-07-06target/arm: Avoid splitting Zregs across lines in dumpRichard Henderson1-22/+14
2023-06-23target/arm: Restructure has_vfp_d32 testRichard Henderson1-13/+15
2023-06-23target/arm: Add isar_feature_aa64_rmeRichard Henderson1-0/+4
2023-06-15target/arm: Allow users to set the number of VFP registersCédric Le Goater1-0/+32
2023-06-06target/arm: trap DCC access in user mode emulationZhuojia Shen1-0/+2
2023-05-19Revert "arm/kvm: add support for MTE"Peter Maydell1-5/+4
2023-05-18arm/kvm: add support for MTECornelia Huck1-4/+5
2023-03-01target/arm: Replace `tb_pc()` with `tb->pc`Anton Johansson1-2/+2
2023-03-01target/arm: Replace `TARGET_TB_PCREL` with `CF_PCREL`Anton Johansson1-4/+4
2023-03-01target/arm: set `CF_PCREL` in `arm_cpu_realizefn`Anton Johansson1-0/+5
2023-02-27target/arm: Wrap arm_rebuild_hflags calls with tcg_enabledFabiano Rosas1-1/+2
2023-02-27target/arm: Wrap breakpoint/watchpoint updates with tcg_enabledFabiano Rosas1-2/+4
2023-02-16target/arm: Declare CPU <-> NVIC helpers in 'hw/intc/armv7m_nvic.h'Philippe Mathieu-Daudé1-1/+3
2023-02-16target/arm: Store CPUARMState::nvic as NVICState*Philippe Mathieu-Daudé1-0/+1
2023-01-05target/arm: cleanup cpu includesClaudio Fontana1-1/+0
2023-01-05target/arm: Add PMSAv8r registersTobias Röhmel1-4/+24
2023-01-05target/arm: Make RVBAR available for all ARMv8 CPUsTobias Röhmel1-1/+5
2022-12-16target/arm: Convert to 3-phase resetPeter Maydell1-4/+9
2022-12-15target/arm: Restrict arm_cpu_exec_interrupt() to TCG acceleratorPhilippe Mathieu-Daudé1-2/+3
2022-11-29target/arm: Set TCGCPUOps.restore_state_to_opc for v7mEvgeny Ermakov1-3/+3
2022-10-27target/arm: honor HCR_E2H and HCR_TGE in arm_excp_unmasked()Ake Koomsin1-7/+17
2022-10-26target/arm: Convert to tcg_ops restore_state_to_opcRichard Henderson1-0/+26
2022-10-20target/arm: Enable TARGET_TB_PCRELRichard Henderson1-11/+12
2022-10-04accel/tcg: Introduce tb_pc and log_pcRichard Henderson1-2/+2
2022-10-04hw/core: Add CPUClass.get_pcRichard Henderson1-0/+13
2022-08-12target/arm: Don't report Statistical Profiling Extension in ID registersPeter Maydell1-0/+11
2022-07-18target/arm: Store TCR_EL* registers as uint64_tPeter Maydell1-1/+1
2022-07-11target/arm: Enable SME for user-onlyRichard Henderson1-0/+11
2022-07-11target/arm: Only set ZEN in reset if SVE presentRichard Henderson1-4/+3
2022-07-11target/arm: Handle SME in aarch64_cpu_dump_stateRichard Henderson1-1/+16
2022-07-05disas: Remove libvixl disassemblerThomas Huth1-7/+0