aboutsummaryrefslogtreecommitdiff
path: root/target/arm/cpu.c
AgeCommit message (Expand)Author
2023-11-02target/arm: Enable FEAT_MOPS insns in user-mode emulationPeter Maydell
2023-10-27target/arm: Move feature test functions to their own headerPeter Maydell
2023-10-19target/arm/arm-powerctl: Correctly init CPUs when powered on to lower ELPeter Maydell
2023-10-11hw/core/cpu: Return static value with gdb_arch_name()Akihiko Odaki
2023-10-11target/arm: Move the reference to arm-core.xmlAkihiko Odaki
2023-10-04accel/tcg: Remove cpu_set_cpustate_pointersRichard Henderson
2023-10-04accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson
2023-10-03target/arm: Remove size and alignment for cpu subclassesRichard Henderson
2023-09-08target/arm: Enable SCTLR_EL1.TIDCP for user-onlyRichard Henderson
2023-08-31target/arm: Do all "ARM_FEATURE_X implies Y" checks in post_initPeter Maydell
2023-08-31target/arm: Suppress FEAT_TRBE (Trace Buffer Extension)Richard Henderson
2023-08-31target/arm: When tag memory is not present, set MTE=1Richard Henderson
2023-08-31target/arm: Support more GM blocksizesRichard Henderson
2023-08-22target/arm/helper: Implement CNTHCTL_EL2.CNT[VP]MASKJean-Philippe Brucker
2023-07-25arm: spelling fixesMichael Tokarev
2023-07-06target/arm: Suppress more TCG unimplemented features in ID registersPeter Maydell
2023-07-06target/arm: Handle IC IVAU to improve compatibility with JITsJohn Högberg
2023-07-06target/arm: Dump ZA[] when activeRichard Henderson
2023-07-06target/arm: Avoid splitting Zregs across lines in dumpRichard Henderson
2023-06-23target/arm: Restructure has_vfp_d32 testRichard Henderson
2023-06-23target/arm: Add isar_feature_aa64_rmeRichard Henderson
2023-06-15target/arm: Allow users to set the number of VFP registersCédric Le Goater
2023-06-06target/arm: trap DCC access in user mode emulationZhuojia Shen
2023-05-19Revert "arm/kvm: add support for MTE"Peter Maydell
2023-05-18arm/kvm: add support for MTECornelia Huck
2023-03-01target/arm: Replace `tb_pc()` with `tb->pc`Anton Johansson
2023-03-01target/arm: Replace `TARGET_TB_PCREL` with `CF_PCREL`Anton Johansson
2023-03-01target/arm: set `CF_PCREL` in `arm_cpu_realizefn`Anton Johansson
2023-02-27target/arm: Wrap arm_rebuild_hflags calls with tcg_enabledFabiano Rosas
2023-02-27target/arm: Wrap breakpoint/watchpoint updates with tcg_enabledFabiano Rosas
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-01-05target/arm: cleanup cpu includesClaudio Fontana
2023-01-05target/arm: Add PMSAv8r registersTobias Röhmel
2023-01-05target/arm: Make RVBAR available for all ARMv8 CPUsTobias Röhmel
2022-12-16target/arm: Convert to 3-phase resetPeter Maydell
2022-12-15target/arm: Restrict arm_cpu_exec_interrupt() to TCG acceleratorPhilippe Mathieu-Daudé
2022-11-29target/arm: Set TCGCPUOps.restore_state_to_opc for v7mEvgeny Ermakov
2022-10-27target/arm: honor HCR_E2H and HCR_TGE in arm_excp_unmasked()Ake Koomsin
2022-10-26target/arm: Convert to tcg_ops restore_state_to_opcRichard Henderson
2022-10-20target/arm: Enable TARGET_TB_PCRELRichard Henderson
2022-10-04accel/tcg: Introduce tb_pc and log_pcRichard Henderson
2022-10-04hw/core: Add CPUClass.get_pcRichard Henderson
2022-08-12target/arm: Don't report Statistical Profiling Extension in ID registersPeter Maydell
2022-07-18target/arm: Store TCR_EL* registers as uint64_tPeter Maydell
2022-07-11target/arm: Enable SME for user-onlyRichard Henderson
2022-07-11target/arm: Only set ZEN in reset if SVE presentRichard Henderson
2022-07-11target/arm: Handle SME in aarch64_cpu_dump_stateRichard Henderson
2022-07-05disas: Remove libvixl disassemblerThomas Huth
2022-06-27target/arm: Add cpu properties for SMERichard Henderson